Re: Reshowing Icons in a Grid (Andrew Potter)

2014-03-15 Thread Marshall Lake
should be able to add them to new containers after they are destroyed. That's the ticket! Thanks. One minor change ... it should be g_object_ref_sink() rather than g_object_sink_ref(). -- Marshall Lake -- ml...@mlake.net -- http://www.mlake.net ___ gtk

Reshowing Icons in a Grid

2014-03-14 Thread Marshall Lake
issue. But, shouldn't the gtk_widget_destroy(grid) destroy all references? How can I reshow the icons without reloading the files? -- Marshall Lake -- ml...@mlake.net -- http://www.mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list

Timely Display of Dialog Contents

2012-03-27 Thread Marshall Lake
); gtk_widget_show_all (batterpicwin); -- Marshall Lake -- ml...@mlake.net -- http://www.mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Application Ending Before Secondary Thread Ends

2009-11-11 Thread Marshall Lake
avoid this behavior by doing a g_thread_join() and waiting for the thread to finish before exiting the application. But I don't really want to do that (some of the audio is very long). Are there any alternatives? -- Marshall Lake -- ml...@mlake.net -- http://mlake.net

Re: Idle Function Not Getting Called

2009-09-14 Thread Marshall Lake
* calls fixed the problem. It's something I should have known. I really appreciate your time and effort helping me. -- Marshall Lake -- ml...@mlake.net -- http://mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: Idle Function Not Getting Called

2009-09-13 Thread Marshall Lake
but at this point I'm not sure what to check next. -- Marshall Lake -- ml...@mlake.net -- http://mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Idle Function Not Getting Called

2009-09-12 Thread Marshall Lake
program loop runs, not the thread which called g_idle_add()/ g_idle_add_full(), and that it runs at a time not of that calling thread's choosing. I don't quite understand this. Don't all idle functions run in the main program loop thread? -- Marshall Lake -- ml...@mlake.net -- http

Re: Idle Function Not Getting Called

2009-09-11 Thread Marshall Lake
-threaded facet of the code is causing my problem but so far I'm having trouble using breakpoints/debug code to isolate the exact cause. The mutex locks/unlocks are only in a secondary thread and an idle function. I assume there's no problems with idle functions using mutexes? -- Marshall Lake

Re: Idle Function Not Getting Called

2009-09-09 Thread Marshall Lake
)); gtk_widget_destroy (dlgFile); return (x); } -- Marshall Lake -- ml...@mlake.net -- http://mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Idle Function Not Getting Called

2009-09-04 Thread Marshall Lake
snippet, program flow gets stuck in the while loop until the idle function removes itself by returning FALSE. -- Marshall Lake -- ml...@mlake.net -- http://mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org

Re: GTK threads

2009-07-17 Thread Marshall Lake
add CC to devel mailing list, so other peoples know it's progress and may help you more). --- ml...@mlake.net wrote: From: Marshall Lake ml...@mlake.net To: Ardhan Madras aj...@knac.com Subject: Re: GTK threads Date: Wed, 8 Jul 2009 12:21:34 -0400 (EDT) Thanks for your feedback. I think

GTK threads

2009-07-08 Thread Marshall Lake
; } -- Marshall Lake -- ml...@mlake.net -- http://mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Full Screen mode behaves differently on two identical systems

2009-01-27 Thread Marshall Lake
kernels. Any ideas? Are you moving executables or recompiling from machine to machine? Are the compiler versions the same across the machines? -- Marshall Lake -- ml...@mlake.net -- http://mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list

Re: treeview: seg fault When Collapsing a Row Containg a Selected Item

2007-06-18 Thread Marshall Lake
its return value! That's the ticket! I appreciate your help. -- Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

treeview: seg fault When Collapsing a Row Containg a Selected Item

2007-06-16 Thread Marshall Lake
at the point the gtk_tree_selection_unselect_iter() was executed. Can someone tell me what might need to be done to avoid the seg fault? -- Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list

Editing a Large Amount of Data Containing Many Fields

2007-05-13 Thread Marshall Lake
know. I would prefer to edit the data utilizing GTK but I'm open to any suggestions or ideas. TIA. -- Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman