Simplify some code, more comments. (90% docu)

This commit is contained in:
Dave Davenport
2016-10-25 22:45:11 +02:00
parent 89cf6d2d63
commit 163934fa8c
7 changed files with 34 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ struct _widget
/** update widget implementation function */
void ( *update )( struct _widget * );
/** Handle mouse motion, used for dragging */
gboolean (*motion_notify)( struct _widget *, xcb_motion_notify_event_t * );
/** widget clicked callback */