Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
4f8ae445
Commit
4f8ae445
authored
Jan 20, 2014
by
William Jon McCann
Browse files
docs: add docs for GtkTreeDragDestIface
parent
094350df
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtktreednd.h
View file @
4f8ae445
...
...
@@ -93,10 +93,21 @@ gboolean gtk_tree_drag_source_drag_data_get (GtkTreeDragSource *drag_source,
typedef
struct
_GtkTreeDragDest
GtkTreeDragDest
;
/* Dummy typedef */
typedef
struct
_GtkTreeDragDestIface
GtkTreeDragDestIface
;
/**
* 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.
*/
struct
_GtkTreeDragDestIface
{
/*< private >*/
GTypeInterface
g_iface
;
/*< public >*/
/* VTable - not signals */
gboolean
(
*
drag_data_received
)
(
GtkTreeDragDest
*
drag_dest
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment