control label is not truncated. For windows containing subwindows (typically
wxPanel), the size returned by this function will be the same as the size
the window would have had after calling Fit().
control label is not truncated. For windows containing subwindows (typically
wxPanel), the size returned by this function will be the same as the size
the window would have had after calling Fit().
This is the value used by sizers to determine the appropriate
ammount of space to allocate for the widget.
This is the value used by sizers to determine the appropriate
ammount of space to allocate for the widget.
This is an indication to the sizer layout mechanism that this is the maximum
possible size as well as the upper bound on window's size settable using SetSize().
This is an indication to the sizer layout mechanism that this is the maximum
possible size as well as the upper bound on window's size settable using SetSize().
It normally just returns the value set by SetMinClientSize(), but it can be
overridden to do the calculation on demand.
It normally just returns the value set by SetMinClientSize(), but it can be
overridden to do the calculation on demand.
This method normally just returns the value set by SetMinSize(), but it
can be overridden to do the calculation on demand.
This method normally just returns the value set by SetMinSize(), but it
can be overridden to do the calculation on demand.
This gets the virtual size of the window in pixels.
By default it returns the client size of the window, but after a call to
SetVirtualSize() it will return the size set with that method.
This gets the virtual size of the window in pixels.
By default it returns the client size of the window, but after a call to
SetVirtualSize() it will return the size set with that method.
than SetSize(), since the application need not worry about what dimensions
the border or title bar have when trying to fit the window around panel
items, for example.
than SetSize(), since the application need not worry about what dimensions
the border or title bar have when trying to fit the window around panel
items, for example.
Sets the maximum client size of the window, to indicate to the sizer
layout mechanism that this is the maximum possible size of its client area.
Sets the maximum client size of the window, to indicate to the sizer
layout mechanism that this is the maximum possible size of its client area.
Sets the maximum size of the window, to indicate to the sizer layout mechanism
that this is the maximum possible size.
Sets the maximum size of the window, to indicate to the sizer layout mechanism
that this is the maximum possible size.
SetSize(), it just ensures that it won't become smaller than this size
during the automatic layout.
SetSize(), it just ensures that it won't become smaller than this size
during the automatic layout.
should be supplied by wxWidgets, or that the current value of the
dimension should be used.
should be supplied by wxWidgets, or that the current value of the
dimension should be used.
*/
void SetSize(int x, int y, int width, int height,
int sizeFlags = wxSIZE_AUTO);
*/
void SetSize(int x, int y, int width, int height,
int sizeFlags = wxSIZE_AUTO);
*/
void SetSizeHints( const wxSize& minSize,
const wxSize& maxSize=wxDefaultSize,
*/
void SetSizeHints( const wxSize& minSize,
const wxSize& maxSize=wxDefaultSize,