gtkAboutDialogGetName {RGtk2} | R Documentation |
Returns the program name displayed in the about dialog.
WARNING: gtk_about_dialog_get_name
is deprecated and should not be used in newly-written code.
gtkAboutDialogGetName(object)
|
[GtkAboutDialog ] a GtkAboutDialog |
Since 2.6
@Deprecated: 2.12: Use gtk_about_dialog_get_program_name() instead.
[character] The program name.
Derived by RGtkGen from GTK+ documentation