16#ifndef __albaSideBar_H__
17#define __albaSideBar_H__
21#include <wx/notebook.h>
22#include <wx/splitter.h>
103 bool IsShown() {
return m_Notebook->IsShown();};
104 void Show(
bool show) {m_Notebook->Show(show);};
class Name : albaGUICheckTree.
class name: albaGUIHolder Secialized panel in which a developer can put a albaGUI.
Class Name: albaGUIMDIFrame.
Class Name: albaGUINamedPanel.
class name: albaGUIPanelStack Panel with the same behaviour of a stack container (push and pop method...
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...
albaGUI is a panel with function to easily create GUI.
Interface implementing the Observer of the Subject/Observer design pattern.
albaString - performs common string operations on c-strings.
albaView is the base class for Views in alba.