|
ALBA
|
#include <albaGUIViewWin.h>


Public Member Functions | |
| albaGUIViewWin (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) | |
| void | OnSize (wxSizeEvent &event) |
Public Attributes | |
| albaView * | m_Owner |
class name: albaGUIViewWin This class is used only to trap the OnSize event.
Definition at line 29 of file albaGUIViewWin.h.
| albaGUIViewWin::albaGUIViewWin | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxPoint & | pos = wxDefaultPosition, |
||
| const wxSize & | size = wxDefaultSize, |
||
| long | style = 0 |
||
| ) |
constructor
| void albaGUIViewWin::OnSize | ( | wxSizeEvent & | event | ) |
called when resizing the object
| albaView* albaGUIViewWin::m_Owner |
Definition at line 43 of file albaGUIViewWin.h.