Searched defs:host (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libgdl/
H A Dgdl-dock-placeholder.c96 GdlDockObject *host; member in struct:_GdlDockPlaceholderPrivate
142 _("Whether the placeholder will stick to its host or "
143 "move up the hierarchy when the host is redocked"),
149 g_param_spec_object ("host", _("Host"),
158 _("The position an item will be docked to our host if a "
283 g_value_set_object (value, ph->_priv->host);
320 if (ph->_priv->host)
403 attempt_to_dock_on_host (GdlDockPlaceholder *ph, GdlDockObject *host, argument
412 gtk_widget_get_allocation (GTK_WIDGET (host), &allocation);
416 if (placement != GDL_DOCK_CENTER || !GDL_IS_DOCK_PANED (host)) {
692 GdlDockObject *host = ph->_priv->host; local
[all...]

Completed in 22 milliseconds