summaryrefslogtreecommitdiff
path: root/lib/wx/doc/src/wxGridCellFloatRenderer.xml
blob: 3b1c7be7b25d0ad3a54cbf15a99012e0858a000d (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?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>
    <holder>wxWidgets team.</holder></copyright>
  <legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
  </legalnotice>
  <title>wxGridCellFloatRenderer</title>
</header>
<module>wxGridCellFloatRenderer</module>
<modulesummary>Functions for wxGridCellFloatRenderer class</modulesummary>
<description><p>This class may be used to format floating point data in a cell.
      </p><p>See: <seeerl marker="wxGridCellRenderer"><c>wxGridCellRenderer</c></seeerl>, <c>wxGridCellAutoWrapStringRenderer</c> (not implemented in wx), <seeerl marker="wxGridCellBoolRenderer"><c>wxGridCellBoolRenderer</c></seeerl>, <c>wxGridCellDateTimeRenderer</c> (not implemented in wx), <c>wxGridCellEnumRenderer</c> (not implemented in wx), <seeerl marker="wxGridCellNumberRenderer"><c>wxGridCellNumberRenderer</c></seeerl>, <seeerl marker="wxGridCellStringRenderer"><c>wxGridCellStringRenderer</c></seeerl>
      </p>
  <p>This class is derived (and can use functions) from: 
    <seeerl marker="wxGridCellStringRenderer"><c>wxGridCellStringRenderer</c></seeerl> <seeerl marker="wxGridCellRenderer"><c>wxGridCellRenderer</c></seeerl></p>
  
  <p>wxWidgets docs: <url href="https://docs.wxwidgets.org/3.1/classwx_grid_cell_float_renderer.html">wxGridCellFloatRenderer</url></p>
  </description>
<datatypes><datatype><name name="wxGridCellFloatRenderer"/></datatype></datatypes>

<funcs>
  <func>
    <name name="new" arity="0" clause_i="1" since=""/>
    <fsummary>See: <c>new/1</c></fsummary>
  </func>
  
  <func>
    <name name="new" arity="1" clause_i="1" since=""/>
    <fsummary>Float cell renderer ctor. </fsummary>
    <desc><p>Float cell renderer ctor. 
      </p></desc>
  </func>
  
  <func>
    <name name="getPrecision" arity="1" clause_i="1" since=""/>
    <fsummary>Returns the precision. </fsummary>
    <desc><p>Returns the precision. 
      </p></desc>
  </func>
  
  <func>
    <name name="getWidth" arity="1" clause_i="1" since=""/>
    <fsummary>Returns the width. </fsummary>
    <desc><p>Returns the width. 
      </p></desc>
  </func>
  
  <func>
    <name name="setParameters" arity="2" clause_i="1" since=""/>
    <fsummary>The parameters string format is "width[,precision[,format]]" where <c>format</c> should be chosen between f|e|g|E|G (f is used by default) </fsummary>
    <desc><p>The parameters string format is "width[,precision[,format]]" where <c>format</c> should be chosen between f|e|g|E|G (f is used by default) 
      </p></desc>
  </func>
  
  <func>
    <name name="setPrecision" arity="2" clause_i="1" since=""/>
    <fsummary>Sets the precision. </fsummary>
    <desc><p>Sets the precision. 
      </p></desc>
  </func>
  
  <func>
    <name name="setWidth" arity="2" clause_i="1" since=""/>
    <fsummary>Sets the width. </fsummary>
    <desc><p>Sets the width. 
      </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>