Simplify some code, more comments. (90% docu)
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user