X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6ffd6691b959e7be4aee314e4218b316be0923..b04237742c51e022af8ca8fe8933437734f392a3:/include/wx/gtk/listbox.h diff --git a/include/wx/gtk/listbox.h b/include/wx/gtk/listbox.h index c592a2b43e..5479fb030a 100644 --- a/include/wx/gtk/listbox.h +++ b/include/wx/gtk/listbox.h @@ -75,6 +75,8 @@ public: virtual void EnsureVisible(int n); + virtual void Update(); + static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); @@ -83,7 +85,7 @@ public: GtkWidget *GetConnectWidget(); #if wxUSE_TOOLTIPS - void ApplyToolTip( GtkTooltips *tips, const gchar *tip ); + void GTKApplyToolTip( GtkTooltips *tips, const gchar *tip ); #endif // wxUSE_TOOLTIPS struct _GtkTreeView *m_treeview; @@ -97,9 +99,6 @@ public: void GtkDisableEvents(); void GtkEnableEvents(); - - wxArrayInt m_oldSelection; - void GtkUpdateOldSelection(); protected: virtual void DoClear();