]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/listbox.h
check for self-assignment in operator=
[wxWidgets.git] / include / wx / gtk / listbox.h
index c592a2b43e811224537353643cc9cc1851a4b38f..5479fb030a8631e374db0a63e3834d4142e7bc5a 100644 (file)
@@ -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();