Hi

On 6 Aug 2014 00:02, "Igor Korot" <ikoro...@gmail.com> wrote:
>
> Victor,
>
> On Tue, Aug 5, 2014 at 10:58 AM, Victor Aurélio Santos
> <victoraur.san...@gmail.com> wrote:
> > AFAIK, there's built-in support for this, you will have to create a
> > dialog to selecting the button that you show, and then set button's
> > visibility based on stored setting.
<snip/>

I believe he is talking about writing code to implement this. Afaik, gtk
does not have any toolbar editor.

on_startup
  for x in toolbar_list
     if settings [x->name()] == visible
       x->show ()
     else
       x->hide ()

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

Reply via email to