16#ifndef __albaGUISashPanel_H__
17#define __albaGUISashPanel_H__
61 wxDirection side = wxRIGHT,
62 int defaultsize = 100,
63 wxString menu_string =
"",
68 bool Put(wxWindow* win);
71 virtual bool Show(
bool show);
79 virtual void OnHide( wxCommandEvent &event );
albaGUISashPanel is a wxSashLayoutWindow, that is a user-resizable panel docked on one side of the fr...
virtual ~albaGUISashPanel()
virtual bool Show(bool show)
Show/Hide the Sash panel.
virtual void OnHide(wxCommandEvent &event)
albaGUISashPanel(wxWindow *parent, wxWindowID id=-1, wxDirection side=wxRIGHT, int defaultsize=100, wxString menu_string="", bool sizable=true)
bool Put(wxWindow *win)
Put the panel on the panel stack removing the previous panel.