added default value (0) for flags argument of AdjustForParentClientOrigin()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1120,9 +1120,11 @@ protected:
|
|||||||
virtual bool DoPopupMenu( wxMenu *menu, int x, int y ) = 0;
|
virtual bool DoPopupMenu( wxMenu *menu, int x, int y ) = 0;
|
||||||
#endif // wxUSE_MENUS
|
#endif // wxUSE_MENUS
|
||||||
|
|
||||||
// Makes an adjustment to the window position (for example, a frame that has
|
// Makes an adjustment to the window position to make it relative to the
|
||||||
// a toolbar that it manages itself).
|
// parents client area, e.g. if the parent is a frame with a toolbar, its
|
||||||
virtual void AdjustForParentClientOrigin(int& x, int& y, int sizeFlags) const;
|
// (0, 0) is just below the toolbar
|
||||||
|
virtual void AdjustForParentClientOrigin(int& x, int& y,
|
||||||
|
int sizeFlags = 0) const;
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user