Add appearance tags

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-10-15 09:49:58 +00:00
parent 4e6b821a45
commit e4821c39c4
2 changed files with 3 additions and 0 deletions

View File

@@ -334,6 +334,8 @@ enum wxPG_KEYBOARD_ACTIONS
@library{wxpropgrid}
@category{propgrid}
@appearance{propertygrid.png}
*/
class wxPropertyGrid : public wxScrolledWindow, public wxPropertyGridInterface
{

View File

@@ -52,6 +52,7 @@
@library{wxcore}
@category{ctrl}
@appearance{searchctrl.png}
@see wxTextCtrl::Create, wxValidator
*/