#include "wx/statusbr.h"
#endif // WX_PRECOMP
+extern WXDLLEXPORT_DATA(const char) wxFrameNameStr[] = "frame";
+extern WXDLLEXPORT_DATA(const char) wxStatusLineNameStr[] = "status_line";
+
// ----------------------------------------------------------------------------
// event table
// ----------------------------------------------------------------------------
// use the new value
commandEvent.SetInt(item->IsChecked());
}
+ else // Uncheckable item.
+ {
+ commandEvent.SetInt(-1);
+ }
return HandleWindowEvent(commandEvent);
}