Re: Proper use of g_main_context_iteration

2015-08-12 Thread David King
Hi On 2015-08-11 20:27, Jacques Pelletier jpellet...@ieee.org wrote: I'm using a separate thread for accepting clients on a socket server. In this thread, the g_main_context_iteration is called to update the GUI. Do I need to use g_main_context_acquire and/or g_main_context_release? Apart

Re: Could not find signal handler...

2013-12-11 Thread David King
Hi Ken On 2013-12-11 11:06, Ken Bass daytoo...@gmail.com wrote: /* Create new GtkBuilder object */ builder = gtk_builder_new(); if( ! gtk_builder_add_from_file( builder, UI_FILE, error ) ) { g_warning( %s, error-message ); g_free( error ); return( 1 ); }

Re: GList empty after iteration?

2011-09-13 Thread David King
On 2011-09-12 15:10, Craig craigbakal...@verizon.net wrote: Hi All, I am confused about GList. My application is parsing a file and creating midi data with it. I am using GList to store the midi data. I have created a GtkListStore to view the parsed data (to insure I am parsing the data

Re: GtkBuilder

2011-03-14 Thread David King
On 2011-03-13 16:23, Craig Bakalian craigbakal...@verizon.net wrote: Hi, I am slowly moving my application to gtk+-3.0. The biggest step is moving away from GladeXML to GtkBuilder. The casting is hard work. But, it appears that gtk_builder_connect_signals isn't connecting signals from my

Re: Why is ChangeValue reentrant on a gtk_dialog_run?

2009-08-11 Thread David King
-- David King, amigad...@gmail.com | amigad...@hotmail.com | d.c.k...@bath.ac.uk ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Why is there no gtk_window_free() ?

2009-03-23 Thread David King
want to read further. -- David King | http://amigadave.blogspot.com/ | dav...@openismus.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list