DockItemIF.minimize

This requests that @self minimize @child if it knows how.

If not, it should suggest the gravity for @child if it knows how to determine that. For example, a #DzlDockBin might know if the widget was part of the right panel and therefore may set @position to %GTK_POS_RIGHT.

interface DockItemIF
bool
minimize
(
,
ref GtkPositionType position
)

Parameters

child

A #DzlDockItem that is a child of @self

position
Type: GtkPositionType

A location for a #GtkPositionType

Return Value

Type: bool

%TRUE if @child was minimized. Otherwise %FALSE and @position may be updated to a suggested position.

Meta