git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9623
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void SetToolTipCtrl(WXHWND hwndTT) { m_hwndToolTip = hwndTT; }
#endif // tooltips
void SetToolTipCtrl(WXHWND hwndTT) { m_hwndToolTip = hwndTT; }
#endif // tooltips
+ // a MSW only function which sends a size event to the window using its
+ // current size - this has an effect of refreshing the window layout
+ void SendSizeEvent();
+
protected:
// common part of all ctors
void Init();
protected:
// common part of all ctors
void Init();
// a MSW only function which sends a size event to the window using its
// current size - this has an effect of refreshing the window layout
// a MSW only function which sends a size event to the window using its
// current size - this has an effect of refreshing the window layout
+/*
+FUNCTION IS NOW A MEMBER OF wxFrame - gt
// implementation from now on
// --------------------------
// implementation from now on
// --------------------------
WXWORD *item, WXWORD *flags, WXHMENU *hmenu);
// ------------------------------------------------------------------------
WXWORD *item, WXWORD *flags, WXHMENU *hmenu);
// ------------------------------------------------------------------------
- // internal handlers for MSW messages: all handlers return a boolen value:
+ // internal handlers for MSW messages: all handlers return a boolean value:
// TRUE means that the handler processed the event and FALSE that it didn't
// ------------------------------------------------------------------------
// TRUE means that the handler processed the event and FALSE that it didn't
// ------------------------------------------------------------------------