Class

IdeOmniBar

Description

final class Ide.OmniBar : Gtk.Bin {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeOmniBar implements_0 AtkImplementorIface this--implements_0 implements_1 GActionGroup this--implements_1 implements_2 GtkBuildable this--implements_2 ancestor_0 GtkBin ancestor_0--this ancestor_1 GtkContainer 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

  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GActionGroup
  • GtkBuildable

Constructors

ide_omni_bar_new
No description available.

Instance methods

ide_omni_bar_add_button
No description available.
ide_omni_bar_add_popover_section

Adds widget to the omnibar popover, sorted by priority.

Available since: 3.32

ide_omni_bar_add_status_icon

Adds a status-icon style widget to the end of the omnibar. Generally, you’ll want this to be either a GtkButton, GtkLabel, or something simple.

Available since: 3.32

ide_omni_bar_set_placeholder
No description available.

Class structure

struct IdeOmniBarClass {
  GtkBinClass parent_class;
  
}
Class members
parent_class
GtkBinClass
  No description available.