undoing my duplicate efforts to solve the same problem ...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-09-20 15:37:25 +00:00
parent 0e4124e753
commit 3ef4e126a2
2 changed files with 4 additions and 4 deletions

View File

@@ -908,8 +908,8 @@ public :
void UpdateItems(const wxMacDataItem *container, wxArrayMacDataItemPtr &items,
DataBrowserPropertyID property) const;
void InsertColumn(int colId, DataBrowserPropertyType colType, DataBrowserPropertyFlags flags ,
const wxString& title, SInt16 just = teFlushDefault, int minWidth = -1, int maxWidth = -1);
void InsertColumn(int colId, DataBrowserPropertyType colType,
const wxString& title, SInt16 just = teFlushDefault, int defaultWidth = -1);
int GetColumnWidth(int colId);
void SetColumnWidth(int colId, int width);