Added wxCheckLitBox (oh well)
Minor optical fixes to gridg git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
const wxValidator& validator = wxDefaultValidator,
|
||||
const wxString& name = wxListBoxNameStr )
|
||||
{
|
||||
m_hasCheckBoxes = FALSE;
|
||||
Create(parent, id, pos, size, n, choices, style, validator, name);
|
||||
}
|
||||
~wxListBox();
|
||||
@@ -101,8 +102,9 @@ public:
|
||||
void ApplyWidgetStyle();
|
||||
|
||||
GtkList *m_list;
|
||||
wxList m_clientDataList;
|
||||
wxList m_clientObjectList;
|
||||
wxList m_clientDataList;
|
||||
wxList m_clientObjectList;
|
||||
bool m_hasCheckBoxes;
|
||||
};
|
||||
|
||||
#endif // __GTKLISTBOXH__
|
||||
|
Reference in New Issue
Block a user