Top |
gboolean | child-detached | Read |
GtkPositionType | handle-position | Read / Write |
GtkShadowType | shadow | Read / Write |
GtkShadowType | shadow-type | Read / Write |
GtkPositionType | snap-edge | Read / Write |
gboolean | snap-edge-set | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkHandleBox
void gtk_handle_box_set_shadow_type (GtkHandleBox *handle_box
,GtkShadowType type
);
void gtk_handle_box_set_handle_position (GtkHandleBox *handle_box
,GtkPositionType position
);
void gtk_handle_box_set_snap_edge (GtkHandleBox *handle_box
,GtkPositionType edge
);
GtkPositionType
gtk_handle_box_get_handle_position (GtkHandleBox *handle_box
);
Gets the handle position of the handle box. See
gtk_handle_box_set_handle_position()
.
GtkShadowType
gtk_handle_box_get_shadow_type (GtkHandleBox *handle_box
);
Gets the type of shadow drawn around the handle box. See
gtk_handle_box_set_shadow_type()
.
GtkPositionType
gtk_handle_box_get_snap_edge (GtkHandleBox *handle_box
);
Gets the edge used for determining reattachment of the handle box. See
gtk_handle_box_set_snap_edge()
.
gboolean
gtk_handle_box_get_child_detached (GtkHandleBox *handle_box
);
Whether the handlebox's child is currently detached.
Since: 2.14
“child-detached”
property “child-detached” gboolean
A boolean value indicating whether the handlebox's child is attached or detached.
Owner: GtkHandleBox
Flags: Read
Default value: FALSE
“handle-position”
property“handle-position” GtkPositionType
Position of the handle relative to the child widget.
Owner: GtkHandleBox
Flags: Read / Write
Default value: GTK_POS_LEFT
“shadow”
property“shadow” GtkShadowType
Deprecated property, use shadow_type instead.
Owner: GtkHandleBox
Flags: Read / Write
Default value: GTK_SHADOW_OUT
“shadow-type”
property“shadow-type” GtkShadowType
Appearance of the shadow that surrounds the container.
Owner: GtkHandleBox
Flags: Read / Write
Default value: GTK_SHADOW_OUT
“snap-edge”
property“snap-edge” GtkPositionType
Side of the handlebox that's lined up with the docking point to dock the handlebox.
Owner: GtkHandleBox
Flags: Read / Write
Default value: GTK_POS_TOP
“child-attached”
signalvoid user_function (GtkHandleBox *handlebox, GtkWidget *widget, gpointer user_data)
Flags: Run First
“child-detached”
signalvoid user_function (GtkHandleBox *handlebox, GtkWidget *widget, gpointer user_data)
Flags: Run First