gtkAboutDialogGetName {RGtk2}R Documentation

gtkAboutDialogGetName

Description

Returns the program name displayed in the about dialog. WARNING: gtk_about_dialog_get_name has been deprecated since version 2.12 and should not be used in newly-written code. Use gtkAboutDialogGetProgramName instead.

Usage

gtkAboutDialogGetName(object)

Arguments

object

a GtkAboutDialog

Details

Since 2.6

Value

[character] The program name.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]