allow customization of individual grid lines appearance (patch 1496015)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-07-24 23:16:37 +00:00
parent e3877dfc5a
commit 6c1465efb7
4 changed files with 20 additions and 6 deletions

View File

@@ -322,6 +322,7 @@ typedef pid_t GPid;
#define wxUSE_TIPWINDOW 1
#define wxUSE_ANIMATIONCTRL 1
#define wxUSE_BUTTON 1
#define wxUSE_BMPBUTTON 1
#define wxUSE_CALENDARCTRL 1
@@ -444,6 +445,7 @@ typedef pid_t GPid;
#define wxUSE_WIZARDDLG 1
#define wxUSE_ABOUTDLG 1
#define wxUSE_METAFILE 0
#define wxUSE_ENH_METAFILE 0
@@ -485,6 +487,8 @@ typedef pid_t GPid;
#define wxUSE_HELP 1
#define wxUSE_MS_HTML_HELP 0
#define wxUSE_WXHTML_HELP 1
#define wxUSE_RESOURCES 1