Home
last modified time | relevance | path

Searched refs:GetTopWindow (Results 1 – 25 of 959) sorted by relevance

12345678910>>...39

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dhelpwin.cpp68 if (wxTheApp->GetTopWindow()) in DisplayContents()
87 if (wxTheApp->GetTopWindow()) in DisplaySection()
108 if (wxTheApp->GetTopWindow()) in DisplayBlock()
127 if (wxTheApp->GetTopWindow()) in KeywordSearch()
139 if (wxTheApp->GetTopWindow()) in Quit()
H A Daccel.cpp82 if (wxTheApp->GetTopWindow() != NULL) in wxAcceleratorTable()
87 wxFrame* pFrame = (wxFrame*)wxTheApp->GetTopWindow(); in wxAcceleratorTable()
153 if (wxTheApp->GetTopWindow() != NULL) in wxAcceleratorTable()
158 wxFrame* pFrame = (wxFrame*)wxTheApp->GetTopWindow(); in wxAcceleratorTable()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dhelpwin.cpp68 if (wxTheApp->GetTopWindow()) in DisplayContents()
87 if (wxTheApp->GetTopWindow()) in DisplaySection()
108 if (wxTheApp->GetTopWindow()) in DisplayBlock()
127 if (wxTheApp->GetTopWindow()) in KeywordSearch()
139 if (wxTheApp->GetTopWindow()) in Quit()
H A Daccel.cpp82 if (wxTheApp->GetTopWindow() != NULL) in wxAcceleratorTable()
87 wxFrame* pFrame = (wxFrame*)wxTheApp->GetTopWindow(); in wxAcceleratorTable()
153 if (wxTheApp->GetTopWindow() != NULL) in wxAcceleratorTable()
158 wxFrame* pFrame = (wxFrame*)wxTheApp->GetTopWindow(); in wxAcceleratorTable()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/controls/
H A Dspinctrltest.cpp44 : m_spin(new wxSpinCtrl(wxTheApp->GetTopWindow())) in SpinCtrlTestCase2()
61 : m_spin(new wxSpinCtrl(wxTheApp->GetTopWindow())) in SpinCtrlTestCase3()
96 m_spin->Create(wxTheApp->GetTopWindow(), wxID_ANY, "",
106 m_spin->Create(wxTheApp->GetTopWindow(), wxID_ANY, "",
117 m_spin->Create(wxTheApp->GetTopWindow(), wxID_ANY, "99",
134 m_spin->Create(wxTheApp->GetTopWindow(), wxID_ANY, "",
172 m_spin->Create(wxTheApp->GetTopWindow(), wxID_ANY, "",
317 wxTextCtrl* text = new wxTextCtrl(wxTheApp->GetTopWindow(), wxID_ANY);
H A Dgaugetest.cpp51 m_gauge = new wxGauge(wxTheApp->GetTopWindow(), wxID_ANY, 100); in setUp()
56 wxTheApp->GetTopWindow()->DestroyChildren(); in tearDown()
65 m_gauge = new wxGauge(wxTheApp->GetTopWindow(), wxID_ANY, 100, in Direction()
71 m_gauge = new wxGauge(wxTheApp->GetTopWindow(), wxID_ANY, 100, in Direction()
H A Dradiobuttontest.cpp41 m_radio = new wxRadioButton(wxTheApp->GetTopWindow(), wxID_ANY, in RadioButtonTestCase()
89 wxWindow* const parent = wxTheApp->GetTopWindow();
177 wxScopedPtr<wxRadioButton> gradio0(new wxRadioButton(wxTheApp->GetTopWindow(),
182 wxScopedPtr<wxRadioButton> gradio1(new wxRadioButton(wxTheApp->GetTopWindow(),
188 wxScopedPtr<wxRadioButton> sradio(new wxRadioButton(wxTheApp->GetTopWindow(),
194 wxScopedPtr<wxRadioButton> ngradio(new wxRadioButton(wxTheApp->GetTopWindow(),
216 wxWindow* const tlw = wxTheApp->GetTopWindow();
H A Dlistboxtest.cpp78 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
84 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
98 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in Sort()
129 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in MultipleSelect()
178 wxTestableFrame* frame = wxStaticCast(wxTheApp->GetTopWindow(), in ClickEvents()
214 wxTestableFrame* frame = wxStaticCast(wxTheApp->GetTopWindow(), in ClickNotOnItem()
H A Dlabel.cpp94 st(new wxStaticText(wxTheApp->GetTopWindow(), wxID_ANY, ORIGINAL_LABEL));
101 st(new wxStaticText(wxTheApp->GetTopWindow(), wxID_ANY, ORIGINAL_LABEL,
110 gst(new wxGenericStaticText(wxTheApp->GetTopWindow(), wxID_ANY, ORIGINAL_LABEL));
117 cb(new wxCheckBox(wxTheApp->GetTopWindow(), wxID_ANY, ORIGINAL_LABEL));
H A Dpickertest.cpp59 m_colour = new wxColourPickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
103 m_dir = new wxDirPickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
148 m_file = new wxFilePickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
197 m_font = new wxFontPickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/tests/
H A Dtest_options_dialog.cpp114 "Testing: Settings Panel", wxOK, wxTheApp->GetTopWindow()); in test_general_panel()
132 "Testing: Settings Panel", wxOK, wxTheApp->GetTopWindow()); in test_view_panel()
149 "Testing: Settings Panel", wxOK, wxTheApp->GetTopWindow()); in test_network_panel()
166 "Testing: Settings Panel", wxOK, wxTheApp->GetTopWindow()); in test_misc_panel()
183 "Testing: Settings Panel", wxOK, wxTheApp->GetTopWindow()); in test_attachment_panel()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/controls/
H A Dradiobuttontest.cpp58 m_radio = new wxRadioButton(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
106 wxRadioButton* g1radio0 = new wxRadioButton(wxTheApp->GetTopWindow(), in Group()
111 wxRadioButton* g1radio1 = new wxRadioButton(wxTheApp->GetTopWindow(), in Group()
114 wxRadioButton* g2radio0 = new wxRadioButton(wxTheApp->GetTopWindow(), in Group()
119 wxRadioButton* g2radio1 = new wxRadioButton(wxTheApp->GetTopWindow(), in Group()
H A Dgaugetest.cpp54 m_gauge = new wxGauge(wxTheApp->GetTopWindow(), wxID_ANY, 100); in setUp()
59 wxTheApp->GetTopWindow()->DestroyChildren(); in tearDown()
68 m_gauge = new wxGauge(wxTheApp->GetTopWindow(), wxID_ANY, 100, in Direction()
74 m_gauge = new wxGauge(wxTheApp->GetTopWindow(), wxID_ANY, 100, in Direction()
H A Dlistboxtest.cpp84 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
90 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
104 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in Sort()
134 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in MultipleSelect()
183 wxTestableFrame* frame = wxStaticCast(wxTheApp->GetTopWindow(), in ClickEvents()
219 wxTestableFrame* frame = wxStaticCast(wxTheApp->GetTopWindow(), in ClickNotOnItem()
H A Dpickertest.cpp56 m_colour = new wxColourPickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
100 m_dir = new wxDirPickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
145 m_file = new wxFilePickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
191 m_font = new wxFontPickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
H A Dwindowtest.cpp88 m_window = new wxWindow(wxTheApp->GetTopWindow(), wxID_ANY); in setUp()
93 wxTheApp->GetTopWindow()->DestroyChildren(); in tearDown()
147 wxButton* button = new wxButton(wxTheApp->GetTopWindow(), wxID_ANY); in FocusEvent()
236 CPPUNIT_ASSERT_EQUAL(wxTheApp->GetTopWindow(), m_window->GetParent()); in Parent()
244 wxWindow* newwin = new wxWindow(wxTheApp->GetTopWindow(), wxID_ANY); in Siblings()
293 wxTheApp->GetTopWindow()->SetFocus(); in Focus()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/controls/
H A Dradiobuttontest.cpp58 m_radio = new wxRadioButton(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
106 wxRadioButton* g1radio0 = new wxRadioButton(wxTheApp->GetTopWindow(), in Group()
111 wxRadioButton* g1radio1 = new wxRadioButton(wxTheApp->GetTopWindow(), in Group()
114 wxRadioButton* g2radio0 = new wxRadioButton(wxTheApp->GetTopWindow(), in Group()
119 wxRadioButton* g2radio1 = new wxRadioButton(wxTheApp->GetTopWindow(), in Group()
H A Dgaugetest.cpp54 m_gauge = new wxGauge(wxTheApp->GetTopWindow(), wxID_ANY, 100); in setUp()
59 wxTheApp->GetTopWindow()->DestroyChildren(); in tearDown()
68 m_gauge = new wxGauge(wxTheApp->GetTopWindow(), wxID_ANY, 100, in Direction()
74 m_gauge = new wxGauge(wxTheApp->GetTopWindow(), wxID_ANY, 100, in Direction()
H A Dlistboxtest.cpp84 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
90 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
104 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in Sort()
134 m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY, in MultipleSelect()
183 wxTestableFrame* frame = wxStaticCast(wxTheApp->GetTopWindow(), in ClickEvents()
219 wxTestableFrame* frame = wxStaticCast(wxTheApp->GetTopWindow(), in ClickNotOnItem()
H A Dpickertest.cpp56 m_colour = new wxColourPickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
100 m_dir = new wxDirPickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
145 m_file = new wxFilePickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
191 m_font = new wxFontPickerCtrl(wxTheApp->GetTopWindow(), wxID_ANY, in setUp()
H A Dwindowtest.cpp88 m_window = new wxWindow(wxTheApp->GetTopWindow(), wxID_ANY); in setUp()
93 wxTheApp->GetTopWindow()->DestroyChildren(); in tearDown()
147 wxButton* button = new wxButton(wxTheApp->GetTopWindow(), wxID_ANY); in FocusEvent()
236 CPPUNIT_ASSERT_EQUAL(wxTheApp->GetTopWindow(), m_window->GetParent()); in Parent()
244 wxWindow* newwin = new wxWindow(wxTheApp->GetTopWindow(), wxID_ANY); in Siblings()
293 wxTheApp->GetTopWindow()->SetFocus(); in Focus()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/graphics/
H A Dmeasuring.cpp66 wxClientDC dc(wxTheApp->GetTopWindow());
102 wxClientDC dc(wxTheApp->GetTopWindow());
126 wxWindow* const win = wxTheApp->GetTopWindow();
133 wxClientDC dc(wxTheApp->GetTopWindow());
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/window/
H A Dsetsize.cpp55 wxScopedPtr<wxWindow> w(new MyWindow(wxTheApp->GetTopWindow()));
76 wxScopedPtr<wxWindow> w(new MyWindow(wxTheApp->GetTopWindow()));
90 w(new wxFrame(wxTheApp->GetTopWindow(), wxID_ANY, "Test child frame"));
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/graphics/
H A Dmeasuring.cpp103 wxClientDC dc(wxTheApp->GetTopWindow()); in DCGetTextExtent()
133 wxClientDC dc(wxTheApp->GetTopWindow()); in LeadingAndDescent()
157 wxWindow* const win = wxTheApp->GetTopWindow(); in WindowGetTextExtent()
164 wxClientDC dc(wxTheApp->GetTopWindow()); in GetPartialTextExtent()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/graphics/
H A Dmeasuring.cpp103 wxClientDC dc(wxTheApp->GetTopWindow()); in DCGetTextExtent()
133 wxClientDC dc(wxTheApp->GetTopWindow()); in LeadingAndDescent()
157 wxWindow* const win = wxTheApp->GetTopWindow(); in WindowGetTextExtent()
164 wxClientDC dc(wxTheApp->GetTopWindow()); in GetPartialTextExtent()

12345678910>>...39