]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/listbox.h
removed code that already exist in ~wxTLWBase from ~wxTLW
[wxWidgets.git] / include / wx / gtk / listbox.h
index 00adce243d8f0a4ee89711a59656b51df184c8e6..fbbd1361174008294a1bb3d49f2e6bfb3ae6a148 100644 (file)
@@ -80,8 +80,6 @@ public:
     // implementation from now on
 
     GtkWidget *GetConnectWidget();
-    bool IsOwnGtkWindow( GdkWindow *window );
-    void OnInternalIdle();
 
 #if wxUSE_TOOLTIPS
     void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
@@ -95,15 +93,18 @@ public:
 #endif // wxUSE_CHECKLISTBOX
 
     bool       m_blockEvent;
-    bool       m_spacePressed;
 
     struct _GtkTreeEntry* GtkGetEntry(int pos) const;
     void GtkInsertItems(const wxArrayString& items,
                         void** clientData, unsigned int pos);
+    void GtkDeselectAll();
     void GtkSetSelection(int n, const bool select, const bool blockEvent);
 
 protected:
     virtual wxSize DoGetBestSize() const;
+    virtual void DoApplyWidgetStyle(GtkRcStyle *style);
+    virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
+
     virtual void DoSetSelection(int n, bool select);
     virtual int DoAppend(const wxString& item);
     virtual void DoInsertItems(const wxArrayString& items, unsigned int pos);
@@ -115,8 +116,6 @@ protected:
     virtual wxClientData* DoGetItemClientObject(unsigned int n) const;
     virtual int DoListHitTest(const wxPoint& point) const;
 
-    void DoApplyWidgetStyle(GtkRcStyle *style);
-
 private:
     void Init(); //common construction