ruby-iup 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/examples/ctrl/degrade.rb +5 -2
- data/examples/ctrl/iupgauge.rb +5 -5
- data/examples/ctrl/iupplot2.rb +2 -5
- data/examples/dlg/iupalarm.rb +3 -1
- data/examples/elem/iupbutton.rb +42 -59
- data/examples/elem/iupcanvas.rb +4 -2
- data/examples/elem/iupcanvas2.rb +9 -8
- data/examples/elem/iupcanvas3.rb +19 -29
- data/examples/elem/iupdialog.rb +3 -7
- data/examples/elem/progressbar.rb +104 -118
- data/ext/iup-linux/include/cd.h +494 -494
- data/ext/iup-linux/include/cd_canvas.hpp +358 -358
- data/ext/iup-linux/include/cd_old.h +158 -158
- data/ext/iup-linux/include/cd_private.h +362 -362
- data/ext/iup-linux/include/cdcgm.h +34 -34
- data/ext/iup-linux/include/cdclipbd.h +22 -22
- data/ext/iup-linux/include/cddbuf.h +23 -23
- data/ext/iup-linux/include/cddebug.h +24 -24
- data/ext/iup-linux/include/cddgn.h +23 -23
- data/ext/iup-linux/include/cddxf.h +22 -22
- data/ext/iup-linux/include/cdemf.h +22 -22
- data/ext/iup-linux/include/cdgdiplus.h +29 -29
- data/ext/iup-linux/include/cdimage.h +23 -23
- data/ext/iup-linux/include/cdirgb.h +30 -30
- data/ext/iup-linux/include/cdiup.h +22 -22
- data/ext/iup-linux/include/cdlua.h +39 -39
- data/ext/iup-linux/include/cdlua3_private.h +120 -120
- data/ext/iup-linux/include/cdlua5_private.h +141 -141
- data/ext/iup-linux/include/cdluaim.h +24 -24
- data/ext/iup-linux/include/cdluaiup.h +27 -27
- data/ext/iup-linux/include/cdluapdf.h +27 -27
- data/ext/iup-linux/include/cdmf.h +24 -24
- data/ext/iup-linux/include/cdmf_private.h +32 -32
- data/ext/iup-linux/include/cdnative.h +26 -26
- data/ext/iup-linux/include/cdpdf.h +38 -38
- data/ext/iup-linux/include/cdpicture.h +22 -22
- data/ext/iup-linux/include/cdprint.h +23 -23
- data/ext/iup-linux/include/cdps.h +37 -37
- data/ext/iup-linux/include/cdwmf.h +22 -22
- data/ext/iup-linux/include/iup.h +318 -255
- data/ext/iup-linux/include/iup_pplot.h +40 -40
- data/ext/iup-linux/include/iupcb.h +25 -25
- data/ext/iup-linux/include/iupcbs.h +43 -42
- data/ext/iup-linux/include/iupcells.h +130 -130
- data/ext/iup-linux/include/iupcolorbar.h +126 -126
- data/ext/iup-linux/include/iupcontrols.h +36 -40
- data/ext/iup-linux/include/iupdef.h +520 -520
- data/ext/iup-linux/include/iupdial.h +63 -64
- data/ext/iup-linux/include/iupgauge.h +57 -57
- data/ext/iup-linux/include/iupgetparam.h +1 -1
- data/ext/iup-linux/include/iupgl.h +101 -101
- data/ext/iup-linux/include/iupim.h +21 -21
- data/ext/iup-linux/include/iupkey.h +457 -290
- data/ext/iup-linux/include/iuplua.h +41 -41
- data/ext/iup-linux/include/iuplua_pplot.h +26 -26
- data/ext/iup-linux/include/iupluacontrols.h +27 -27
- data/ext/iup-linux/include/iupluagl.h +26 -26
- data/ext/iup-linux/include/iupluaim.h +26 -26
- data/ext/iup-linux/include/iupluaole.h +26 -26
- data/ext/iup-linux/include/iupmask.h +40 -52
- data/ext/iup-linux/include/iupmatrix.h +63 -69
- data/ext/iup-linux/include/iupole.h +24 -24
- data/ext/iup-linux/include/iupspin.h +21 -21
- data/ext/iup-linux/include/iuptabs.h +75 -79
- data/ext/iup-linux/include/iuptree.h +93 -93
- data/ext/iup-linux/include/iupval.h +46 -46
- data/ext/iup-linux/include/wd.h +78 -78
- data/ext/iup-linux/include/wd_old.h +85 -85
- data/ext/iup-linux/libcd.so +0 -0
- data/ext/iup-linux/libcdcontextplus.so +0 -0
- data/ext/iup-linux/libcdpdf.so +0 -0
- data/ext/iup-linux/libim.so +0 -0
- data/ext/iup-linux/libim_fftw.so +0 -0
- data/ext/iup-linux/libim_jp2.so +0 -0
- data/ext/iup-linux/libim_process.so +0 -0
- data/ext/iup-linux/libiup.so +0 -0
- data/ext/iup-linux/libiup_pplot.so +0 -0
- data/ext/iup-linux/libiupcontrols.so +0 -0
- data/ext/iup-linux/libiupgl.so +0 -0
- data/ext/iup-linux/libiupim.so +0 -0
- data/ext/iup-linux/libiupimglib.so +0 -0
- data/ext/iup-linux/libiupmot.so +0 -0
- data/ext/iup-win32/cd.dll +0 -0
- data/ext/iup-win32/cd.lib +0 -0
- data/ext/iup-win32/cdcontextplus.dll +0 -0
- data/ext/iup-win32/cdcontextplus.lib +0 -0
- data/ext/iup-win32/cdpdf.dll +0 -0
- data/ext/iup-win32/cdpdf.lib +0 -0
- data/ext/iup-win32/freetype6.dll +0 -0
- data/ext/iup-win32/freetype6.lib +0 -0
- data/ext/iup-win32/im.dll +0 -0
- data/ext/iup-win32/im.lib +0 -0
- data/ext/iup-win32/im_avi.dll +0 -0
- data/ext/iup-win32/im_avi.lib +0 -0
- data/ext/iup-win32/im_capture.dll +0 -0
- data/ext/iup-win32/im_capture.lib +0 -0
- data/ext/iup-win32/im_fftw.dll +0 -0
- data/ext/iup-win32/im_fftw.lib +0 -0
- data/ext/iup-win32/im_jp2.dll +0 -0
- data/ext/iup-win32/im_jp2.lib +0 -0
- data/ext/iup-win32/im_process.dll +0 -0
- data/ext/iup-win32/im_process.lib +0 -0
- data/ext/iup-win32/im_wmv.dll +0 -0
- data/ext/iup-win32/im_wmv.lib +0 -0
- data/ext/iup-win32/imlua_capture51.dll +0 -0
- data/ext/iup-win32/imlua_capture51.lib +0 -0
- data/ext/iup-win32/imlua_wmv51.dll +0 -0
- data/ext/iup-win32/imlua_wmv51.lib +0 -0
- data/ext/iup-win32/include/cd.h +494 -494
- data/ext/iup-win32/include/cd_canvas.hpp +358 -358
- data/ext/iup-win32/include/cd_old.h +158 -158
- data/ext/iup-win32/include/cd_private.h +362 -362
- data/ext/iup-win32/include/cdcgm.h +34 -34
- data/ext/iup-win32/include/cdclipbd.h +22 -22
- data/ext/iup-win32/include/cddbuf.h +23 -23
- data/ext/iup-win32/include/cddebug.h +24 -24
- data/ext/iup-win32/include/cddgn.h +23 -23
- data/ext/iup-win32/include/cddxf.h +22 -22
- data/ext/iup-win32/include/cdemf.h +22 -22
- data/ext/iup-win32/include/cdgdiplus.h +29 -29
- data/ext/iup-win32/include/cdimage.h +23 -23
- data/ext/iup-win32/include/cdirgb.h +30 -30
- data/ext/iup-win32/include/cdiup.h +22 -22
- data/ext/iup-win32/include/cdlua.h +39 -39
- data/ext/iup-win32/include/cdlua3_private.h +120 -120
- data/ext/iup-win32/include/cdlua5_private.h +141 -141
- data/ext/iup-win32/include/cdluaim.h +24 -24
- data/ext/iup-win32/include/cdluaiup.h +27 -27
- data/ext/iup-win32/include/cdluapdf.h +27 -27
- data/ext/iup-win32/include/cdmf.h +24 -24
- data/ext/iup-win32/include/cdmf_private.h +32 -32
- data/ext/iup-win32/include/cdnative.h +26 -26
- data/ext/iup-win32/include/cdpdf.h +38 -38
- data/ext/iup-win32/include/cdpicture.h +22 -22
- data/ext/iup-win32/include/cdprint.h +23 -23
- data/ext/iup-win32/include/cdps.h +37 -37
- data/ext/iup-win32/include/cdwmf.h +22 -22
- data/ext/iup-win32/include/iup.h +318 -255
- data/ext/iup-win32/include/iup_pplot.h +40 -40
- data/ext/iup-win32/include/iupcb.h +25 -25
- data/ext/iup-win32/include/iupcbs.h +43 -42
- data/ext/iup-win32/include/iupcells.h +130 -130
- data/ext/iup-win32/include/iupcolorbar.h +126 -126
- data/ext/iup-win32/include/iupcontrols.h +36 -40
- data/ext/iup-win32/include/iupdef.h +520 -520
- data/ext/iup-win32/include/iupdial.h +63 -64
- data/ext/iup-win32/include/iupgauge.h +57 -57
- data/ext/iup-win32/include/iupgetparam.h +1 -1
- data/ext/iup-win32/include/iupgl.h +101 -101
- data/ext/iup-win32/include/iupim.h +21 -21
- data/ext/iup-win32/include/iupkey.h +457 -290
- data/ext/iup-win32/include/iuplua.h +41 -41
- data/ext/iup-win32/include/iuplua_pplot.h +26 -26
- data/ext/iup-win32/include/iupluacontrols.h +27 -27
- data/ext/iup-win32/include/iupluagl.h +26 -26
- data/ext/iup-win32/include/iupluaim.h +26 -26
- data/ext/iup-win32/include/iupluaole.h +26 -26
- data/ext/iup-win32/include/iupmask.h +40 -52
- data/ext/iup-win32/include/iupmatrix.h +63 -69
- data/ext/iup-win32/include/iupole.h +24 -24
- data/ext/iup-win32/include/iupspin.h +21 -21
- data/ext/iup-win32/include/iuptabs.h +75 -79
- data/ext/iup-win32/include/iuptree.h +93 -93
- data/ext/iup-win32/include/iupval.h +46 -46
- data/ext/iup-win32/include/wd.h +78 -78
- data/ext/iup-win32/include/wd_old.h +85 -85
- data/ext/iup-win32/iup.dll +0 -0
- data/ext/iup-win32/iup.lib +0 -0
- data/ext/iup-win32/iup_pplot.dll +0 -0
- data/ext/iup-win32/iup_pplot.lib +0 -0
- data/ext/iup-win32/iupcd.dll +0 -0
- data/ext/iup-win32/iupcd.lib +0 -0
- data/ext/iup-win32/iupcontrols.dll +0 -0
- data/ext/iup-win32/iupcontrols.lib +0 -0
- data/ext/iup-win32/iupgl.dll +0 -0
- data/ext/iup-win32/iupgl.lib +0 -0
- data/ext/iup-win32/iupgtk.dll +0 -0
- data/ext/iup-win32/iupgtk.lib +0 -0
- data/ext/iup-win32/iupim.dll +0 -0
- data/ext/iup-win32/iupim.lib +0 -0
- data/ext/iup-win32/iupimglib.dll +0 -0
- data/ext/iup-win32/iupimglib.lib +0 -0
- data/ext/iup-win32/iupole.dll +0 -0
- data/ext/iup-win32/iupole.lib +0 -0
- data/ext/iup-win32/iupstub.lib +0 -0
- data/ext/iup-win32/pdflib.dll +0 -0
- data/ext/iup-win32/pdflib.lib +0 -0
- data/ext/iup.c +3 -351
- data/ext/rb_iup.h +48 -15
- data/ext/rb_iupcb.h +1 -0
- data/ext/rb_iupcells.h +1 -0
- data/ext/rb_iupcolorbar.h +1 -4
- data/ext/rb_iupcontrols.h +0 -5
- data/ext/rb_iupdial.h +1 -0
- data/ext/rb_iupgauge.h +1 -0
- data/ext/rb_iupgc.h +0 -1
- data/ext/rb_iupmatrix.h +1 -0
- data/ext/rb_iupsbox.h +0 -1
- data/ext/rb_iuptabs.h +1 -0
- data/ext/rb_iuptree.h +1 -0
- data/ext/rb_iupval.h +1 -0
- metadata +16 -29
- data/ext/iup-linux/include/iupcbox.h +0 -23
- data/ext/iup-linux/include/iupcompat.h +0 -62
- data/ext/iup-linux/include/iupcpi.h +0 -76
- data/ext/iup-linux/include/iupgc.h +0 -20
- data/ext/iup-linux/include/iupsbox.h +0 -20
- data/ext/iup-linux/include/iupspeech.h +0 -23
- data/ext/iup-linux/libcdluacontextplus51.so +0 -0
- data/ext/iup-win32/cdlua51.lib +0 -0
- data/ext/iup-win32/cdluacontextplus51.lib +0 -0
- data/ext/iup-win32/cdluaim51.lib +0 -0
- data/ext/iup-win32/cdluapdf51.lib +0 -0
- data/ext/iup-win32/include/iupcbox.h +0 -23
- data/ext/iup-win32/include/iupcompat.h +0 -62
- data/ext/iup-win32/include/iupcpi.h +0 -76
- data/ext/iup-win32/include/iupgc.h +0 -20
- data/ext/iup-win32/include/iupsbox.h +0 -20
- data/ext/iup-win32/include/iupspeech.h +0 -23
- data/ext/iup-win32/iuplua51.lib +0 -0
- data/ext/iup-win32/iuplua_pplot51.lib +0 -0
- data/ext/iup-win32/iupluacd51.lib +0 -0
- data/ext/iup-win32/iupluacontrols51.lib +0 -0
- data/ext/iup-win32/iupluagl51.lib +0 -0
- data/ext/iup-win32/iupluaim51.lib +0 -0
- data/ext/iup-win32/iupluaimglib51.lib +0 -0
- data/ext/iup-win32/iupluaole51.lib +0 -0
- data/ext/rb_iupcbox.h +0 -40
- data/ext/rb_iupspeech.h +0 -25
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief Control Creation Interface.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPCPI_H
|
|
8
|
-
#define __IUPCPI_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
typedef struct Iclass_ Iclass;
|
|
15
|
-
typedef void (*Imethod)(Ihandle *, ...);
|
|
16
|
-
|
|
17
|
-
/* Method names */
|
|
18
|
-
#define ICPI_SETNATURALSIZE "SETNATURALSIZE"
|
|
19
|
-
#define ICPI_SETCURRENTSIZE "SETCURRENTSIZE"
|
|
20
|
-
#define ICPI_GETSIZE "GETSIZE"
|
|
21
|
-
#define ICPI_SETPOSITION "SETPOSITION"
|
|
22
|
-
#define ICPI_CREATE "CREATE"
|
|
23
|
-
#define ICPI_DESTROY "DESTROY"
|
|
24
|
-
#define ICPI_MAP "MAP"
|
|
25
|
-
#define ICPI_UNMAP "UNMAP"
|
|
26
|
-
#define ICPI_SETATTR "SETATTR"
|
|
27
|
-
#define ICPI_GETATTR "GETATTR"
|
|
28
|
-
#define ICPI_GETDEFAULTATTR "GETDEFAULTATTR"
|
|
29
|
-
#define ICPI_POPUP "POPUP"
|
|
30
|
-
|
|
31
|
-
int iupCpiDefaultSetNaturalSize (Ihandle* self);
|
|
32
|
-
void iupCpiDefaultSetCurrentSize (Ihandle* self, int w, int h);
|
|
33
|
-
int iupCpiDefaultGetSize (Ihandle* self, int* w, int* h);
|
|
34
|
-
void iupCpiDefaultSetPosition (Ihandle* self, int w, int h);
|
|
35
|
-
Ihandle* iupCpiDefaultCreate (Iclass* self, void** params);
|
|
36
|
-
void iupCpiDefaultDestroy (Ihandle* self);
|
|
37
|
-
void iupCpiDefaultMap (Ihandle* self, Ihandle* parent);
|
|
38
|
-
void iupCpiDefaultUnmap (Ihandle* self);
|
|
39
|
-
void iupCpiDefaultSetAttr (Ihandle* self, const char* attr, const char* value);
|
|
40
|
-
char* iupCpiDefaultGetAttr (Ihandle* self, const char* attr);
|
|
41
|
-
char* iupCpiDefaultGetDefaultAttr (Ihandle* self, const char* attr);
|
|
42
|
-
|
|
43
|
-
int iupCpiSetNaturalSize( Ihandle* self );
|
|
44
|
-
void iupCpiSetCurrentSize( Ihandle* self, int w, int h );
|
|
45
|
-
int iupCpiGetSize( Ihandle* self, int* w, int* h );
|
|
46
|
-
void iupCpiSetPosition ( Ihandle* self, int w, int h );
|
|
47
|
-
void iupCpiDestroy( Ihandle* self );
|
|
48
|
-
void iupCpiMap( Ihandle* self, Ihandle* parent );
|
|
49
|
-
void iupCpiUnmap( Ihandle* self );
|
|
50
|
-
void iupCpiSetAttribute( Ihandle* self, const char* attr, const char* value );
|
|
51
|
-
char* iupCpiGetAttribute( Ihandle* self, const char* attr );
|
|
52
|
-
char* iupCpiGetDefaultAttr( Ihandle* self, const char* attr );
|
|
53
|
-
int iupCpiPopup( Ihandle* self, int x, int y );
|
|
54
|
-
Ihandle *iupCpiCreate(Iclass *ic, void **params);
|
|
55
|
-
|
|
56
|
-
void iupCpiFinish(void);
|
|
57
|
-
void iupCpiInit(void);
|
|
58
|
-
|
|
59
|
-
char *iupCpiGetClassName(Iclass *ic);
|
|
60
|
-
Iclass* iupCpiGetClass(const char *name);
|
|
61
|
-
char *iupCpiGetClassFormat(Iclass *ic);
|
|
62
|
-
Imethod iupCpiGetClassMethod(Iclass *ic, const char *method);
|
|
63
|
-
int iupCpiSetClassMethod(Iclass *ic, const char *method, Imethod func);
|
|
64
|
-
|
|
65
|
-
Iclass *iupCpiCreateNewClass(const char *name, const char *format);
|
|
66
|
-
void iupCpiFreeClass(Iclass *a);
|
|
67
|
-
|
|
68
|
-
#ifdef va_start
|
|
69
|
-
Ihandle** iupGetParamList(Ihandle* first, va_list arglist);
|
|
70
|
-
#endif
|
|
71
|
-
|
|
72
|
-
#ifdef __cplusplus
|
|
73
|
-
}
|
|
74
|
-
#endif
|
|
75
|
-
|
|
76
|
-
#endif
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupgetcolor pre-defined dialog.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPGC_H
|
|
8
|
-
#define __IUPGC_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
int IupGetColor(int x, int y, unsigned char *r, unsigned char *g, unsigned char *b);
|
|
15
|
-
|
|
16
|
-
#ifdef __cplusplus
|
|
17
|
-
}
|
|
18
|
-
#endif
|
|
19
|
-
|
|
20
|
-
#endif
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupsbox control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPSBOX_H
|
|
8
|
-
#define __IUPSBOX_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
Ihandle* IupSbox(Ihandle *child);
|
|
15
|
-
|
|
16
|
-
#ifdef __cplusplus
|
|
17
|
-
}
|
|
18
|
-
#endif
|
|
19
|
-
|
|
20
|
-
#endif
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupspeech control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPSPEECH_H
|
|
8
|
-
#define __IUPSPEECH_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
int IupSpeechOpen(void);
|
|
15
|
-
void IupSpeechClose(void);
|
|
16
|
-
Ihandle *IupSpeech(void);
|
|
17
|
-
|
|
18
|
-
#ifdef __cplusplus
|
|
19
|
-
}
|
|
20
|
-
#endif
|
|
21
|
-
|
|
22
|
-
#endif
|
|
23
|
-
|
|
Binary file
|
data/ext/iup-win32/cdlua51.lib
DELETED
|
Binary file
|
|
Binary file
|
data/ext/iup-win32/cdluaim51.lib
DELETED
|
Binary file
|
|
Binary file
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupcbox control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPCBOX_H
|
|
8
|
-
#define __IUPCBOX_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
Ihandle *IupCbox(Ihandle* first, ...);
|
|
15
|
-
Ihandle *IupCboxv(Ihandle** params);
|
|
16
|
-
Ihandle *IupCboxBuilder(Ihandle * first,...);
|
|
17
|
-
Ihandle *IupCboxBuilderv(Ihandle** params);
|
|
18
|
-
|
|
19
|
-
#ifdef __cplusplus
|
|
20
|
-
}
|
|
21
|
-
#endif
|
|
22
|
-
|
|
23
|
-
#endif
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief Internal exported functions. repeted from <iglobal.h>
|
|
3
|
-
* should remove this file!!!!
|
|
4
|
-
*
|
|
5
|
-
* See Copyright Notice in iup.h
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
#ifndef __IUPCOMPAT_H
|
|
9
|
-
#define __IUPCOMPAT_H
|
|
10
|
-
|
|
11
|
-
#include <iupcbs.h>
|
|
12
|
-
#include <string.h>
|
|
13
|
-
#include <istrutil.h>
|
|
14
|
-
|
|
15
|
-
#ifdef __cplusplus
|
|
16
|
-
extern "C" {
|
|
17
|
-
#endif
|
|
18
|
-
|
|
19
|
-
/* idrv.h */
|
|
20
|
-
void iupdrvGetCharSize (Ihandle* n, int *w, int *h);
|
|
21
|
-
void iupdrvResizeObjects (Ihandle *n);
|
|
22
|
-
void iupdrvStringSize(Ihandle* n, const char* text, int *w, int *h);
|
|
23
|
-
int iupdrvGetScrollSize(void);
|
|
24
|
-
|
|
25
|
-
/* env.c */
|
|
26
|
-
int iupGetSize (Ihandle* n, int* w, int *h);
|
|
27
|
-
int iupGetColor(Ihandle* n, const char *a, unsigned int *r, unsigned int *g, unsigned int *b);
|
|
28
|
-
int iupGetRGB (const char *color, unsigned int *r, unsigned int *g, unsigned int *b);
|
|
29
|
-
void iupSetEnv(Ihandle* n, const char* a, const char* v);
|
|
30
|
-
void iupStoreEnv(Ihandle* n, const char* a, const char* v);
|
|
31
|
-
char* iupGetEnv(Ihandle* n, const char* a);
|
|
32
|
-
int iupGetEnvInt (Ihandle* n, const char* a);
|
|
33
|
-
char* iupGetEnvRaw (Ihandle* n, const char* a); /* no inheritance */
|
|
34
|
-
int iupCheck (Ihandle *n, const char *a);
|
|
35
|
-
char *iupGetBgColor(Ihandle* self);
|
|
36
|
-
char *iupGetParentBgColor (Ihandle* self);
|
|
37
|
-
|
|
38
|
-
/* calcsize.c */
|
|
39
|
-
int iupSetSize(Ihandle* root);
|
|
40
|
-
|
|
41
|
-
/* iup.c */
|
|
42
|
-
void iupSetPosX(Ihandle* self, int x);
|
|
43
|
-
void iupSetPosY(Ihandle* self, int y);
|
|
44
|
-
int iupGetPosX(Ihandle* self);
|
|
45
|
-
int iupGetPosY(Ihandle* self);
|
|
46
|
-
void iupSetCurrentWidth(Ihandle* self, int w);
|
|
47
|
-
void iupSetCurrentHeight(Ihandle* self, int h);
|
|
48
|
-
int iupGetCurrentWidth(Ihandle* self);
|
|
49
|
-
int iupGetCurrentHeight(Ihandle* self);
|
|
50
|
-
void* iupGetNativeHandle(Ihandle* self);
|
|
51
|
-
void iupSetNativeHandle(Ihandle* self, void* handle);
|
|
52
|
-
void iupSetNaturalWidth(Ihandle* self, int w);
|
|
53
|
-
void iupSetNaturalHeight(Ihandle* self, int h);
|
|
54
|
-
int iupGetNaturalWidth(Ihandle* self);
|
|
55
|
-
int iupGetNaturalHeight(Ihandle* self);
|
|
56
|
-
void* iupGetImageData(Ihandle* self);
|
|
57
|
-
|
|
58
|
-
#ifdef __cplusplus
|
|
59
|
-
}
|
|
60
|
-
#endif
|
|
61
|
-
|
|
62
|
-
#endif
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief Control Creation Interface.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPCPI_H
|
|
8
|
-
#define __IUPCPI_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
typedef struct Iclass_ Iclass;
|
|
15
|
-
typedef void (*Imethod)(Ihandle *, ...);
|
|
16
|
-
|
|
17
|
-
/* Method names */
|
|
18
|
-
#define ICPI_SETNATURALSIZE "SETNATURALSIZE"
|
|
19
|
-
#define ICPI_SETCURRENTSIZE "SETCURRENTSIZE"
|
|
20
|
-
#define ICPI_GETSIZE "GETSIZE"
|
|
21
|
-
#define ICPI_SETPOSITION "SETPOSITION"
|
|
22
|
-
#define ICPI_CREATE "CREATE"
|
|
23
|
-
#define ICPI_DESTROY "DESTROY"
|
|
24
|
-
#define ICPI_MAP "MAP"
|
|
25
|
-
#define ICPI_UNMAP "UNMAP"
|
|
26
|
-
#define ICPI_SETATTR "SETATTR"
|
|
27
|
-
#define ICPI_GETATTR "GETATTR"
|
|
28
|
-
#define ICPI_GETDEFAULTATTR "GETDEFAULTATTR"
|
|
29
|
-
#define ICPI_POPUP "POPUP"
|
|
30
|
-
|
|
31
|
-
int iupCpiDefaultSetNaturalSize (Ihandle* self);
|
|
32
|
-
void iupCpiDefaultSetCurrentSize (Ihandle* self, int w, int h);
|
|
33
|
-
int iupCpiDefaultGetSize (Ihandle* self, int* w, int* h);
|
|
34
|
-
void iupCpiDefaultSetPosition (Ihandle* self, int w, int h);
|
|
35
|
-
Ihandle* iupCpiDefaultCreate (Iclass* self, void** params);
|
|
36
|
-
void iupCpiDefaultDestroy (Ihandle* self);
|
|
37
|
-
void iupCpiDefaultMap (Ihandle* self, Ihandle* parent);
|
|
38
|
-
void iupCpiDefaultUnmap (Ihandle* self);
|
|
39
|
-
void iupCpiDefaultSetAttr (Ihandle* self, const char* attr, const char* value);
|
|
40
|
-
char* iupCpiDefaultGetAttr (Ihandle* self, const char* attr);
|
|
41
|
-
char* iupCpiDefaultGetDefaultAttr (Ihandle* self, const char* attr);
|
|
42
|
-
|
|
43
|
-
int iupCpiSetNaturalSize( Ihandle* self );
|
|
44
|
-
void iupCpiSetCurrentSize( Ihandle* self, int w, int h );
|
|
45
|
-
int iupCpiGetSize( Ihandle* self, int* w, int* h );
|
|
46
|
-
void iupCpiSetPosition ( Ihandle* self, int w, int h );
|
|
47
|
-
void iupCpiDestroy( Ihandle* self );
|
|
48
|
-
void iupCpiMap( Ihandle* self, Ihandle* parent );
|
|
49
|
-
void iupCpiUnmap( Ihandle* self );
|
|
50
|
-
void iupCpiSetAttribute( Ihandle* self, const char* attr, const char* value );
|
|
51
|
-
char* iupCpiGetAttribute( Ihandle* self, const char* attr );
|
|
52
|
-
char* iupCpiGetDefaultAttr( Ihandle* self, const char* attr );
|
|
53
|
-
int iupCpiPopup( Ihandle* self, int x, int y );
|
|
54
|
-
Ihandle *iupCpiCreate(Iclass *ic, void **params);
|
|
55
|
-
|
|
56
|
-
void iupCpiFinish(void);
|
|
57
|
-
void iupCpiInit(void);
|
|
58
|
-
|
|
59
|
-
char *iupCpiGetClassName(Iclass *ic);
|
|
60
|
-
Iclass* iupCpiGetClass(const char *name);
|
|
61
|
-
char *iupCpiGetClassFormat(Iclass *ic);
|
|
62
|
-
Imethod iupCpiGetClassMethod(Iclass *ic, const char *method);
|
|
63
|
-
int iupCpiSetClassMethod(Iclass *ic, const char *method, Imethod func);
|
|
64
|
-
|
|
65
|
-
Iclass *iupCpiCreateNewClass(const char *name, const char *format);
|
|
66
|
-
void iupCpiFreeClass(Iclass *a);
|
|
67
|
-
|
|
68
|
-
#ifdef va_start
|
|
69
|
-
Ihandle** iupGetParamList(Ihandle* first, va_list arglist);
|
|
70
|
-
#endif
|
|
71
|
-
|
|
72
|
-
#ifdef __cplusplus
|
|
73
|
-
}
|
|
74
|
-
#endif
|
|
75
|
-
|
|
76
|
-
#endif
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupgetcolor pre-defined dialog.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPGC_H
|
|
8
|
-
#define __IUPGC_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
int IupGetColor(int x, int y, unsigned char *r, unsigned char *g, unsigned char *b);
|
|
15
|
-
|
|
16
|
-
#ifdef __cplusplus
|
|
17
|
-
}
|
|
18
|
-
#endif
|
|
19
|
-
|
|
20
|
-
#endif
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupsbox control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPSBOX_H
|
|
8
|
-
#define __IUPSBOX_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
Ihandle* IupSbox(Ihandle *child);
|
|
15
|
-
|
|
16
|
-
#ifdef __cplusplus
|
|
17
|
-
}
|
|
18
|
-
#endif
|
|
19
|
-
|
|
20
|
-
#endif
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupspeech control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPSPEECH_H
|
|
8
|
-
#define __IUPSPEECH_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
int IupSpeechOpen(void);
|
|
15
|
-
void IupSpeechClose(void);
|
|
16
|
-
Ihandle *IupSpeech(void);
|
|
17
|
-
|
|
18
|
-
#ifdef __cplusplus
|
|
19
|
-
}
|
|
20
|
-
#endif
|
|
21
|
-
|
|
22
|
-
#endif
|
|
23
|
-
|
data/ext/iup-win32/iuplua51.lib
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/ext/rb_iupcbox.h
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
#include <ruby.h>
|
|
2
|
-
#include "iup.h"
|
|
3
|
-
#include "iupcbox.h"
|
|
4
|
-
|
|
5
|
-
VALUE rb_IupCboxv(int argc,VALUE *argv,VALUE self)
|
|
6
|
-
{
|
|
7
|
-
extern VALUE rb_cIupCbox;
|
|
8
|
-
Ihandle* v;
|
|
9
|
-
int i;
|
|
10
|
-
Ihandle *params[100];
|
|
11
|
-
VALUE v_params,v_hash;
|
|
12
|
-
VALUE node;
|
|
13
|
-
rb_scan_args(argc,argv,"11",&v_params,&v_hash);
|
|
14
|
-
for(i=0;i<RARRAY(v_params)->len;i++) {
|
|
15
|
-
node = RARRAY(v_params)->ptr[i];
|
|
16
|
-
params[i] = (Ihandle*)NUM2UINT(rb_iv_get(node,"@ihandle"));
|
|
17
|
-
}
|
|
18
|
-
params[i] = NULL;
|
|
19
|
-
v = IupCboxv(params);
|
|
20
|
-
if(TYPE(v_hash)==T_HASH)
|
|
21
|
-
rb_set_attribute(v,v_hash);
|
|
22
|
-
if(v)
|
|
23
|
-
return rb_funcall(rb_cIupCbox,rb_intern("new"),1,UINT2NUM((unsigned)v));
|
|
24
|
-
return Qnil;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
VALUE rb_IupCboxBuilderv(VALUE self,VALUE v_params)
|
|
28
|
-
{
|
|
29
|
-
Ihandle* v;
|
|
30
|
-
int i;
|
|
31
|
-
Ihandle *params[100];
|
|
32
|
-
VALUE node;
|
|
33
|
-
for(i=0;i<RARRAY(v_params)->len;i++) {
|
|
34
|
-
node = RARRAY(v_params)->ptr[i];
|
|
35
|
-
params[i] = (Ihandle*)NUM2UINT(rb_iv_get(node,"@ihandle"));
|
|
36
|
-
}
|
|
37
|
-
params[i] = NULL;
|
|
38
|
-
v = IupCboxBuilderv(params);
|
|
39
|
-
return UINT2NUM((unsigned)v);
|
|
40
|
-
}
|
data/ext/rb_iupspeech.h
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
#include <ruby.h>
|
|
2
|
-
#include "iup.h"
|
|
3
|
-
#include "iupspeech.h"
|
|
4
|
-
|
|
5
|
-
/*
|
|
6
|
-
VALUE rb_IupSpeechOpen(VALUE self)
|
|
7
|
-
{
|
|
8
|
-
int v;
|
|
9
|
-
v = IupSpeechOpen();
|
|
10
|
-
return INT2FIX((int)v);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
VALUE rb_IupSpeechClose(VALUE self)
|
|
14
|
-
{
|
|
15
|
-
IupSpeechClose();
|
|
16
|
-
return Qnil;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
VALUE rb_IupSpeech(VALUE self)
|
|
20
|
-
{
|
|
21
|
-
Ihandle* v;
|
|
22
|
-
v = IupSpeech();
|
|
23
|
-
return INT2FIX((int)v);
|
|
24
|
-
}
|
|
25
|
-
*/
|