do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -493,10 +493,10 @@ public:
|
|||||||
|
|
||||||
@param lowerdate
|
@param lowerdate
|
||||||
The low limit for the dates shown by the control or
|
The low limit for the dates shown by the control or
|
||||||
@c wxDefaultDateTime.
|
::wxDefaultDateTime.
|
||||||
@param upperdate
|
@param upperdate
|
||||||
The high limit for the dates shown by the control or
|
The high limit for the dates shown by the control or
|
||||||
@c wxDefaultDateTime.
|
::wxDefaultDateTime.
|
||||||
@return
|
@return
|
||||||
@true if either limit is valid, @false otherwise
|
@true if either limit is valid, @false otherwise
|
||||||
*/
|
*/
|
||||||
@@ -510,11 +510,11 @@ public:
|
|||||||
|
|
||||||
@param lowerdate
|
@param lowerdate
|
||||||
If non-@NULL, the value of the low limit for the dates shown by the
|
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).
|
is set).
|
||||||
@param upperdate
|
@param upperdate
|
||||||
If non-@NULL, the value of the upper limit for the dates shown by
|
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).
|
limit is set).
|
||||||
@return
|
@return
|
||||||
@true if either limit is set, @false otherwise
|
@true if either limit is set, @false otherwise
|
||||||
|
@@ -140,11 +140,11 @@ public:
|
|||||||
@param title
|
@param title
|
||||||
The caption to be displayed on the frame's title bar.
|
The caption to be displayed on the frame's title bar.
|
||||||
@param pos
|
@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
|
default position, chosen by either the windowing system or
|
||||||
wxWidgets, depending on platform.
|
wxWidgets, depending on platform.
|
||||||
@param size
|
@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
|
size, chosen by either the windowing system or wxWidgets, depending
|
||||||
on platform.
|
on platform.
|
||||||
@param style
|
@param style
|
||||||
@@ -387,10 +387,10 @@ public:
|
|||||||
@param title
|
@param title
|
||||||
The caption to be displayed on the frame's title bar.
|
The caption to be displayed on the frame's title bar.
|
||||||
@param pos
|
@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.
|
chosen by either the windowing system or wxWidgets, depending on platform.
|
||||||
@param size
|
@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.
|
either the windowing system or wxWidgets, depending on platform.
|
||||||
@param style
|
@param style
|
||||||
The window style. See wxMDIChildFrame.
|
The window style. See wxMDIChildFrame.
|
||||||
|
@@ -207,7 +207,7 @@ public:
|
|||||||
@param style
|
@param style
|
||||||
Combination of style flags described in wxMessageDialog documentation.
|
Combination of style flags described in wxMessageDialog documentation.
|
||||||
@param x
|
@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.
|
for @a x and @a y to let the system position the window.
|
||||||
@param y
|
@param y
|
||||||
Vertical dialog position (ignored under MSW).
|
Vertical dialog position (ignored under MSW).
|
||||||
|
@@ -53,10 +53,10 @@ public:
|
|||||||
@param id
|
@param id
|
||||||
An identifier for the panel. @c wxID_ANY is taken to mean a default.
|
An identifier for the panel. @c wxID_ANY is taken to mean a default.
|
||||||
@param pos
|
@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.
|
chosen by either the windowing system or wxWidgets, depending on platform.
|
||||||
@param size
|
@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.
|
either the windowing system or wxWidgets, depending on platform.
|
||||||
@param style
|
@param style
|
||||||
The window style. See wxPanel.
|
The window style. See wxPanel.
|
||||||
|
@@ -57,10 +57,10 @@ public:
|
|||||||
@param label
|
@param label
|
||||||
Label for the static box surrounding the radio buttons.
|
Label for the static box surrounding the radio buttons.
|
||||||
@param pos
|
@param pos
|
||||||
Window position. If @c wxDefaultPosition is specified then a
|
Window position. If ::wxDefaultPosition is specified then a
|
||||||
default position is chosen.
|
default position is chosen.
|
||||||
@param size
|
@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.
|
is chosen.
|
||||||
@param n
|
@param n
|
||||||
Number of choices with which to initialize the radiobox.
|
Number of choices with which to initialize the radiobox.
|
||||||
@@ -100,10 +100,10 @@ public:
|
|||||||
@param label
|
@param label
|
||||||
Label for the static box surrounding the radio buttons.
|
Label for the static box surrounding the radio buttons.
|
||||||
@param pos
|
@param pos
|
||||||
Window position. If @c wxDefaultPosition is specified then a
|
Window position. If ::wxDefaultPosition is specified then a
|
||||||
default position is chosen.
|
default position is chosen.
|
||||||
@param size
|
@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.
|
is chosen.
|
||||||
@param choices
|
@param choices
|
||||||
An array of choices with which to initialize the radiobox.
|
An array of choices with which to initialize the radiobox.
|
||||||
|
@@ -45,7 +45,6 @@
|
|||||||
class wxRadioButton : public wxControl
|
class wxRadioButton : public wxControl
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Default constructor.
|
Default constructor.
|
||||||
|
|
||||||
@@ -63,11 +62,11 @@ public:
|
|||||||
@param label
|
@param label
|
||||||
Label for the radio button.
|
Label for the radio button.
|
||||||
@param pos
|
@param pos
|
||||||
Window position. If @c wxDefaultPosition is specified then a default
|
Window position. If ::wxDefaultPosition is specified then a default
|
||||||
position is chosen.
|
position is chosen.
|
||||||
@param size
|
@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.
|
is chosen.
|
||||||
@param style
|
@param style
|
||||||
Window style. See wxRadioButton.
|
Window style. See wxRadioButton.
|
||||||
@param validator
|
@param validator
|
||||||
|
@@ -135,10 +135,10 @@ public:
|
|||||||
@param id
|
@param id
|
||||||
Window identifier. The value @c wxID_ANY indicates a default value.
|
Window identifier. The value @c wxID_ANY indicates a default value.
|
||||||
@param pos
|
@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.
|
then a default position is chosen.
|
||||||
@param size
|
@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.
|
window is sized appropriately.
|
||||||
@param style
|
@param style
|
||||||
Window style. See wxScrolled.
|
Window style. See wxScrolled.
|
||||||
|
Reference in New Issue
Block a user