Re: drag'n'drop sample application

2011-09-13 Thread Bernhard Schuster
2011/9/13 John Emmas john...@tiscali.co.uk: On 11 Sep 2011, at 19:24, John Emmas wrote: src/gtk+-2.20.0/tests/testtreeview.c src/gtk+-2.20.0/prop-editor.c [...] I know there aren't many people here who use gtk-win32 but if anyone does (and can spare a few minutes) could you try

Re: drag'n'drop sample application

2011-09-13 Thread John Emmas
On 13 Sep 2011, at 08:42, Bernhard Schuster wrote: Better ask that on the devel list, not on the app-devel_list Good suggestion Bernhard. In fact, gtk-list might be more appropriate (and I think I'm already subscribed to that one!) Thanks. ___

Re: GList empty after iteration?

2011-09-13 Thread David King
On 2011-09-12 15:10, Craig craigbakal...@verizon.net wrote: Hi All, I am confused about GList. My application is parsing a file and creating midi data with it. I am using GList to store the midi data. I have created a GtkListStore to view the parsed data (to insure I am parsing the data

configuration file, with dot or gnome structure

2011-09-13 Thread Mohsen Pahlevanzadeh
Dear all, You know that if install a package, may be it creates a directory in your home directory which begin dot. Such as .purple (pidgin appl) Recently i see many of appl such as evolution don't use this method and use .local .gnome2 .gnome or so on. I don't know different between them and

Re: configuration file, with dot or gnome structure

2011-09-13 Thread David Nečas
On Tue, Sep 13, 2011 at 01:43:06PM +0430, Mohsen Pahlevanzadeh wrote: You know that if install a package, may be it creates a directory in your home directory which begin dot. Such as .purple (pidgin appl) Recently i see many of appl such as evolution don't use this method and use .local

multiple filters in GtkFileChooser

2011-09-13 Thread Allin Cottrell
I use gtk_file_chooser_dialog_new to put up a File Open dialog. For some uses I add two or more alternative GtkFileFilters. I've just noticed that with gtk 2.24.6 the dialog misbehaves: The drop-down list of filters appears, but the combo widget is much too narrow: for each of the filter

Re: IconView select_path inactive selection

2011-09-13 Thread Tadej Borovšak
Hi. using IconView select_path(...), how can I make it look like it was selected by clicking on it, i.e. not in that inactive grey color? [1] Did you try using this: http://developer.gnome.org/gtk/stable/GtkIconView.html#gtk-icon-view-set-cursor Cheers, Tadej -- Tadej Borovšak

Re: multiple filters in GtkFileChooser

2011-09-13 Thread Bernhard Schuster
Can you supply a minimal example where it fails? That would help to find the culprit. I am atm at gtk 2.24.6 so if you can post that I give it a run... Regards Bernhard ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: multiple filters in GtkFileChooser

2011-09-13 Thread Allin Cottrell
On Tue, 13 Sep 2011, Bernhard Schuster wrote: Can you supply a minimal example where it fails? That would help to find the culprit. I am atm at gtk 2.24.6 so if you can post that I give it a run... Thanks! I'm attaching a minimal case. Allin Cottrell/* Test program for adding multiple

Re: multiple filters in GtkFileChooser

2011-09-13 Thread Bernhard Schuster
2011/9/13 Allin Cottrell cottr...@wfu.edu: On Tue, 13 Sep 2011, Bernhard Schuster wrote: Can you supply a minimal example where it fails? That would help to find the culprit. I am atm at gtk 2.24.6 so if you can post that I give it a run... Thanks! I'm attaching a minimal case. Allin

Re: multiple filters in GtkFileChooser

2011-09-13 Thread Allin Cottrell
On Tue, 13 Sep 2011, Bernhard Schuster wrote: Just for sake of completeness (data brushed out) http://www.imagebanana.com/view/4pytcat6/20110913222356_840x649_scrot.png I am sorry, I can not help you any further as I can not reproduce the bug : Thanks for trying. I just rebuilt gtk 2.24.5

GTK+ 3.1.90

2011-09-13 Thread Matthias Clasen
GTK+ 3.1.90 is now available for download at: ftp://ftp.gtk.org/pub/gtk/3.1/ http://download.gnome.org/sources/gtk+/3.1/ dc65a5ec50df57cc603b30fb85e6c68be36673688babcb21d2ad6123d63c4a8b gtk +-3.1.90.tar.xz ed4e36693e8b05c75fe1a843341c032518dd9ab726d4f62d31d52ccdc800c44a gtk +-3.1.90.tar.bz2

Re: multiple filters in GtkFileChooser

2011-09-13 Thread Allin Cottrell
On Tue, 13 Sep 2011, Bernhard Schuster wrote: 2011/9/13 Allin Cottrell cottr...@wfu.edu: On Tue, 13 Sep 2011, Bernhard Schuster wrote: Can you supply a minimal example where it fails? That would help to find the culprit. I am atm at gtk 2.24.6 so if you can post that I give it a run...