Class
PanelPosition
Description [src]
final class Panel.Position : GObject.Object {
/* No available fields */
}
Specifies a position in the dock. You receive a PanelPosition
in the
handler to PanelDock::create-frame
.
Constructors
panel_position_new
Create a position.
panel_position_new_from_variant
Create a PanelPosition
from a GVariant
.
Instance methods
panel_position_equal
Compares two PanelPosition
.
panel_position_get_area
Gets the area.
panel_position_get_area_set
Gets wether the area is set.
panel_position_get_column
No description available.
panel_position_get_column_set
No description available.
panel_position_get_depth
No description available.
panel_position_get_depth_set
No description available.
panel_position_get_row
No description available.
panel_position_get_row_set
No description available.
panel_position_is_indeterminate
Tells is the position is indeterminate.
panel_position_set_area
Sets the area.
panel_position_set_area_set
Sets whether the area is set.
panel_position_set_column
No description available.
panel_position_set_column_set
No description available.
panel_position_set_depth
No description available.
panel_position_set_depth_set
No description available.
panel_position_set_row
No description available.
panel_position_set_row_set
No description available.
panel_position_to_variant
Convert a PanelPosition
to a GVariant
.
Properties
Panel.Position:area
The area.
Panel.Position:area-set
The area is set.
Panel.Position:column
The column in the position.
Panel.Position:column-set
The column is set.
Panel.Position:depth
No description available.
Panel.Position:depth-set
No description available.
Panel.Position:row
No description available.
Panel.Position:row-set
No description available.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.