// Get checkbox value
bool IsChecked() const;
-
+ %pythoncode { Checked = IsChecked }
+
// True if the listbox event was a selection.
bool IsSelection() const;
wxUPDATE_UI_PROCESS_SPECIFIED
};
+
+
class wxUpdateUIEvent : public wxCommandEvent
{
public:
static wxUpdateUIMode GetMode();
};
-
//---------------------------------------------------------------------------
%newgroup;
wxIDLE_PROCESS_SPECIFIED
};
+
class wxIdleEvent : public wxEvent
{
public: