GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxGridCellBoolEditor(3) Erlang Module Definition wxGridCellBoolEditor(3)

wxGridCellBoolEditor - Functions for wxGridCellBoolEditor class

Grid cell editor for boolean data.

See: wxGridCellEditor, wxGridCellAutoWrapStringEditor (not implemented in wx), wxGridCellChoiceEditor, wxGridCellEnumEditor (not implemented in wx), wxGridCellFloatEditor, wxGridCellNumberEditor, wxGridCellTextEditor, wxGridCellDateEditor (not implemented in wx)

This class is derived (and can use functions) from: wxGridCellEditor

wxWidgets docs: wxGridCellBoolEditor

wxGridCellBoolEditor() = wx:wx_object()

new() -> wxGridCellBoolEditor()


Default constructor.

isTrueValue(Value) -> boolean()


Types:

Value = unicode:chardata()

Returns true if the given value is equal to the string representation of the truth value we currently use (see useStringValues/1).

useStringValues() -> ok


useStringValues(Options :: [Option]) -> ok


Types:

Option = {valueTrue, unicode:chardata()} | {valueFalse, unicode:chardata()}

This method allows you to customize the values returned by wxGridCellNumberEditor:getValue/1 for the cell using this editor.

By default, the default values of the arguments are used, i.e. "1" is returned if the cell is checked and an empty string otherwise.

destroy(This :: wxGridCellBoolEditor()) -> ok


Destroys the object.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.