Re: Toolbar customization in GTK+



Hi

On 6 Aug 2014 00:02, "Igor Korot" <ikorot01 gmail com> wrote:
>
> Victor,
>
> On Tue, Aug 5, 2014 at 10:58 AM, Victor Aurélio Santos
> <victoraur santos 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



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