Re: gtk_dialog_get_action_area() deprecation




 

 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

 





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