panel.position
Module for [Position] class
Types 3
Specifies a position in the dock. You receive a #PanelPosition in the handler to signal@PanelDock::create-frame.
Methods
PositionGidBuilder builder()Get builder for [panel.position.Position] Returns: New builder objectvoid column(uint propval) @propertySet `column` property. Params: propval = The column in the position.void columnSet(bool propval) @propertySet `columnSet` property. Params: propval = The column is set.uint depth() @propertyvoid depth(uint propval) @propertybool depthSet() @propertyvoid depthSet(bool propval) @propertyuint row() @propertyvoid row(uint propval) @propertybool rowSet() @propertyvoid rowSet(bool propval) @propertypanel.position.Position newFromVariant(glib.variant.Variant variant)Create a #PanelPosition from a #GVariant.bool equal(panel.position.Position b)Compares two #PanelPosition.panel.types.Area getArea()Gets the area. Returns: the area.bool getAreaSet()Gets wether the area is set. Returns: the wether the area is set.uint getColumn()bool getColumnSet()uint getDepth()bool getDepthSet()uint getRow()bool getRowSet()bool isIndeterminate()Tells is the position is indeterminate. Returns: whether the position is indeterminate.void setArea(panel.types.Area area)Sets the area.void setAreaSet(bool areaSet)Sets whether the area is set.void setColumn(uint column)void setColumnSet(bool columnSet)void setDepth(uint depth)void setDepthSet(bool depthSet)void setRow(uint row)void setRowSet(bool rowSet)glib.variant.Variant toVariant()Convert a #PanelPosition to a #GVariant. Returns: the new #GVariant containing the positon valuesMethods
T area(panel.types.Area propval)Set `area` property. Params: propval = The area. Returns: Builder instance for fluent chainingT areaSet(bool propval)Set `areaSet` property. Params: propval = The area is set. Returns: Builder instance for fluent chainingT column(uint propval)Set `column` property. Params: propval = The column in the position. Returns: Builder instance for fluent chainingT columnSet(bool propval)Set `columnSet` property. Params: propval = The column is set. Returns: Builder instance for fluent chainingT depth(uint propval)T depthSet(bool propval)T row(uint propval)T rowSet(bool propval)