summaryrefslogtreecommitdiff
path: root/iup/srccontrols/matrix/iupmat_colres.h
diff options
context:
space:
mode:
Diffstat (limited to 'iup/srccontrols/matrix/iupmat_colres.h')
-rwxr-xr-xiup/srccontrols/matrix/iupmat_colres.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/iup/srccontrols/matrix/iupmat_colres.h b/iup/srccontrols/matrix/iupmat_colres.h
new file mode 100755
index 0000000..ba7f23d
--- /dev/null
+++ b/iup/srccontrols/matrix/iupmat_colres.h
@@ -0,0 +1,24 @@
+/** \file
+ * \brief iupmatrix column resize.
+ *
+ * See Copyright Notice in "iup.h"
+ */
+
+#ifndef __IUPMAT_COLRES_H
+#define __IUPMAT_COLRES_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int iupMatrixColResStart (Ihandle* ih, int x, int y);
+void iupMatrixColResFinish (Ihandle* ih, int x);
+void iupMatrixColResMove (Ihandle* ih, int x);
+void iupMatrixColResCheckChangeCursor(Ihandle* ih, int x, int y);
+int iupMatrixColResIsResizing (Ihandle* ih);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif