Home
last modified time | relevance | path

Searched defs:SetLeftTop (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dgeometry.h557 inline void SetLeftTop( const wxPoint2DDouble &pt ) in SetLeftTop() function
683 …inline void SetLeftTop( const wxPoint2DInt &pt ) { m_width += m_x - pt.m_x; m_height += m_y - pt.m… in SetLeftTop() function
H A Dgdicmn.h748 void SetLeftTop(const wxPoint &p) { SetTopLeft(p); } in SetLeftTop() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dgeometry.h522 inline void SetLeftTop( const wxPoint2DDouble &pt ) in SetLeftTop() function
647 …inline void SetLeftTop( const wxPoint2DInt &pt ) { m_width += m_x - pt.m_x; m_height += m_y - pt.m… in SetLeftTop() function
H A Dgdicmn.h771 void SetLeftTop(const wxPoint &p) { SetTopLeft(p); } in SetLeftTop() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dgeometry.h557 inline void SetLeftTop( const wxPoint2DDouble &pt ) in SetLeftTop() function
683 …inline void SetLeftTop( const wxPoint2DInt &pt ) { m_width += m_x - pt.m_x; m_height += m_y - pt.m… in SetLeftTop() function
H A Dgdicmn.h748 void SetLeftTop(const wxPoint &p) { SetTopLeft(p); } in SetLeftTop() function
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dgeometry.h558 inline void SetLeftTop( const wxPoint2DDouble &pt ) in SetLeftTop() function
684 …inline void SetLeftTop( const wxPoint2DInt &pt ) { m_width += m_x - pt.m_x; m_height += m_y - pt.m… in SetLeftTop() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dgeometry.h549 inline void SetLeftTop( const wxPoint2DDouble &pt ) in SetLeftTop() function
675 …inline void SetLeftTop( const wxPoint2DInt &pt ) { m_width += m_x - pt.m_x; m_height += m_y - pt.m… in SetLeftTop() function
H A Dgdicmn.h384 void SetLeftTop(const wxPoint &p) { SetTopLeft(p); } in SetLeftTop() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dgeometry.h549 inline void SetLeftTop( const wxPoint2DDouble &pt ) in SetLeftTop() function
675 …inline void SetLeftTop( const wxPoint2DInt &pt ) { m_width += m_x - pt.m_x; m_height += m_y - pt.m… in SetLeftTop() function
H A Dgdicmn.h384 void SetLeftTop(const wxPoint &p) { SetTopLeft(p); } in SetLeftTop() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dgeometry.h549 inline void SetLeftTop( const wxPoint2DDouble &pt ) in SetLeftTop() function
675 …inline void SetLeftTop( const wxPoint2DInt &pt ) { m_width += m_x - pt.m_x; m_height += m_y - pt.m… in SetLeftTop() function
H A Dgdicmn.h384 void SetLeftTop(const wxPoint &p) { SetTopLeft(p); } in SetLeftTop() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dgeometry.h549 inline void SetLeftTop( const wxPoint2DDouble &pt ) in SetLeftTop() function
675 …inline void SetLeftTop( const wxPoint2DInt &pt ) { m_width += m_x - pt.m_x; m_height += m_y - pt.m… in SetLeftTop() function
H A Dgdicmn.h384 void SetLeftTop(const wxPoint &p) { SetTopLeft(p); } in SetLeftTop() function
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/hotdraw/utilities/
H A DhdMultiPosRect.h169 void SetLeftTop(int posIdx, const wxPoint &p) in SetLeftTop() function
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/sheet/
H A Dsheetsel.h153 void SetLeftTop(const wxSheetCoords& lt) { SetTop(lt.m_row); SetLeft(lt.m_col); } in SetLeftTop() function