FrameHeader
Object Hierarchy:
Description:
[
CCode ( type_cname =
"PanelFrameHeaderInterface" , type_id =
"panel_frame_header_get_type ()" ) ]
public interface FrameHeader :
Widget
An interface implemented by the header of a Frame.
All known implementing classes:
Content:
Properties:
Methods:
- public abstract void add_prefix (int priority, Widget child)
Add a widget into a the prefix area with a priority.
- public abstract void add_suffix (int priority, Widget child)
Add a widget into a the suffix area with a priority.
- public abstract bool can_drop (Widget widget)
Tells if the panel widget can be drop onto the panel frame.
- public unowned Frame? get_frame ()
Gets the frame the header is attached to.
- public abstract void page_changed (Widget? widget)
Notifies the header that the visible page has changed.
- public void set_frame (Frame? frame)
Sets the frame the header is attached to.
Inherited Members:
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Accessible
All known members inherited from interface Gtk.Buildable