Re: Proper use of g_main_context_iteration

2015-08-12 Thread David King
Hi On 2015-08-11 20:27, Jacques Pelletier 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 from the code and the r

Re: Could not find signal handler...

2013-12-11 Thread David King
Hi Ken On 2013-12-11 11:06, Ken Bass 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 ); } /* Connect sign

Re: GList empty after iteration?

2011-09-13 Thread David King
On 2011-09-12 15:10, Craig 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 properly). So, below I iterate

Re: GtkBuilder

2011-03-14 Thread David King
On 2011-03-13 16:23, Craig Bakalian 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 GtkBuilder file. What is up

Re: Why is ChangeValue reentrant on a gtk_dialog_run?

2009-08-11 Thread David King
reentrant on a gtk_dialog_run?" is the thread I started, and my responses have all pertained to this same issue. Am I missing something? Yes, you also replied to "scalable icons Windows", causing your thread to be joined to that one. See http://mail.gnome.org/archives/gtk-app-devel

Re: Why is there no gtk_window_free() ?

2009-03-23 Thread David King
ct-memory.html if you 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