[Gimp-developer] RE SIZABLE TOOLBAR and ICONS REARRANGEMENT.

Bill Skaggs weskaggs at gmail.com
Thu Jul 10 09:57:01 PDT 2008


> pampryl wrote:
>> In the Gimp, there is a toolbar which contains exclusively icons.
>>
>> Is this kind of toolbar a specific component of GTK+ ?
>> Where can I find the source code of this component either
>> in GTK+ or the Gimp ?

The code makes use of a widget called GtkWrapBox, from which two
other widgets are derived, GtkHWrapBox and GtkVWrapBox.  In spite of
the names, they are not part of Gtk, only of Gimp.  (I believe the code was
written with the intention of adding it to Gtk, but wasn't accepted.)

You can find the code for the widgets in the app/widgets directory of
the Gimp source, if you are interested.

  -- Bill


More information about the Gimp-developer mailing list