Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkTreeDragDestIface Struct Reference

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

Detailed Description

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.

Field Documentation

◆ drag_data_received

gboolean(* _GtkTreeDragDestIface::drag_data_received) (GtkTreeDragDest *drag_dest, GtkTreePath *dest, const GValue *value)

Definition at line 122 of file gtktreednd.h.

◆ g_iface

GTypeInterface _GtkTreeDragDestIface::g_iface

Definition at line 116 of file gtktreednd.h.

◆ row_drop_possible

gboolean(* _GtkTreeDragDestIface::row_drop_possible) (GtkTreeDragDest *drag_dest, GtkTreePath *dest_path, const GValue *value)

Definition at line 126 of file gtktreednd.h.


The documentation for this struct was generated from the following file: