Added rules to wxListCtrl (MSW now, GTK+ soon)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-09-05 11:39:14 +00:00
parent 3d0c4d2e7b
commit 2702ed5a3d
3 changed files with 87 additions and 0 deletions

View File

@@ -329,6 +329,11 @@ public:
// still exist across 3 callbacks.
wxChar *AddPool(const wxString& str);
// Event handlers
////////////////////////////////////////////////////////////////////////////
// Necessary for drawing hrules and vrules, if specified
void OnPaint(wxPaintEvent& event);
protected:
// common part of all ctors
void Init();
@@ -356,6 +361,7 @@ private:
bool DoCreateControl(int x, int y, int w, int h);
DECLARE_DYNAMIC_CLASS(wxListCtrl)
DECLARE_EVENT_TABLE()
};
#endif