X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/caaa4cfd6779b689d6723e06df23cc23d1799fd3..06f46ad1fe42facbf80fd4d0bd3feecf03bfacd7:/include/wx/gtk1/checklst.h diff --git a/include/wx/gtk1/checklst.h b/include/wx/gtk1/checklst.h index 48cb62cf76..878adc2956 100644 --- a/include/wx/gtk1/checklst.h +++ b/include/wx/gtk1/checklst.h @@ -48,6 +48,8 @@ public: bool IsChecked( int index ) const; void Check( int index, bool check = TRUE ); + + int GetItemHeight(); };