Move wxTaskBarButton into core library.

Author: Chaobin Zhang

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2014-09-10 14:51:51 +00:00
parent 1439cc95c5
commit c13a06abb0
7 changed files with 26 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
/**
State of the task bar button.
*/
enum wxTaskBarButtonState
enum WXDLLIMPEXP_CORE wxTaskBarButtonState
{
wxTASKBAR_BUTTON_NO_PROGRESS = 0,
wxTASKBAR_BUTTON_INDETERMINATE = 1,
@@ -31,7 +31,7 @@ enum wxTaskBarButtonState
wxTASKBAR_BUTTON_PAUSED = 8
};
class WXDLLIMPEXP_ADV wxThumbBarButton {
class WXDLLIMPEXP_CORE wxThumbBarButton {
public:
wxThumbBarButton(int id,
const wxIcon& icon,
@@ -64,7 +64,7 @@ private:
bool m_interactive;
};
class WXDLLIMPEXP_ADV wxTaskBarButton
class WXDLLIMPEXP_CORE wxTaskBarButton
{
public:
wxTaskBarButton() { }