Re: Ruler Class in GTK+ 3

2015-01-09 Thread Emmanuele Bassi
hi; On 9 January 2015 at 17:51, Marcus Karlsson wrote: > On Fri, Jan 09, 2015 at 04:12:12PM +, Emmanuele Bassi wrote: >> my suggestion is to look at ruler widgets in GIMP and Inkscape. > > Either that, or the GtkRuler widget itself from GTK 2 [1]. It doesn't > look like it's very complicated

Re: Ruler Class in GTK+ 3

2015-01-09 Thread Emmanuele Bassi
hi; On 9 January 2015 at 18:14, Carlos Pereira wrote: > This is really unfortunate, my application also has a ruler... GTK is really > moving away from its users, where "its users" is a small subset of people using a single, niche widget and who did not show up when said widget was on the pile o

Re: Ruler Class in GTK+ 3

2015-01-09 Thread Carlos Pereira
This is really unfortunate, my application also has a ruler... GTK is really moving away from its users, C none. GtkRuler was deprecated in GTK+ 2.x and removed in GTK+ 3.x. it's a*very* niche widget, and most applications that use one in their UI ended up having their own class. my suggestion

Re: Ruler Class in GTK+ 3

2015-01-09 Thread Stefan Sauer
On 01/09/2015 05:12 PM, Emmanuele Bassi wrote: > hi; > > On 9 January 2015 at 16:02, Kamalpreet Grewal > wrote: > >> I am trying to add ruler to my application based on GTK+ 3. >> >> A class namely is available in GTK2. I havebeen trying to find a >> class serving the purpose of ruler in GTK+ 3.

Re: Ruler Class in GTK+ 3

2015-01-09 Thread Marcus Karlsson
On Fri, Jan 09, 2015 at 04:12:12PM +, Emmanuele Bassi wrote: > my suggestion is to look at ruler widgets in GIMP and Inkscape. Either that, or the GtkRuler widget itself from GTK 2 [1]. It doesn't look like it's very complicated and can probably be ported to GTK 3 without too much effort, you

Re: Ruler Class in GTK+ 3

2015-01-09 Thread Emmanuele Bassi
hi; On 9 January 2015 at 16:02, Kamalpreet Grewal wrote: > I am trying to add ruler to my application based on GTK+ 3. > > A class namely is available in GTK2. I havebeen trying to find a > class serving the purpose of ruler in GTK+ 3. > > What are the possible classes available for this implem

Re: Ruler Class in GTK+ 3

2015-01-09 Thread Kamalpreet Grewal
On Fri, Jan 9, 2015 at 9:32 PM, Kamalpreet Grewal wrote: > A class namely is available in GTK2. namely gtkruler -- Kamalpreet Kaur Grewal Blog: http://kamalpreetgrewal.com/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail

Ruler Class in GTK+ 3

2015-01-09 Thread Kamalpreet Grewal
Hi I am trying to add ruler to my application based on GTK+ 3. A class namely is available in GTK2. I havebeen trying to find a class serving the purpose of ruler in GTK+ 3. What are the possible classes available for this implementation? -- Kamalpreet Kaur Grewal Blog: http://kamalpreetgrewa