]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
DP: GetBitmap() added to wxImageList
[wxWidgets.git] / include / wx / gtk / window.h
index aaa887c9d62a2cb148e788590f03b38e6f20b3ac..15f75c70ba29248cdcac7e9b0a9c4a029845efe9 100644 (file)
@@ -164,10 +164,16 @@ public:
   virtual bool TransferDataFromWindow();
   void OnInitDialog( wxInitDialogEvent &event );
   virtual void InitDialog();
+  
+  virtual bool PopupMenu( wxMenu *menu, int x, int y );
 
   virtual void SetDropTarget( wxDropTarget *dropTarget );
   virtual wxDropTarget *GetDropTarget() const;
-
+  
+private:
+  virtual GtkWidget* GetConnectWidget(void);
+  
+public:
   virtual void SetScrollbar( int orient, int pos, int thumbVisible,
     int range, bool refresh = TRUE );
   virtual void SetScrollPos( int orient, int pos, bool refresh = TRUE );
@@ -182,6 +188,7 @@ public:
   // update the UI state (called from OnIdle)
   void UpdateWindowUI();
 
+  
 public:         // cannot get private going yet
 
   void PreCreation( wxWindow *parent, wxWindowID id, const wxPoint &pos,