regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: xrc/xmlres.h
|
||||
// Purpose: documentation for wxXmlResource class
|
||||
// Purpose: interface of wxXmlResource
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
@@ -112,7 +112,7 @@ public:
|
||||
resource. If an unknown @a str_id is requested (i.e. other than wxID_XXX
|
||||
or integer), a new record is created which associates the given string with
|
||||
a number. If @a value_if_not_found is @c wxID_NONE, the number is obtained via
|
||||
wxNewId. Otherwise @a value_if_not_found is used.
|
||||
wxNewId(). Otherwise @a value_if_not_found is used.
|
||||
Macro @c XRCID(name) is provided for convenient use in event tables.
|
||||
*/
|
||||
#define int GetXRCID(const wxString& str_id, int value_if_not_found = -2) /* implementation is private */
|
||||
@@ -231,6 +231,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@class wxXmlResourceHandler
|
||||
@headerfile xmlres.h wx/xrc/xmlres.h
|
||||
@@ -309,7 +310,7 @@ public:
|
||||
|
||||
/**
|
||||
)
|
||||
Creates a animation from the filename specified in @e param.
|
||||
Creates a animation() from the filename specified in @e param.
|
||||
*/
|
||||
wxAnimation GetAnimation();
|
||||
|
||||
@@ -432,3 +433,4 @@ public:
|
||||
*/
|
||||
void SetupWindow(wxWindow* wnd);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user