]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
fixed mysterious mistakes
[wxWidgets.git] / include / wx / gtk / window.h
index 91a20f949603933f4af1296cf1ca9d021a3912e3..26e0c6a3401f83478fbd82ef0c8c8bc31e4f06c2 100644 (file)
@@ -151,6 +151,14 @@ public:
   void OnSysColourChanged( wxSysColourChangedEvent &WXUNUSED(event) ) {};
 
   virtual bool IsShown() const;
+
+  // Raise the window to the top of the Z order
+  virtual void Raise(void) {};
+
+  // Lower the window to the bottom of the Z order
+  virtual void Lower(void) {};
+
+
   virtual bool IsRetained();
   virtual wxWindow *FindWindow( long id );
   virtual wxWindow *FindWindow( const wxString& name );
@@ -164,11 +172,14 @@ 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* GetDropTargetWidget(void);
+  virtual GtkWidget* GetConnectWidget(void);
   
 public:
   virtual void SetScrollbar( int orient, int pos, int thumbVisible,