fixed wxBusyCursor privacy bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -198,6 +198,7 @@ WXDLLEXPORT bool wxIsBusy(void);
|
|||||||
// Convenience class so we can just create a wxBusyCursor object on the stack
|
// Convenience class so we can just create a wxBusyCursor object on the stack
|
||||||
class WXDLLEXPORT wxBusyCursor
|
class WXDLLEXPORT wxBusyCursor
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
inline wxBusyCursor(wxCursor* cursor = wxHOURGLASS_CURSOR) { wxBeginBusyCursor(cursor); }
|
inline wxBusyCursor(wxCursor* cursor = wxHOURGLASS_CURSOR) { wxBeginBusyCursor(cursor); }
|
||||||
inline ~wxBusyCursor() { wxEndBusyCursor(); }
|
inline ~wxBusyCursor() { wxEndBusyCursor(); }
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user