33FXIMPLEMENT(
MFXComboBox, FXComboBox, MFXComboBoxMap, ARRAYNUMBER(MFXComboBoxMap))
35MFXComboBox::
MFXComboBox(FXComposite* p, FXint cols, FXObject* tgt, FXSelector sel, FXuint opts, FXint x, FXint y, FXint w, FXint h, FXint pl, FXint pr, FXint pt, FXint pb):
36 FXComboBox(p, cols, tgt, sel, opts, x, y, w, h, pl, pr, pt, pb) {
45 FXEvent* e = (FXEvent*) ptr;
46 if (e->code == FX::KEY_uparrow || e->code == FX::KEY_downarrow) {
47 return FXComboBox::onKeyPress(o, sel, ptr);
FXDEFMAP(MFXComboBox) MFXComboBoxMap[]
long onKeyPress(FXObject *o, FXSelector sel, void *data)
called when this MFXComboBox is updated
~MFXComboBox()
destructor (Called automatically)