Home
last modified time | relevance | path

Searched refs:GetWindow (Results 1 – 25 of 2436) sorted by relevance

12345678910>>...98

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Ddockmgr.cxx223 mpDockWin->GetWindow()->Move(); in Move()
530 GetWindow()->ImplUpdateAll(); in ImplStartDocking()
749 vcl::Window* pRealParent = GetWindow()->GetWindow( GetWindowType::Parent ); in ImplPreparePopupMode()
750 mpOldBorderWin = GetWindow()->GetWindow( GetWindowType::Border ); in ImplPreparePopupMode()
806 GetWindow()->Show(); in StartPopupMode()
824 GetWindow()->Show(); in StartPopupMode()
835 vcl::Window* pRealParent = GetWindow()->GetWindow( GetWindowType::Parent ); in IMPL_LINK_NOARG()
841 GetWindow()->mpWindowImpl->mnLeftBorder, GetWindow()->mpWindowImpl->mnTopBorder, in IMPL_LINK_NOARG()
842 GetWindow()->mpWindowImpl->mnRightBorder, GetWindow()->mpWindowImpl->mnBottomBorder ); in IMPL_LINK_NOARG()
881 vcl::Window* pRealParent = GetWindow()->GetWindow( GetWindowType::Parent ); in SetFloatingMode()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Ddockmgr.cxx229 mpDockWin->GetWindow()->Move(); in Move()
556 GetWindow()->ImplUpdateAll(); in ImplStartDocking()
571 GetWindow()->HideTracking(); in Tracking()
826 GetWindow()->Show(); in StartPopupMode()
832 GetWindow()->KeyInput(aEvent); in StartPopupMode()
844 GetWindow()->Show(); in StartPopupMode()
907 vcl::Window* pRealParent = GetWindow()->GetWindow( GetWindowType::Parent ); in SetFloatingMode()
908 mpOldBorderWin = GetWindow()->GetWindow( GetWindowType::Border ); in SetFloatingMode()
975 GetWindow()->mpWindowImpl->mnLeftBorder, GetWindow()->mpWindowImpl->mnTopBorder, in SetFloatingMode()
976GetWindow()->mpWindowImpl->mnRightBorder, GetWindow()->mpWindowImpl->mnBottomBorder ); in SetFloatingMode()
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A DPanedWindow.cpp98 swGetSize(m_top->GetWindow(), &w, &h); in Layout()
100 swSetSize(m_top->GetWindow(), width, h); in Layout()
107 swGetSize(m_bottom->GetWindow(), &w, &h); in Layout()
114 swGetSize(m_left->GetWindow(), &w, &h); in Layout()
123 swGetSize(m_right->GetWindow(), &w, &h); in Layout()
215 swSetSize(m_top->GetWindow(), width, y); in OnMouseMove()
264 if (m_top && swIsVisible(m_top->GetWindow())) { in OnDraw()
266 swGetSize(m_top->GetWindow(), &w, &h); in OnDraw()
272 swGetSize(m_bottom->GetWindow(), &w, &h); in OnDraw()
277 swGetSize(m_left->GetWindow(), &w, &h); in OnDraw()
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/scripting/
H A DScWindow.hpp56 auto w = GetWindow(); in x_get()
65 auto w = GetWindow(); in x_set()
73 auto w = GetWindow(); in y_get()
82 auto w = GetWindow(); in y_set()
90 auto w = GetWindow(); in width_get()
99 auto w = GetWindow(); in width_set()
107 auto w = GetWindow(); in height_get()
116 auto w = GetWindow(); in height_set()
124 auto w = GetWindow(); in minWidth_get()
133 auto w = GetWindow(); in minWidth_set()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dvclxwindow.cxx331 if ( GetWindow() ) in ~VCLXWindow()
353 if ( GetWindow() ) in SetWindow()
361 if ( GetWindow() ) in SetWindow()
396 DBG_ASSERT( rEvent.GetWindow() && GetWindow(), "Window???" ); in IMPL_LINK()
527 if (pWin->GetWindow(GetWindowType::Client) == GetWindow()) in ProcessWindowEvent()
963 if ( GetWindow() ) in setPosSize()
977 if ( GetWindow() ) in getPosSize()
2475 if( GetWindow() ) in isVisible()
2484 if( GetWindow() ) in isActive()
2494 if( GetWindow() ) in isEnabled()
[all …]
H A Dvclxaccessiblecomponent.cxx492 if ( GetWindow() ) in getAccessibleChildCount()
506 if ( GetWindow() ) in getAccessibleChild()
519 if ( GetWindow() ) in getVclParent()
544 if ( GetWindow() ) in getAccessibleIndexInParent()
584 if ( GetWindow() ) in getAccessibleRole()
596 if ( GetWindow() ) in getAccessibleDescription()
607 if ( GetWindow() ) in getAccessibleName()
622 if ( GetWindow() ) in getAccessibleId()
712 if ( GetWindow() ) in getLocationOnScreen()
807 if ( GetWindow() ) in getTitledBorderText()
[all …]
H A Dvclxspinbutton.cxx126 lcl_setSpinButtonValue( GetWindow(), &SpinButton::SetValue, n ); in setValue()
142 return lcl_getSpinButtonValue( GetWindow(), &SpinButton::GetValue ); in getValue()
148 lcl_setSpinButtonValue( GetWindow(), &SpinButton::SetRangeMin, minValue ); in setMinimum()
160 return lcl_getSpinButtonValue( GetWindow(), &SpinButton::GetRangeMin ); in getMinimum()
166 return lcl_getSpinButtonValue( GetWindow(), &SpinButton::GetRangeMax ); in getMaximum()
178 return lcl_getSpinButtonValue( GetWindow(), &SpinButton::GetValueStep ); in getSpinIncrement()
192 return ( 0 != ( GetWindow()->GetStyle() & WB_HSCROLL ) ) in getOrientation()
237 if ( GetWindow() ) in setProperty()
245 setButtonLikeFaceColor( GetWindow(), Value); in setProperty()
286 if ( GetWindow() ) in getProperty()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dvclxwindow.cxx357 if ( GetWindow() ) in SetWindow()
365 if ( GetWindow() ) in SetWindow()
400 DBG_ASSERT( rEvent.GetWindow() && GetWindow(), "Window???" ); in IMPL_LINK()
533 if (pWin->GetWindow(GetWindowType::Client) == GetWindow()) in ProcessWindowEvent()
973 if ( GetWindow() ) in setPosSize()
987 if ( GetWindow() ) in getPosSize()
1026 if ( GetWindow() ) in setFocus()
2482 if( GetWindow() ) in isVisible()
2491 if( GetWindow() ) in isActive()
2501 if( GetWindow() ) in isEnabled()
[all …]
H A Dvclxaccessiblecomponent.cxx492 if ( GetWindow() ) in getAccessibleChildCount()
506 if ( GetWindow() ) in getAccessibleChild()
519 if ( GetWindow() ) in getVclParent()
544 if ( GetWindow() ) in getAccessibleIndexInParent()
584 if ( GetWindow() ) in getAccessibleRole()
596 if ( GetWindow() ) in getAccessibleDescription()
607 if ( GetWindow() ) in getAccessibleName()
622 if ( GetWindow() ) in getAccessibleId()
710 if ( GetWindow() ) in getLocationOnScreen()
805 if ( GetWindow() ) in getTitledBorderText()
[all …]
H A Dvclxspinbutton.cxx126 lcl_setSpinButtonValue( GetWindow(), &SpinButton::SetValue, n ); in setValue()
142 return lcl_getSpinButtonValue( GetWindow(), &SpinButton::GetValue ); in getValue()
148 lcl_setSpinButtonValue( GetWindow(), &SpinButton::SetRangeMin, minValue ); in setMinimum()
160 return lcl_getSpinButtonValue( GetWindow(), &SpinButton::GetRangeMin ); in getMinimum()
166 return lcl_getSpinButtonValue( GetWindow(), &SpinButton::GetRangeMax ); in getMaximum()
178 return lcl_getSpinButtonValue( GetWindow(), &SpinButton::GetValueStep ); in getSpinIncrement()
192 return ( 0 != ( GetWindow()->GetStyle() & WB_HSCROLL ) ) in getOrientation()
237 if ( !GetWindow() ) in setProperty()
246 setButtonLikeFaceColor( GetWindow(), Value); in setProperty()
286 if ( GetWindow() ) in getProperty()
[all …]
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogDipSwitches.cpp105 delta.y = valueField.GetWindow().Coordinates().top; in OnInitDialog()
108 delta.y = valueField.GetWindow().Coordinates().bottom - delta.y; in OnInitDialog()
110 textField.GetWindow().Destroy(); in OnInitDialog()
111 valueField.GetWindow().Destroy(); in OnInitDialog()
119 Rect rect( textField.GetWindow().Coordinates() ); in OnInitDialog()
125 textField.GetWindow().Size() = rect.Size(); in OnInitDialog()
131 dialog.Control(i).GetWindow().Position() -= Point(delta.x,0); in OnInitDialog()
133 dialog.Control(IDC_DIPSWITCHES_GROUP).GetWindow().Size() -= delta; in OnInitDialog()
136 dialog.Control(IDC_DIPSWITCHES_DONTSHOWAGAIN).GetWindow().Destroy(); in OnInitDialog()
140 dialog.Control(IDOK).GetWindow().Position() -= delta; in OnInitDialog()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dcaret.cpp76 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be created") ); in MSWCreateCaret()
81 CALL_CARET_API(CreateCaret, (GetWinHwnd(GetWindow()), 0, in MSWCreateCaret()
122 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be shown") ); in DoShow()
128 if ( !m_hasCaret && (wxWindow::FindFocus() == GetWindow()) ) in DoShow()
138 CALL_CARET_API(ShowCaret, (GetWinHwnd(GetWindow()))); in DoShow()
147 CALL_CARET_API(HideCaret, (GetWinHwnd(GetWindow()))); in DoHide()
159 wxASSERT_MSG( wxWindow::FindFocus() == GetWindow(), in DoMove()
164 wxPoint pt = GetWindow()->GetClientAreaOrigin(); in DoMove()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dcaret.cpp78 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be created") ); in MSWCreateCaret()
83 CALL_CARET_API(CreateCaret, (GetWinHwnd(GetWindow()), 0, in MSWCreateCaret()
124 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be shown") ); in DoShow()
130 if ( !m_hasCaret && (wxWindow::FindFocus() == GetWindow()) ) in DoShow()
140 CALL_CARET_API(ShowCaret, (GetWinHwnd(GetWindow()))); in DoShow()
149 CALL_CARET_API(HideCaret, (GetWinHwnd(GetWindow()))); in DoHide()
161 wxASSERT_MSG( wxWindow::FindFocus() == GetWindow(), in DoMove()
166 wxPoint pt = GetWindow()->GetClientAreaOrigin(); in DoMove()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dcaret.cpp78 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be created") ); in MSWCreateCaret()
83 CALL_CARET_API(CreateCaret, (GetWinHwnd(GetWindow()), 0, in MSWCreateCaret()
124 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be shown") ); in DoShow()
130 if ( !m_hasCaret && (wxWindow::FindFocus() == GetWindow()) ) in DoShow()
140 CALL_CARET_API(ShowCaret, (GetWinHwnd(GetWindow()))); in DoShow()
149 CALL_CARET_API(HideCaret, (GetWinHwnd(GetWindow()))); in DoHide()
161 wxASSERT_MSG( wxWindow::FindFocus() == GetWindow(), in DoMove()
166 wxPoint pt = GetWindow()->GetClientAreaOrigin(); in DoMove()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dcaret.cpp78 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be created") ); in MSWCreateCaret()
83 CALL_CARET_API(CreateCaret, (GetWinHwnd(GetWindow()), 0, in MSWCreateCaret()
124 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be shown") ); in DoShow()
130 if ( !m_hasCaret && (wxWindow::FindFocus() == GetWindow()) ) in DoShow()
140 CALL_CARET_API(ShowCaret, (GetWinHwnd(GetWindow()))); in DoShow()
149 CALL_CARET_API(HideCaret, (GetWinHwnd(GetWindow()))); in DoHide()
161 wxASSERT_MSG( wxWindow::FindFocus() == GetWindow(), in DoMove()
166 wxPoint pt = GetWindow()->GetClientAreaOrigin(); in DoMove()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dcaret.cpp78 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be created") ); in MSWCreateCaret()
83 CALL_CARET_API(CreateCaret, (GetWinHwnd(GetWindow()), 0, in MSWCreateCaret()
124 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be shown") ); in DoShow()
130 if ( !m_hasCaret && (wxWindow::FindFocus() == GetWindow()) ) in DoShow()
140 CALL_CARET_API(ShowCaret, (GetWinHwnd(GetWindow()))); in DoShow()
149 CALL_CARET_API(HideCaret, (GetWinHwnd(GetWindow()))); in DoHide()
161 wxASSERT_MSG( wxWindow::FindFocus() == GetWindow(), in DoMove()
166 wxPoint pt = GetWindow()->GetClientAreaOrigin(); in DoMove()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dcaret.cpp79 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be created") ); in MSWCreateCaret()
84 CALL_CARET_API(CreateCaret, (GetWinHwnd(GetWindow()), 0, in MSWCreateCaret()
125 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be shown") ); in DoShow()
131 if ( !m_hasCaret && (wxWindow::FindFocus() == GetWindow()) ) in DoShow()
141 CALL_CARET_API(ShowCaret, (GetWinHwnd(GetWindow()))); in DoShow()
150 CALL_CARET_API(HideCaret, (GetWinHwnd(GetWindow()))); in DoHide()
162 wxASSERT_MSG( wxWindow::FindFocus() == GetWindow(), in DoMove()
167 wxPoint pt = GetWindow()->GetClientAreaOrigin(); in DoMove()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dcaret.cpp79 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be created") ); in MSWCreateCaret()
84 CALL_CARET_API(CreateCaret, (GetWinHwnd(GetWindow()), 0, in MSWCreateCaret()
125 wxASSERT_MSG( GetWindow(), wxT("caret without window cannot be shown") ); in DoShow()
131 if ( !m_hasCaret && (wxWindow::FindFocus() == GetWindow()) ) in DoShow()
141 CALL_CARET_API(ShowCaret, (GetWinHwnd(GetWindow()))); in DoShow()
150 CALL_CARET_API(HideCaret, (GetWinHwnd(GetWindow()))); in DoHide()
162 wxASSERT_MSG( wxWindow::FindFocus() == GetWindow(), in DoMove()
167 wxPoint pt = GetWindow()->GetClientAreaOrigin(); in DoMove()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/wx/widgets/
H A Dwxmisc.cpp116 wxCheckBox* cb = wxDynamicCast(GetWindow(), wxCheckBox); in BEGIN_EVENT_TABLE()
124 wxRadioButton* rb = wxDynamicCast(GetWindow(), wxRadioButton); in BEGIN_EVENT_TABLE()
141 wxCheckBox* cb = wxDynamicCast(GetWindow(), wxCheckBox); in TransferFromWindow()
147 wxRadioButton* rb = wxDynamicCast(GetWindow(), wxRadioButton); in TransferFromWindow()
167 wxCheckBox* cb = wxDynamicCast(GetWindow(), wxCheckBox); in TransferToWindow()
175 wxRadioButton* rb = wxDynamicCast(GetWindow(), wxRadioButton); in TransferToWindow()
191 wxCheckBox* cb = wxDynamicCast(GetWindow(), wxCheckBox); in TransferFromWindow()
197 wxRadioButton* rb = wxDynamicCast(GetWindow(), wxRadioButton); in TransferFromWindow()
223 wxDirPickerCtrl* dp = wxDynamicCast(GetWindow(), wxDirPickerCtrl); in TransferToWindow()
247 wxDirPickerCtrl* dp = wxDynamicCast(GetWindow(), wxDirPickerCtrl); in TransferFromWindow()
[all …]
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/gui/util/
H A DFloatValidator.py22 tc = self.GetWindow()
40 if chr(key) == '-' and '-' not in self.GetWindow().GetValue():
41 self.GetWindow().SetInsertionPoint(0)
42 self.GetWindow().WriteText("-")
43 self.GetWindow().SetInsertionPointEnd()
46 if chr(key) in [',', '.'] and "." not in self.GetWindow().GetValue():
47 self.GetWindow().WriteText(".")
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/validate/
H A Dvalidate.cpp77 wxComboBox* cb = (wxComboBox*)GetWindow(); in Validate()
437 ->GetWindow()->SetValidator(styleVal); in TextValidatorDialog()
441 ->GetWindow()->SetValidator(styleVal); in TextValidatorDialog()
445 ->GetWindow()->SetValidator(styleVal); in TextValidatorDialog()
449 ->GetWindow()->SetValidator(styleVal); in TextValidatorDialog()
453 ->GetWindow()->SetValidator(styleVal); in TextValidatorDialog()
457 ->GetWindow()->SetValidator(styleVal); in TextValidatorDialog()
461 ->GetWindow()->SetValidator(styleVal); in TextValidatorDialog()
466 ->GetWindow()->SetValidator(styleVal); in TextValidatorDialog()
473 ->GetWindow()->SetValidator(styleVal); in TextValidatorDialog()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/corewm/
H A Dtooltip_controller_unittest.cc176 generator_->MoveMouseToCenterOf(GetWindow()); in TEST_F()
183 EXPECT_EQ(GetWindow(), helper_->GetTooltipWindow()); in TEST_F()
191 EXPECT_EQ(GetWindow(), helper_->GetTooltipWindow()); in TEST_F()
199 generator_->MoveMouseToCenterOf(GetWindow()); in TEST_F()
217 generator_->MoveMouseToCenterOf(GetWindow()); in TEST_F()
226 EXPECT_EQ(GetWindow(), helper_->GetTooltipWindow()); in TEST_F()
270 aura::Window* window = GetWindow(); in TEST_F()
336 aura::Window* window = GetWindow(); in TEST_F()
379 aura::Window* window = GetWindow(); in TEST_F()
418 generator_->MoveMouseToCenterOf(GetWindow()); in TEST_F()
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dvalidators.cpp53 SetWindow(rgt.GetWindow()); in IntValidator()
58 static_cast<wxTextCtrl *>(GetWindow())->SetValue(std::to_wstring(value)); in TransferToWindow()
69 auto ctrl = static_cast<wxTextCtrl *>(GetWindow()); in OnChar()
105 SetWindow(rgt.GetWindow()); in DoubleValidator()
118 auto str = new_value(static_cast<wxTextCtrl *>(GetWindow()), chr); in OnChar()
142 static_cast<wxTextCtrl *>(GetWindow())->SetValue(str); in TransferToWindow()
147 auto ctrl = static_cast<wxTextCtrl *>(GetWindow()); in TransferFromWindow()
157 static_cast<wxSpinCtrlDouble*>(GetWindow())->SetValue(*value); in TransferToWindow()
162 auto ctrl = static_cast<wxSpinCtrlDouble*>(GetWindow()); in TransferFromWindow()
172 wxWindow *window = GetWindow(); in TransferFromWindow()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/corewm/
H A Dtooltip_controller_unittest.cc177 generator_->MoveMouseToCenterOf(GetWindow()); in TEST_F()
184 EXPECT_EQ(GetWindow(), helper_->GetTooltipWindow()); in TEST_F()
192 EXPECT_EQ(GetWindow(), helper_->GetTooltipWindow()); in TEST_F()
200 generator_->MoveMouseToCenterOf(GetWindow()); in TEST_F()
218 generator_->MoveMouseToCenterOf(GetWindow()); in TEST_F()
271 aura::Window* window = GetWindow(); in TEST_F()
337 aura::Window* window = GetWindow(); in TEST_F()
367 aura::Window* window = GetWindow(); in TEST_F()
410 aura::Window* window = GetWindow(); in TEST_F()
449 generator_->MoveMouseToCenterOf(GetWindow()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Dtooltip_manager_aura.cc23 wm::SetTooltipText(GetWindow(), &tooltip_text_); in TooltipManagerAura()
27 wm::SetTooltipText(GetWindow(), nullptr); in ~TooltipManagerAura()
90 aura::Window* root_window = GetWindow()->GetRootWindow(); in UpdateTooltip()
98 aura::Window::ConvertPointToTarget(root_window, GetWindow(), &view_point); in UpdateTooltip()
105 aura::Window* root_window = GetWindow()->GetRootWindow(); in TooltipTextChanged()
109 aura::Window::ConvertPointToTarget(root_window, GetWindow(), &view_point); in TooltipTextChanged()
135 wm::SetTooltipId(GetWindow(), target); in UpdateTooltipForTarget()
137 wm::GetTooltipClient(root_window)->UpdateTooltip(GetWindow()); in UpdateTooltipForTarget()
140 aura::Window* TooltipManagerAura::GetWindow() { in GetWindow() function in views::TooltipManagerAura

12345678910>>...98