#include <wxCryst.h>
Inheritance diagram for ObjCryst::WXFieldChoice::
Public Methods | |
WXFieldChoice (wxWindow *parent, const int field_id, const string &name, const int hsize=80) | |
Constructor. | |
bool | Layout () |
Redo the layout of the field. | |
void | OnUpdateUI (wxUpdateUIEvent &WXUNUSED(event)) |
UpdateUI does not grab new values in the underlying object, but only updates the values which have been supplied. | |
virtual void | CrystUpdate () |
Does nothing. | |
void | Revert () |
Does nothing. | |
void | SetValue (const string &) |
Used by the owner to change the name of the choice. | |
Protected Attributes | |
wxButton * | mpButton |
The button to be clicked to change the value. |