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
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
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
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