panel.frame_header_bar

Module for [FrameHeaderBar] class

Types 3

A header bar for #PanelFrame. It can optionally show an icon, it can have a popover to be displace, and it can also have prefix and suffix widgets.

It is an implementation of #PanelFrameHeader

Methods
GType _gType() @property
FrameHeaderBar self()Returns `this`, for use in `with` statements.
FrameHeaderBarGidBuilder builder()Get builder for [panel.frameheaderbar.FrameHeaderBar] Returns: New builder object
bool showIcon() @propertyGet `showIcon` property. Returns: Whether to show the icon or not.
void showIcon(bool propval) @propertySet `showIcon` property. Params: propval = Whether to show the icon or not.
gtk.popover_menu.PopoverMenu getMenuPopover()Gets the menu popover attached to this menubar. Returns: a #GtkPopoverMenu
bool getShowIcon()Tell whether it show the icon or not. Returns: whether to show the icon.
void setShowIcon(bool showIcon)Set whether to show the icon or not.
Constructors
this(void * ptr, Flag!"Take" take)
this()Create a new #PanelFrameHeaderBar. Returns: a newly created #PanelFrameHeaderBar
Methods
T showIcon(bool propval)Set `showIcon` property. Params: propval = Whether to show the icon or not. Returns: Builder instance for fluent chaining

Fluent builder for [panel.frame_header_bar.FrameHeaderBar]