merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -155,6 +155,16 @@ extern wxCursor g_globalCursor;
|
||||
static wxCursor gs_savedCursor;
|
||||
static int gs_busyCount = 0;
|
||||
|
||||
const wxCursor &wxBusyCursor::GetStoredCursor()
|
||||
{
|
||||
return gs_savedCursor;
|
||||
}
|
||||
|
||||
const wxCursor wxBusyCursor::GetBusyCursor()
|
||||
{
|
||||
return wxCursor(wxCURSOR_WATCH);
|
||||
}
|
||||
|
||||
void wxEndBusyCursor()
|
||||
{
|
||||
if (--gs_busyCount > 0)
|
||||
|
Reference in New Issue
Block a user