Re: Toolbar customization in GTK+

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

 



Hi

On 6 Aug 2014 00:02, "Igor Korot" <ikorot01@xxxxxxxxx> wrote:
>
> Victor,
>
> On Tue, Aug 5, 2014 at 10:58 AM, Victor Aurélio Santos
> <victoraur.santos@xxxxxxxxx> 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@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux