summaryrefslogtreecommitdiff
path: root/iup/src/iup_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'iup/src/iup_frame.h')
-rwxr-xr-xiup/src/iup_frame.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/iup/src/iup_frame.h b/iup/src/iup_frame.h
new file mode 100755
index 0000000..a7fd520
--- /dev/null
+++ b/iup/src/iup_frame.h
@@ -0,0 +1,22 @@
+/** \file
+ * \brief Frame Control Private Declarations
+ *
+ * See Copyright Notice in "iup.h"
+ */
+
+#ifndef __IUP_FRAME_H
+#define __IUP_FRAME_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void iupdrvFrameInitClass(Iclass* ic);
+void iupdrvFrameGetDecorOffset(Ihandle* ih, int *x, int *y);
+int iupFrameGetTitleHeight(Ihandle* ih);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif