Added dummy OnIdle to wxWindow in wxGTK; doc tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -420,6 +420,9 @@ public:
|
||||
|
||||
virtual void OnInternalIdle();
|
||||
|
||||
// For compatibility across platforms (not in event table)
|
||||
void OnIdle(wxIdleEvent& WXUNUSED(event)) {};
|
||||
|
||||
/* used by all classes in the widget creation process */
|
||||
|
||||
void PreCreation( wxWindow *parent, wxWindowID id, const wxPoint &pos,
|
||||
|
@@ -420,6 +420,9 @@ public:
|
||||
|
||||
virtual void OnInternalIdle();
|
||||
|
||||
// For compatibility across platforms (not in event table)
|
||||
void OnIdle(wxIdleEvent& WXUNUSED(event)) {};
|
||||
|
||||
/* used by all classes in the widget creation process */
|
||||
|
||||
void PreCreation( wxWindow *parent, wxWindowID id, const wxPoint &pos,
|
||||
|
@@ -169,7 +169,7 @@ public:
|
||||
inline size_t LastCount() const { return m_lcount; }
|
||||
inline int LastError() const { return m_error; }
|
||||
|
||||
inline void SetFlags(wxSockFlags _flags);
|
||||
void SetFlags(wxSockFlags _flags);
|
||||
inline void SetTimeout(unsigned long sec) { m_timeout = sec; }
|
||||
|
||||
// seconds = -1 means infinite wait
|
||||
|
Reference in New Issue
Block a user