Home
last modified time | relevance | path

Searched refs:wxButton (Results 1 – 25 of 2763) sorted by relevance

12345678910>>...111

/dports/emulators/lisaem/lisaem-1.2.6.2/wxui/
H A DLisaVKB.h24 wxButton *b_dprompath;
26 wxButton *lisakey_Ox20 ;
27 wxButton *lisakey_Ox21 ;
28 wxButton *lisakey_Ox22 ;
29 wxButton *lisakey_Ox23 ;
30 wxButton *lisakey_Ox24 ;
31 wxButton *lisakey_Ox25 ;
32 wxButton *lisakey_Ox26 ;
33 wxButton *lisakey_Ox27 ;
34 wxButton *lisakey_Ox28 ;
[all …]
/dports/comms/limesuite/LimeSuite-20.10.0/src/utilities_gui/
H A Dutilities_gui.h42 wxButton* btnConnect;
43 wxButton* btnCancel;
44 wxButton* btnDisconnect;
69 wxButton* btnClear;
70 wxButton* btnFullLog;
114 wxButton* btnGetInfo;
153 wxButton* btnLMSwrite;
154 wxButton* btnLMSread;
162 wxButton* btnLMSread1;
170 wxButton* btnLMSread2;
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Droutemanagerdialog.h48 class wxButton; variable
173 wxButton *btnRteZoomto;
175 wxButton *btnRteDelete;
176 wxButton *btnRteExport;
179 wxButton *btnTrkNew;
181 wxButton *btnTrkDelete;
185 wxButton *btnWptNew;
189 wxButton *btnWptGoTo;
193 wxButton *btnLayNew;
200 wxButton *btnImport;
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/gizmos/multicell/
H A Dmtest.cpp83 new wxButton( this, wxID_ANY, wxT("B3 - 0,2")), in MyFrame()
96 new wxButton( this, wxID_ANY, wxT("B6 - 2,0, 2 cols wide")), in MyFrame()
99 new wxButton( this, wxID_ANY, wxT("B7 - 2,3")), in MyFrame()
144 new wxButton( this, wxID_ANY, wxT("Button 1")), in MyFrame()
147 new wxButton( this, wxID_ANY, wxT("Button 2")), in MyFrame()
150 new wxButton( this, wxID_ANY, wxT("Button 3")), in MyFrame()
167 new wxButton( this, wxID_ANY, wxT("Button 6")), in MyFrame()
170 new wxButton( this, wxID_ANY, wxT("Button 7")), in MyFrame()
175 new wxButton( this, wxID_ANY, wxT("Button 8")), in MyFrame()
178 new wxButton( this, wxID_ANY, wxT("Button 9")), in MyFrame()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/gizmos/multicell/
H A Dmtest.cpp83 new wxButton( this, wxID_ANY, wxT("B3 - 0,2")), in MyFrame()
96 new wxButton( this, wxID_ANY, wxT("B6 - 2,0, 2 cols wide")), in MyFrame()
99 new wxButton( this, wxID_ANY, wxT("B7 - 2,3")), in MyFrame()
144 new wxButton( this, wxID_ANY, wxT("Button 1")), in MyFrame()
147 new wxButton( this, wxID_ANY, wxT("Button 2")), in MyFrame()
150 new wxButton( this, wxID_ANY, wxT("Button 3")), in MyFrame()
167 new wxButton( this, wxID_ANY, wxT("Button 6")), in MyFrame()
170 new wxButton( this, wxID_ANY, wxT("Button 7")), in MyFrame()
175 new wxButton( this, wxID_ANY, wxT("Button 8")), in MyFrame()
178 new wxButton( this, wxID_ANY, wxT("Button 9")), in MyFrame()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/gizmos/multicell/
H A Dmtest.cpp83 new wxButton( this, wxID_ANY, wxT("B3 - 0,2")), in MyFrame()
96 new wxButton( this, wxID_ANY, wxT("B6 - 2,0, 2 cols wide")), in MyFrame()
99 new wxButton( this, wxID_ANY, wxT("B7 - 2,3")), in MyFrame()
144 new wxButton( this, wxID_ANY, wxT("Button 1")), in MyFrame()
147 new wxButton( this, wxID_ANY, wxT("Button 2")), in MyFrame()
150 new wxButton( this, wxID_ANY, wxT("Button 3")), in MyFrame()
167 new wxButton( this, wxID_ANY, wxT("Button 6")), in MyFrame()
170 new wxButton( this, wxID_ANY, wxT("Button 7")), in MyFrame()
175 new wxButton( this, wxID_ANY, wxT("Button 8")), in MyFrame()
178 new wxButton( this, wxID_ANY, wxT("Button 9")), in MyFrame()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/gizmos/multicell/
H A Dmtest.cpp83 new wxButton( this, wxID_ANY, wxT("B3 - 0,2")), in MyFrame()
96 new wxButton( this, wxID_ANY, wxT("B6 - 2,0, 2 cols wide")), in MyFrame()
99 new wxButton( this, wxID_ANY, wxT("B7 - 2,3")), in MyFrame()
144 new wxButton( this, wxID_ANY, wxT("Button 1")), in MyFrame()
147 new wxButton( this, wxID_ANY, wxT("Button 2")), in MyFrame()
150 new wxButton( this, wxID_ANY, wxT("Button 3")), in MyFrame()
167 new wxButton( this, wxID_ANY, wxT("Button 6")), in MyFrame()
170 new wxButton( this, wxID_ANY, wxT("Button 7")), in MyFrame()
175 new wxButton( this, wxID_ANY, wxT("Button 8")), in MyFrame()
178 new wxButton( this, wxID_ANY, wxT("Button 9")), in MyFrame()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/examples/demo/
H A Dex_button.erl61 B10 = wxButton:new(Panel, 10, [{label,"Normal"}]),
66 wxButton:setToolTip(B11, "A toggle button"),
68 B12 = wxButton:new(Panel, 12, [{label,"Default"}]),
69 wxButton:setDefault(B12),
73 wxButton:disable(B13),
74 wxButton:setToolTip(B13, "Disabled Normal button"),
77 wxButton:setToolTip(B14, "A Bitmap button"),
101 B31 = wxButton:new(Panel, 31, [{label,"Exact Fit"},
103 wxButton:setToolTip(B31, "Minimal Size button"),
135 Butt = wx:typeCast(B0, wxButton),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/examples/demo/
H A Dex_button.erl61 B10 = wxButton:new(Panel, 10, [{label,"Normal"}]),
66 wxButton:setToolTip(B11, "A toggle button"),
68 B12 = wxButton:new(Panel, 12, [{label,"Default"}]),
69 wxButton:setDefault(B12),
73 wxButton:disable(B13),
74 wxButton:setToolTip(B13, "Disabled Normal button"),
77 wxButton:setToolTip(B14, "A Bitmap button"),
101 B31 = wxButton:new(Panel, 31, [{label,"Exact Fit"},
103 wxButton:setToolTip(B31, "Minimal Size button"),
135 Butt = wx:typeCast(B0, wxButton),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/examples/demo/
H A Dex_button.erl61 B10 = wxButton:new(Panel, 10, [{label,"Normal"}]),
66 wxButton:setToolTip(B11, "A toggle button"),
68 B12 = wxButton:new(Panel, 12, [{label,"Default"}]),
69 wxButton:setDefault(B12),
73 wxButton:disable(B13),
74 wxButton:setToolTip(B13, "Disabled Normal button"),
77 wxButton:setToolTip(B14, "A Bitmap button"),
101 B31 = wxButton:new(Panel, 31, [{label,"Exact Fit"},
103 wxButton:setToolTip(B31, "Minimal Size button"),
135 Butt = wx:typeCast(B0, wxButton),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/examples/demo/
H A Dex_button.erl61 B10 = wxButton:new(Panel, 10, [{label,"Normal"}]),
66 wxButton:setToolTip(B11, "A toggle button"),
68 B12 = wxButton:new(Panel, 12, [{label,"Default"}]),
69 wxButton:setDefault(B12),
73 wxButton:disable(B13),
74 wxButton:setToolTip(B13, "Disabled Normal button"),
77 wxButton:setToolTip(B14, "A Bitmap button"),
101 B31 = wxButton:new(Panel, 31, [{label,"Exact Fit"},
103 wxButton:setToolTip(B31, "Minimal Size button"),
135 Butt = wx:typeCast(B0, wxButton),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/examples/demo/
H A Dex_button.erl61 B10 = wxButton:new(Panel, 10, [{label,"Normal"}]),
66 wxButton:setToolTip(B11, "A toggle button"),
68 B12 = wxButton:new(Panel, 12, [{label,"Default"}]),
69 wxButton:setDefault(B12),
73 wxButton:disable(B13),
74 wxButton:setToolTip(B13, "Disabled Normal button"),
77 wxButton:setToolTip(B14, "A Bitmap button"),
101 B31 = wxButton:new(Panel, 31, [{label,"Exact Fit"},
103 wxButton:setToolTip(B31, "Minimal Size button"),
135 Butt = wx:typeCast(B0, wxButton),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/examples/demo/
H A Dex_button.erl61 B10 = wxButton:new(Panel, 10, [{label,"Normal"}]),
66 wxButton:setToolTip(B11, "A toggle button"),
68 B12 = wxButton:new(Panel, 12, [{label,"Default"}]),
69 wxButton:setDefault(B12),
73 wxButton:disable(B13),
74 wxButton:setToolTip(B13, "Disabled Normal button"),
77 wxButton:setToolTip(B14, "A Bitmap button"),
101 B31 = wxButton:new(Panel, 31, [{label,"Exact Fit"},
103 wxButton:setToolTip(B31, "Minimal Size button"),
135 Butt = wx:typeCast(B0, wxButton),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/examples/demo/
H A Dex_button.erl61 B10 = wxButton:new(Panel, 10, [{label,"Normal"}]),
66 wxButton:setToolTip(B11, "A toggle button"),
68 B12 = wxButton:new(Panel, 12, [{label,"Default"}]),
69 wxButton:setDefault(B12),
73 wxButton:disable(B13),
74 wxButton:setToolTip(B13, "Disabled Normal button"),
77 wxButton:setToolTip(B14, "A Bitmap button"),
101 B31 = wxButton:new(Panel, 31, [{label,"Exact Fit"},
103 wxButton:setToolTip(B31, "Minimal Size button"),
135 Butt = wx:typeCast(B0, wxButton),
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dbutton.cpp61 wxBEGIN_EVENT_TABLE(wxButton, wxButtonBase) in wxBEGIN_EVENT_TABLE() argument
62 EVT_CHAR_HOOK(wxButton::OnCharHook) in wxBEGIN_EVENT_TABLE()
73 bool wxButton::Create(wxWindow *parent, in wxBEGIN_EVENT_TABLE()
116 wxButton::~wxButton() in ~wxButton()
246 wxWindow *wxButton::SetDefault() in SetDefault()
285 void wxButton::SetTmpDefault() in SetTmpDefault()
308 void wxButton::UnsetTmpDefault() in UnsetTmpDefault()
328 wxButton::SetDefaultStyle(wxButton *btn, bool on) in SetDefaultStyle()
380 bool wxButton::SendClickEvent() in SendClickEvent()
460 bool wxButton::DoGetAuthNeeded() const in DoGetAuthNeeded()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dbutton.cpp64 BEGIN_EVENT_TABLE(wxButton, wxButtonBase) in BEGIN_EVENT_TABLE() argument
65 EVT_CHAR_HOOK(wxButton::OnCharHook) in BEGIN_EVENT_TABLE()
76 bool wxButton::Create(wxWindow *parent, in BEGIN_EVENT_TABLE()
115 wxButton::~wxButton() in ~wxButton()
237 wxWindow *wxButton::SetDefault() in SetDefault()
278 void wxButton::SetTmpDefault() in SetTmpDefault()
295 void wxButton::UnsetTmpDefault() in UnsetTmpDefault()
312 wxButton::SetDefaultStyle(wxButton *btn, bool on) in SetDefaultStyle()
364 bool wxButton::SendClickEvent() in SendClickEvent()
448 bool wxButton::DoGetAuthNeeded() const in DoGetAuthNeeded()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dbutton.cpp64 BEGIN_EVENT_TABLE(wxButton, wxButtonBase) in BEGIN_EVENT_TABLE() argument
65 EVT_CHAR_HOOK(wxButton::OnCharHook) in BEGIN_EVENT_TABLE()
76 bool wxButton::Create(wxWindow *parent, in BEGIN_EVENT_TABLE()
115 wxButton::~wxButton() in ~wxButton()
237 wxWindow *wxButton::SetDefault() in SetDefault()
278 void wxButton::SetTmpDefault() in SetTmpDefault()
295 void wxButton::UnsetTmpDefault() in UnsetTmpDefault()
312 wxButton::SetDefaultStyle(wxButton *btn, bool on) in SetDefaultStyle()
364 bool wxButton::SendClickEvent() in SendClickEvent()
448 bool wxButton::DoGetAuthNeeded() const in DoGetAuthNeeded()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dbutton.cpp63 pParent->AddChild((wxButton *)this); in Create()
115 wxButton::~wxButton() in ~wxButton()
185 wxSize wxButton::GetDefaultSize() in GetDefaultSize()
210 void wxButton::Command ( in Command()
221 bool wxButton::SendClickEvent() in SendClickEvent()
231 wxWindow *wxButton::SetDefault() in SetDefault()
244 void wxButton::SetTmpDefault() in SetTmpDefault()
257 void wxButton::UnsetTmpDefault() in UnsetTmpDefault()
271 void wxButton::SetDefaultStyle( in SetDefaultStyle()
354 void wxButton::MakeOwnerDrawn() in MakeOwnerDrawn()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dbutton.cpp63 pParent->AddChild((wxButton *)this); in Create()
115 wxButton::~wxButton() in ~wxButton()
185 wxSize wxButton::GetDefaultSize() in GetDefaultSize()
210 void wxButton::Command ( in Command()
221 bool wxButton::SendClickEvent() in SendClickEvent()
231 wxWindow *wxButton::SetDefault() in SetDefault()
244 void wxButton::SetTmpDefault() in SetTmpDefault()
257 void wxButton::UnsetTmpDefault() in UnsetTmpDefault()
271 void wxButton::SetDefaultStyle( in SetDefaultStyle()
354 void wxButton::MakeOwnerDrawn() in MakeOwnerDrawn()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/ipc/
H A Dclient.h52 wxButton* GetStart() { return (wxButton*) FindWindow( ID_START ); } in GetStart()
56 wxButton* GetDisconnect() { return (wxButton*) FindWindow( ID_DISCONNECT ); } in GetDisconnect()
57 wxButton* GetStartAdvise() { return (wxButton*) FindWindow( ID_STARTADVISE ); } in GetStartAdvise()
58 wxButton* GetStopAdvise() { return (wxButton*) FindWindow( ID_STOPADVISE ); } in GetStopAdvise()
59 wxButton* GetRequest() { return (wxButton*) FindWindow( ID_REQUEST ); } in GetRequest()
60 wxButton* GetPoke() { return (wxButton*) FindWindow( ID_POKE ); } in GetPoke()
61 wxButton* GetExecute() { return (wxButton*) FindWindow( ID_EXECUTE ); } in GetExecute()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/ipc/
H A Dclient.h52 wxButton* GetStart() { return (wxButton*) FindWindow( ID_START ); } in GetStart()
56 wxButton* GetDisconnect() { return (wxButton*) FindWindow( ID_DISCONNECT ); } in GetDisconnect()
57 wxButton* GetStartAdvise() { return (wxButton*) FindWindow( ID_STARTADVISE ); } in GetStartAdvise()
58 wxButton* GetStopAdvise() { return (wxButton*) FindWindow( ID_STOPADVISE ); } in GetStopAdvise()
59 wxButton* GetRequest() { return (wxButton*) FindWindow( ID_REQUEST ); } in GetRequest()
60 wxButton* GetPoke() { return (wxButton*) FindWindow( ID_POKE ); } in GetPoke()
61 wxButton* GetExecute() { return (wxButton*) FindWindow( ID_EXECUTE ); } in GetExecute()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dbutton.cpp30 class wxButton;
99 IMPLEMENT_DYNAMIC_CLASS(wxButton,wxControl) in IMPLEMENT_DYNAMIC_CLASS() argument
101 wxButton::wxButton() in IMPLEMENT_DYNAMIC_CLASS()
105 wxButton::~wxButton() in ~wxButton()
160 void wxButton::SetDefault() in SetDefault()
180 void wxButton::SetLabel( const wxString &lbl ) in SetLabel()
196 bool wxButton::Enable( bool enable ) in Enable()
206 bool wxButton::IsOwnGtkWindow( GdkWindow *window ) in IsOwnGtkWindow()
211 void wxButton::DoApplyWidgetStyle(GtkRcStyle *style) in DoApplyWidgetStyle()
217 wxSize wxButton::DoGetBestSize() const in DoGetBestSize()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dbutton.cpp30 class wxButton;
99 IMPLEMENT_DYNAMIC_CLASS(wxButton,wxControl) in IMPLEMENT_DYNAMIC_CLASS() argument
101 wxButton::wxButton() in IMPLEMENT_DYNAMIC_CLASS()
105 wxButton::~wxButton() in ~wxButton()
160 void wxButton::SetDefault() in SetDefault()
180 void wxButton::SetLabel( const wxString &lbl ) in SetLabel()
196 bool wxButton::Enable( bool enable ) in Enable()
206 bool wxButton::IsOwnGtkWindow( GdkWindow *window ) in IsOwnGtkWindow()
211 void wxButton::DoApplyWidgetStyle(GtkRcStyle *style) in DoApplyWidgetStyle()
217 wxSize wxButton::DoGetBestSize() const in DoGetBestSize()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dbutton.cpp30 class wxButton;
99 IMPLEMENT_DYNAMIC_CLASS(wxButton,wxControl) in IMPLEMENT_DYNAMIC_CLASS() argument
101 wxButton::wxButton() in IMPLEMENT_DYNAMIC_CLASS()
105 wxButton::~wxButton() in ~wxButton()
160 void wxButton::SetDefault() in SetDefault()
180 void wxButton::SetLabel( const wxString &lbl ) in SetLabel()
196 bool wxButton::Enable( bool enable ) in Enable()
206 bool wxButton::IsOwnGtkWindow( GdkWindow *window ) in IsOwnGtkWindow()
211 void wxButton::DoApplyWidgetStyle(GtkRcStyle *style) in DoApplyWidgetStyle()
217 wxSize wxButton::DoGetBestSize() const in DoGetBestSize()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dbutton.cpp30 class wxButton;
99 IMPLEMENT_DYNAMIC_CLASS(wxButton,wxControl) in IMPLEMENT_DYNAMIC_CLASS() argument
101 wxButton::wxButton() in IMPLEMENT_DYNAMIC_CLASS()
105 wxButton::~wxButton() in ~wxButton()
160 void wxButton::SetDefault() in SetDefault()
180 void wxButton::SetLabel( const wxString &lbl ) in SetLabel()
196 bool wxButton::Enable( bool enable ) in Enable()
206 bool wxButton::IsOwnGtkWindow( GdkWindow *window ) in IsOwnGtkWindow()
211 void wxButton::DoApplyWidgetStyle(GtkRcStyle *style) in DoApplyWidgetStyle()
217 wxSize wxButton::DoGetBestSize() const in DoGetBestSize()
[all …]

12345678910>>...111