Signal when a drag and drop on a GtkTreeView is finished
- From: Thym <thymus gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Signal when a drag and drop on a GtkTreeView is finished
- Date: Sun, 21 Aug 2005 20:42:13 +0200
I asked it on irc, and here is a solution :
g_signal_connect_swapped(G_OBJECT(pMyApp->pTreeStore), "row_inserted",
G_CALLBACK(entryMoved), pMyApp);
Thank you.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]