I like the gtk_dialog_get_action_area() function. It makes it easy to set 
something like the border width of the container. 

    action_area=gtk_dialog_get_action_area(GTK_DIALOG(dialog));
    gtk_container_set_border_width(GTK_CONTAINER(action_area), 20);

Maybe no big deal and can be done in a different way but it can be handy for 
dialog design.

Eric

 



_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to