metadata support for metadata

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-08-21 20:27:46 +00:00
parent 8f83dfee77
commit 4f8ffae109
3 changed files with 66 additions and 41 deletions

View File

@@ -478,6 +478,7 @@ public :
GetTypeInfo()->ConvertToString( *this , s ) ;
return s ;
}
const wxString& GetName() const { return m_name ; }
private :
wxxVariantData* m_data ;
wxString m_name ;