Libxfce4ui.GtkActionEntry

Fields

Name

Type

Access

Description

accel_path

str

r/w

the unique path, used to identify the accelerator

callback

GObject.Callback

r/w

the callback which will be triggered on activation. The callback has to return True to signal that the accelerator was activated and handled

default_accelerator

str

r/w

the default key and modifier to trigger the callback linked to the entry

id

int

r/w

unique identifier for instances of this structure (you might want to use a enum)

menu_item_icon_name

str

r/w

optional icon name which will be used to find a image for the item

menu_item_label_text

str

r/w

text which should be shown in the menu

menu_item_tooltip_text

str

r/w

optional tooltip of the item

menu_item_type

Libxfce4ui.GtkMenuItem

r/w

the type of the item which should be used for creation

Methods

None

Details

class Libxfce4ui.GtkActionEntry

Replacement for the deprecated Gtk.ActionEntry. The idea is to provide a fixed list of Libxfce4ui.GtkActionEntrys: