summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2012-05-22 19:12:22 +0100
committerAlex Merry <alex.merry@cs.ox.ac.uk>2012-05-22 19:12:22 +0100
commit0973261fd48dc4b85387120fbef6fa9aac756a77 (patch)
treee924e0f9eef5b8d4094ad39dfdfb18de31e88d8b
parent295c83c8d8f0e7bd2833f7b7c1238458b7819fcd (diff)
apidocs++
-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