Split-pane Qs

2006-04-18 Thread Joshua A. Andler
Hi fellow gtk hackers! :) I have 2 questions that are related. I'll explain the intended use and then ask the questions. In Inkscape we're putting color swatches in the main UI. We would like for the swatch area to be re-sizable (if a condition can be met), and without writing a bunch of new c

Re: Gtk && Xara

2005-10-18 Thread Joshua A. Andler
Colossus wrote: Tomaz Canabrava wrote: Since the Cairo rendering engine is *SLOW* and the Xara Extreme is being ported to linux, with the full API, i think that´s a good idia to port the Gtk engine to use Xara´s System since Who told you Cairo is slow in comparison to Xara Extreme ? Xara E

RE: combo box with some preset

2005-06-30 Thread Joshua A. Andler
> > Otherwise, well copy code of spin button, and write > > a new widget, but deriving from combo, instead of > > entry. combo-spin! > > Maybe simpler - without changing gtk code: > > Put the combo in a table of 2x2 (rowspan 2) > > Put two buttons in the remaining 2 boxes with up and down button

Is it possible to make a Combo+Spin Box?

2005-06-27 Thread Joshua A. Andler
Basically I'd want a combo box with some preset values, but spinbuttons on it to tweak from there. Is this doable with GTK? I'm really just wanting to see if I can implement a fancy font size selector. Any thoughts on how to achieve this would be greatly appreciated. Thanks! -Josh _