DockItem
Object Hierarchy:
Description:
[
CCode ( type_cname =
"DzlDockItemInterface" , type_id =
"dzl_dock_item_get_type ()" ) ]
public interface DockItem :
Widget
All known implementing classes:
Content:
Methods:
- public bool adopt (DockItem child)
- public abstract bool close ()
This function will request that the dock item close itself.
- public void emit_presented ()
- public abstract bool get_can_close ()
If this dock item can be closed by the user, this virtual function
should be implemented by the panel and return true.
- public abstract bool get_can_minimize (DockItem descendant)
- public abstract bool get_child_visible (DockItem child)
- public abstract string? get_icon_name ()
Gets the icon_name for the DockItem.
- public abstract unowned DockManager? get_manager ()
Gets the dock manager for this dock item.
- public unowned DockItem? get_parent ()
Gets the parent DockItem, or
null.
- public abstract string? get_title ()
Gets the title for the DockItem.
- public bool has_widgets ()
- public abstract bool minimize (DockItem child, ref PositionType position)
This requests that this minimize
child if it knows how.
- public void present ()
This widget will walk the widget hierarchy to ensure that the dock
item is visible to the user.
- public abstract void present_child (DockItem child)
- public abstract Icon? ref_gicon ()
Gets a Icon
for the dock item, if any has been set.
- public abstract void release (DockItem child)
This virtual method should remove child from
this if the dock item knows how to do so.
- public abstract void set_child_visible (DockItem child, bool child_visible)
- public abstract void set_manager (DockManager? manager)
Sets the dock manager for this DockItem
.
- public abstract void update_visibility ()
Signals:
Inherited Members:
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable