#include <resize.h>
Inherits wxIFMExtensionDataBase.
Inheritance diagram for wxIFMResizeData:
Public Member Functions | |
wxIFMResizeData () | |
wxIFMComponentDataKeyType | GetDataKey () const |
Static Public Member Functions | |
static wxIFMComponentDataKeyType | DataKey () |
Public Attributes | |
int | m_side |
bool | m_display |
whether or not to display a resize sash | |
wxRect | m_rect |
resize sash rect |
Definition at line 101 of file resize.h.
|
Definition at line 896 of file resize.cpp. |
|
Note that this function is the static version of GetDataKey. ALL component data types must implement their own copy of this function.
Reimplemented from wxIFMExtensionDataBase. Definition at line 907 of file resize.cpp. |
|
Implements wxIFMExtensionDataBase. Definition at line 902 of file resize.cpp. |
|
whether or not to display a resize sash what side to display a resize sash on can be IFM_ORIENTATION_(LEFT|RIGHT|TOP|BOTTOM) Definition at line 109 of file resize.h. Referenced by wxIFMDefaultResizePlugin::OnConvertRect(), wxIFMDefaultResizePlugin::OnGetRect(), wxIFMDefaultResizePlugin::OnPaintDecor(), wxIFMDefaultResizePlugin::UpdateContainerResizeSashes(), and wxIFMDefaultResizePlugin::UpdateResizeSashes(). |
|
resize sash rect
Definition at line 110 of file resize.h. Referenced by wxIFMDefaultResizePlugin::OnGetRect(), and wxIFMDefaultResizePlugin::OnSetRect(). |
|