16#ifndef __albaGUISplittedPanel_H__
17#define __albaGUISplittedPanel_H__
class name: albaGUIPanel Inherits directly from wxPanel and adds the pointer to the next panel
albaGUISplittedPanel is a wxPanel with a user-draggable splitter that divide it in two sections verti...
void PutOnBottom(wxWindow *w)
Put on bottom the window.
void DoLayout()
Readistribute the interface according to the new size.
void PutOnTop(wxWindow *w)
Put on top the window.
albaGUISplittedPanel(wxWindow *parent, wxWindowID id=-1, int size=100)
wxSashLayoutWindow * m_Bottom
void OnSize(wxSizeEvent &event)
Call Dolayout.
void OnSashDrag(wxSashEvent &event)
Readraw the Sash panel.
virtual ~albaGUISplittedPanel()