This method does the same work as
Application.Init with only a single change, it does not terminate the program if the GUI can't be initialized. Instead it returns
false on failure.
Syntax
Parameters
- progname
- The name of the program.
- args
- An string array with the parameters given to the program.
Returns
if the GUI has been succesfully initialized, otherwise false.
Remarks
Requirements
Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)