[no subject]

2007-03-19 Thread sunzysjzri
hi, I want to know how to keep a unique instance of gtk application? Many thanks sun 2007-03-19 [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: new to gtk, how can I limit widgets?

2007-03-19 Thread Michael Ekstrand
On Sat, 2007-03-17 at 17:12 -0700, ian baber wrote: > I'm working on a project using the GTK2 perl package, and I need a > way to set absolute limits on a container widget. The program needs > to be able to divide up the screen using several containers, and then > hand each of those off to a

Re: GtkScrolledWindow in a dialog

2007-03-19 Thread Michael Ekstrand
On Sun, 2007-03-18 at 22:13 +0200, Gabriel Schulhof wrote: > My attempt at answering this question has resulted in a rather clumsy hack > (attached). Please let me know if there's a better way. > > TIA for your help! I'd probably attempt something rather similar to what you've done, except maybe

Re:

2007-03-19 Thread Michael Ekstrand
On Mon, 2007-03-19 at 17:18 +0800, sunzysjzri wrote: > I want to know how to keep a unique instance of gtk application? > Many thanks As far as I know, "not portably." However, a Google search for `gtk application single instance' returns a number of results, including a GtkUnique library. On Un

widget_push_composite_child

2007-03-19 Thread Jeffrey Barish
I asked this question on the pygtk mailing list, but got no response. As the scope is not limited to PyGTK, I am hoping that someone here knows the answer. - I understand that I can add composite children to a widget by creat

written-up caveats on g_main_context_iteration?

2007-03-19 Thread Rick Jones
I have a few places in netperf4 where a thread executing code (I'm eliminating threads in the controller side) will loop looking for a given test (or tests) to enter a specific state. Going event-driven I _might_ be able to code-up some FSM-like thing for this bit, but was wondering if I might