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 );
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,