ellipsize expander label

2009-03-01 Thread Vladimir Nadvornik
Hi, Is it possible to ellipsize expander label? The simple approach does not work for me. expander = gtk_expander_new(NULL); label = gtk_label_new(some longer text); gtk_label_set_ellipsize(GTK_LABEL(label), PANGO_ELLIPSIZE_END); gtk_expander_set_label_widget(GTK_EXPANDER(expander), label); It

How to make a simple beep?

2009-03-01 Thread Garth's KidStuff
Hey All, I'm running under Ubuntu 8.10 and want to make a simple beep -- like the Windows Beep function which takes a frequency (in Hz) and a duration (in milliseconds). Does anyone have a place to point me? TIA -Garth -- Garth Upshaw Garth's KidStuff

setuid / setgid

2009-03-01 Thread John Emmas
I hope this is the right list to post this query. An application that I've built many times before is now suddenly refusing to run. I see an error message saying:- Gtk-WARNING: This process is currently running setuid or setgid This is not a supported use of GTK+. You must create a helper

tuning widgets base size

2009-03-01 Thread Alexander
Hi, list. I've noticed many widgets calculate its base size relying on font sizes (font size, ascent, descent...) of its pango context. Thus I've tried to change PangoFontDescription of widgets in this way just after widget creation: context = gtk_widget_get_pango_context ( wg ); descr1 =

Re: ellipsize expander label

2009-03-01 Thread Tristan Van Berkom
On Sun, Mar 1, 2009 at 9:48 AM, Vladimir Nadvornik nadvor...@suse.cz wrote: Hi, Is it possible to ellipsize expander label? The simple approach does not work for me. expander = gtk_expander_new(NULL); label = gtk_label_new(some longer text); gtk_label_set_ellipsize(GTK_LABEL(label),

GtkCalendar

2009-03-01 Thread John Coppens
Hello people. I wonder how to solve this elegantly: If I first set the day of the GtkCalendar, I sometimes hit an error depending on the number of weeks in the following month. If I set the month first, I have the same problem, depenging on the day selected previously. In both cases, the

GLib 2.19.10 released

2009-03-01 Thread Matthias Clasen
GLib 2.19.10 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.19/ http://download.gnome.org/sources/glib/2.19/ glib-2.19.10.tar.bz2 md5sum: 2cec449d5593835b6080d662a17078ca glib-2.19.10.tar.gz md5sum: fbae7251ba6486228a78388f829639ed This is the a development release leading