[pygtk] Setting the cursor on a Combobox GDK Window

2008-10-16 Thread Shandy Brown
Hi all. I've been struggling with how to set the cursor on the GDK Window that pops up when you click on a combobox. I think I need to use get_root_window() as demonstrated in the snippet below. This works but I'm seeking confirmation that get_root_window() is actually returning what I think it

[pygtk] setting the cursor

2008-08-20 Thread Shandy Brown
Is there a way to change the default cursor? Right now I'm getting the big X-windows "X" every time a new gdk window is created, So I've gotta do set_cursor() to the LEFTPOINTER. Supplementary question: is the "show" event always after the widget has acquired a gdk window? Shandy __

[pygtk] setting the cursor into a specific entry

2006-05-02 Thread JUAN ERNESTO FLORES BELTRAN
Hi you all I would like to know wheter it is possible to put the cursor into a defined entry automatically is this possible?? any fuction or "set" method to locate the cursor into a specific entry in an application which has several entries?? Regards.- __