Home
last modified time | relevance | path

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

12345678910>>...39

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Dslider.cpp116 void wxSlider::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
136 AdjustForParentClientOrigin(xx, yy, sizeFlags); in DoSetSize()
138 if (x > -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
140 if (y > -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Dslider.cpp116 void wxSlider::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
136 AdjustForParentClientOrigin(xx, yy, sizeFlags); in DoSetSize()
138 if (x > -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
140 if (y > -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Dslider.cpp116 void wxSlider::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
136 AdjustForParentClientOrigin(xx, yy, sizeFlags); in DoSetSize()
138 if (x > -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
140 if (y > -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dradiobox_osx.cpp358 void wxRadioBox::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
373 if (!(sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
421 if ( (width == wxDefaultCoord && (sizeFlags & wxSIZE_AUTO_WIDTH)) || in DoSetSize()
422 (height == wxDefaultCoord && (sizeFlags & wxSIZE_AUTO_HEIGHT)) ) in DoSetSize()
430 if ( sizeFlags & wxSIZE_AUTO_WIDTH ) in DoSetSize()
438 if ( sizeFlags & wxSIZE_AUTO_HEIGHT ) in DoSetSize()
H A Dslider_osx.cpp402 void wxSlider::DoSetSize(int x, int y, int w, int h, int sizeFlags) in DoSetSize() argument
405 (!(sizeFlags & wxSIZE_ALLOW_MINUS_ONE) && (x == -1 || y == -1)) ) in DoSetSize()
408 if ( !(sizeFlags & wxSIZE_ALLOW_MINUS_ONE) ) in DoSetSize()
456 wxControl::DoSetSize( x, y, w, h, sizeFlags ); in DoSetSize()
520 wxControl::DoSetSize( x, y, w, h, sizeFlags ); in DoSetSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dradiobox_osx.cpp373 void wxRadioBox::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
389 if (!(sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
437 if ( (width == wxDefaultCoord && (sizeFlags & wxSIZE_AUTO_WIDTH)) || in DoSetSize()
438 (height == wxDefaultCoord && (sizeFlags & wxSIZE_AUTO_HEIGHT)) ) in DoSetSize()
446 if ( sizeFlags & wxSIZE_AUTO_WIDTH ) in DoSetSize()
454 if ( sizeFlags & wxSIZE_AUTO_HEIGHT ) in DoSetSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dradiobox_osx.cpp373 void wxRadioBox::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
389 if (!(sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
437 if ( (width == wxDefaultCoord && (sizeFlags & wxSIZE_AUTO_WIDTH)) || in DoSetSize()
438 (height == wxDefaultCoord && (sizeFlags & wxSIZE_AUTO_HEIGHT)) ) in DoSetSize()
446 if ( sizeFlags & wxSIZE_AUTO_WIDTH ) in DoSetSize()
454 if ( sizeFlags & wxSIZE_AUTO_HEIGHT ) in DoSetSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dtoplevel.cpp489 void wxTopLevelWindowX11::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
496 if (x != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
499 if (y != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
502 if (width != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
505 if (height != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
525 wxWindowX11::DoSetSize(x, y, width, height, sizeFlags); in DoSetSize()
556 if (x != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
560 if (y != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Dtoplevel.cpp492 void wxTopLevelWindowX11::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
499 if (x != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
502 if (y != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
505 if (width != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
508 if (height != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
528 wxWindowX11::DoSetSize(x, y, width, height, sizeFlags); in DoSetSize()
559 if (x != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
563 if (y != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Dtoplevel.cpp492 void wxTopLevelWindowX11::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
499 if (x != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
502 if (y != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
505 if (width != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
508 if (height != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
528 wxWindowX11::DoSetSize(x, y, width, height, sizeFlags); in DoSetSize()
559 if (x != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
563 if (y != wxDefaultCoord || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dstatline.cpp74 void wxStaticLine::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
76 m_statbox->SetSize(x, y, width, height, sizeFlags); in DoSetSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dstatline.cpp71 void wxStaticLine::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
73 m_statbox->SetSize(x, y, width, height, sizeFlags); in DoSetSize()
/dports/net/opennx/opennx-0.16/
H A DWrappedStatic.h58 virtual void DoSetSize(int x, int y, int w, int h, int sizeFlags) in DoSetSize() argument
64 wxStaticText::DoSetSize(x, y, w, h, sizeFlags); in DoSetSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dstatline.cpp74 void wxStaticLine::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
76 m_statbox->SetSize(x, y, width, height, sizeFlags); in DoSetSize()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dstatline.cpp77 void wxStaticLine::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
79 m_statbox->SetSize(x, y, width, height, sizeFlags); in DoSetSize()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dstatline.cpp77 void wxStaticLine::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
79 m_statbox->SetSize(x, y, width, height, sizeFlags); in DoSetSize()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dstatline.cpp77 void wxStaticLine::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
79 m_statbox->SetSize(x, y, width, height, sizeFlags); in DoSetSize()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dstatline.cpp77 void wxStaticLine::DoSetSize(int x, int y, int width, int height, int sizeFlags) in DoSetSize() argument
79 m_statbox->SetSize(x, y, width, height, sizeFlags); in DoSetSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dpopupwin.cpp147 void wxPopupWindow::DoSetSize( int x, int y, int width, int height, int sizeFlags ) in DoSetSize() argument
158 if (x != -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
160 if (y != -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dpopupwin.cpp157 void wxPopupWindow::DoSetSize( int x, int y, int width, int height, int sizeFlags ) in DoSetSize() argument
168 if (x != -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
170 if (y != -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dpopupwin.cpp157 void wxPopupWindow::DoSetSize( int x, int y, int width, int height, int sizeFlags ) in DoSetSize() argument
168 if (x != -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
170 if (y != -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE)) in DoSetSize()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/ogl/ogledit/
H A Dpalette.cpp72 void EditorToolPalette::SetSize(int x, int y, int width, int height, int sizeFlags) in SetSize() argument
74 TOOLPALETTECLASS::SetSize(x, y, width, height, sizeFlags); in SetSize()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/ogl/ogledit/
H A Dpalette.cpp72 void EditorToolPalette::SetSize(int x, int y, int width, int height, int sizeFlags) in SetSize() argument
74 TOOLPALETTECLASS::SetSize(x, y, width, height, sizeFlags); in SetSize()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/ogl/ogledit/
H A Dpalette.cpp72 void EditorToolPalette::SetSize(int x, int y, int width, int height, int sizeFlags) in SetSize() argument
74 TOOLPALETTECLASS::SetSize(x, y, width, height, sizeFlags); in SetSize()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/ogl/ogledit/
H A Dpalette.cpp72 void EditorToolPalette::SetSize(int x, int y, int width, int height, int sizeFlags) in SetSize() argument
74 TOOLPALETTECLASS::SetSize(x, y, width, height, sizeFlags); in SetSize()

12345678910>>...39