gtkActionNew
Creates a new GtkAction
object. To add the action to a
GtkActionGroup
and set the accelerator for the action,
call gtkActionGroupAddActionWithAccel
.
See for information on allowed action
names.
gtkActionNew(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL)
|
A unique name for the action |
|
the label displayed in menu items and on buttons, or |
|
a tooltip for the action, or |
|
the stock icon to display in widgets representing the
action, or |
Since 2.4
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.