wxString GetAppName();
-#ifdef __WXMSW__
- bool GetAuto3D();
-#endif
wxString GetClassName();
bool GetExitOnFrameDelete();
int GetPrintMode();
bool Yield(bool onlyIfNeeded = FALSE);
void SetAppName(const wxString& name);
-#ifdef __WXMSW__
- void SetAuto3D(bool auto3D);
-#endif
void SetClassName(const wxString& name);
void SetExitOnFrameDelete(bool flag);
void SetPrintMode(int mode);