[no subject]

2009-06-22 Thread Gerardo Di iorio
-- http://www.gerardodiiorio.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: how do I get win32 messages?

2009-06-22 Thread Sundaram
Hi Andreas, If you are looking for a way to receive Windows messages like WM_ (something) then you could try adding a filter to your window .i.e. before a window's message is processed by GTK+ the window's filter func. will be called with the message and it's params from the OS, as such. You

What is Gtk builder?

2009-06-22 Thread dhk
I hate to ask what everyone seems to know, but what is gtk builder? Is it part of Glade 3.4.5? I don't see any gtk builder packages or libraries in the Gentoo portage tree. Also does this mean all my Glade programs are obsolete? Thanks ___

Re: What is Gtk builder?

2009-06-22 Thread Tristan Van Berkom
On Mon, Jun 22, 2009 at 6:22 PM, dhkdhk...@optonline.net wrote: I hate to ask what everyone seems to know, but what is gtk builder?  Is it part of Glade 3.4.5?  I don't see any gtk builder packages or libraries in the Gentoo portage tree.  Also does this mean all my Glade programs are

question about GIO and GVolumeMonitor

2009-06-22 Thread Julien Martin
Hello, I am playing about with GTK and GIO and I am trying to list the first volume, mount and drive. My code is as follows: *#include stdio.h #include stdlib.h #include gio/gio.h #include glib.h #include gtk/gtk.h int main(int argc, char** argv) { GVolumeMonitor * monitor; GList *

Re: transparent cairo rendering

2009-06-22 Thread Jose Hevia
2009/6/18 Paul Davis p...@linuxaudiosystems.com: On Thu, Jun 18, 2009 at 11:30 AM, Jose Heviajose.francisco.he...@gmail.com wrote: Hi, I have been fighting for a long time with a very simple program I can't make work the way it should. The question is: Is that a bug or is it my fault?

Re: Injecting input inside a gtk program?

2009-06-22 Thread Dan Kegel
On Mon, Jun 22, 2009 at 7:32 AM, Dan Kegeld...@kegel.com wrote: On Thu, Jun 18, 2009 at 5:46 PM, Dan Kegeld...@kegel.com wrote: How does one inject keystrokes in a gtk program? http://mail.gnome.org/archives/gtk-app-devel-list/2004-July/msg00016.html shows how to do it with

gtk.TreeModel.iter_children() method, how often should it be called?

2009-06-22 Thread Gerald Britton
Hi -- I think I have a problem but I'm not sure since I'm relatively new to the TreeModel and how it works.  Here's the scenario: I use TreeModel to display rows of data from a database.  Upon startup, the TreeModel is built and I notice two calls to the gtk.TreeModel.iter_children() method.  

Implementing zoom and pan on pygtk

2009-06-22 Thread Billy Okal
hello I am new to pygtk but familiar with python. I am trying to build a simple gui that allows zooming and panning (using arrows in 4 directions) of images(maps) in png and svg formats. However I can't get the zooming an panning to work. Could someone offer help on this. I really need it

Re: Implementing zoom and pan on pygtk

2009-06-22 Thread Pierre-Luc Beaudoin
On Mon, 2009-06-22 at 20:13 +0200, Billy Okal wrote: I am trying to build a simple gui that allows zooming and panning (using arrows in 4 directions) of images(maps) in png and svg formats. If you want a map widget, why not reuse a pre-existing one such as libchamplain (which has Python

implementing zoom and pan in pygtk

2009-06-22 Thread Billy Okal
hello I am new to pygtk but familiar with python. I am trying to build a simple gui that allows zooming and panning (using arrows in 4 directions) of images(maps) in png and svg formats. However I can't get the zooming an panning to work. Could someone offer help on this. I really need it

Re: gtk.TreeModel.iter_children() method, how often should it be called?

2009-06-22 Thread Tadej Borovšak
Hi. 1. Is this normal (I hope not!) behavior? I'm not sure about 1000, but calling this function a lot is normal if you make major changes to your model while attached to GtkTreeView. 2. What tells the TreeModel to stop calling gtk.TreeModel.iter_children()?  How does the TM know that it has

[no subject]

2009-06-22 Thread SRAVAN KUMAR malyala
sravankumar...@gmail.com ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list