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
094350df
Commit
094350df
authored
Jan 20, 2014
by
William Jon McCann
Browse files
docs: add docs for GtkTreeDragSourceIface
parent
a64ffa29
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtktreednd.h
View file @
094350df
...
...
@@ -35,10 +35,22 @@ G_BEGIN_DECLS
typedef
struct
_GtkTreeDragSource
GtkTreeDragSource
;
/* Dummy typedef */
typedef
struct
_GtkTreeDragSourceIface
GtkTreeDragSourceIface
;
/**
* GtkTreeDragSourceIface:
* @row_draggable: Asks the #GtkTreeDragSource whether a particular
* row can be used as the source of a DND operation.
* @drag_data_get: Asks the #GtkTreeDragSource to fill in
* selection_data with a representation of the row at path.
* @drag_data_delete: Asks the #GtkTreeDragSource to delete the row at
* path, because it was moved somewhere else via drag-and-drop.
*/
struct
_GtkTreeDragSourceIface
{
/*< private >*/
GTypeInterface
g_iface
;
/*< public >*/
/* VTable - not signals */
gboolean
(
*
row_draggable
)
(
GtkTreeDragSource
*
drag_source
,
...
...
Write
Preview
Supports
Markdown
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