summaryrefslogtreecommitdiff
path: root/iup/src/iup_layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'iup/src/iup_layout.h')
-rwxr-xr-xiup/src/iup_layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iup/src/iup_layout.h b/iup/src/iup_layout.h
index a2a0c29..775e5a2 100755
--- a/iup/src/iup_layout.h
+++ b/iup/src/iup_layout.h
@@ -16,6 +16,8 @@ extern "C" {
void iupLayoutCompute(Ihandle* ih); /* can be called before map */
void iupLayoutUpdate(Ihandle* ih); /* called only after map */
+void iupLayoutSetMinMaxSize(Ihandle* ih, int *w, int *h);
+
/* Other functions declared in <iup.h> and implemented here.
IupRefresh
*/