Skip to content
  • Alexander Larsson's avatar
    Add GTK_ALIGN_BASELINE to GtkAlign · f15bc781
    Alexander Larsson authored
    Setting this means baseline aware containers should align the widget
    according to the baseline. For other containers this behaves like
    FILL.
    
    In order to not suprise old code with a new enum value we always
    return _FILL for _BASELINE unless you specifically request it via
    gtk_widget_get_valign_with_baseline().
    f15bc781