Home
last modified time | relevance | path

Searched refs:DecBy (Results 1 – 25 of 38) sorted by relevance

12

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dgdicmn.h958 void DecBy(const wxPoint& pt);
959 void DecBy(const wxSize& size);
960 void DecBy(int dx, int dy);
961 void DecBy(int d);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dgdicmn.h890 void DecBy(const wxPoint& pt);
891 void DecBy(const wxSize& size);
892 void DecBy(int dx, int dy);
893 void DecBy(int d);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dgdicmn.h890 void DecBy(const wxPoint& pt);
891 void DecBy(const wxSize& size);
892 void DecBy(int dx, int dy);
893 void DecBy(int d);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_gdicmn.py182 s.DecBy(wx.Point(5,5))
184 s.DecBy(wx.Size(5,5))
186 s.DecBy(5,5)
188 s.DecBy(5)
190 s.DecBy( (5,5) )
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dgdicmn.h292 void DecBy(int dx, int dy) { IncBy(-dx, -dy); } in DecBy() function
293 void DecBy(const wxPoint& pt);
294 void DecBy(const wxSize& sz) { DecBy(sz.x, sz.y); } in DecBy() function
295 void DecBy(int d) { DecBy(d, d); } in DecBy() function
877 inline void wxSize::DecBy(const wxPoint& pt) { DecBy(pt.x, pt.y); } in DecBy() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dgdicmn.h315 void DecBy(int dx, int dy) { IncBy(-dx, -dy); } in DecBy() function
316 void DecBy(const wxPoint& pt);
317 void DecBy(const wxSize& sz) { DecBy(sz.x, sz.y); } in DecBy() function
318 void DecBy(int d) { DecBy(d, d); } in DecBy() function
883 inline void wxSize::DecBy(const wxPoint& pt) { DecBy(pt.x, pt.y); } in DecBy() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dgdicmn.h292 void DecBy(int dx, int dy) { IncBy(-dx, -dy); } in DecBy() function
293 void DecBy(const wxPoint& pt);
294 void DecBy(const wxSize& sz) { DecBy(sz.x, sz.y); } in DecBy() function
295 void DecBy(int d) { DecBy(d, d); } in DecBy() function
877 inline void wxSize::DecBy(const wxPoint& pt) { DecBy(pt.x, pt.y); } in DecBy() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dgdicmn.h241 void DecBy(int dx, int dy) { IncBy(-dx, -dy); } in DecBy() function
242 void DecBy(const wxSize& sz) { DecBy(sz.x, sz.y); } in DecBy() function
243 void DecBy(int d) { DecBy(d, d); } in DecBy() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dgdicmn.h241 void DecBy(int dx, int dy) { IncBy(-dx, -dy); } in DecBy() function
242 void DecBy(const wxSize& sz) { DecBy(sz.x, sz.y); } in DecBy() function
243 void DecBy(int d) { DecBy(d, d); } in DecBy() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dgdicmn.h241 void DecBy(int dx, int dy) { IncBy(-dx, -dy); } in DecBy() function
242 void DecBy(const wxSize& sz) { DecBy(sz.x, sz.y); } in DecBy() function
243 void DecBy(int d) { DecBy(d, d); } in DecBy() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dgdicmn.h241 void DecBy(int dx, int dy) { IncBy(-dx, -dy); } in DecBy() function
242 void DecBy(const wxSize& sz) { DecBy(sz.x, sz.y); } in DecBy() function
243 void DecBy(int d) { DecBy(d, d); } in DecBy() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/simple/
H A Dgiltest.py56 s.DecBy(4,6)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dgallery.cpp715 client.DecBy(1, 0); in DoGetNextSmallerSize()
718 client.DecBy(0, 1); in DoGetNextSmallerSize()
721 client.DecBy(1, 1); in DoGetNextSmallerSize()
H A Dart_msw.cpp2998 size.DecBy(0, label_size.GetHeight()); in GetPanelClientSize()
3000 size.DecBy(4, 8); in GetPanelClientSize()
3002 size.DecBy(6, 6); in GetPanelClientSize()
3057 size.DecBy(1, 16); in GetGalleryClientSize()
3058 size.DecBy( 2, 1); in GetGalleryClientSize()
3075 size.DecBy(16, 1); in GetGalleryClientSize()
3076 size.DecBy( 2, 1); in GetGalleryClientSize()
H A Dart_aui.cpp708 size.DecBy(4, label_height + 6); in GetPanelClientSize()
714 size.DecBy(6, label_height + 4); in GetPanelClientSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/ribbon/
H A Dgallery.cpp718 client.DecBy(1, 0); in DoGetNextSmallerSize()
721 client.DecBy(0, 1); in DoGetNextSmallerSize()
724 client.DecBy(1, 1); in DoGetNextSmallerSize()
H A Dart_msw.cpp2864 size.DecBy(0, label_size.GetHeight()); in GetPanelClientSize()
2866 size.DecBy(4, 8); in GetPanelClientSize()
2868 size.DecBy(6, 6); in GetPanelClientSize()
2923 size.DecBy(1, 16); in GetGalleryClientSize()
2924 size.DecBy( 2, 1); in GetGalleryClientSize()
2941 size.DecBy(16, 1); in GetGalleryClientSize()
2942 size.DecBy( 2, 1); in GetGalleryClientSize()
H A Dart_aui.cpp646 size.DecBy(4, label_height + 6); in GetPanelClientSize()
652 size.DecBy(6, label_height + 4); in GetPanelClientSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dgallery.cpp718 client.DecBy(1, 0); in DoGetNextSmallerSize()
721 client.DecBy(0, 1); in DoGetNextSmallerSize()
724 client.DecBy(1, 1); in DoGetNextSmallerSize()
H A Dart_msw.cpp2864 size.DecBy(0, label_size.GetHeight()); in GetPanelClientSize()
2866 size.DecBy(4, 8); in GetPanelClientSize()
2868 size.DecBy(6, 6); in GetPanelClientSize()
2923 size.DecBy(1, 16); in GetGalleryClientSize()
2924 size.DecBy( 2, 1); in GetGalleryClientSize()
2941 size.DecBy(16, 1); in GetGalleryClientSize()
2942 size.DecBy( 2, 1); in GetGalleryClientSize()
H A Dart_aui.cpp646 size.DecBy(4, label_height + 6); in GetPanelClientSize()
652 size.DecBy(6, label_height + 4); in GetPanelClientSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dgdicmn.sip340 void DecBy(
344 DecBy(pt)
345 DecBy(size)
346 DecBy(dx, dy)
347 DecBy(d)
352 void DecBy(
356 void DecBy(
361 void DecBy(
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxSize.cpp60 sipCpp->DecBy(*pt); in meth_wxSize_DecBy()
86 sipCpp->DecBy(*size); in meth_wxSize_DecBy()
113 sipCpp->DecBy(dx,dy); in meth_wxSize_DecBy()
137 sipCpp->DecBy(d); in meth_wxSize_DecBy()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/ribbon/
H A Dgallery.py799 client.DecBy(1, 0)
801 client.DecBy(0, 1)
803 client.DecBy(1, 1)
H A Dart_msw.py2400 size.DecBy(0, label_size.GetHeight())
2403 size.DecBy(4, 8)
2405 size.DecBy(6, 6)
2486 size.DecBy(1, 16)
2487 size.DecBy(2, 1)
2503 size.DecBy(16, 1)
2504 size.DecBy( 2, 1)

12