]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
adding command key accelerator
[wxWidgets.git] / include / wx / gtk / textctrl.h
index 19c3ca90102b3a8b8e0be7fed4058416eddb436a..9f1c6eddd2c594d4f736b5b8f63e752f49bebca1 100644 (file)
@@ -138,9 +138,7 @@ public:
     bool SetBackgroundColour(const wxColour& colour);
 
     GtkWidget* GetConnectWidget();
-    bool IsOwnGtkWindow( GdkWindow *window );
     void CalculateScrollbar();
-    void OnInternalIdle();
 
     void SetUpdateFont(bool WXUNUSED(update)) { }
 
@@ -175,7 +173,8 @@ public:
 
 protected:
     virtual wxSize DoGetBestSize() const;
-    void DoApplyWidgetStyle(GtkRcStyle *style);
+    virtual void DoApplyWidgetStyle(GtkRcStyle *style);
+    virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
 
     // common part of all ctors
     void Init();