16#ifndef __albaGUIHolder_H__
17#define __albaGUIHolder_H__
21#include <wx/scrolwin.h>
35 albaGUIHolder(wxWindow* parent,wxWindowID
id,
bool CloseButton=
false,
bool HideTitle =
false );
40 wxPanel*
GetPanel() {
return (wxPanel*)m_Panel;};
class name: albaGUIHolder Secialized panel in which a developer can put a albaGUI.
albaGUIScrolledPanel * m_Panel
albaGUIHolder(wxWindow *parent, wxWindowID id, bool CloseButton=false, bool HideTitle=false)
constructor
bool Put(albaGUI *gui)
Put the gui onto the panel removing the previous gui.
virtual ~albaGUIHolder()
destructor
bool RemoveCurrentGui()
Remove the current gui.
wxWindow * GetCurrentGui()
retrieve the current gui
wxPanel * GetPanel()
Return the panel that held the gui.
Class Name: albaGUINamedPanel.
albaGUI is a panel with function to easily create GUI.