1. more test code for drawing with ROPs/masks/bg brushes in drawing

2. wxListCtrl colour setting tests added


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-02-08 01:07:48 +00:00
parent 2edc119be3
commit 11f26ea0e2
3 changed files with 83 additions and 40 deletions

View File

@@ -70,6 +70,8 @@ public:
void OnSelectAll(wxCommandEvent& event);
void OnDeleteAll(wxCommandEvent& event);
void OnSort(wxCommandEvent& event);
void OnSetFgColour(wxCommandEvent& event);
void OnSetBgColour(wxCommandEvent& event);
void BusyOn(wxCommandEvent& event);
void BusyOff(wxCommandEvent& event);
@@ -95,6 +97,8 @@ enum
BUSY_OFF = 11,
LIST_DELETE_ALL = 12,
LIST_SORT,
LIST_SET_FG_COL,
LIST_SET_BG_COL,
LIST_CTRL = 1000
};