How to know when user pushes Del key ?

2006-02-24 Thread Colossus
Hi, I did a search in the archive but I only found replies related to the delete event when the user clicks the X on window. I need to know how to catch the event when the user pushes the Del key on the keyboard such as it happens in Thunar new xfce file manager. Thanks, -- Colossus

new GTK+ 2.8.12 runtime for windows and package for Dev-C++

2006-02-24 Thread Benoit Carpentier
Hi, You can now find now GTK+ 2.8.12 runtime for Windows and package for Dev-C++, on http://gtk.alkia.org It is now supporting Glade 2. You can also find to GTKBudget 2.0 (GPL), a budget managing and forecasting tool, now supporting English. Translators are welcomed for other languages, system

new GNOME Developers forum

2006-02-24 Thread Hayri Cicek
Hi I have made a new forum for all GNOME developers and I'm wondring how can we make the site better please visit the site: http://www.gnomedev.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

GLib 2.10.0 released

2006-02-24 Thread Matthias Clasen
GLib 2.10.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.10/ glib-2.10.0.tar.bz2 md5sum: 60c9f62979415bcb82f0b87d6785dc3b glib-2.10.0.tar.gzmd5sum: e8281a059dd824cc0ff9e12a1bce7569 GLib is the low-level core library that forms the basis for projects such as GTK+ and

clipboards under win32

2006-02-24 Thread Nick Watts
I'm having a little difficulty understanding the concepts behind clipboards in GTK. I want to use these functions in a text editing app: gtk_text_buffer_paste_clipboard() gtk_text_buffer_copy_clipboard() gtk_text_buffer_cut_clipboard() but they all require a GtkClipboard object as an argument.

Re: clipboards under win32

2006-02-24 Thread Christian Neumair
Am Samstag, den 25.02.2006, 09:30 +1100 schrieb Nick Watts: (application.exe:612): GLib-GObject-CRITICAL **: gtype.c:2254: initialization asser tion failed, use g_type_init() prior to this function Are you sure that you called gtk_init (argc, argv); before using GObject? -- Christian

Re: GtkTreeView - Selecting the first row

2006-02-24 Thread Justin Clift
Hannes Mayr wrote: snip renderer = gtk_cell_renderer_text_new(); path = gtk_tree_path_new_from_string(0); gtk_tree_view_set_cursor(GTK_TREE_VIEW(treeview), path, NULL, renderer); Hi Hannes, You may also like to consider: path = gtk_tree_path_new_first(); as a replacement for: path =

GTK+ 2.8.13 released

2006-02-24 Thread Matthias Clasen
GTK+ 2.8.13 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.13.tar.bz2 md5sum: 3b395d0b091d916d52cc1c2430407d35 gtk+-2.8.13.tar.gzmd5sum: 01b030f1190f3735b54f5d6f7239449a This is a bugfix release in the 2.8.x

new GNOME Forum

2006-02-24 Thread Cream
Hi! I have made a new forum for GNOME Developers... how can we make it better... please visit the site: http://www.gnomedev.com -- View this message in context: http://www.nabble.com/new-GNOME-Forum-t1180097.html#a3105090 Sent from the Gtk+ - Dev - General forum at Nabble.com.

GLib 2.10.0 released

2006-02-24 Thread Matthias Clasen
GLib 2.10.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.10/ glib-2.10.0.tar.bz2 md5sum: 60c9f62979415bcb82f0b87d6785dc3b glib-2.10.0.tar.gzmd5sum: e8281a059dd824cc0ff9e12a1bce7569 GLib is the low-level core library that forms the basis for projects such as GTK+ and

g_intern_static_string() and modules

2006-02-24 Thread Federico Mena Quintero
Hi, Currently, we explicitly disallow the gtkfilesystemgnomevfs module from being unloaded because some dumb part of libgnomeui assumes that it is always in memory. I don't remember the exact problem right now, but finding it in the ChangeLog is left as an exercise for the reader. My question

Re: g_intern_static_string() and modules

2006-02-24 Thread Brian J. Tarricone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Federico Mena Quintero wrote: Hi, Currently, we explicitly disallow the gtkfilesystemgnomevfs module from being unloaded because some dumb part of libgnomeui assumes that it is always in memory. I don't remember the exact problem right now, but

Popup menus for GtkTreeView

2006-02-24 Thread Federico Mena Quintero
I want a context-sensitive menu in a GtkTreeView. So I do g_signal_connect (tree_view, button-press_event, G_CALLBACK (tree_button_press_event_cb), NULL); static gboolean tree_button_press_event_cb (GtkWidget *widget, GdkEventButton *event,

GTK+ 2.8.13 released

2006-02-24 Thread Matthias Clasen
GTK+ 2.8.13 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.13.tar.bz2 md5sum: 3b395d0b091d916d52cc1c2430407d35 gtk+-2.8.13.tar.gzmd5sum: 01b030f1190f3735b54f5d6f7239449a This is a bugfix release in the 2.8.x

Re: g_intern_static_string() and modules

2006-02-24 Thread Matthias Clasen
On 2/24/06, Federico Mena Quintero [EMAIL PROTECTED] wrote: Hi, Currently, we explicitly disallow the gtkfilesystemgnomevfs module from being unloaded because some dumb part of libgnomeui assumes that it is always in memory. I don't remember the exact problem right now, but finding it in

GLib 2.10.0 released

2006-02-24 Thread Matthias Clasen
GLib 2.10.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.10/ glib-2.10.0.tar.bz2 md5sum: 60c9f62979415bcb82f0b87d6785dc3b glib-2.10.0.tar.gzmd5sum: e8281a059dd824cc0ff9e12a1bce7569 GLib is the low-level core library that forms the basis for projects such as GTK+ and

RE: SPAM-LOW: Re: gtk_file_selection not showing USB memory device

2006-02-24 Thread Ian Puleston
Thanks - I didn't realize there was a new alternative to gtk_file_selection (I based this originally on info from the tutorial which presumably must've been written before the gtk_file_chooser came along). Anyway gtk_file_chooser works fine. Ian -Original Message- From: Sven Neumann

GTK+ 2.8.13 released

2006-02-24 Thread Matthias Clasen
GTK+ 2.8.13 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.13.tar.bz2 md5sum: 3b395d0b091d916d52cc1c2430407d35 gtk+-2.8.13.tar.gzmd5sum: 01b030f1190f3735b54f5d6f7239449a This is a bugfix release in the 2.8.x