Add wxUSE_TASKBARBUTTON under MSW port.
Taskbar button features are only available under MSW port. Author: Chaobin Zhang git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1565,6 +1565,15 @@
|
|||||||
// Recommended setting: 1, set to 0 for a tiny library size reduction
|
// Recommended setting: 1, set to 0 for a tiny library size reduction
|
||||||
#define wxUSE_TASKBARICON_BALLOONS 1
|
#define wxUSE_TASKBARICON_BALLOONS 1
|
||||||
|
|
||||||
|
// Set this to 1 to enable following functionality added in Windows 7: thumbnail
|
||||||
|
// representations, thumbnail toolbars, notification and status overlays,
|
||||||
|
// progress indicators and jump lists.
|
||||||
|
//
|
||||||
|
// Default is 1.
|
||||||
|
//
|
||||||
|
// Recommended setting: 1, set to 0 for a tiny library size reduction
|
||||||
|
#define wxUSE_TASKBARBUTTON 1
|
||||||
|
|
||||||
// Set to 1 to compile MS Windows XP theme engine support
|
// Set to 1 to compile MS Windows XP theme engine support
|
||||||
#define wxUSE_UXTHEME 1
|
#define wxUSE_UXTHEME 1
|
||||||
|
|
||||||
|
@@ -86,6 +86,14 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif /* wxUSE_TASKBARICON_BALLOONS */
|
#endif /* wxUSE_TASKBARICON_BALLOONS */
|
||||||
|
|
||||||
|
#ifndef wxUSE_TASKBARBUTTON
|
||||||
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
|
# error "wxUSE_TASKBARBUTTON must be defined."
|
||||||
|
# else
|
||||||
|
# define wxUSE_TASKBARBUTTON 0
|
||||||
|
# endif
|
||||||
|
#endif /* wxUSE_TASKBARBUTTON */
|
||||||
|
|
||||||
#ifndef wxUSE_UXTHEME
|
#ifndef wxUSE_UXTHEME
|
||||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
# error "wxUSE_UXTHEME must be defined."
|
# error "wxUSE_UXTHEME must be defined."
|
||||||
|
@@ -1608,6 +1608,15 @@
|
|||||||
// Recommended setting: 1, set to 0 for a tiny library size reduction
|
// Recommended setting: 1, set to 0 for a tiny library size reduction
|
||||||
#define wxUSE_TASKBARICON_BALLOONS 1
|
#define wxUSE_TASKBARICON_BALLOONS 1
|
||||||
|
|
||||||
|
// Set this to 1 to enable following functionality added in Windows 7: thumbnail
|
||||||
|
// representations, thumbnail toolbars, notification and status overlays,
|
||||||
|
// progress indicators and jump lists.
|
||||||
|
//
|
||||||
|
// Default is 1.
|
||||||
|
//
|
||||||
|
// Recommended setting: 1, set to 0 for a tiny library size reduction
|
||||||
|
#define wxUSE_TASKBARBUTTON 1
|
||||||
|
|
||||||
// Set to 1 to compile MS Windows XP theme engine support
|
// Set to 1 to compile MS Windows XP theme engine support
|
||||||
#define wxUSE_UXTHEME 1
|
#define wxUSE_UXTHEME 1
|
||||||
|
|
||||||
|
@@ -100,6 +100,15 @@
|
|||||||
// Recommended setting: 1, set to 0 for a tiny library size reduction
|
// Recommended setting: 1, set to 0 for a tiny library size reduction
|
||||||
#define wxUSE_TASKBARICON_BALLOONS 1
|
#define wxUSE_TASKBARICON_BALLOONS 1
|
||||||
|
|
||||||
|
// Set this to 1 to enable following functionality added in Windows 7: thumbnail
|
||||||
|
// representations, thumbnail toolbars, notification and status overlays,
|
||||||
|
// progress indicators and jump lists.
|
||||||
|
//
|
||||||
|
// Default is 1.
|
||||||
|
//
|
||||||
|
// Recommended setting: 1, set to 0 for a tiny library size reduction
|
||||||
|
#define wxUSE_TASKBARBUTTON 1
|
||||||
|
|
||||||
// Set to 1 to compile MS Windows XP theme engine support
|
// Set to 1 to compile MS Windows XP theme engine support
|
||||||
#define wxUSE_UXTHEME 1
|
#define wxUSE_UXTHEME 1
|
||||||
|
|
||||||
|
@@ -110,6 +110,10 @@
|
|||||||
#undef wxUSE_TASKBARICON_BALLOONS
|
#undef wxUSE_TASKBARICON_BALLOONS
|
||||||
#define wxUSE_TASKBARICON_BALLOONS 0
|
#define wxUSE_TASKBARICON_BALLOONS 0
|
||||||
|
|
||||||
|
// there is no support for taskbar button
|
||||||
|
#undef wxUSE_TASKBARBUTTON
|
||||||
|
#define wxUSE_TASKBARBUTTON 1
|
||||||
|
|
||||||
// not sure if this is supported by eVC but VC8 SDK lacks the tooltips control
|
// not sure if this is supported by eVC but VC8 SDK lacks the tooltips control
|
||||||
// related declarations
|
// related declarations
|
||||||
#if wxCHECK_VISUALC_VERSION(8)
|
#if wxCHECK_VISUALC_VERSION(8)
|
||||||
|
@@ -658,6 +658,8 @@
|
|||||||
|
|
||||||
#define wxUSE_TASKBARICON_BALLOONS 0
|
#define wxUSE_TASKBARICON_BALLOONS 0
|
||||||
|
|
||||||
|
#define wxUSE_TASKBARBUTTON 0
|
||||||
|
|
||||||
#define wxUSE_UXTHEME 0
|
#define wxUSE_UXTHEME 0
|
||||||
|
|
||||||
#define wxUSE_INKEDIT 0
|
#define wxUSE_INKEDIT 0
|
||||||
|
Reference in New Issue
Block a user