Searched refs:ID_TOGGLEROWLABELS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h105 ID_TOGGLEROWLABELS = 100, enumerator in enum:GridFrame::__anon419
H A Dgriddemo.cpp66 EVT_MENU( ID_TOGGLEROWLABELS, GridFrame::ToggleRowLabels )
145 viewMenu->Append( ID_TOGGLEROWLABELS, _T("&Row labels"), wxEmptyString, wxITEM_CHECK );
375 GetMenuBar()->Check( ID_TOGGLEROWLABELS, true );
390 if ( GetMenuBar()->IsChecked( ID_TOGGLEROWLABELS ) )

Completed in 33 milliseconds