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
wxGridCellChoiceEditor(3) Erlang Module Definition wxGridCellChoiceEditor(3)

wxGridCellChoiceEditor - Functions for wxGridCellChoiceEditor class

Grid cell editor for string data providing the user a choice from a list of strings.

See: wxGridCellEditor, wxGridCellAutoWrapStringEditor (not implemented in wx), wxGridCellBoolEditor, 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: wxGridCellChoiceEditor

wxGridCellChoiceEditor() = wx:wx_object()

new(Choices) -> wxGridCellChoiceEditor()


Types:

Choices = [unicode:chardata()]

new(Choices, Options :: [Option]) -> wxGridCellChoiceEditor()


Types:

Choices = [unicode:chardata()]
Option = {allowOthers, boolean()}

Choice cell renderer ctor.

setParameters(This, Params) -> ok


Types:

This = wxGridCellChoiceEditor()
Params = unicode:chardata()

Parameters string format is "item1[,item2[...,itemN]]".

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.

destroy(This :: wxGridCellChoiceEditor()) -> 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.