X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..274ad000d2eec40f0af7d2c40940aeece00765d3:/include/wx/gtk/checklst.h?ds=sidebyside diff --git a/include/wx/gtk/checklst.h b/include/wx/gtk/checklst.h index aa26886c0f..b2afb54cf3 100644 --- a/include/wx/gtk/checklst.h +++ b/include/wx/gtk/checklst.h @@ -44,6 +44,13 @@ public: long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr); + wxCheckListBox(wxWindow *parent, wxWindowID id, + const wxPoint& pos, + const wxSize& size, + const wxArrayString& choices, + long style = 0, + const wxValidator& validator = wxDefaultValidator, + const wxString& name = wxListBoxNameStr); bool IsChecked( int index ) const; void Check( int index, bool check = TRUE );