Class

IdeFrameHeader

Description

final class Ide.FrameHeader : Dazzle.PriorityBox {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeFrameHeader implements_0 AtkImplementorIface this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkOrientable this--implements_2 ancestor_0 DzlPriorityBox ancestor_0--this ancestor_1 GtkBox ancestor_1--ancestor_0 ancestor_2 GtkContainer ancestor_2--ancestor_1 ancestor_3 GtkWidget ancestor_3--ancestor_2 ancestor_4 GInitiallyUnowned ancestor_4--ancestor_3 ancestor_5 GObject ancestor_5--ancestor_4

Ancestors

  • DzlPriorityBox
  • GtkBox
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkOrientable

Constructors

ide_frame_header_new
No description available.

Instance methods

ide_frame_header_add_custom_title

This will add widget to the title area with priority determining the sort order of the child.

Available since: 3.32

Properties

Ide.FrameHeader:background-rgba

The “background-rgba” property can be used to set the background color of the header. This should be set to the IdePage:primary-color of the active view.

Available since: 3.32

Ide.FrameHeader:foreground-rgba

Sets the foreground color to use when IdeFrameHeader:background-rgba is used for the background.

Available since: 3.32

Ide.FrameHeader:modified
No description available.
Ide.FrameHeader:show-close-button
No description available.
Ide.FrameHeader:title
No description available.

Class structure

struct IdeFrameHeaderClass {
  DzlPriorityBoxClass parent_class;
  
}
Class members
parent_class
DzlPriorityBoxClass
  No description available.