Add to propgrid sample the option to select the way Boolean values are rendered.
This option is useful to demonstrate how to globally change the way Boolean values are rendered (either as check boxes or selection lists). See #16922.
This commit is contained in:
committed by
Artur Wieczorek
parent
6d3fd35d0c
commit
69005ef145
@@ -186,6 +186,7 @@ public:
|
||||
void OnEnableDisable( wxCommandEvent& event );
|
||||
void OnSetReadOnly( wxCommandEvent& event );
|
||||
void OnHide( wxCommandEvent& event );
|
||||
void OnBoolCheckbox( wxCommandEvent& evt );
|
||||
void OnSetBackgroundColour( wxCommandEvent& event );
|
||||
void OnClearModifyStatusClick( wxCommandEvent& event );
|
||||
void OnFreezeClick( wxCommandEvent& event );
|
||||
|
Reference in New Issue
Block a user