+ Calls Create() with default name.
+
+ This method simply calls Create() with a string composed of
+ wxApp::GetAppName() and wxGetUserId().
+
+ Because this method uses wxApp::GetAppName(), it may only be called
+ after the global application was constructed.
+
+ @since 2.9.1
+ */
+ bool CreateDefault();
+
+ /**
+ Returns @true if another copy of this program is already running and
+ @false otherwise.
+
+ Notice that if the object was created using the default constructor
+ Create() hadn't been called before this method, it will call
+ CreateDefault() automatically.