summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/WidgetSurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/WidgetSurface.h')
-rw-r--r--tikzit/src/gtk/WidgetSurface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tikzit/src/gtk/WidgetSurface.h b/tikzit/src/gtk/WidgetSurface.h
index 7a62660..32c8222 100644
--- a/tikzit/src/gtk/WidgetSurface.h
+++ b/tikzit/src/gtk/WidgetSurface.h
@@ -48,6 +48,9 @@
- (CGFloat) defaultScale;
- (void) setDefaultScale:(CGFloat)scale;
+/**
+ * Set the minimum size that this widget wants
+ */
- (void) setSizeRequestWidth:(double)width height:(double)height;
@end