drag'n'drop sample application

2011-09-07 Thread John Emmas
Using gtk-win32, I'm porting a GTK+ application (originally written for Linux and OS-X) to the Windows platform and have been pleasantly surprised at how well it's all worked. However, part of the app's functionality includes a drag'n'drop feature to move items from one part of the GUI to

Re: Can g_file_monitor_file () report events from before it was created?

2011-09-07 Thread Peter Clifton
On Wed, 2011-09-07 at 03:18 +0100, Peter Clifton wrote: --=-RBhkyZn6RRXPH6Tyg7fR Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, 2011-09-06 at 01:42 +0100, Peter Clifton wrote: --=3D-1PQvPQuhjpa09GLvybFI Content-Type: text/plain;

Re: drag'n'drop sample application

2011-09-07 Thread Allin Cottrell
On Wed, 7 Sep 2011, John Emmas wrote: Using gtk-win32, I'm porting a GTK+ application (originally written for Linux and OS-X) to the Windows platform and have been pleasantly surprised at how well it's all worked. However, part of the app's functionality includes a drag'n'drop feature to

Re: Open a file in a GTK application (over network)

2011-09-07 Thread Michal Suchanek
Obviously, all file choosers are broken in one way or another. No way to open a file in GTK yet. Maybe it will be possible in GTK4 or if you roll your own widget :-S ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

gtk_combo_box_new_with_model_and_entry with gtk_cell_layout_set_cell_data_func

2011-09-07 Thread Pierre-Louis Bonicoli
Hi ! I try to use gtk_cell_layout_set_cell_data_func with a combobox which has an entry. gtk_cell_layout_set_cell_data_func method allows to map an item in my model with an entry in the combobox. How to map an index of an entry with an item in the model ? It seems that using