Fix coding nits.
- enums shouldn't be DLL-exported, - Placement of "{" - Always have dtor of wxGuage and wxFrame. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,15 +13,14 @@
|
||||
#define wxGA_HORIZONTAL wxHORIZONTAL
|
||||
#define wxGA_VERTICAL wxVERTICAL
|
||||
|
||||
// Available since Windows 7 only. With this style, the value of guage will
|
||||
// reflect on the taskbar button.
|
||||
#define wxGA_PROGRESS 0x0010
|
||||
// Win32 only, is default (and only) on some other platforms
|
||||
#define wxGA_SMOOTH 0x0020
|
||||
// QT only, display current completed percentage (text default format "%p%")
|
||||
#define wxGA_TEXT 0x0040
|
||||
|
||||
// Available since Windows 7 only. With this style, the value of guage will
|
||||
// reflect on the taskbar button.
|
||||
#define wxGA_PROGRESS 0x0010
|
||||
|
||||
/**
|
||||
@class wxGauge
|
||||
|
||||
@@ -53,6 +52,10 @@
|
||||
Display current completed percentage: text default format "%p%"
|
||||
(only supported in wxQt, may be not available on all platforms).
|
||||
@since 3.1.0
|
||||
@style{wxGA_PROGRESS}
|
||||
Reflect the value of guage on the taskbar button, available since
|
||||
Windows 7 only.
|
||||
@since 3.1.0
|
||||
@endStyleTable
|
||||
|
||||
@library{wxcore}
|
||||
|
@@ -7,6 +7,7 @@
|
||||
|
||||
/**
|
||||
State of the taskbar button.
|
||||
@since 3.1.0
|
||||
*/
|
||||
enum wxTaskBarButtonState
|
||||
{
|
||||
@@ -29,6 +30,7 @@ enum wxTaskBarButtonState
|
||||
@onlyfor{wxmsw}
|
||||
|
||||
@see wxTaskBarButton
|
||||
@since 3.1.0
|
||||
*/
|
||||
class WXDLLIMPEXP_CORE wxThumbBarButton {
|
||||
public:
|
||||
@@ -187,6 +189,7 @@ public:
|
||||
@onlyfor{wxmsw}
|
||||
|
||||
@see wxFrame::MSWGetTaskBarButton()
|
||||
@since 3.1.0
|
||||
*/
|
||||
class WXDLLIMPEXP_CORE wxTaskBarButton
|
||||
{
|
||||
@@ -339,6 +342,7 @@ public:
|
||||
@onlyfor{wxmsw}
|
||||
|
||||
@see wxTaskBarButton
|
||||
@since 3.1.0
|
||||
*/
|
||||
class WXDLLIMPEXP_CORE wxAppProgressIndicator
|
||||
{
|
||||
@@ -376,6 +380,8 @@ public:
|
||||
|
||||
/**
|
||||
Type of jump list item.
|
||||
|
||||
@since 3.1.0
|
||||
*/
|
||||
enum wxTaskBarJumpListItemType
|
||||
{
|
||||
@@ -398,6 +404,7 @@ enum wxTaskBarJumpListItemType
|
||||
@category{misc}
|
||||
|
||||
@onlyfor{wxmsw}
|
||||
@since 3.1.0
|
||||
*/
|
||||
class WXDLLIMPEXP_CORE wxTaskBarJumpListItem
|
||||
{
|
||||
@@ -521,6 +528,8 @@ public:
|
||||
|
||||
/**
|
||||
A vector of wxTaskBarJumpListItem pointers.
|
||||
|
||||
@since 3.1.0
|
||||
*/
|
||||
typedef wxVector<wxTaskBarJumpListItem*> wxTaskBarJumpListItems;
|
||||
|
||||
@@ -537,6 +546,8 @@ typedef wxVector<wxTaskBarJumpListItem*> wxTaskBarJumpListItems;
|
||||
@onlyfor{wxmsw}
|
||||
|
||||
@see wxTaskBarJumpList, wxTaskBarJumpListItem
|
||||
|
||||
@since 3.1.0
|
||||
*/
|
||||
class WXDLLIMPEXP_CORE wxTaskBarJumpListCategory
|
||||
{
|
||||
@@ -644,6 +655,7 @@ typedef wxVector<wxTaskBarJumpListCategory*> wxTaskBarJumpListCategories;
|
||||
@onlyfor{wxmsw}
|
||||
|
||||
@see wxTaskBarJumpListCategory, wxTaskBarJumpListItem
|
||||
@since 3.1.0
|
||||
*/
|
||||
class WXDLLIMPEXP_CORE wxTaskBarJumpList
|
||||
{
|
||||
|
Reference in New Issue
Block a user