X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e125ff1145c4c3154a59efe3e60c58a7fd0861d..661698e54f2bc599dc1a961ffbae08ccdd6b9b97:/include/wx/gtk/listbox.h?ds=sidebyside diff --git a/include/wx/gtk/listbox.h b/include/wx/gtk/listbox.h index ed73ca33d8..365166bfcf 100644 --- a/include/wx/gtk/listbox.h +++ b/include/wx/gtk/listbox.h @@ -10,7 +10,7 @@ #ifndef _WX_GTK_LISTBOX_H_ #define _WX_GTK_LISTBOX_H_ -struct _GtkTreeEntry; +struct _wxTreeEntry; struct _GtkTreeIter; //----------------------------------------------------------------------------- @@ -91,7 +91,7 @@ public: bool m_hasCheckBoxes; #endif // wxUSE_CHECKLISTBOX - struct _GtkTreeEntry* GTKGetEntry(unsigned pos) const; + struct _wxTreeEntry* GTKGetEntry(unsigned pos) const; void GTKDisableEvents(); void GTKEnableEvents(); @@ -124,9 +124,6 @@ protected: // get the index for the given iterator, return wxNOT_FOUND on failure int GTKGetIndexFor(_GtkTreeIter& iter) const; - // set the specified item - void GTKSetItem(_GtkTreeIter& iter, const _GtkTreeEntry *entry); - // common part of DoSetFirstItem() and EnsureVisible() void DoScrollToCell(int n, float alignY, float alignX);