On Mon, 2013-05-27 at 01:01 -0700, Kip Warner wrote:
> Ok, I think I've got it. I put all the widgets and boxes in a page into
> a single vertical oriented GtkBox with its contents vertically centred
> and the box set to expand. Then I insert the banner widget into the
> parent box. It seems to wor
Hi!
I use the libuuid library (uuid-dev and uuid-runtime packages under Ubuntu).
Regards,
Vivien
On 30 May 2013 07:37, אנטולי קרסנר wrote:
> Hello list,
>
> I'm writing a desktop app using Gnome technologies and I want to use
> UUIDs as means of generating URIs for resources.
>
> I found two
Hi all:
I'm working with a gkt.fixed canvas because I need to put several
widgets over an animated picture (created with Cairo).
I created a Cairo canvas that covers the whole window, and over it I put
the widgets (one of them is an icon list)
With Gtk 2.x and Gtk3 up to 3.6 all worked fine
Bernhard, thanks for all your comments and advice.
\d
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
On 27/05/2013 09:44, Bernhard Schuster wrote:
Store the matrix, convert the mouse pointer to canvas space (or
polygonspace), not the other way round.
Can you give me some sample code (pseudo or whatever)?
Once in the draw() handler, I can use the Context to get the matrix
(somehow - I'd look i