Re: gtk_dialog_get_action_area() deprecation
- From: cecashon aol com
- To: gergely polonkai eu, richard rshann plus com, gtk-app-devel-list gnome org
- Subject: Re: gtk_dialog_get_action_area() deprecation
- Date: Sat, 31 Dec 2016 13:31:37 -0500
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]