Added some convenience inlines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2844,6 +2844,10 @@ implements the following methods:\par
|
||||
\func{virtual void}{SetSizeHints}{\param{int}{ minW=-1}, \param{int}{ minH=-1}, \param{int}{ maxW=-1}, \param{int}{ maxH=-1},
|
||||
\param{int}{ incW=-1}, \param{int}{ incH=-1}}
|
||||
|
||||
\func{void}{SetSizeHints}{\param{const wxSize\&}{ minSize},
|
||||
\param{const wxSize\&}{ maxSize=wxDefaultSize}, \param{const wxSize\&}{ incSize=wxDefaultSize}}
|
||||
|
||||
|
||||
Allows specification of minimum and maximum window sizes, and window size increments.
|
||||
If a pair of values is not set (or set to -1), the default values will be used.
|
||||
|
||||
@@ -2861,6 +2865,12 @@ If a pair of values is not set (or set to -1), the default values will be used.
|
||||
|
||||
\docparam{incH}{Specifies the increment for sizing the height (Motif/Xt only).}
|
||||
|
||||
\docparam{minSize}{Minimum size.}
|
||||
|
||||
\docparam{maxSize}{Maximum size.}
|
||||
|
||||
\docparam{incSize}{Increment size (Motif/Xt only).}
|
||||
|
||||
\wxheading{Remarks}
|
||||
|
||||
If this function is called, the user will not be able to size the window outside the
|
||||
@@ -2972,6 +2982,10 @@ Sets the virtual size of the window in pixels.
|
||||
|
||||
\func{virtual void}{SetVirtualSizeHints}{\param{int}{ minW},\param{int}{ minH}, \param{int}{ maxW=-1}, \param{int}{ maxH=-1}}
|
||||
|
||||
\func{void}{SetVirtualSizeHints}{\param{const wxSize\&}{ minSize=wxDefaultSize},
|
||||
\param{const wxSize\&}{ maxSize=wxDefaultSize}}
|
||||
|
||||
|
||||
Allows specification of minimum and maximum virtual window sizes.
|
||||
If a pair of values is not set (or set to -1), the default values
|
||||
will be used.
|
||||
@@ -2986,6 +3000,10 @@ will be used.
|
||||
|
||||
\docparam{maxH}{Specifies the maximum height allowable.}
|
||||
|
||||
\docparam{minSize}{Minimum size.}
|
||||
|
||||
\docparam{maxSize}{Maximum size.}
|
||||
|
||||
\wxheading{Remarks}
|
||||
|
||||
If this function is called, the user will not be able to size the virtual area
|
||||
|
Reference in New Issue
Block a user