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

wxGridCellNumberEditor - Functions for wxGridCellNumberEditor class

Grid cell editor for numeric integer data.

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

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

wxWidgets docs: wxGridCellNumberEditor

wxGridCellNumberEditor() = wx:wx_object()

new() -> wxGridCellNumberEditor()


new(Options :: [Option]) -> wxGridCellNumberEditor()


Types:

Option = {min, integer()} | {max, integer()}

Allows you to specify the range for acceptable data.

Values equal to -1 for both min and max indicate that no range checking should be done.

getValue(This) -> unicode:charlist()


Types:

This = wxGridCellNumberEditor()

Returns the value currently in the editor control.

setParameters(This, Params) -> ok


Types:

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

Parameters string format is "min,max".

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