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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
- add_child
- construct_child
- custom_finished
- custom_tag_end
- custom_tag_start
- get_internal_child
- get_name
- parser_finished
- set_buildable_property
- set_name