Re: [Usability] HIG dialogs



gtk_widget_ensure_style (dialog);
gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)-
>vbox), 0);
gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)-
>action_area), 12);

Then set the border width of the main widget you pack into dialog->vbox
to be 12 as well.

-- dobey

On Fri, 2004-08-06 at 14:38 -0300, Mariano Su�z-Alvarez wrote:
> Hi,
> 
> As I am quite sure this has been worked out, I'll insist...
> 
> Can some one point me to preferred instructions on how to get the exterior borders
> of the buttons in the action area of a GtkDialog to be aligned with the
> borders of the rest of the dialog in a way that does not break when one
> changes the theme? 
> 
> -- m
> 
> 
> _______________________________________________
> Usability mailing list
> Usability gnome org
> http://mail.gnome.org/mailman/listinfo/usability




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]