Re: how to get a selected filter to save

2009-02-16 Thread frederico schardong
2009/2/12 frederico schardong frede@gmail.com: Hello, I need to get the filter selected by user on a saving file chooser. How I do It?? Thanks! ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: how to get a selected filter to save

2009-02-16 Thread Miroslav Rajcic
Something like this: GtkFileFilter *filter = gtk_file_chooser_get_filter(GTK_FILE_CHOOSER(m_pDialog)); if(filter) gchar*szName = gtk_file_filter_get_name(filter); - Original Message - From: frederico schardong frede@gmail.com To: gtk-app-devel-list@gnome.org Sent: Monday,

boxes have no border

2009-02-16 Thread Kövesdi György
Hi, I use wxGTK an I found that static boxes have no border. That border can be set in the GTK, but I don't know how. e.g.: in the gtk-demo, the button boxes shows me some boxes of this kind, but no borders. Thanx in advance K. Gy. ___

problems updating statusbar

2009-02-16 Thread Ivo Alxneit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi all, i have a problem with the code fragment below. i seem to miss something very basic. 'doit()' may take a long time. to give to user some feedback i want to display start in the statusbar before starting with 'doit()'. after 'doit()' returns i

Embedded Gtk+ system moving to 2.14

2009-02-16 Thread John Boncek
Attempting to move several large (multi-hundred compile units) C++ application programs of an embedded ARM / Linux 2.4 system from Gtk+ 2.2.4 to Gtk+ 2.14. We are noting severe performance degradation (2-3 times) in screen transitions and a definite overall sluggishness to the systems. There

GLib 2.19.7 released

2009-02-16 Thread Matthias Clasen
GLib 2.19.7 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.7.tar.bz2 md5sum: 8d6c590cbaee374e91adc1dec904d9d2 glib-2.19.7.tar.gz md5sum: f2db21b6efd3a1433071629692d5a768 This is the a development release leading up