Document wxDataViewListStore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -946,13 +946,6 @@ public:
|
||||
void InsertColumn( unsigned int pos, const wxString &varianttype );
|
||||
void AppendColumn( const wxString &varianttype );
|
||||
|
||||
void PrependStringColumn()
|
||||
{ PrependColumn( wxT("string") ); }
|
||||
void InsertStringColumn( unsigned int pos )
|
||||
{ InsertColumn( pos, wxT("string") ); }
|
||||
void AppendStringColumn()
|
||||
{ AppendColumn( wxT("string") ); }
|
||||
|
||||
void AppendItem( const wxVector<wxVariant> &values, wxClientData *data = NULL );
|
||||
void PrependItem( const wxVector<wxVariant> &values, wxClientData *data = NULL );
|
||||
void InsertItem( unsigned int row, const wxVector<wxVariant> &values, wxClientData *data = NULL );
|
||||
|
Reference in New Issue
Block a user