RE: [Inkscape-devel] dockable toolbars

- The secondary toolbar needs more material and more cosmetic work. In
selector, its buttons should be divided into three groups by small spaces or dividers: group buttons, z-order buttons, rotate and flip buttons.
I did button grouping, added some spacing around and between groups. I think it's starting to look acceptable. Now we need to add more stuff there.
On the other hand, I could not find a way to make the floating toolbars transient :( gtk_handlebox provides no clues on this whatsoever, and was unable to figure out the GTK_WINDOW of the detached toolbar. So at least on KDE, toolbars sink miserably when floating which makes them almost unusable. Any ideas?
_________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=dept/bcomm&pgmarket=en-ca&RU=http%3a%2f%2f...

On Thu, 2003-12-04 at 15:10, bulia byak wrote:
On the other hand, I could not find a way to make the floating toolbars transient :( gtk_handlebox provides no clues on this whatsoever, and was unable to figure out the GTK_WINDOW of the detached toolbar. So at least on KDE, toolbars sink miserably when floating which makes them almost unusable.
You'd need to dip into the internal GtkHandleBox structure, I think.
GtkHandleBox sucks, to be honest. It was just the best I could do on short notice. :/
-mental

Great job mental...
On Thu, 2003-12-04 at 21:12, MenTaLguY wrote:
On Thu, 2003-12-04 at 15:10, bulia byak wrote:
On the other hand, I could not find a way to make the floating toolbars transient :( gtk_handlebox provides no clues on this whatsoever, and was unable to figure out the GTK_WINDOW of the detached toolbar. So at least on KDE, toolbars sink miserably when floating which makes them almost unusable.
You'd need to dip into the internal GtkHandleBox structure, I think.
GtkHandleBox sucks, to be honest. It was just the best I could do on short notice. :/
-mental
participants (3)
-
bulia byak
-
Jonathan Phillips
-
MenTaLguY