ruby-iup 0.0.1-i386-mswin32
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/doc/README +10 -0
- data/doc/build_install.txt +77 -0
- data/examples/README +16 -0
- data/examples/ctrl/cbox.rb +221 -0
- data/examples/ctrl/checkboard.rb +33 -0
- data/examples/ctrl/degrade.rb +73 -0
- data/examples/ctrl/example1.rb +53 -0
- data/examples/ctrl/example2.rb +39 -0
- data/examples/ctrl/iupcolorbar.rb +95 -0
- data/examples/ctrl/iupcolorbrowser.rb +45 -0
- data/examples/ctrl/iupdial.rb +117 -0
- data/examples/ctrl/iupgauge.rb +242 -0
- data/examples/ctrl/iupgetcolor.rb +8 -0
- data/examples/ctrl/iupgetparam.rb +62 -0
- data/examples/ctrl/iupglcanvas.rb +172 -0
- data/examples/ctrl/iupmask.rb +15 -0
- data/examples/ctrl/iupmatrix.rb +39 -0
- data/examples/ctrl/iupplot2.rb +603 -0
- data/examples/ctrl/iuptabs.rb +22 -0
- data/examples/ctrl/iuptree.rb +190 -0
- data/examples/ctrl/iupval.rb +71 -0
- data/examples/ctrl/numbering.rb +46 -0
- data/examples/ctrl/sample.rb +166 -0
- data/examples/dlg/iupalarm.rb +14 -0
- data/examples/dlg/iupfiledlg.rb +19 -0
- data/examples/dlg/iupgetfile.rb +19 -0
- data/examples/dlg/iuplistdialog.rb +26 -0
- data/examples/dlg/iupmessage.rb +5 -0
- data/examples/dlg/iupscanf.rb +17 -0
- data/examples/elem/iupbutton.rb +197 -0
- data/examples/elem/iupcanvas.rb +27 -0
- data/examples/elem/iupcanvas2.rb +113 -0
- data/examples/elem/iupcanvas3.rb +62 -0
- data/examples/elem/iupdialog.rb +71 -0
- data/examples/elem/iupdialog2.rb +25 -0
- data/examples/elem/iupfill.rb +51 -0
- data/examples/elem/iupframe.rb +25 -0
- data/examples/elem/iuphbox.rb +68 -0
- data/examples/elem/iupimage.rb +113 -0
- data/examples/elem/iupitem.rb +60 -0
- data/examples/elem/iuplabel.rb +57 -0
- data/examples/elem/iuplist.rb +41 -0
- data/examples/elem/iuplist2.rb +125 -0
- data/examples/elem/iupmenu.rb +32 -0
- data/examples/elem/iupmultiline.rb +24 -0
- data/examples/elem/iupmultiline2.rb +156 -0
- data/examples/elem/iupradio.rb +32 -0
- data/examples/elem/iupseparator.rb +81 -0
- data/examples/elem/iupsubmenu.rb +85 -0
- data/examples/elem/iuptext.rb +61 -0
- data/examples/elem/iuptimer.rb +36 -0
- data/examples/elem/iuptoggle.rb +110 -0
- data/examples/elem/iupvbox.rb +87 -0
- data/examples/elem/iupzbox.rb +60 -0
- data/examples/elem/mdisample.rb +376 -0
- data/examples/elem/progressbar.rb +294 -0
- data/examples/elem/scrollbar.rb +66 -0
- data/examples/elem/tray.rb +90 -0
- data/examples/func/iupgetattribute.rb +32 -0
- data/examples/func/iupidle.rb +48 -0
- data/ext/extconf.rb +27 -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/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/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_avi.dll +0 -0
- data/ext/iup-win32/im_capture.dll +0 -0
- data/ext/iup-win32/im_ecw.dll +0 -0
- data/ext/iup-win32/im_fftw.dll +0 -0
- data/ext/iup-win32/im_jp2.dll +0 -0
- data/ext/iup-win32/im_process.dll +0 -0
- data/ext/iup-win32/im_wmv.dll +0 -0
- 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/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/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/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 +1261 -0
- data/ext/mkrf_conf.rb +72 -0
- data/ext/rb_cd.h +1525 -0
- data/ext/rb_iup.h +2446 -0
- data/ext/rb_iup_pplot.h +129 -0
- data/ext/rb_iupcb.h +13 -0
- data/ext/rb_iupcbox.h +40 -0
- data/ext/rb_iupcells.h +15 -0
- data/ext/rb_iupcolorbar.h +17 -0
- data/ext/rb_iupcompat.h +237 -0
- data/ext/rb_iupcontrols.h +28 -0
- data/ext/rb_iupdef.h +3 -0
- data/ext/rb_iupdial.h +24 -0
- data/ext/rb_iupgauge.h +15 -0
- data/ext/rb_iupgc.h +18 -0
- data/ext/rb_iupgetparam.h +72 -0
- data/ext/rb_iupgl.h +58 -0
- data/ext/rb_iupim.h +25 -0
- data/ext/rb_iupmask.h +189 -0
- data/ext/rb_iupmatrix.h +80 -0
- data/ext/rb_iupole.h +24 -0
- data/ext/rb_iupsbox.h +23 -0
- data/ext/rb_iupspeech.h +25 -0
- data/ext/rb_iupspin.h +29 -0
- data/ext/rb_iuptabs.h +29 -0
- data/ext/rb_iuptree.h +94 -0
- data/ext/rb_iupval.h +24 -0
- data/lib/README +1 -0
- data/lib/iup.so +0 -0
- metadata +187 -0
data/ext/rb_iupole.h
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
#include <ruby.h>
|
2
|
+
#include "iup.h"
|
3
|
+
#include "iupole.h"
|
4
|
+
|
5
|
+
VALUE rb_IupOleControl(VALUE self,VALUE v_ProgID)
|
6
|
+
{
|
7
|
+
const char *ProgID = RSTRING(v_ProgID)->ptr;
|
8
|
+
Ihandle* v;
|
9
|
+
v = IupOleControl(ProgID);
|
10
|
+
return UINT2NUM((unsigned)v);
|
11
|
+
}
|
12
|
+
|
13
|
+
VALUE rb_IupOleControlOpen(VALUE self)
|
14
|
+
{
|
15
|
+
IupOleControlOpen();
|
16
|
+
return Qnil;
|
17
|
+
}
|
18
|
+
/*
|
19
|
+
VALUE rb_IupOleControl_getclass(VALUE self)
|
20
|
+
{
|
21
|
+
IupOleControl_getclass();
|
22
|
+
return Qnil;
|
23
|
+
}
|
24
|
+
*/
|
data/ext/rb_iupsbox.h
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
#include <ruby.h>
|
2
|
+
#include "iup.h"
|
3
|
+
#include "iupsbox.h"
|
4
|
+
|
5
|
+
VALUE rb_IupSbox(int argc,VALUE *argv,VALUE self)
|
6
|
+
{
|
7
|
+
extern VALUE rb_cIupSbox;
|
8
|
+
Ihandle* v;
|
9
|
+
VALUE v_ih;
|
10
|
+
VALUE v_elem;
|
11
|
+
if(argc==1 && TYPE(argv[0])==T_HASH) {
|
12
|
+
v_elem = rb_hash_delete(argv[0],ID2SYM(rb_intern("elem")));
|
13
|
+
} else {
|
14
|
+
rb_scan_args(argc,argv,"10",&v_elem);
|
15
|
+
}
|
16
|
+
v_ih = rb_iv_get(v_elem,"@ihandle");
|
17
|
+
v = IupSbox((Ihandle*)NUM2UINT(v_ih));
|
18
|
+
if(argc==1 && TYPE(argv[0])==T_HASH)
|
19
|
+
rb_set_attribute(v,argv[0]);
|
20
|
+
if(v)
|
21
|
+
return rb_funcall(rb_cIupSbox,rb_intern("new"),1,UINT2NUM((unsigned)v));
|
22
|
+
return Qnil;
|
23
|
+
}
|
data/ext/rb_iupspeech.h
ADDED
@@ -0,0 +1,25 @@
|
|
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
|
+
*/
|
data/ext/rb_iupspin.h
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
#include <ruby.h>
|
2
|
+
#include "iup.h"
|
3
|
+
#include "iupspin.h"
|
4
|
+
|
5
|
+
VALUE rb_IupSpin(VALUE self)
|
6
|
+
{
|
7
|
+
extern VALUE rb_cIupSpin;
|
8
|
+
Ihandle* v;
|
9
|
+
v = IupSpin();
|
10
|
+
if(v)
|
11
|
+
return rb_funcall(rb_cIupSpin,rb_intern("new"),1,UINT2NUM((unsigned)v));
|
12
|
+
return Qnil;
|
13
|
+
}
|
14
|
+
|
15
|
+
VALUE rb_IupSpinbox(int argc,VALUE *argv,VALUE self)
|
16
|
+
{
|
17
|
+
extern VALUE rb_cIupSpinbox;
|
18
|
+
Ihandle* v;
|
19
|
+
VALUE v_ctrl;
|
20
|
+
if(argc==1 && TYPE(argv[0])==T_HASH) {
|
21
|
+
v_ctrl = rb_hash_delete(argv[0],ID2SYM(rb_intern("ctrl")));
|
22
|
+
} else {
|
23
|
+
rb_scan_args(argc,argv,"10",&v_ctrl);
|
24
|
+
}
|
25
|
+
v = IupSpinbox((Ihandle*)NUM2UINT(v_ctrl));
|
26
|
+
if(v)
|
27
|
+
return rb_funcall(rb_cIupSpinbox,rb_intern("new"),1,UINT2NUM((unsigned)v));
|
28
|
+
return Qnil;
|
29
|
+
}
|
data/ext/rb_iuptabs.h
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
#include <ruby.h>
|
2
|
+
#include "iup.h"
|
3
|
+
#include "iuptabs.h"
|
4
|
+
|
5
|
+
VALUE rb_IupTabsv(int argc,VALUE *argv,VALUE self)
|
6
|
+
{
|
7
|
+
extern VALUE rb_cIupTabs;
|
8
|
+
Ihandle* v;
|
9
|
+
Ihandle* params[100];
|
10
|
+
int i;
|
11
|
+
VALUE node;
|
12
|
+
VALUE v_params,v_hash;
|
13
|
+
rb_scan_args(argc,argv,"11",&v_params,&v_hash);
|
14
|
+
for(i=0;i<RARRAY(v_params)->len && i<100;i++) {
|
15
|
+
node = RARRAY(v_params)->ptr[i];
|
16
|
+
if(node==Qnil)
|
17
|
+
params[i] = NULL;
|
18
|
+
else
|
19
|
+
params[i] = (Ihandle*)NUM2UINT(rb_iv_get(node,"@ihandle"));
|
20
|
+
}
|
21
|
+
params[i] = NULL;
|
22
|
+
v = IupTabsv(params);
|
23
|
+
if(TYPE(v_hash)==T_HASH)
|
24
|
+
rb_set_attribute(v,v_hash);
|
25
|
+
if(v)
|
26
|
+
return rb_funcall(rb_cIupTabs,rb_intern("new"),1,UINT2NUM((unsigned)v));
|
27
|
+
return Qnil;
|
28
|
+
}
|
29
|
+
|
data/ext/rb_iuptree.h
ADDED
@@ -0,0 +1,94 @@
|
|
1
|
+
#include <ruby.h>
|
2
|
+
#include "iup.h"
|
3
|
+
#include "iuptree.h"
|
4
|
+
|
5
|
+
VALUE rb_IupTree(int argc,VALUE *argv,VALUE self)
|
6
|
+
{
|
7
|
+
extern VALUE rb_cIupTree;
|
8
|
+
Ihandle* v;
|
9
|
+
v = IupTree();
|
10
|
+
if(argc==1 && TYPE(argv[0])==T_HASH)
|
11
|
+
rb_set_attribute(v,argv[0]);
|
12
|
+
if(v)
|
13
|
+
return rb_funcall(rb_cIupTree,rb_intern("new"),1,UINT2NUM((unsigned)v));
|
14
|
+
return Qnil;
|
15
|
+
}
|
16
|
+
|
17
|
+
VALUE rb_IupTreeSetUserId(VALUE node,VALUE v_id,VALUE v_userid)
|
18
|
+
{
|
19
|
+
int id = NUM2INT(v_id);
|
20
|
+
void *userid = (void*)NUM2INT(v_userid);
|
21
|
+
int v;
|
22
|
+
VALUE v_ih = rb_iv_get(node,"@ihandle");
|
23
|
+
v = IupTreeSetUserId((Ihandle*)NUM2UINT(v_ih),id,userid);
|
24
|
+
return INT2FIX((int)v);
|
25
|
+
}
|
26
|
+
|
27
|
+
VALUE rb_IupTreeGetUserId(VALUE node,VALUE v_id)
|
28
|
+
{
|
29
|
+
int id = NUM2INT(v_id);
|
30
|
+
void* v;
|
31
|
+
VALUE v_ih = rb_iv_get(node,"@ihandle");
|
32
|
+
v = IupTreeGetUserId((Ihandle*)NUM2UINT(v_ih),id);
|
33
|
+
return INT2FIX((int)v);
|
34
|
+
}
|
35
|
+
|
36
|
+
VALUE rb_IupTreeGetId(VALUE node,VALUE v_userid)
|
37
|
+
{
|
38
|
+
int v;
|
39
|
+
void *userid = (void*)NUM2INT(v_userid);
|
40
|
+
VALUE v_ih = rb_iv_get(node,"@ihandle");
|
41
|
+
v = IupTreeGetId((Ihandle*)NUM2UINT(v_ih),userid);
|
42
|
+
return INT2FIX((int)v);
|
43
|
+
}
|
44
|
+
|
45
|
+
VALUE rb_IupTreeSetAttribute(VALUE node,VALUE v_a,VALUE v_id,VALUE v_v)
|
46
|
+
{
|
47
|
+
const char* a = RSTRING(v_a)->ptr;
|
48
|
+
int id = NUM2INT(v_id);
|
49
|
+
char* v = RSTRING(v_v)->ptr;
|
50
|
+
VALUE v_ih = rb_iv_get(node,"@ihandle");
|
51
|
+
IupTreeSetAttribute((Ihandle*)NUM2UINT(v_ih),a,id,v);
|
52
|
+
return Qnil;
|
53
|
+
}
|
54
|
+
|
55
|
+
VALUE rb_IupTreeStoreAttribute(VALUE node,VALUE v_a,VALUE v_id,VALUE v_v)
|
56
|
+
{
|
57
|
+
const char* a = RSTRING(v_a)->ptr;
|
58
|
+
int id = NUM2INT(v_id);
|
59
|
+
char* v = RSTRING(v_v)->ptr;
|
60
|
+
VALUE v_ih = rb_iv_get(node,"@ihandle");
|
61
|
+
IupTreeStoreAttribute((Ihandle*)NUM2UINT(v_ih),a,id,v);
|
62
|
+
return Qnil;
|
63
|
+
}
|
64
|
+
|
65
|
+
VALUE rb_IupTreeGetAttribute(VALUE node,VALUE v_a,VALUE v_id)
|
66
|
+
{
|
67
|
+
const char* a = RSTRING(v_a)->ptr;
|
68
|
+
int id = NUM2INT(v_id);
|
69
|
+
char* v;
|
70
|
+
VALUE v_ih = rb_iv_get(node,"@ihandle");
|
71
|
+
v = IupTreeGetAttribute((Ihandle*)NUM2UINT(v_ih),a,id);
|
72
|
+
return rb_str_new2(v);
|
73
|
+
}
|
74
|
+
|
75
|
+
VALUE rb_IupTreeGetInt(VALUE node,VALUE v_a,VALUE v_id)
|
76
|
+
{
|
77
|
+
const char* a = RSTRING(v_a)->ptr;
|
78
|
+
int id = NUM2INT(v_id);
|
79
|
+
int v;
|
80
|
+
VALUE v_ih = rb_iv_get(node,"@ihandle");
|
81
|
+
v = IupTreeGetInt((Ihandle*)NUM2UINT(v_ih),a,id);
|
82
|
+
return INT2FIX((int)v);
|
83
|
+
}
|
84
|
+
|
85
|
+
VALUE rb_IupTreeGetFloat(VALUE node,VALUE v_a,VALUE v_id)
|
86
|
+
{
|
87
|
+
const char* a = RSTRING(v_a)->ptr;
|
88
|
+
int id = NUM2INT(v_id);
|
89
|
+
float v;
|
90
|
+
VALUE v_ih = rb_iv_get(node,"@ihandle");
|
91
|
+
v = IupTreeGetFloat((Ihandle*)NUM2UINT(v_ih),a,id);
|
92
|
+
return INT2FIX((int)v);
|
93
|
+
}
|
94
|
+
|
data/ext/rb_iupval.h
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
#include <ruby.h>
|
2
|
+
#include "iup.h"
|
3
|
+
#include "iupval.h"
|
4
|
+
|
5
|
+
VALUE rb_IupVal(int argc,VALUE *argv,VALUE self)
|
6
|
+
{
|
7
|
+
extern VALUE rb_cIupVal;
|
8
|
+
const char *type = NULL;
|
9
|
+
Ihandle* v;
|
10
|
+
VALUE v_type;
|
11
|
+
if(argc==1 && TYPE(argv[0])==T_HASH) {
|
12
|
+
v_type = rb_hash_delete(argv[0],ID2SYM(rb_intern("type")));
|
13
|
+
} else {
|
14
|
+
rb_scan_args(argc,argv,"01",&v_type);
|
15
|
+
}
|
16
|
+
if(v_type!=Qnil)
|
17
|
+
type = RSTRING(v_type)->ptr;
|
18
|
+
v = IupVal(type);
|
19
|
+
if(argc==1 && TYPE(argv[0])==T_HASH)
|
20
|
+
rb_set_attribute(v,argv[0]);
|
21
|
+
if(v)
|
22
|
+
return rb_funcall(rb_cIupVal,rb_intern("new"),1,UINT2NUM((unsigned)v));
|
23
|
+
return Qnil;
|
24
|
+
}
|
data/lib/README
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
THIS FILE IS STUB
|
data/lib/iup.so
ADDED
Binary file
|
metadata
ADDED
@@ -0,0 +1,187 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.9.3
|
3
|
+
specification_version: 1
|
4
|
+
name: ruby-iup
|
5
|
+
version: !ruby/object:Gem::Version
|
6
|
+
version: 0.0.1
|
7
|
+
date: 2008-12-08 00:00:00 +09:00
|
8
|
+
summary: IUP Interface for Ruby
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email: phasis@gmail.com
|
12
|
+
homepage: http://ruby-iup.rubyforge.org
|
13
|
+
rubyforge_project: ruby-iup
|
14
|
+
description:
|
15
|
+
autorequire:
|
16
|
+
default_executable:
|
17
|
+
bindir: bin
|
18
|
+
has_rdoc: false
|
19
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">"
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 0.0.0
|
24
|
+
version:
|
25
|
+
platform: i386-mswin32
|
26
|
+
signing_key:
|
27
|
+
cert_chain:
|
28
|
+
post_install_message:
|
29
|
+
authors:
|
30
|
+
- Park Heesob
|
31
|
+
files:
|
32
|
+
- lib/iup.so
|
33
|
+
- lib/README
|
34
|
+
- ext/extconf.rb
|
35
|
+
- ext/iup-win32
|
36
|
+
- ext/iup-win32/cd.dll
|
37
|
+
- ext/iup-win32/cd.lib
|
38
|
+
- ext/iup-win32/cdcontextplus.dll
|
39
|
+
- ext/iup-win32/cdcontextplus.lib
|
40
|
+
- ext/iup-win32/cdlua51.lib
|
41
|
+
- ext/iup-win32/cdluacontextplus51.lib
|
42
|
+
- ext/iup-win32/cdluaim51.lib
|
43
|
+
- ext/iup-win32/cdluapdf51.lib
|
44
|
+
- ext/iup-win32/cdpdf.dll
|
45
|
+
- ext/iup-win32/cdpdf.lib
|
46
|
+
- ext/iup-win32/freetype6.dll
|
47
|
+
- ext/iup-win32/freetype6.lib
|
48
|
+
- ext/iup-win32/im.dll
|
49
|
+
- ext/iup-win32/im_avi.dll
|
50
|
+
- ext/iup-win32/im_capture.dll
|
51
|
+
- ext/iup-win32/im_ecw.dll
|
52
|
+
- ext/iup-win32/im_fftw.dll
|
53
|
+
- ext/iup-win32/im_jp2.dll
|
54
|
+
- ext/iup-win32/im_process.dll
|
55
|
+
- ext/iup-win32/im_wmv.dll
|
56
|
+
- ext/iup-win32/iup.dll
|
57
|
+
- ext/iup-win32/iup.lib
|
58
|
+
- ext/iup-win32/iupcd.dll
|
59
|
+
- ext/iup-win32/iupcd.lib
|
60
|
+
- ext/iup-win32/iupcontrols.dll
|
61
|
+
- ext/iup-win32/iupcontrols.lib
|
62
|
+
- ext/iup-win32/iupgl.dll
|
63
|
+
- ext/iup-win32/iupgl.lib
|
64
|
+
- ext/iup-win32/iupim.dll
|
65
|
+
- ext/iup-win32/iupim.lib
|
66
|
+
- ext/iup-win32/iupimglib.dll
|
67
|
+
- ext/iup-win32/iupimglib.lib
|
68
|
+
- ext/iup-win32/iuplua51.lib
|
69
|
+
- ext/iup-win32/iupluacd51.lib
|
70
|
+
- ext/iup-win32/iupluacontrols51.lib
|
71
|
+
- ext/iup-win32/iupluagl51.lib
|
72
|
+
- ext/iup-win32/iupluaim51.lib
|
73
|
+
- ext/iup-win32/iupluaimglib51.lib
|
74
|
+
- ext/iup-win32/iupluaole51.lib
|
75
|
+
- ext/iup-win32/iuplua_pplot51.lib
|
76
|
+
- ext/iup-win32/iupole.dll
|
77
|
+
- ext/iup-win32/iupole.lib
|
78
|
+
- ext/iup-win32/iupstub.lib
|
79
|
+
- ext/iup-win32/iup_pplot.dll
|
80
|
+
- ext/iup-win32/iup_pplot.lib
|
81
|
+
- ext/iup-win32/pdflib.dll
|
82
|
+
- ext/iup-win32/pdflib.lib
|
83
|
+
- ext/iup.c
|
84
|
+
- ext/mkrf_conf.rb
|
85
|
+
- ext/rb_cd.h
|
86
|
+
- ext/rb_iup.h
|
87
|
+
- ext/rb_iupcb.h
|
88
|
+
- ext/rb_iupcbox.h
|
89
|
+
- ext/rb_iupcells.h
|
90
|
+
- ext/rb_iupcolorbar.h
|
91
|
+
- ext/rb_iupcompat.h
|
92
|
+
- ext/rb_iupcontrols.h
|
93
|
+
- ext/rb_iupdef.h
|
94
|
+
- ext/rb_iupdial.h
|
95
|
+
- ext/rb_iupgauge.h
|
96
|
+
- ext/rb_iupgc.h
|
97
|
+
- ext/rb_iupgetparam.h
|
98
|
+
- ext/rb_iupgl.h
|
99
|
+
- ext/rb_iupim.h
|
100
|
+
- ext/rb_iupmask.h
|
101
|
+
- ext/rb_iupmatrix.h
|
102
|
+
- ext/rb_iupole.h
|
103
|
+
- ext/rb_iupsbox.h
|
104
|
+
- ext/rb_iupspeech.h
|
105
|
+
- ext/rb_iupspin.h
|
106
|
+
- ext/rb_iuptabs.h
|
107
|
+
- ext/rb_iuptree.h
|
108
|
+
- ext/rb_iupval.h
|
109
|
+
- ext/rb_iup_pplot.h
|
110
|
+
- doc/build_install.txt
|
111
|
+
- doc/README
|
112
|
+
- examples/ctrl
|
113
|
+
- examples/ctrl/cbox.rb
|
114
|
+
- examples/ctrl/checkboard.rb
|
115
|
+
- examples/ctrl/degrade.rb
|
116
|
+
- examples/ctrl/example1.rb
|
117
|
+
- examples/ctrl/example2.rb
|
118
|
+
- examples/ctrl/iupcolorbar.rb
|
119
|
+
- examples/ctrl/iupcolorbrowser.rb
|
120
|
+
- examples/ctrl/iupdial.rb
|
121
|
+
- examples/ctrl/iupgauge.rb
|
122
|
+
- examples/ctrl/iupgetcolor.rb
|
123
|
+
- examples/ctrl/iupgetparam.rb
|
124
|
+
- examples/ctrl/iupglcanvas.rb
|
125
|
+
- examples/ctrl/iupmask.rb
|
126
|
+
- examples/ctrl/iupmatrix.rb
|
127
|
+
- examples/ctrl/iupplot2.rb
|
128
|
+
- examples/ctrl/iuptabs.rb
|
129
|
+
- examples/ctrl/iuptree.rb
|
130
|
+
- examples/ctrl/iupval.rb
|
131
|
+
- examples/ctrl/numbering.rb
|
132
|
+
- examples/ctrl/sample.rb
|
133
|
+
- examples/dlg
|
134
|
+
- examples/dlg/iupalarm.rb
|
135
|
+
- examples/dlg/iupfiledlg.rb
|
136
|
+
- examples/dlg/iupgetfile.rb
|
137
|
+
- examples/dlg/iuplistdialog.rb
|
138
|
+
- examples/dlg/iupmessage.rb
|
139
|
+
- examples/dlg/iupscanf.rb
|
140
|
+
- examples/elem
|
141
|
+
- examples/elem/iupbutton.rb
|
142
|
+
- examples/elem/iupcanvas.rb
|
143
|
+
- examples/elem/iupcanvas2.rb
|
144
|
+
- examples/elem/iupcanvas3.rb
|
145
|
+
- examples/elem/iupdialog.rb
|
146
|
+
- examples/elem/iupdialog2.rb
|
147
|
+
- examples/elem/iupfill.rb
|
148
|
+
- examples/elem/iupframe.rb
|
149
|
+
- examples/elem/iuphbox.rb
|
150
|
+
- examples/elem/iupimage.rb
|
151
|
+
- examples/elem/iupitem.rb
|
152
|
+
- examples/elem/iuplabel.rb
|
153
|
+
- examples/elem/iuplist.rb
|
154
|
+
- examples/elem/iuplist2.rb
|
155
|
+
- examples/elem/iupmenu.rb
|
156
|
+
- examples/elem/iupmultiline.rb
|
157
|
+
- examples/elem/iupmultiline2.rb
|
158
|
+
- examples/elem/iupradio.rb
|
159
|
+
- examples/elem/iupseparator.rb
|
160
|
+
- examples/elem/iupsubmenu.rb
|
161
|
+
- examples/elem/iuptext.rb
|
162
|
+
- examples/elem/iuptimer.rb
|
163
|
+
- examples/elem/iuptoggle.rb
|
164
|
+
- examples/elem/iupvbox.rb
|
165
|
+
- examples/elem/iupzbox.rb
|
166
|
+
- examples/elem/mdisample.rb
|
167
|
+
- examples/elem/progressbar.rb
|
168
|
+
- examples/elem/scrollbar.rb
|
169
|
+
- examples/elem/tray.rb
|
170
|
+
- examples/func
|
171
|
+
- examples/func/iupgetattribute.rb
|
172
|
+
- examples/func/iupidle.rb
|
173
|
+
- examples/README
|
174
|
+
test_files: []
|
175
|
+
|
176
|
+
rdoc_options: []
|
177
|
+
|
178
|
+
extra_rdoc_files: []
|
179
|
+
|
180
|
+
executables: []
|
181
|
+
|
182
|
+
extensions:
|
183
|
+
- ext/extconf.rb
|
184
|
+
requirements: []
|
185
|
+
|
186
|
+
dependencies: []
|
187
|
+
|