------------------------------------------------------------ revno: 3223 committer: poy <[email protected]> branch nick: trunk timestamp: Sat 2013-03-16 16:01:50 +0100 message: theme defs for mingw modified: dwt/include/dwt/dwt_vsstyle.h
-- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk Your team Dcplusplus-team is subscribed to branch lp:dcplusplus. To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dwt/include/dwt/dwt_vsstyle.h' --- dwt/include/dwt/dwt_vsstyle.h 2013-01-18 21:28:38 +0000 +++ dwt/include/dwt/dwt_vsstyle.h 2013-03-16 15:01:50 +0000 @@ -68,6 +68,11 @@ #define TIS_HOT 2 #define TIS_SELECTED 3 +#define VSCLASS_TREEVIEW L"TREEVIEW" +#define TVP_GLYPH 2 +#define GLPS_CLOSED 1 +#define GLPS_OPENED 2 + #define VSCLASS_WINDOW L"WINDOW" #define WP_CAPTION 1 #define CS_ACTIVE 1
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

