Menu

[r7]: / Plugin / notebookcustomdlgbase.h  Maximize  Restore  History

Download this file

51 lines (38 with data), 1.6 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Mar 19 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#ifndef __notebookcustomdlgbase__
#define __notebookcustomdlgbase__
#include <wx/intl.h>
#include <wx/string.h>
#include <wx/checkbox.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/radiobox.h>
#include <wx/button.h>
#include <wx/sizer.h>
#include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class NotebookCustomDlgBase
///////////////////////////////////////////////////////////////////////////////
class NotebookCustomDlgBase : public wxDialog
{
private:
protected:
wxCheckBox* m_checkBoxFixedWidth;
wxRadioBox* m_radioBox1;
wxButton* m_buttonOk;
wxButton* m_buttonCancel;
// Virtual event handlers, overide them in your derived class
virtual void OnOK( wxCommandEvent& event ){ event.Skip(); }
public:
NotebookCustomDlgBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Customize Notebook"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~NotebookCustomDlgBase();
};
#endif //__notebookcustomdlgbase__
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.