DockObject
Object Hierarchy:
Description:
public class DockObject : Container, Implementor, Buildable
Content:
Properties:
Static methods:
- public static unowned string nick_from_type (Type type)
Finds the nickname for a given type
- public static Type set_type_for_nick (string nick, Type type)
Assigns an object type to a given nickname.
- public static Type type_from_nick (string nick)
Finds the object type assigned to a given nickname.
Creation methods:
Methods:
- public void bind (Object master)
Add a link between a DockObject and a
master.
- public virtual bool child_placement (DockObject child, DockPlacement placement)
This function returns information about placement of a child dock
object inside another dock object.
- public void detach (bool recursive)
- public void dock (DockObject requestor, DockPlacement position, Value? other_data)
- public virtual bool dock_request (int x, int y, DockRequest request)
Dock a dock widget in this at the
defined position.
- public void freeze ()
Temporarily freezes a dock object, any call to reduce on the object
has no immediate effect.
- public unowned DockObject get_parent_object ()
Returns a parent DockObject if it exists.
- public unowned Dock get_toplevel ()
Get the top level Dock
widget of this or null
if cannot be found.
- public bool is_attached ()
- public bool is_automatic ()
- public bool is_bound ()
Check if the object is bound to a master.
- public bool is_compound ()
Check if an object is a compound object, accepting children widget or
not.
- public bool is_frozen ()
- public bool is_in_detach ()
- public bool is_in_reflow ()
- public bool is_set_flags (DockObjectFlags flags)
- public bool is_unset_flags (DockObjectFlags flags)
- public virtual void present (DockObject child)
Presents the GDL object to the user.
- public virtual void reduce ()
Remove a compound object if it is not longer useful to hold the child.
- public virtual bool reorder (DockObject child, DockPlacement new_position, Value other_data)
Move the child
widget at another place.
- public void thaw ()
Thaws a dock object frozen with
freeze.
- public void unbind ()
This removes the link between an dock object and its master.
Signals:
Fields:
Inherited Members:
All known members inherited from class Gtk.Container
- @foreach
- add
- add_with_properties
- border_width
- check_resize
- child
- child_get
- child_get_property
- child_get_valist
- child_set
- child_set_property
- child_set_valist
- child_type
- class_find_child_property
- class_list_child_properties
- composite_name
- focus_child
- forall
- forall_internal
- get_border_width
- get_child_property
- get_children
- get_focus_chain
- get_focus_child
- get_focus_hadjustment
- get_focus_vadjustment
- get_resize_mode
- has_focus_chain
- install_child_property
- need_resize
- propagate_expose
- reallocate_redraws
- remove
- resize_children
- resize_mode
- set_border_width
- set_child_property
- set_focus_chain
- set_focus_child
- set_focus_hadjustment
- set_focus_vadjustment
- set_reallocate_redraws
- set_resize_mode
- unset_focus_chain
All known members inherited from class Gtk.Widget
All known members inherited from class Gtk.Object
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