void SetTmpDefault(void);
void UnsetTmpDefault(void);
- static void UpdateDefaultStyle( wxWindow* pWinDefault
- ,wxWindow* pWinOldDefault
- );
+ static void SetDefaultStyle( wxButton* pButton
+ ,bool bOn
+ );
virtual wxSize DoGetBestSize(void) const;
virtual WXDWORD OS2GetStyle( long style
void SetToolTipCtrl(WXHWND hHwndTT) { m_hWndToolTip = hHwndTT; }
#endif // tooltips
+ virtual void SendSizeEvent(void);
+
void SetClient(WXHWND c_Hwnd);
void SetClient(wxWindow* c_Window);
wxWindow *GetClient();
virtual bool SetFont(const wxFont &rFont);
virtual void SetFocus(void);
inline virtual void SetValue(int nVal) { wxSpinButton::SetValue(nVal); }
+ void SetSelection( long lFrom
+ ,long lTo
+ );
virtual bool Show(bool bShow = TRUE);
,WXWPARAM wParam = 0
) const;
-
- DECLARE_DYNAMIC_CLASS(wxWindowOS2);
- DECLARE_NO_COPY_CLASS(wxWindowOS2)
- DECLARE_EVENT_TABLE()
-
-private:
+ wxWindowList* m_pChildrenDisabled;
HWND m_hWndScrollBarHorz;
HWND m_hWndScrollBarVert;
SWP m_vWinSwp;
bool m_bIsActivePage;
+ DECLARE_DYNAMIC_CLASS(wxWindowOS2);
+ DECLARE_NO_COPY_CLASS(wxWindowOS2)
+ DECLARE_EVENT_TABLE()
+
+ //
// Virtual function hiding supression
+ //
inline virtual bool Reparent(wxWindowBase* pNewParent)
- { return(wxWindowBase::Reparent(pNewParent));};
+ { return(wxWindowBase::Reparent(pNewParent));}
}; // end of wxWindow
class wxWindowCreationHook