Class

IdeOmniBar

Description

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

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.