Re: A Question

2019-02-22 Thread Paul Davis
On Fri, Feb 22, 2019 at 7:26 PM Thomas Dineen via gtk-list < gtk-list@gnome.org> wrote: > Gentle People: > > A question on Cairo: The X Y inputs to Cairo drawing functions are > type double. > > Dose this imply that pixel or line spacing could be less than 1.0? > > Could the spacing be say

A Question

2019-02-22 Thread Thomas Dineen via gtk-list
Gentle People:    A question on Cairo: The X Y inputs to Cairo drawing functions are type double. Dose this imply that pixel or line spacing could be less than 1.0? Could the spacing be say 0.5 or 0.25? Thomas Dineen Thomas Dineen ___ gtk-list

Using GVariantBuilder with complex structures

2019-02-22 Thread Mitko Haralanov via gtk-list
Hi, I've been trying to figure out how to use GVariantBuilder to build a complex structure with little success. The type of structure that I would like to build is meant to partially encode a GtkTreeModel structure. So, I thought that I could use GVariantBuilder to build a structure of nested