16#ifndef __albaGUIPanel_H__
17#define __albaGUIPanel_H__
30 albaGUIPanel(wxWindow* parent, wxWindowID
id,
const wxPoint& pos = wxDefaultPosition,
31 const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL,
const wxString& name =
"panel");
class name: albaGUIPanel Inherits directly from wxPanel and adds the pointer to the next panel
albaGUIPanel * m_NextPanel
albaGUIPanel(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name="panel")
constructor