#include <resizec.h>
Inherited by PnlFoglio.
Inheritance diagram for wxResizeableControlCanvas:

Public Member Functions | |
| wxResizeableControlCanvas () | |
| Ctor. | |
| wxResizeableControlCanvas (wxWindow *AParent, int AnId, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr) | |
| Ctor. | |
| void | OnChildWindowChange (wxCommandEvent &) |
| Respond to child window notification. | |
| void | OnIdle (wxIdleEvent &) |
| Update scroll range on idle. | |
| void | UpdateScrollRange () |
| Update scrollbars. | |
Private Attributes | |
| bool | m_scrollflag |
| Flag for scroll status. | |
This is a demo implementation that shows the typical operations that are necessary to support wxResizableControl child windows.
Definition at line 402 of file resizec.h.
|
|
Ctor.
|
|
||||||||||||||||||||||||||||
|
Ctor.
|
|
|
Respond to child window notification.
Definition at line 942 of file resizec.cpp. |
|
|
Update scroll range on idle.
Definition at line 971 of file resizec.cpp. References m_scrollflag, and UpdateScrollRange(). |
|
|
Update scrollbars.
Definition at line 947 of file resizec.cpp. Referenced by OnIdle(). |
|
|
Flag for scroll status.
Definition at line 405 of file resizec.h. Referenced by OnIdle(). |