summaryrefslogtreecommitdiffstats
path: root/Project/MainFrameBase.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2016-07-30 00:29:03 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2016-07-30 00:29:03 -0300
commit3a246308dcd76f70a1b6c3e6b08f0d597b255dba (patch)
tree62f42b83f39ffb0b32db5c658e0e1da428b8e6c6 /Project/MainFrameBase.h
parentd1b893e6757270b0f246a7657d7b6701dcea3b87 (diff)
downloadPSP.git-3a246308dcd76f70a1b6c3e6b08f0d597b255dba.tar.gz
PSP.git-3a246308dcd76f70a1b6c3e6b08f0d597b255dba.tar.xz
PSP.git-3a246308dcd76f70a1b6c3e6b08f0d597b255dba.zip
Adding the basics graphics elements
The base is done, bus under contruction
Diffstat (limited to 'Project/MainFrameBase.h')
-rw-r--r--Project/MainFrameBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/MainFrameBase.h b/Project/MainFrameBase.h
index f147395..783554b 100644
--- a/Project/MainFrameBase.h
+++ b/Project/MainFrameBase.h
@@ -98,7 +98,7 @@ protected:
wxRibbonButtonBar* m_ribbonButtonBarStability;
wxRibbonPanel* m_ribbonPanelData;
wxRibbonButtonBar* m_ribbonButtonBarStabData;
- wxAuiNotebook* m_auiBook;
+ wxAuiNotebook* m_auiNotebook;
wxStatusBar* m_statusBar;
protected:
@@ -135,7 +135,7 @@ protected:
public:
wxRibbonBar* GetRibbonBar() { return m_ribbonBar; }
- wxAuiNotebook* GetAuiBook() { return m_auiBook; }
+ wxAuiNotebook* GetAuiNotebook() { return m_auiNotebook; }
wxStatusBar* GetStatusBar() { return m_statusBar; }
MainFrameBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("PSP-UFU"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(800,600), long style = wxCAPTION|wxRESIZE_BORDER|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU|wxCLOSE_BOX);
virtual ~MainFrameBase();