It would be helpful to see your exact use case. If you put only buttons in
your GtkBox, you will be fine with gtk_dialog_add_button(). If you add
other, more complex widgets, there might be a design flaw in your
application. Solutions in between might be OK, but without knowing what you
want to achieve, it's hard to tell.

Best,
Gergely

On Sat, Dec 31, 2016, 10:39 Richard Shann <rich...@rshann.plus.com> wrote:

> The documentation for gtk_dialog_get_action_area() suggests using
> gtk_dialog_add_button() etc. However, my application is storing a GtkBox
> in that area - is there a way to do this, going forward?
>
> Richard
>
>
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
_______________________________________________
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