Re: [pygtk] Whole App Cursor Setting

2005-10-30 Thread pier carteri
Hi Loris, this works for me --8import gtk m_win = gtk.Window() m_win.set_title(Test Window) box = gtk.VBox() m_win.add(box) label = gtk.Label(Just a label) box.pack_start(label) button = gtk.Button( and a button)

[pygtk] Whole App Cursor Setting

2005-10-28 Thread Loris Caren
I'm trying to put up a watch cursor while my app is busy. I've found how to do it for one widget, but I really want to freeze up the whole GUI. http://www.daa.com.au/pipermail/pygtk/2000-October/000435.html looks just what I'm after. However, it seems to have suffered from software ageing and

[pygtk] Whole-app cursor setting patch revisited

2000-10-27 Thread Stephan R.A. Deibel
Hi, Here is a patch for pygtk that exposes some of the lower-level gdk_window functionality (creation of a gdk_window, show, hide, destroy) to Python. The motivation for this was a need to use an INPUT_ONLY GDK window to set the cursor on the entire surface of a window, and to block mouse and