I\'m new to GTK+. I wanted the GtkEntryBar to be placed at the left edge of the window. I wrote gtk_widget_set_halign(search_bar, GTK_ALIGN_START);, but for som
gtk_widget_set_halign(search_bar, GTK_ALIGN_START);