Class

IdeFrameHeader

Description

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

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.