Assertion in gtk+ setting an accel label from a GtkAction

2008-07-09 Thread Rui Tiago Cação Matos
Hey people, I'm trying to use GtkAction and friends all around in my GSOC project[1]. But I'm hitting an assertion in gtk+ (a.out:12223): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure: assertion `gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed and then my menu item doesn'

GtkTreeStore/GtkTreeModel problem in C

2008-07-09 Thread Tvrtko Majstorović
I'm having a problem with my application that uses GtkTreeView which is connected to one GtkTreeStore. I created GtkTreeStore as a global variable so I can access to it from all parts of my project. Is that right? or wrong? I'm new to GTK+. Basically I understand most of the widgets I encounter

Re: Forking from Gtk - Problem solved!

2008-07-09 Thread Chris Vine
On Wed, 9 Jul 2008 07:48:10 +0200 G Hasse <[EMAIL PROTECTED]> wrote: > Yes - and it was a simple solution... The solution was: > Set a flag in the signal mask that we don't want to wait > for children and (make a dummy signal handler...) > > //-

Re: How can I tell when editing happens on a TextView?

2008-07-09 Thread jcupitt
Hi, 2008/7/9 Garth's KidStuff <[EMAIL PROTECTED]>: > If I have a Gtk::Entry object, I can connect to signal_changed to know when > th euser types a character into the control. TextView doesn't seem to have > an analogous signal to hook into. How can I tell when the user changes the > text in the

How can I tell when editing happens on a TextView?

2008-07-09 Thread Garth's KidStuff
Hey All, If I have a Gtk::Entry object, I can connect to signal_changed to know when th euser types a character into the control. TextView doesn't seem to have an analogous signal to hook into. How can I tell when the user changes the text in the control? Thanks in advance. -- Garth Upshaw Ga

Re: How do I make a gtk2+ application "swallowable"?

2008-07-09 Thread Dave Foster
Hi - I wrote a small GTK dockapp that was a simple clock (since abandoned!). You can probably find all the info you need in the source itself which is quite small. http://code.l3ib.org/?p=.users/daf/ock.git;a=blob;f=ock.c;h=4d5b052ff31a2bb2e7205c5ff580e53d93564953;hb=HEAD the actual dock code I

How do I make a gtk2+ application "swallowable"?

2008-07-09 Thread Hazel Russman
Can someone please tell me how to make an application run in "withdrawn" or "swallowable" mode so that it can appear in the dock of certain window managers. I have checked the gtk FAQ and the gtk Reference Guide but have found no clear guidance, so have had to fall back on guesswork. I tried usin

Re: Forking from Gtk - Problem solved!

2008-07-09 Thread G Hasse
On Tue, Jul 08, 2008 at 08:59:45PM -0400, James Scott Jr wrote: > > On Tue, 2008-07-08 at 23:23 +0200, G Hasse wrote: > > On Tue, Jul 08, 2008 at 01:52:00PM -0400, James Scott Jr wrote: > > > G, > > > > > > I've seen most of the other responses, and better understand what you > > > are trying t

Problem with threads in my GTK+ application...

2008-07-09 Thread Dutta, Seemanta
Hi, I have a GTK+ application, which programs a microprocessor via the serial port. Below is a description of my application. Please bear with my long description. I have taken great pains to clearly explain my problem in great detail. The way the GUI is designed is that on the top part I have a '

Trimming GTK+ win32 runtime

2008-07-09 Thread Gabriele Greco
I'm trying to trim down GTK runtime to the minimum possible. I've read a Tor mail in this list of a month ago about this topic and applied its suggestions. My starting point was the bundle. - all the documentation, all the headers, all the link libraries, all the translations... - all immodules

tabbing through a treeview

2008-07-09 Thread dhk
Does anyone know how to move/loop through the fields in a treeview by just pressing the Tab key? I would like to make the mouse optional and not a requirement. Thanks in advance, Dave ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org