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
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
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
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
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]
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]
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
___
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
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
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
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.
--
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 "
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
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
14 matches
Mail list logo