Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gtk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,156
Issues
1,156
List
Board
Labels
Milestones
Merge Requests
88
Merge Requests
88
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
4f8ae445
Commit
4f8ae445
authored
Jan 21, 2014
by
William Jon McCann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: add docs for GtkTreeDragDestIface
parent
094350df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
gtktreednd.h
gtk/gtktreednd.h
+11
-0
No files found.
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