Mark radio button group navigation functions as new in 3.1.5
Just add the missing "@since" lines.
This commit is contained in:
@@ -136,6 +136,8 @@ public:
|
|||||||
The return value is NULL if this button has the style @c wxRB_SINGLE.
|
The return value is NULL if this button has the style @c wxRB_SINGLE.
|
||||||
|
|
||||||
@see GetPreviousInGroup(), GetNextInGroup(), GetLastInGroup()
|
@see GetPreviousInGroup(), GetNextInGroup(), GetLastInGroup()
|
||||||
|
|
||||||
|
@since 3.1.5
|
||||||
*/
|
*/
|
||||||
wxRadioButton* GetFirstInGroup();
|
wxRadioButton* GetFirstInGroup();
|
||||||
|
|
||||||
@@ -145,6 +147,8 @@ public:
|
|||||||
The return value is NULL if this button has the style @c wxRB_SINGLE.
|
The return value is NULL if this button has the style @c wxRB_SINGLE.
|
||||||
|
|
||||||
@see GetFirstInGroup(), GetPreviousInGroup(), GetNextInGroup()
|
@see GetFirstInGroup(), GetPreviousInGroup(), GetNextInGroup()
|
||||||
|
|
||||||
|
@since 3.1.5
|
||||||
*/
|
*/
|
||||||
wxRadioButton* GetLastInGroup();
|
wxRadioButton* GetLastInGroup();
|
||||||
|
|
||||||
@@ -155,6 +159,8 @@ public:
|
|||||||
the style @c wxRB_SINGLE.
|
the style @c wxRB_SINGLE.
|
||||||
|
|
||||||
@see GetFirstInGroup(), GetNextInGroup(), GetLastInGroup()
|
@see GetFirstInGroup(), GetNextInGroup(), GetLastInGroup()
|
||||||
|
|
||||||
|
@since 3.1.5
|
||||||
*/
|
*/
|
||||||
wxRadioButton* GetPreviousInGroup();
|
wxRadioButton* GetPreviousInGroup();
|
||||||
|
|
||||||
@@ -165,6 +171,8 @@ public:
|
|||||||
the style @c wxRB_SINGLE.
|
the style @c wxRB_SINGLE.
|
||||||
|
|
||||||
@see GetFirstInGroup(), GetPreviousInGroup(), GetLastInGroup()
|
@see GetFirstInGroup(), GetPreviousInGroup(), GetLastInGroup()
|
||||||
|
|
||||||
|
@since 3.1.5
|
||||||
*/
|
*/
|
||||||
wxRadioButton* GetNextInGroup();
|
wxRadioButton* GetNextInGroup();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user