diff options
author | Benjamin Otte <otte@redhat.com> | 2015-03-24 04:45:38 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-03-24 04:45:38 +0100 |
commit | 14562498eaf2dfbee632ec0ca6adb9fb3775c402 (patch) | |
tree | 959ffb8943515545a61cd95f3496a3aa5c0c04d9 /gtk/gtksizegroup-private.h | |
parent | 6141b3f9f29f5ca3dc2a8165575bf86b4ed6caa7 (diff) | |
download | gtk+-wip/queue-resize.tar.gz |
sizegroup: Remove GtkQueueResizeFlagswip/queue-resize
They were only used with geometry widgets.
Diffstat (limited to 'gtk/gtksizegroup-private.h')
-rw-r--r-- | gtk/gtksizegroup-private.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/gtk/gtksizegroup-private.h b/gtk/gtksizegroup-private.h index 11b6fa8ecd..6950844913 100644 --- a/gtk/gtksizegroup-private.h +++ b/gtk/gtksizegroup-private.h @@ -23,26 +23,9 @@ G_BEGIN_DECLS -/* - * GtkQueueResizeFlags: - * @GTK_QUEUE_RESIZE_INVALIDATE_ONLY: invalidate all cached sizes - * as we would normally do when a widget is queued for resize, - * but don’t actually add the toplevel resize container to the - * resize queue. Useful if we want to change the size of a widget - * see how that would affect the overall layout, then restore - * the old size. - * - * Flags that affect the operation of queueing a widget for resize. - */ -typedef enum -{ - GTK_QUEUE_RESIZE_INVALIDATE_ONLY = 1 << 0 -} GtkQueueResizeFlags; - GHashTable * _gtk_size_group_get_widget_peers (GtkWidget *for_widget, GtkOrientation orientation); -void _gtk_size_group_queue_resize (GtkWidget *widget, - GtkQueueResizeFlags flags); +void _gtk_size_group_queue_resize (GtkWidget *widget); G_END_DECLS |