Method
GtkWidgetget_halign
Declaration [src]
GtkAlign
gtk_widget_get_halign (
GtkWidget* widget
)
Description [src]
Gets the value of the GtkWidget:halign
property.
For backwards compatibility reasons this method will never return
GTK_ALIGN_BASELINE
, but instead it will convert it to
GTK_ALIGN_FILL
. Baselines are not supported for horizontal alignment.
Gets property | Gtk.Widget:halign |
Return value
Type: GtkAlign
The horizontal alignment of widget
.