Pango-1.14.10 is now available for download at:
http://download.gnome.org/sources/pango/1.14/
or
ftp://ftp.gtk.org/pub/pango/1.14
e9fc2f8168e74e2fa0aa8238ee0e9c06 pango-1.14.10.tar.bz2
2dbdd32c18dcea2fbccf3980c43f945d pango-1.14.10.tar.gz
This is a follow-up stable release to fix various I
Am Sonntag, den 28.01.2007, 23:30 -0500 schrieb Jordan Walsh:
Why don't you use a hash table to map all symbols to their GModules
after calling g_module_symbol()?
> Hi all. I need to be able to see from what library (using GModule) a
> certain
> symbol comes from. In my main program when a plugin
- Original Message
From: Jordan Walsh <[EMAIL PROTECTED]>
To: gtk-app-devel-list@gnome.org
Sent: Sunday, January 28, 2007 11:30:02 PM
Subject: GModule
Hi all. I need to be able to see from what library (using GModule) a certain
symbol comes from. In my main program when a plugin unloads
Hi,
does anyone know why when resizing the window, a label doesn't get
"adjusted/updated"? I mean, when you have a label and use
gtk_label_set_line_wrap(GTK_LABEL(label),TRUE) I would expect that a
line of text gets rewrapped to fit the new situation.
When I replace the label with say a button, I
Hello,
I'm migrate my aplication from GTK 1.2 to 2.10. So I try to use
GtkTreeStore and GtkTreeView. The fist task is to show the file system
hierarchy (and I want to filter this list, but it will be a second
question). When the user choose to expand one directory, I must add a
lot of rows.