DockMaster
Object Hierarchy:
Description:
Namespace: Gdl
Package: gdl-1.0
Content:
Properties:
- public string default_title { owned get; set; }
- public int locked { get; set; }
- public SwitcherStyle switcher_style { get; set; }
Creation methods:
- protected DockMaster ()
Methods:
- public void @foreach (Func<DockObject> function)
Call
function
on each dock widget of the master. - public void add (DockObject object)
Add a new dock widget to the master.
- public void foreach_toplevel (bool include_controller, Func<DockObject> function)
Call
function
on each top level dock widget of the master, including or not the controller. - public unowned DockObject get_controller ()
Retrieves the DockObject acting as the controller.
- public unowned DockObject get_object (string nick_name)
Looks for a DockObject named
nick_name
. - public void remove (DockObject object)
Remove one dock widget from the master.
- public void set_controller (DockObject new_controller)
Set a new controller.
Signals:
- public virtual signal void layout_changed ()
Signals that the layout has changed, one or more widgets have been moved, added or removed.
Fields:
- public unowned DockObject controller
- public int dock_number
- public unowned HashTable dock_objects
- public unowned List toplevel_docks
Inherited Members:
All known members inherited from class GLib.Object