Lines Matching refs:placement
724 * @object: the dock object we are asking for child placement
725 * @child: the child of the @object we want the placement for
726 * @placement: where to return the placement information
728 * This function returns information about placement of a child dock
730 * @child is effectively a child of @object. @placement should
733 * specified placement is "compatible" with the actual placement of
736 * @placement can be %NULL, in which case the function simply tells if
744 GdlDockPlacement *placement)
753 return GDL_DOCK_OBJECT_GET_CLASS (object)->child_placement (object, child, placement);