Added validation support
Fixed a few minor things in wxGrid
Fixed bug in SetClippingregion
Disabled SetDefault again
Fixed bug in AddChild, SetSize et al.
Add PROCESS_ENTER and wxEVT_TEXT_CHANGE
Renamed OnOk -> OnOK
Added a few compatibilty functions
Added code to make iinterception
of events possible and work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,6 +61,7 @@ public:
|
||||
|
||||
virtual bool Show( bool show );
|
||||
virtual void Enable( bool enable );
|
||||
virtual void Centre( int direction = wxHORIZONTAL );
|
||||
|
||||
virtual void GetClientSize( int *width, int *height ) const;
|
||||
virtual void SetClientSize( int const width, int const height );
|
||||
@@ -90,6 +91,7 @@ public:
|
||||
virtual void SetIcon( const wxIcon &icon );
|
||||
void Iconize( bool WXUNUSED(iconize)) { }
|
||||
bool IsIconized(void) const { return FALSE; }
|
||||
bool Iconized(void) const { return FALSE; }
|
||||
|
||||
void OnActivate( wxActivateEvent &WXUNUSED(event) ) { } // called from docview.cpp
|
||||
void OnSize( wxSizeEvent &event );
|
||||
@@ -107,6 +109,7 @@ private:
|
||||
// update frame's menus (called from OnIdle)
|
||||
void DoMenuUpdates();
|
||||
void DoMenuUpdates(wxMenu* menu);
|
||||
virtual void ImplementSetPosition();
|
||||
|
||||
GtkWidget *m_mainWindow;
|
||||
wxMenuBar *m_frameMenuBar;
|
||||
|
||||
Reference in New Issue
Block a user