summaryrefslogtreecommitdiffstats
path: root/include/widgets/widget-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-28 16:10:11 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-28 16:10:11 +0200
commitfa0380057bb801b1dbeb409c50bfe72c995dc2a9 (patch)
tree1c71558940e565aff9bbf9d43c9d5390cf7aa3f3 /include/widgets/widget-internal.h
parentb82e1c7a78379ebafe95f444201df1beec78597a (diff)
[Widget] Add desired width option.
Diffstat (limited to 'include/widgets/widget-internal.h')
-rw-r--r--include/widgets/widget-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets/widget-internal.h b/include/widgets/widget-internal.h
index 0ac497d5..762c4794 100644
--- a/include/widgets/widget-internal.h
+++ b/include/widgets/widget-internal.h
@@ -79,6 +79,7 @@ struct _widget
gboolean ( *motion_notify )( struct _widget *, xcb_motion_notify_event_t * );
int ( *get_desired_height )( struct _widget * );
+ int ( *get_desired_width )( struct _widget * );
/** widget clicked callback */
widget_clicked_cb clicked;