summaryrefslogtreecommitdiff
path: root/lib/wx/doc/src/wxGridCellChoiceEditor.xml
blob: 2f2cc03d7d22f54cb6f9d84059ae1dd0e6234a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">

<!-- THIS FILE IS GENERATED DO NOT EDIT -->


<erlref>
<header>
  <copyright>
    <year>2020</year><year>2021</year>
    <holder>wxWidgets team.</holder></copyright>
  <legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
  </legalnotice>
  <title>wxGridCellChoiceEditor</title>
</header>
<module>wxGridCellChoiceEditor</module>
<modulesummary>Functions for wxGridCellChoiceEditor class</modulesummary>
<description><p>Grid cell editor for string data providing the user a choice from a list of strings.
      </p><p>See: <seeerl marker="wxGridCellEditor"><c>wxGridCellEditor</c></seeerl>, <c>wxGridCellAutoWrapStringEditor</c> (not implemented in wx), <seeerl marker="wxGridCellBoolEditor"><c>wxGridCellBoolEditor</c></seeerl>, <c>wxGridCellEnumEditor</c> (not implemented in wx), <seeerl marker="wxGridCellFloatEditor"><c>wxGridCellFloatEditor</c></seeerl>, <seeerl marker="wxGridCellNumberEditor"><c>wxGridCellNumberEditor</c></seeerl>, <seeerl marker="wxGridCellTextEditor"><c>wxGridCellTextEditor</c></seeerl>, <c>wxGridCellDateEditor</c> (not implemented in wx)
      </p>
  <p>This class is derived (and can use functions) from: 
    <seeerl marker="wxGridCellEditor"><c>wxGridCellEditor</c></seeerl></p>
  
  <p>wxWidgets docs: <url href="https://docs.wxwidgets.org/3.1/classwx_grid_cell_choice_editor.html">wxGridCellChoiceEditor</url></p>
  </description>
<datatypes><datatype><name name="wxGridCellChoiceEditor"/></datatype></datatypes>

<funcs>
  <func>
    <name name="new" arity="1" clause_i="1" since=""/>
    <fsummary>See: <c>new/2</c></fsummary>
  </func>
  
  <func>
    <name name="new" arity="2" clause_i="1" since=""/>
    <fsummary>Choice cell renderer ctor. </fsummary>
    <desc><p>Choice cell renderer ctor. 
      </p></desc>
  </func>
  
  <func>
    <name name="setParameters" arity="2" clause_i="1" since=""/>
    <fsummary>Parameters string format is "item1[,item2[...,itemN]]". </fsummary>
    <desc><p>Parameters string format is "item1[,item2[...,itemN]]". 
      </p><p>This method can be called before the editor is used for the first time, or later, in which case it replaces the previously specified strings with the new ones. 
      </p></desc>
  </func>
  
  <func>
    <name name="destroy" arity="1" clause_i="1" since=""/>
    <fsummary>Destructor</fsummary>
    <desc><p>Destroys the object.</p></desc>
  </func>
  </funcs>
</erlref>