pure GTK xml file to treeview examples?

2009-05-22 Thread Andreas Ronnquist
simple, or they contains way too much information. I am using pure C/GTK. best regards -- Andreas Ronnquist ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: pure GTK xml file to treeview examples?

2009-05-22 Thread Andreas Ronnquist
On Fri, 22 May 2009 15:37:39 +0200 Andreas Ronnquist wrote: > Hi! > > Is there any good examples of a complete treeview representing a folder > structure? > > My problem is correctly converting an XML to a tree structure > containing folders and in there items representi

Strange behaviour with GtkTreeView multiple row selection

2009-05-29 Thread Andreas Ronnquist
item that I click on to do the actual dragging is switched to be non-selected. This results in a drag containing all items, exept the last clicked. Has anybody seen similar behaviour and have a solution? best regards -- Andreas Ronnquist ___ gtk-app

how do I get win32 messages?

2009-06-21 Thread Andreas Ronnquist
HWND(GTK_WIDGET(window)->window)); windows_messages_channel=g_io_channel_win32_new_messages((guint)hwnd); g_io_add_watch (windows_messages_channel,G_IO_IN,hwnd_callback,NULL); } This gives some reaction, but I cannot interpret it. Does anyone have something like this working? Than