gtkAboutDialogSetName {RGtk2} | R Documentation |
Sets the name to display in the about dialog.
If this is not set, it defaults to gGetApplicationName()
.
WARNING: gtk_about_dialog_set_name
is deprecated and should not be used in newly-written code.
gtkAboutDialogSetName(object, name = NULL)
|
[GtkAboutDialog ] a GtkAboutDialog |
|
[character] the program name |
Since 2.6
@Deprecated: 2.12: Use gtk_about_dialog_set_program_name() instead.
Derived by RGtkGen from GTK+ documentation