Class

AgsGuiIconLink

[]

Description

class AgsGui.IconLink : Gtk.Box
  implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Orientable {
  flags: guint,
  icon: GtkImage*,
  link: GtkLabel*,
  action: gchar*,
  context_group: GSimpleActionGroup*,
  context_popover: GtkPopoverMenu*,
  context_popup: GMenu*
}

No description available.

[]

Constructors

ags_icon_link_new

Creates a new instance of AgsIconLink.

since: 6.6.0

[]

Instance methods

ags_icon_link_clicked

Emits ::clicked event.

since: 6.6.0

ags_icon_link_copy_event

Emits ::copy-event event.

since: 6.6.0

ags_icon_link_delete_event

Emits ::delete-event event.

since: 6.6.0

ags_icon_link_get_action

Get action of icon_link.

since: 6.6.0

ags_icon_link_get_icon_name

Get icon name of icon_link.

since: 6.6.0

ags_icon_link_get_link_text

Get link text of icon_link.

since: 6.6.0

ags_icon_link_set_action

Set action of icon_link.

since: 6.6.0

ags_icon_link_set_flags

Set flags of icon_link.

since: 6.6.0

ags_icon_link_set_icon_name

Set icon_name of icon_link.

since: 6.6.0

ags_icon_link_set_link_text

Set link_text of icon_link.

since: 6.6.0

ags_icon_link_test_flags

Test flags of icon_link.

since: 6.6.0

ags_icon_link_unset_flags

Set flags of icon_link.

since: 6.6.0

Methods inherited from GtkBox (13)
Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
Methods inherited from GtkAccessible (19)
Methods inherited from GtkBuildable (1)
Methods inherited from GtkOrientable (2)
[]

Properties

AgsGui.IconLink:action

The assigned action.

since: 6.6.0

Properties inherited from GtkBox (4)
Properties inherited from GtkWidget (34)
Properties inherited from GtkAccessible (1)
Properties inherited from GtkOrientable (1)
[]

Signals

AgsGui.IconLink::clicked

The ::clicked signal notifies about widget clicked.

since: 6.6.0

AgsGui.IconLink::copy-event

The ::copy-event signal notifies about widget copy_event.

since: 6.6.0

AgsGui.IconLink::delete-event

The ::delete-event signal notifies about widget delete_event.

since: 6.6.0

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure

[]

Virtual methods

AgsGui.IconLinkClass.clicked

Emits ::clicked event.

since: 6.6.0

AgsGui.IconLinkClass.copy_event

Emits ::copy-event event.

since: 6.6.0

AgsGui.IconLinkClass.delete_event

Emits ::delete-event event.

since: 6.6.0