git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59521
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@param lowerdate
The low limit for the dates shown by the control or
@param lowerdate
The low limit for the dates shown by the control or
@param upperdate
The high limit for the dates shown by the control or
@param upperdate
The high limit for the dates shown by the control or
@return
@true if either limit is valid, @false otherwise
*/
@return
@true if either limit is valid, @false otherwise
*/
@param lowerdate
If non-@NULL, the value of the low limit for the dates shown by the
@param lowerdate
If non-@NULL, the value of the low limit for the dates shown by the
- control is returned (which may be @c wxDefaultDateTime if no limit
+ control is returned (which may be ::wxDefaultDateTime if no limit
is set).
@param upperdate
If non-@NULL, the value of the upper limit for the dates shown by
is set).
@param upperdate
If non-@NULL, the value of the upper limit for the dates shown by
- the control is returned (which may be @c wxDefaultDateTime if no
+ the control is returned (which may be ::wxDefaultDateTime if no
limit is set).
@return
@true if either limit is set, @false otherwise
limit is set).
@return
@true if either limit is set, @false otherwise
@param title
The caption to be displayed on the frame's title bar.
@param pos
@param title
The caption to be displayed on the frame's title bar.
@param pos
- The window position. The value @c wxDefaultPosition indicates a
+ The window position. The value ::wxDefaultPosition indicates a
default position, chosen by either the windowing system or
wxWidgets, depending on platform.
@param size
default position, chosen by either the windowing system or
wxWidgets, depending on platform.
@param size
- The window size. The value @c wxDefaultSize indicates a default
+ The window size. The value ::wxDefaultSize indicates a default
size, chosen by either the windowing system or wxWidgets, depending
on platform.
@param style
size, chosen by either the windowing system or wxWidgets, depending
on platform.
@param style
@param title
The caption to be displayed on the frame's title bar.
@param pos
@param title
The caption to be displayed on the frame's title bar.
@param pos
- The window position. The value @c wxDefaultPosition indicates a default position,
+ The window position. The value ::wxDefaultPosition indicates a default position,
chosen by either the windowing system or wxWidgets, depending on platform.
@param size
chosen by either the windowing system or wxWidgets, depending on platform.
@param size
- The window size. The value @c wxDefaultSize indicates a default size, chosen by
+ The window size. The value ::wxDefaultSize indicates a default size, chosen by
either the windowing system or wxWidgets, depending on platform.
@param style
The window style. See wxMDIChildFrame.
either the windowing system or wxWidgets, depending on platform.
@param style
The window style. See wxMDIChildFrame.
@param style
Combination of style flags described in wxMessageDialog documentation.
@param x
@param style
Combination of style flags described in wxMessageDialog documentation.
@param x
- Horizontal dialog position (ignored under MSW). Use @c wxDefaultCoord
+ Horizontal dialog position (ignored under MSW). Use ::wxDefaultCoord
for @a x and @a y to let the system position the window.
@param y
Vertical dialog position (ignored under MSW).
for @a x and @a y to let the system position the window.
@param y
Vertical dialog position (ignored under MSW).
@param id
An identifier for the panel. @c wxID_ANY is taken to mean a default.
@param pos
@param id
An identifier for the panel. @c wxID_ANY is taken to mean a default.
@param pos
- The panel position. The value @c wxDefaultPosition indicates a default position,
+ The panel position. The value ::wxDefaultPosition indicates a default position,
chosen by either the windowing system or wxWidgets, depending on platform.
@param size
chosen by either the windowing system or wxWidgets, depending on platform.
@param size
- The panel size. The value @c wxDefaultSize indicates a default size, chosen by
+ The panel size. The value ::wxDefaultSize indicates a default size, chosen by
either the windowing system or wxWidgets, depending on platform.
@param style
The window style. See wxPanel.
either the windowing system or wxWidgets, depending on platform.
@param style
The window style. See wxPanel.
@param label
Label for the static box surrounding the radio buttons.
@param pos
@param label
Label for the static box surrounding the radio buttons.
@param pos
- Window position. If @c wxDefaultPosition is specified then a
+ Window position. If ::wxDefaultPosition is specified then a
default position is chosen.
@param size
default position is chosen.
@param size
- Window size. If @c wxDefaultSize is specified then a default size
+ Window size. If ::wxDefaultSize is specified then a default size
is chosen.
@param n
Number of choices with which to initialize the radiobox.
is chosen.
@param n
Number of choices with which to initialize the radiobox.
@param label
Label for the static box surrounding the radio buttons.
@param pos
@param label
Label for the static box surrounding the radio buttons.
@param pos
- Window position. If @c wxDefaultPosition is specified then a
+ Window position. If ::wxDefaultPosition is specified then a
default position is chosen.
@param size
default position is chosen.
@param size
- Window size. If @c wxDefaultSize is specified then a default size
+ Window size. If ::wxDefaultSize is specified then a default size
is chosen.
@param choices
An array of choices with which to initialize the radiobox.
is chosen.
@param choices
An array of choices with which to initialize the radiobox.
class wxRadioButton : public wxControl
{
public:
class wxRadioButton : public wxControl
{
public:
@param label
Label for the radio button.
@param pos
@param label
Label for the radio button.
@param pos
- Window position. If @c wxDefaultPosition is specified then a default
- position is chosen.
+ Window position. If ::wxDefaultPosition is specified then a default
+ position is chosen.
- Window size. If @c wxDefaultSize is specified then a default size
- is chosen.
+ Window size. If ::wxDefaultSize is specified then a default size
+ is chosen.
@param style
Window style. See wxRadioButton.
@param validator
@param style
Window style. See wxRadioButton.
@param validator
@param id
Window identifier. The value @c wxID_ANY indicates a default value.
@param pos
@param id
Window identifier. The value @c wxID_ANY indicates a default value.
@param pos
- Window position. If a position of @c wxDefaultPosition is specified
+ Window position. If a position of ::wxDefaultPosition is specified
then a default position is chosen.
@param size
then a default position is chosen.
@param size
- Window size. If a size of @c wxDefaultSize is specified then the
+ Window size. If a size of ::wxDefaultSize is specified then the
window is sized appropriately.
@param style
Window style. See wxScrolled.
window is sized appropriately.
@param style
Window style. See wxScrolled.