Class

IdeTaggedEntry

Description

class Ide.TaggedEntry : Gtk.SearchEntry {
  parent: GtkSearchEntry,
  priv: IdeTaggedEntryPrivate*
}
No description available.

Hierarchy

hierarchy this IdeTaggedEntry implements_0 AtkImplementorIface this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkCellEditable this--implements_2 implements_3 GtkEditable this--implements_3 ancestor_0 GtkSearchEntry ancestor_0--this ancestor_1 GtkEntry ancestor_1--ancestor_0 ancestor_2 GtkWidget ancestor_2--ancestor_1 ancestor_3 GInitiallyUnowned ancestor_3--ancestor_2 ancestor_4 GObject ancestor_4--ancestor_3

Ancestors

  • GtkSearchEntry
  • GtkEntry
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkCellEditable
  • GtkEditable

Constructors

ide_tagged_entry_new
No description available.

Instance methods

ide_tagged_entry_add_tag
No description available.
ide_tagged_entry_get_tag_button_visible
No description available.
ide_tagged_entry_insert_tag
No description available.
ide_tagged_entry_remove_tag
No description available.
ide_tagged_entry_set_tag_button_visible
No description available.

Properties

Ide.TaggedEntry:tag-close-visible
No description available.

Signals

Ide.TaggedEntry::tag-button-clicked
No description available.
Ide.TaggedEntry::tag-clicked
No description available.

Class structure

struct IdeTaggedEntryClass {
  GtkSearchEntryClass parent_class;
  
}
Class members
parent_class
GtkSearchEntryClass
  No description available.