KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_lib_textbox_properties_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
13class BITMAP_BUTTON;
14class COLOR_SWATCH;
15class FONT_CHOICE;
16
17#include "dialog_shim.h"
18#include <wx/string.h>
19#include <wx/stattext.h>
20#include <wx/gdicmn.h>
21#include <wx/font.h>
22#include <wx/colour.h>
23#include <wx/settings.h>
24#include <wx/stc/stc.h>
25#include <wx/choice.h>
26#include <wx/bmpbuttn.h>
27#include <wx/bitmap.h>
28#include <wx/image.h>
29#include <wx/icon.h>
30#include <wx/button.h>
31#include <wx/sizer.h>
32#include <wx/hyperlink.h>
33#include <wx/textctrl.h>
34#include <wx/panel.h>
35#include <wx/checkbox.h>
36#include <wx/bmpcbox.h>
37#include <wx/gbsizer.h>
38#include <wx/dialog.h>
39
41
46{
47 private:
48
49 protected:
50 wxGridBagSizer* m_textEntrySizer;
51 wxStaticText* m_textLabel;
52 wxStyledTextCtrl* m_textCtrl;
53 wxStaticText* m_fontLabel;
70 wxHyperlinkCtrl* m_syntaxHelp;
71 wxStaticText* m_textSizeLabel;
72 wxTextCtrl* m_textSizeCtrl;
73 wxStaticText* m_textSizeUnits;
74 wxStaticText* m_textColorLabel;
77 wxCheckBox* m_borderCheckbox;
78 wxStaticText* m_borderWidthLabel;
79 wxTextCtrl* m_borderWidthCtrl;
80 wxStaticText* m_borderWidthUnits;
81 wxStaticText* m_borderColorLabel;
84 wxStaticText* m_borderStyleLabel;
85 wxBitmapComboBox* m_borderStyleCombo;
86 wxCheckBox* m_filledCtrl;
87 wxStaticText* m_fillColorLabel;
90 wxCheckBox* m_privateCheckbox;
91 wxCheckBox* m_commonToAllUnits;
93 wxStdDialogButtonSizer* m_sdbSizer1;
94 wxButton* m_sdbSizer1OK;
96
97 // Virtual event handlers, override them in your derived class
98 virtual void onMultiLineTCLostFocus( wxFocusEvent& event ) { event.Skip(); }
99 virtual void OnFormattingHelp( wxHyperlinkEvent& event ) { event.Skip(); }
100 virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); }
101 virtual void onFillChecked( wxCommandEvent& event ) { event.Skip(); }
102
103
104 public:
105
106 DIALOG_LIB_TEXTBOX_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Text Box Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
107
109
110};
111
A bitmap button widget that behaves like an AUI toolbar item's button when it is drawn.
Definition: bitmap_button.h:42
A simple color swatch of the kind used to set layer colors.
Definition: color_swatch.h:57
Class DIALOG_LIB_TEXTBOX_PROPERTIES_BASE.
virtual void onFillChecked(wxCommandEvent &event)
virtual void onBorderChecked(wxCommandEvent &event)
virtual void onMultiLineTCLostFocus(wxFocusEvent &event)
virtual void OnFormattingHelp(wxHyperlinkEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
#define _(s)