Home
last modified time | relevance | path

Searched refs:topSizer (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/math/gambit/gambit-16.0.1/src/gui/
H A Ddlabout.cc45 wxBoxSizer *topSizer = new wxBoxSizer(wxVERTICAL); in gbtAboutDialog() local
47 topSizer->Add(new wxStaticBitmap(this, wxID_STATIC, in gbtAboutDialog()
50 topSizer->Add(new wxStaticText(this, wxID_STATIC, in gbtAboutDialog()
53 topSizer->Add(new wxStaticText(this, wxID_STATIC, in gbtAboutDialog()
59 topSizer->Add(FormattedText(this, in gbtAboutDialog()
71 topSizer->Add(FormattedText(this, in gbtAboutDialog()
75 topSizer->Add(FormattedText(this, in gbtAboutDialog()
79 topSizer->Add(FormattedText(this, in gbtAboutDialog()
98 SetSizer(topSizer); in gbtAboutDialog()
99 topSizer->Fit(this); in gbtAboutDialog()
[all …]
H A Ddlefglayout.cc136 SetSizer(topSizer); in gbtLayoutNodesPanel()
137 topSizer->Fit(this); in gbtLayoutNodesPanel()
138 topSizer->SetSizeHints(this); in gbtLayoutNodesPanel()
226 SetSizer(topSizer); in gbtLayoutBranchesPanel()
227 topSizer->Fit(this); in gbtLayoutBranchesPanel()
228 topSizer->SetSizeHints(this); in gbtLayoutBranchesPanel()
279 SetSizer(topSizer); in gbtLayoutInfosetsPanel()
280 topSizer->Fit(this); in gbtLayoutInfosetsPanel()
281 topSizer->SetSizeHints(this); in gbtLayoutInfosetsPanel()
310 SetSizer(topSizer); in gbtLayoutDialog()
[all …]
H A Defgpanel.cc134 SetSizer(topSizer); in gbtBehavDominanceToolbar()
299 topSizer->Show(m_payoff, false); in BEGIN_EVENT_TABLE()
334 topSizer->Show(m_belief, false); in BEGIN_EVENT_TABLE()
336 SetSizer(topSizer); in BEGIN_EVENT_TABLE()
337 topSizer->SetSizeHints(this); in BEGIN_EVENT_TABLE()
338 topSizer->Fit(this); in BEGIN_EVENT_TABLE()
548 SetSizer(topSizer); in gbtTreeChancePanel()
549 topSizer->SetSizeHints(this); in gbtTreeChancePanel()
550 topSizer->Fit(this); in gbtTreeChancePanel()
612 SetSizer(topSizer); in gbtTreePlayerToolbar()
[all …]
H A Dnfgpanel.cc163 topSizer->Add(labelSizer, 0, wxALL, 0); in BEGIN_EVENT_TABLE()
169 topSizer->Add(m_payoff, 0, wxALL | wxEXPAND, 0); in BEGIN_EVENT_TABLE()
170 topSizer->Show(m_payoff, false); in BEGIN_EVENT_TABLE()
172 SetSizer(topSizer); in BEGIN_EVENT_TABLE()
173 topSizer->SetSizeHints(this); in BEGIN_EVENT_TABLE()
174 topSizer->Fit(this); in BEGIN_EVENT_TABLE()
290 SetSizer(topSizer); in gbtTablePlayerToolbar()
406 SetSizer(topSizer); in gbtStrategyDominanceToolbar()
475 topSizer->Show(m_dominanceToolbar, false); in BEGIN_EVENT_TABLE()
476 topSizer->Add(playerSizer, 1, wxEXPAND, 0); in BEGIN_EVENT_TABLE()
[all …]
H A Ddlgameprop.cc40 wxBoxSizer *topSizer = new wxBoxSizer(wxVERTICAL); in gbtGamePropertiesDialog() local
51 topSizer->Add(titleSizer, 0, wxALL | wxEXPAND, 0); in gbtGamePropertiesDialog()
62 topSizer->Add(commentSizer, 1, wxALL | wxEXPAND, 0); in gbtGamePropertiesDialog()
102 topSizer->Add(boxSizer, 0, wxALL | wxEXPAND, 5); in gbtGamePropertiesDialog()
110 topSizer->Add(buttonSizer, 0, wxALL | wxALIGN_RIGHT, 5); in gbtGamePropertiesDialog()
112 SetSizer(topSizer); in gbtGamePropertiesDialog()
113 topSizer->Fit(this); in gbtGamePropertiesDialog()
114 topSizer->SetSizeHints(this); in gbtGamePropertiesDialog()
H A Ddlefgreveal.cc42 wxBoxSizer *topSizer = new wxBoxSizer(wxVERTICAL); in gbtRevealMoveDialog() local
66 topSizer->Add(playerBox, 1, wxALL | wxEXPAND, 5); in gbtRevealMoveDialog()
73 topSizer->Add(buttonSizer, 0, wxALL | wxALIGN_RIGHT, 5); in gbtRevealMoveDialog()
75 SetSizer(topSizer); in gbtRevealMoveDialog()
76 topSizer->Fit(this); in gbtRevealMoveDialog()
77 topSizer->SetSizeHints(this); in gbtRevealMoveDialog()
H A Ddleditnode.cc38 wxBoxSizer *topSizer = new wxBoxSizer(wxVERTICAL); in dialogEditNode() local
46 topSizer->Add(labelSizer, 0, wxALL | wxEXPAND, 5); in dialogEditNode()
95 topSizer->Add(infosetSizer, 0, wxALL | wxEXPAND, 5); in dialogEditNode()
108 topSizer->Add(subgameSizer, 0, wxALL | wxCENTER, 5); in dialogEditNode()
146 topSizer->Add(outcomeSizer, 0, wxALL | wxEXPAND, 5); in dialogEditNode()
153 topSizer->Add(buttonSizer, 0, wxALL | wxALIGN_RIGHT, 5); in dialogEditNode()
155 SetSizer(topSizer); in dialogEditNode()
156 topSizer->Fit(this); in dialogEditNode()
157 topSizer->SetSizeHints(this); in dialogEditNode()
H A Ddleditmove.cc144 wxBoxSizer *topSizer = new wxBoxSizer(wxVERTICAL); in gbtEditMoveDialog() local
153 topSizer->Add(labelSizer, 0, wxALL | wxEXPAND, 0); in gbtEditMoveDialog()
155 topSizer->Add(new wxStaticText(this, wxID_STATIC, in gbtEditMoveDialog()
176 topSizer->Add(playerSizer, 0, wxALL | wxEXPAND, 0); in gbtEditMoveDialog()
183 topSizer->Add(actionBoxSizer, 0, wxALL | wxEXPAND, 5); in gbtEditMoveDialog()
190 topSizer->Add(buttonSizer, 0, wxALL | wxALIGN_RIGHT, 5); in gbtEditMoveDialog()
192 SetSizer(topSizer); in gbtEditMoveDialog()
193 topSizer->Fit(this); in gbtEditMoveDialog()
194 topSizer->SetSizeHints(this); in gbtEditMoveDialog()
H A Ddlefglegend.cc118 wxBoxSizer *topSizer = new wxBoxSizer(wxVERTICAL); in gbtLegendDialog() local
119 topSizer->Add(nodeGroup, 0, wxEXPAND | wxALL, 5); in gbtLegendDialog()
120 topSizer->Add(actionGroup, 0, wxEXPAND | wxALL, 5); in gbtLegendDialog()
127 topSizer->Add(buttonSizer, 0, wxALL | wxALIGN_RIGHT, 5); in gbtLegendDialog()
129 SetSizer(topSizer); in gbtLegendDialog()
130 topSizer->Fit(this); in gbtLegendDialog()
131 topSizer->SetSizeHints(this); in gbtLegendDialog()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/hotdraw/utilities/
H A DhdRemoveDeleteDialog.cpp103 topSizer = new wxBoxSizer(wxVERTICAL ); in CreateControls()
104 this->SetSizer(topSizer); in CreateControls()
105 topSizer->AddSpacer(10); in CreateControls()
108 topSizer->Add(messageSizer); in CreateControls()
122 topSizer->Add(staticText2, 0, wxALIGN_LEFT, 5); in CreateControls()
125 topSizer->Add(staticText3, 0, wxALIGN_LEFT, 5); in CreateControls()
128 topSizer->AddSpacer(10); in CreateControls()
131 topSizer->Add(line, 0, wxGROW | wxALL, 5); in CreateControls()
136 topSizer->Add(buttonsSizer, 0, wxALIGN_CENTER, 5); in CreateControls()
153 topSizer->AddSpacer(10); in CreateControls()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/popup/
H A Dpopup.cpp134 topSizer->Add( text, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
135 topSizer->Add( m_button, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
149 m_panel->SetSizer( topSizer ); in wxBEGIN_EVENT_TABLE()
161 topSizer->Fit(m_panel); in wxBEGIN_EVENT_TABLE()
384 topSizer->Add( button1, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
385 topSizer->Add( button2, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
388 panel->SetSizer( topSizer ); in wxBEGIN_EVENT_TABLE()
473 topSizer->Add( button1, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
474 topSizer->Add( button2, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
475 topSizer->AddSpacer(40); in wxBEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/popup/
H A Dpopup.cpp140 topSizer->Add( text, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
141 topSizer->Add( m_button, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
146 m_panel->SetSizer( topSizer ); in IMPLEMENT_CLASS()
147 topSizer->Fit(m_panel); in IMPLEMENT_CLASS()
148 topSizer->Fit(this); in IMPLEMENT_CLASS()
361 topSizer->Add( button1, 0, wxALL, 5 ); in BEGIN_EVENT_TABLE()
362 topSizer->Add( button2, 0, wxALL, 5 ); in BEGIN_EVENT_TABLE()
366 panel->SetSizer( topSizer ); in BEGIN_EVENT_TABLE()
449 topSizer->AddSpacer(40); in BEGIN_EVENT_TABLE()
453 panel->SetSizer( topSizer ); in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/popup/
H A Dpopup.cpp140 topSizer->Add( text, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
141 topSizer->Add( m_button, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
146 m_panel->SetSizer( topSizer ); in IMPLEMENT_CLASS()
147 topSizer->Fit(m_panel); in IMPLEMENT_CLASS()
148 topSizer->Fit(this); in IMPLEMENT_CLASS()
361 topSizer->Add( button1, 0, wxALL, 5 ); in BEGIN_EVENT_TABLE()
362 topSizer->Add( button2, 0, wxALL, 5 ); in BEGIN_EVENT_TABLE()
366 panel->SetSizer( topSizer ); in BEGIN_EVENT_TABLE()
449 topSizer->AddSpacer(40); in BEGIN_EVENT_TABLE()
453 panel->SetSizer( topSizer ); in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/popup/
H A Dpopup.cpp140 topSizer->Add( text, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
141 topSizer->Add( m_button, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
146 m_panel->SetSizer( topSizer ); in IMPLEMENT_CLASS()
147 topSizer->Fit(m_panel); in IMPLEMENT_CLASS()
148 topSizer->Fit(this); in IMPLEMENT_CLASS()
361 topSizer->Add( button1, 0, wxALL, 5 ); in BEGIN_EVENT_TABLE()
362 topSizer->Add( button2, 0, wxALL, 5 ); in BEGIN_EVENT_TABLE()
366 panel->SetSizer( topSizer ); in BEGIN_EVENT_TABLE()
449 topSizer->AddSpacer(40); in BEGIN_EVENT_TABLE()
453 panel->SetSizer( topSizer ); in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/popup/
H A Dpopup.cpp140 topSizer->Add( text, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
141 topSizer->Add( m_button, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
146 m_panel->SetSizer( topSizer ); in IMPLEMENT_CLASS()
147 topSizer->Fit(m_panel); in IMPLEMENT_CLASS()
148 topSizer->Fit(this); in IMPLEMENT_CLASS()
361 topSizer->Add( button1, 0, wxALL, 5 ); in BEGIN_EVENT_TABLE()
362 topSizer->Add( button2, 0, wxALL, 5 ); in BEGIN_EVENT_TABLE()
366 panel->SetSizer( topSizer ); in BEGIN_EVENT_TABLE()
449 topSizer->AddSpacer(40); in BEGIN_EVENT_TABLE()
453 panel->SetSizer( topSizer ); in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/popup/
H A Dpopup.cpp137 topSizer->Add( text, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
138 topSizer->Add( m_button, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
150 m_panel->SetSizer( topSizer ); in IMPLEMENT_CLASS()
162 topSizer->Fit(m_panel); in IMPLEMENT_CLASS()
385 topSizer->Add( button1, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
386 topSizer->Add( button2, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
389 panel->SetSizer( topSizer ); in wxBEGIN_EVENT_TABLE()
474 topSizer->Add( button1, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
475 topSizer->Add( button2, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
476 topSizer->AddSpacer(40); in wxBEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/popup/
H A Dpopup.cpp137 topSizer->Add( text, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
138 topSizer->Add( m_button, 0, wxALL, 5 ); in IMPLEMENT_CLASS()
150 m_panel->SetSizer( topSizer ); in IMPLEMENT_CLASS()
162 topSizer->Fit(m_panel); in IMPLEMENT_CLASS()
385 topSizer->Add( button1, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
386 topSizer->Add( button2, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
389 panel->SetSizer( topSizer ); in wxBEGIN_EVENT_TABLE()
474 topSizer->Add( button1, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
475 topSizer->Add( button2, 0, wxALL, 5 ); in wxBEGIN_EVENT_TABLE()
476 topSizer->AddSpacer(40); in wxBEGIN_EVENT_TABLE()
[all …]
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxutils.cpp116 wxBoxSizer* topSizer = new wxBoxSizer(wxVERTICAL); in StringDialog() local
117 SetSizer(topSizer); in StringDialog()
134 topSizer->AddSpacer(12); in StringDialog()
135 topSizer->Add(promptlabel, 0, wxLEFT | wxRIGHT, 10); in StringDialog()
136 topSizer->AddSpacer(10); in StringDialog()
138 topSizer->AddSpacer(12); in StringDialog()
272 wxBoxSizer* topSizer = new wxBoxSizer(wxVERTICAL); in IntegerDialog() local
273 SetSizer(topSizer); in IntegerDialog()
292 topSizer->AddSpacer(12); in IntegerDialog()
294 topSizer->AddSpacer(10); in IntegerDialog()
[all …]
/dports/x11/simdock/trunk/src/
H A DsettingsDialog.cc205 wxBoxSizer *topSizer = new wxBoxSizer( wxVERTICAL ); in CreateGeneralSettingsPage() local
225 topSizer->Add( item2, 1, wxGROW|wxALIGN_CENTRE|wxALL, 5 ); in CreateGeneralSettingsPage()
244 panel->SetSizer(topSizer); in CreateGeneralSettingsPage()
245 topSizer->Fit(panel); in CreateGeneralSettingsPage()
253 wxBoxSizer *topSizer = new wxBoxSizer( wxVERTICAL ); in CreateBackgroundPage() local
322 panel->SetSizer(topSizer); in CreateBackgroundPage()
323 topSizer->Fit(panel); in CreateBackgroundPage()
332 wxBoxSizer *topSizer = new wxBoxSizer( wxVERTICAL ); in CreateAestheticSettingsPage() local
390 topSizer->AddSpacer(5); in CreateAestheticSettingsPage()
392 panel->SetSizer(topSizer); in CreateAestheticSettingsPage()
[all …]
/dports/science/openbabel/openbabel-3.1.1/src/GUI/
H A Dselformats.h25 wxBoxSizer* topSizer = new wxBoxSizer(wxHORIZONTAL); in SelFormatsDialog() local
26 topSizer->Add(pList,1,wxEXPAND); in SelFormatsDialog()
31 topSizer->Add(buttonSizer); in SelFormatsDialog()
32 SetSizer(topSizer); in SelFormatsDialog()
33 topSizer->Fit(this); in SelFormatsDialog()
34 topSizer->SetSizeHints(this); in SelFormatsDialog()
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DBlobExplorer.cpp287 topSizer->Fit(panel); in CreateHexadecimalPage()
322 topSizer->Fit(panel); in CreateGeometryPage()
353 topSizer->Fit(panel); in CreateWKTPage()
399 topSizer->Fit(panel); in CreateEWKTPage()
472 topSizer->Fit(panel); in CreateSVGPage()
571 topSizer->Fit(panel); in CreateKMLPage()
659 topSizer->Fit(panel); in CreateGMLPage()
774 topSizer->Fit(panel); in CreateGeoJSONPage()
851 topSizer->Fit(panel); in CreateXmlDocumentPage()
898 topSizer->Fit(panel); in CreateXmlIndentedPage()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc76 wxBoxSizer *topSizer = new wxBoxSizer(wxVERTICAL); in MyFrame() local
77 topSizer->Add(label1); in MyFrame()
78 topSizer->Add(label2); in MyFrame()
79 SetSizer(topSizer); in MyFrame()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc76 wxBoxSizer *topSizer = new wxBoxSizer(wxVERTICAL); in MyFrame() local
77 topSizer->Add(label1); in MyFrame()
78 topSizer->Add(label2); in MyFrame()
79 SetSizer(topSizer); in MyFrame()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc76 wxBoxSizer *topSizer = new wxBoxSizer(wxVERTICAL); in MyFrame() local
77 topSizer->Add(label1); in MyFrame()
78 topSizer->Add(label2); in MyFrame()
79 SetSizer(topSizer); in MyFrame()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc76 wxBoxSizer *topSizer = new wxBoxSizer(wxVERTICAL); in MyFrame() local
77 topSizer->Add(label1); in MyFrame()
78 topSizer->Add(label2); in MyFrame()
79 SetSizer(topSizer); in MyFrame()

1234567