Prev: Tk misses: a C API function to get the toplevel of a window...
Next: scale widget with multiple sliders
From: Frédéric Bonnet on 10 Mar 2010 11:39 George Petasis wrote: > A Tk window with a TkRibbon widget and a tkpath canvas: > > http://www.ellogon.org/~petasis/tcl/TkRibbon/images/EllogonSystem-Gradient.png Who said Tk apps looked bad?
From: Helmut Giese on 10 Mar 2010 11:47 >A Tk window with a TkRibbon widget and a tkpath canvas: > >http://www.ellogon.org/~petasis/tcl/TkRibbon/images/EllogonSystem-Gradient.png Cool, how do you achieve the gradients? Is it a feature of tkpath?
From: George Petasis on 10 Mar 2010 11:51 στις 10/3/2010 6:47 μμ, O/H Helmut Giese έγραψε: >> A Tk window with a TkRibbon widget and a tkpath canvas: >> >> http://www.ellogon.org/~petasis/tcl/TkRibbon/images/EllogonSystem-Gradient.png > Cool, > how do you achieve the gradients? Is it a feature of tkpath? Yes. You can fill with a gradient almost everything. Tkpath supports linear & radial gradients, with a variable number of stops, and apply also tranformations on them (like rotating them). George
From: Helmut Giese on 10 Mar 2010 13:37 >???? 10/3/2010 6:47 ??, O/H Helmut Giese ??????: >>> A Tk window with a TkRibbon widget and a tkpath canvas: >>> >>> http://www.ellogon.org/~petasis/tcl/TkRibbon/images/EllogonSystem-Gradient.png >> Cool, >> how do you achieve the gradients? Is it a feature of tkpath? > >Yes. You can fill with a gradient almost everything. Tkpath supports >linear & radial gradients, with a variable number of stops, and apply >also tranformations on them (like rotating them). Ok, convinced - I'll go and have a look. Last time I did I had only crashes (Windows). Helmut Giese
From: George Petasis on 10 Mar 2010 13:47 στις 10/3/2010 8:37 μμ, O/H Helmut Giese έγραψε: >> ???? 10/3/2010 6:47 ??, O/H Helmut Giese ??????: >>>> A Tk window with a TkRibbon widget and a tkpath canvas: >>>> >>>> http://www.ellogon.org/~petasis/tcl/TkRibbon/images/EllogonSystem-Gradient.png >>> Cool, >>> how do you achieve the gradients? Is it a feature of tkpath? >> >> Yes. You can fill with a gradient almost everything. Tkpath supports >> linear& radial gradients, with a variable number of stops, and apply >> also tranformations on them (like rotating them). > Ok, convinced - I'll go and have a look. Last time I did I had only > crashes (Windows). > Helmut Giese It depends on what you do. I have collected two problems in my local version of the cvs code, that caused crashes when a tkpath canvas widget is destroyed. But I have not commited them to the cvs tkpath repository yet... (I am afraid of doing more damage than good :D ) George
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: Tk misses: a C API function to get the toplevel of a window... Next: scale widget with multiple sliders |