Re: Best way to busy-wait in Python 3 / Gtk+ 3?

2012-10-12 Thread Michael Torrie
On 10/10/2012 06:17 AM, Filip Lamparski wrote: Thanks, your method works. However, it still takes the program quite a bit to load up, and my problem is that I want display the window as soon as possible. If that helps, here is how the program loads up: Script starts The window is constructed

Drag and drop, inter-widget

2012-10-12 Thread John Coppens
Hello guys, I've got DnD actually working, between a GtkTreeView and a GtkLayout. I'm using it to make a scheduler, where the TreeView has the classes to be scheduled, and the Layout is the actual grid. Though this works, I can't draw the correct size of the class period in the layout till I

Re: Drag and drop, inter-widget

2012-10-12 Thread Tristan Van Berkom
On Sat, Oct 13, 2012 at 1:02 PM, John Coppens j...@jcoppens.com wrote: Hello guys, I've got DnD actually working, between a GtkTreeView and a GtkLayout. I'm using it to make a scheduler, where the TreeView has the classes to be scheduled, and the Layout is the actual grid. Though this

Three widgets inside resizeable panes

2012-10-12 Thread Miguel Guedes
How can I implement three widgets inside horizontally resizeable panes, as given: +-+-+-+ | ! ! | | ! ! | | ! ! | | ~ ~

Re: Three widgets inside resizeable panes

2012-10-12 Thread Tadej Borovšak
Hi. How can I implement three widgets inside horizontally resizeable panes, as given: +-+-+-+ | ! ! | | ! ! | | ! ! | | ~

GTK compilation errors

2012-10-12 Thread Evan Driscoll
I'm having problems building GTK. I am doing this on a RHEL 6 machine, so the stock libraries are reasonably old. I have installed the following libraries to the prefix /scratch/driscoll/temp/gtk3/install: atk-2.4.0 gdk-pixbuf-2.26.4 pango-1.30.1 cairo-1.12.4 glib-2.32.4 libffi-3.0.11

Re: GTK compilation errors

2012-10-12 Thread Dieter Verfaillie
On 2012-10-11 19:08, Evan Driscoll wrote: ./configure --prefix=$(pwd)/../install\ PKG_CONFIG_PATH=$(pwd)/../install/lib/pkgconfig \ LD_LIBRARY_PATH=$(pwd)/../install/lib Does it help if you add PATH=$(pwd)/../install/bin:$PATH to the mix?