wx.Utils Class Reference

List of all members.

Static Public Member Functions

static void BeginBusyCursor ()
static void Bell ()
static void EndBusyCursor ()
static void Exit ()
static string GetHomeDir ()
static int GetSingleChoiceIndex (string message, string caption, string[] choices, Window parent, int x, int y, bool centre, int width, int height)
static int GetSingleChoiceIndex (string message, string caption, string[] choices)
static void MutexGuiEnter ()
static void MutexGuiLeave ()
static void wxSleep (int num)
static void wxYield ()


Member Function Documentation

static void wx.Utils.BeginBusyCursor (  )  [static]

static void wx.Utils.Bell (  )  [static]

static void wx.Utils.EndBusyCursor (  )  [static]

static void wx.Utils.Exit (  )  [static]

Exits application after calling wx.App.OnExit(). Should only be used in an emergency: normally the top-level frame should be deleted (after deleting all other frames) to terminate the application. See wx.CloseEvent and wx.App.

static string wx.Utils.GetHomeDir (  )  [static]

static int wx.Utils.GetSingleChoiceIndex ( string  message,
string  caption,
string[]  choices,
Window  parent,
int  x,
int  y,
bool  centre,
int  width,
int  height 
) [static]

static int wx.Utils.GetSingleChoiceIndex ( string  message,
string  caption,
string[]  choices 
) [static]

static void wx.Utils.MutexGuiEnter (  )  [static]

static void wx.Utils.MutexGuiLeave (  )  [static]

static void wx.Utils.wxSleep ( int  num  )  [static]

Sleeps for the specified number of seconds. This is deprecated. Use System.Threading.Thread.Sleep() instead.

Parameters:
num Number of seconds to sleep.

static void wx.Utils.wxYield (  )  [static]

Calls wx.App.Yield.

This function is kept only for backwards compatibility. Please use the wx.App.Yield method instead in any new code.


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads