Re: GTK+3 - A common event handler - Gone OT into cairo and draw territory

2013-05-30 Thread Donn
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

gtk.fixed and repaint problems

2013-05-30 Thread rastersoft
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

Re: UUID Library for Gnome apps

2013-05-30 Thread Vivien Malerba
Hi! I use the libuuid library (uuid-dev and uuid-runtime packages under Ubuntu). Regards, Vivien On 30 May 2013 07:37, אנטולי קרסנר tomback...@gmail.com wrote: Hello list, I'm writing a desktop app using Gnome technologies and I want to use UUIDs as means of generating URIs for

Re: Widget alignment

2013-05-30 Thread Kip Warner
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 work.