gtkAboutDialogSetName {RGtk2}R Documentation

gtkAboutDialogSetName

Description

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.

Usage

gtkAboutDialogSetName(object, name = NULL)

Arguments

object [GtkAboutDialog] a GtkAboutDialog
name [character] the program name

Details

Since 2.6

@Deprecated: 2.12: Use gtk_about_dialog_set_program_name() instead.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]