Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtktreednd.h>
Data Fields | |
GTypeInterface | g_iface |
gboolean(* | drag_data_received )(GtkTreeDragDest *drag_dest, GtkTreePath *dest, const GValue *value) |
gboolean(* | row_drop_possible )(GtkTreeDragDest *drag_dest, GtkTreePath *dest_path, const GValue *value) |
GtkTreeDragDestIface: @drag_data_received: Asks the GtkTreeDragDest
to insert a row before the path dest, deriving the contents of the row from selection_data. @row_drop_possible: Determines whether a drop is possible before the given dest_path, at the same depth as dest_path.
Definition at line 113 of file gtktreednd.h.
gboolean(* _GtkTreeDragDestIface::drag_data_received) (GtkTreeDragDest *drag_dest, GtkTreePath *dest, const GValue *value) |
Definition at line 122 of file gtktreednd.h.
GTypeInterface _GtkTreeDragDestIface::g_iface |
Definition at line 116 of file gtktreednd.h.
gboolean(* _GtkTreeDragDestIface::row_drop_possible) (GtkTreeDragDest *drag_dest, GtkTreePath *dest_path, const GValue *value) |
Definition at line 126 of file gtktreednd.h.