Timely Display of Dialog Contents

2012-03-25 Thread Marshall Lake
picbox), gtk_image_new_from_pixbuf (pic)); gtk_box_pack_start (GTK_BOX (vbox2), picbox, TRUE, TRUE, 0); gtk_widget_show_all (batterpicwin); -- Marshall Lake -- ml...@mlake.net -- http://www.mlake.net ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: future of development for the desktop (C++ vs C)

2012-05-26 Thread Marshall Lake
but I don't do C++. I only use C. Can I use Qt with C ? Are there any toolkits besides GTK which can be used with C ? -- Marshall Lake -- ml...@mlake.net -- http://www.mlake.net ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.o

Re: Beginners guide

2018-04-24 Thread Marshall Lake
have attached it to this e-mail so that, if anyone thinks it is worth reading, they can make it accessible to others. -- Marshall Lake -- ml...@mlake.net -- http://www.mlake.net ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman

Problems Compiling Pango

2004-03-19 Thread Marshall Lake
ns of glib/pango/gtk. Can someone give me a clue as to what's going wrong and how I can get around my current installation problems? -- Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Trouble Installing Pango

2004-07-20 Thread Marshall Lake
ce to `g_type_class_add_private' /home/mlake/pango-1.5.1/pango/.libs/libpango-1.0.so: undefined reference to `g_unichar_get_mirror_char' Can anyone tell me what's going wrong and how I can correct the situation? Thanks. -- Marshall Lake -- [EMAIL PROTECTED]

Re: Trouble Installing Pango

2004-07-21 Thread Marshall Lake
e > Pango README mentions this dependency. I successfully installed GLib-2.5 and I'm getting the same errors when trying to install pango 1.5.1. The GLib version doesn't have to be exactly 2.4, does it? What else could be causing the errors? -- Marshall Lake -- [EMAIL PROTECTED]

Re: Trouble Installing Pango

2004-07-21 Thread Marshall Lake
btool and that didn't help. So, then I changed the pertinent .la files (actually just copied over the newer ones) and all's well. Thanks for the push in the right direction. -- Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net ___

Need Help Understanding a Compile Error

2004-07-22 Thread Marshall Lake
usr/local/lib/libpangoxft-1.0.so is linked to /usr/local/lib/libpangoxft-1.0.so.0.501.0. If I change libpangoxft-1.0.so to be linked to /usr/local/lib/libpangoxft-1.0.so.0.200.5 the program compiles correctly. Can someone tell me why? -- Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net

GTK & threads

2009-06-26 Thread Marshall Lake
t", GTK_SIGNAL_FUNC (delete_event), 0); gtk_widget_show_all (mainwin); if (!g_thread_create (Wait4Challenge, NULL, FALSE, NULL)) syslog (LOG_INFO, "error trying to create new thread"); gdk_threads_enter (); gtk_main (); gdk_flush(); gdk

Re: GTK & threads

2009-07-07 Thread Marshall Lake
E, NULL)) syslog (LOG_INFO, "error trying to create new thread"); gdk_threads_enter (); gtk_main (); gdk_flush(); gdk_threads_leave (); return 0; } -- Marshall Lake -- ml...@mlake.net -- http://mlake.net ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Delay in Displaying Dialog

2007-01-15 Thread Marshall Lake
the text widget ends and process flow falls back into gtk_main() then all the other widgets within the secondary dialog appear including the first few lines of text which had been missing. Can anyone give me an idea (or point me someplace) which will tell me what's going on? Thanks. --

Re: Delay in Displaying Dialog

2007-01-16 Thread Marshall Lake
uming you're correct (and I'm sure you are) that brings to mind a couple of questions ... Can there be more than one gtk_main() call in one program? And could that possibly help me? How does MODAL and gtk_dialog_run() work? Do they both integrate themselves with the GTK main loop "

Re: Delay in Displaying Dialog

2007-01-16 Thread Marshall Lake
help and prodding I've been able to get past my problem using g_idle_add(). Using it does open up new challenges for me but I'm thankful for the helping hand. -- Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net ___ gtk-list mailing l

Creating a Modal Dialog from a Routine Called by g_idle_add()

2007-03-21 Thread Marshall Lake
w modal dialog which in turn kills the whole program. Can someone clue me in to what might be going on? -- Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list