gtkAboutDialogGetName {RGtk2}R Documentation

gtkAboutDialogGetName

Description

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.

Usage

gtkAboutDialogGetName(object)

Arguments

object [GtkAboutDialog] a GtkAboutDialog

Details

Since 2.6

@Deprecated: 2.12: Use gtk_about_dialog_get_program_name() instead.

Value

[character] The program name.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]