summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
bbd08c6)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12704
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
case ID_LISTBOX_ENABLE:
{
m_text->AppendText("Checkbox clicked.\n");
case ID_LISTBOX_ENABLE:
{
m_text->AppendText("Checkbox clicked.\n");
- wxCheckBox *cb = (wxCheckBox*)event.GetEventObject();
+ wxCheckBox *cb = (wxCheckBox*)event.GetEventObject();
if (event.GetInt())
cb->SetToolTip( "Click to enable listbox" );
else
if (event.GetInt())
cb->SetToolTip( "Click to enable listbox" );
else