wxruby 1.9.2-i386-mswin32 → 1.9.3-i386-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +53 -53
- data/README +299 -299
- data/lib/wx/classes/app.rb +6 -0
- data/lib/wx/classes/checklistbox.rb +45 -30
- data/lib/wx/classes/clipboard.rb +16 -0
- data/lib/wx/classes/event.rb +5 -0
- data/lib/wx/classes/evthandler.rb +20 -10
- data/lib/wx/classes/grid.rb +38 -39
- data/lib/wx/classes/listctrl.rb +12 -0
- data/lib/wx/classes/mediactrl.rb +22 -0
- data/lib/wx/classes/menu.rb +6 -6
- data/lib/wx/classes/sound.rb +23 -0
- data/lib/wx/classes/styledtextctrl.rb +2 -2
- data/lib/wx/classes/treectrl.rb +26 -0
- data/lib/wx/keyword_ctors.rb +19 -5
- data/lib/wx/keyword_defs.rb +20 -0
- data/lib/wx/version.rb +1 -1
- data/lib/wx.rb +42 -42
- data/lib/wxruby2.exp +0 -0
- data/lib/wxruby2.lib +0 -0
- data/lib/wxruby2.so +0 -0
- data/samples/SAMPLES-LICENSE.TXT +17 -17
- data/samples/aui/aui.rb +8 -1
- data/samples/bigdemo/About.rbw +39 -39
- data/samples/bigdemo/ColorPanel.rbw +25 -25
- data/samples/bigdemo/GridSimple.rbw +80 -80
- data/samples/bigdemo/MDIDemo.rbw +59 -59
- data/samples/bigdemo/PopupMenu.rbw +151 -151
- data/samples/bigdemo/Sizers.rbw +545 -545
- data/samples/bigdemo/bigdemo.rb +826 -826
- data/samples/bigdemo/demoTemplate.rbw +37 -37
- data/samples/bigdemo/icons/choice.xpm +27 -27
- data/samples/bigdemo/icons/combo.xpm +27 -27
- data/samples/bigdemo/icons/copy.xpm +25 -25
- data/samples/bigdemo/icons/cut.xpm +24 -24
- data/samples/bigdemo/icons/gauge.xpm +27 -27
- data/samples/bigdemo/icons/help.xpm +25 -25
- data/samples/bigdemo/icons/list.xpm +27 -27
- data/samples/bigdemo/icons/mondrian.xpm +44 -44
- data/samples/bigdemo/icons/new.xpm +24 -24
- data/samples/bigdemo/icons/ogl.ico +0 -0
- data/samples/bigdemo/icons/ogl.xpm +45 -45
- data/samples/bigdemo/icons/open.xpm +26 -26
- data/samples/bigdemo/icons/paste.xpm +38 -38
- data/samples/bigdemo/icons/preview.xpm +26 -26
- data/samples/bigdemo/icons/print.xpm +26 -26
- data/samples/bigdemo/icons/radio.xpm +27 -27
- data/samples/bigdemo/icons/robert.xpm +415 -415
- data/samples/bigdemo/icons/save.xpm +25 -25
- data/samples/bigdemo/icons/smiles.xpm +39 -39
- data/samples/bigdemo/icons/smiley.xpm +42 -42
- data/samples/bigdemo/icons/stattext.xpm +24 -24
- data/samples/bigdemo/icons/test2.bmp +0 -0
- data/samples/bigdemo/icons/test2.xpm +79 -79
- data/samples/bigdemo/icons/text.xpm +27 -27
- data/samples/bigdemo/icons/tog1.xpm +38 -38
- data/samples/bigdemo/icons/tog2.xpm +38 -38
- data/samples/bigdemo/icons/wxwin16x16.xpm +25 -25
- data/samples/bigdemo/tips.txt +7 -7
- data/samples/bigdemo/utils.rb +11 -11
- data/samples/bigdemo/wxButton.rbw +66 -66
- data/samples/bigdemo/wxCalendarCtrl.rbw +72 -72
- data/samples/bigdemo/wxCheckBox.rbw +52 -52
- data/samples/bigdemo/wxCheckListBox.rbw +77 -77
- data/samples/bigdemo/wxChoice.rbw +49 -49
- data/samples/bigdemo/wxColourDialog.rbw +34 -34
- data/samples/bigdemo/wxComboBox.rbw +79 -79
- data/samples/bigdemo/wxDialog.rbw +92 -92
- data/samples/bigdemo/wxDirDialog.rbw +32 -32
- data/samples/bigdemo/wxFileDialog.rbw +39 -39
- data/samples/bigdemo/wxFileDialog_Save.rbw +38 -38
- data/samples/bigdemo/wxFindReplaceDialog.rbw +85 -85
- data/samples/bigdemo/wxFontDialog.rbw +176 -176
- data/samples/bigdemo/wxFrame.rbw +55 -55
- data/samples/bigdemo/wxGauge.rbw +73 -73
- data/samples/bigdemo/wxGrid.rbw +68 -68
- data/samples/bigdemo/wxListBox.rbw +142 -142
- data/samples/bigdemo/wxListCtrl_virtual.rbw +109 -109
- data/samples/bigdemo/wxMDIWindows.rbw +52 -52
- data/samples/bigdemo/wxMenu.rbw +238 -238
- data/samples/bigdemo/wxMessageDialog.rbw +30 -30
- data/samples/bigdemo/wxMultipleChoiceDialog.rbw +34 -34
- data/samples/bigdemo/wxNotebook.rbw +138 -138
- data/samples/bigdemo/wxProgressDialog.rbw +45 -45
- data/samples/bigdemo/wxRadioBox.rbw +74 -74
- data/samples/bigdemo/wxRadioButton.rbw +127 -127
- data/samples/bigdemo/wxSashWindow.rbw +94 -104
- data/samples/bigdemo/wxScrolledMessageDialog.rbw +59 -59
- data/samples/bigdemo/wxScrolledWindow.rbw +201 -201
- data/samples/bigdemo/wxSingleChoiceDialog.rbw +35 -35
- data/samples/bigdemo/wxSlider.rbw +44 -44
- data/samples/bigdemo/wxSpinButton.rbw +52 -52
- data/samples/bigdemo/wxSpinCtrl.rbw +53 -53
- data/samples/bigdemo/wxSplitterWindow.rbw +65 -65
- data/samples/bigdemo/wxStaticBitmap.rbw +53 -53
- data/samples/bigdemo/wxStaticText.rbw +57 -57
- data/samples/bigdemo/wxStatusBar.rbw +128 -128
- data/samples/bigdemo/wxTextCtrl.rbw +151 -151
- data/samples/bigdemo/wxTextEntryDialog.rbw +34 -34
- data/samples/bigdemo/wxToggleButton.rbw +51 -51
- data/samples/bigdemo/wxToolBar.rbw +133 -133
- data/samples/bigdemo/wxTreeCtrl.rbw +192 -192
- data/samples/calendar/calendar.rb +275 -275
- data/samples/caret/caret.rb +286 -286
- data/samples/caret/mondrian.xpm +44 -44
- data/samples/controls/controls.rb +1140 -1140
- data/samples/controls/get_item_sample.rb +87 -87
- data/samples/controls/icons/choice.xpm +27 -27
- data/samples/controls/icons/combo.xpm +27 -27
- data/samples/controls/icons/gauge.xpm +27 -27
- data/samples/controls/icons/list.xpm +27 -27
- data/samples/controls/icons/radio.xpm +27 -27
- data/samples/controls/icons/stattext.xpm +24 -24
- data/samples/controls/icons/text.xpm +27 -27
- data/samples/controls/mondrian.xpm +44 -44
- data/samples/dialogs/dialogs.rb +724 -724
- data/samples/dialogs/tips.txt +18 -18
- data/samples/drawing/graphics_drawing.rb +232 -0
- data/samples/{images → drawing}/images.rb +48 -48
- data/samples/{images → drawing}/paperclip.png +0 -0
- data/samples/etc/activation.rb +108 -108
- data/samples/etc/choice.rb +72 -72
- data/samples/etc/miniframe.rb +84 -84
- data/samples/etc/sash.rb +135 -135
- data/samples/etc/scrollwin.rb +116 -116
- data/samples/etc/system_settings.rb +258 -258
- data/samples/etc/wizard.rb +79 -79
- data/samples/grid/grid.rb +1 -0
- data/samples/listbook/listbook.rb +181 -181
- data/samples/listbook/listbook.xrc +370 -370
- data/samples/mdi/mdi.rb +87 -87
- data/samples/media/mediactrl.rb +173 -0
- data/samples/minimal/minimal.rb +85 -85
- data/samples/minimal/nothing.rb +21 -21
- data/samples/opengl/cube.rb +123 -0
- data/samples/sockets/SocketPackets.rb +27 -0
- data/samples/sockets/res/message-new.png +0 -0
- data/samples/sockets/res/user.png +0 -0
- data/samples/sockets/wxClient.rb +395 -0
- data/samples/sockets/wxServer.rb +422 -0
- data/samples/sockets/wxSocketGUI.rb +97 -0
- data/samples/text/textctrl.rb +124 -124
- data/samples/text/unicode.rb +238 -238
- data/samples/text/utf8.txt +14 -14
- data/samples/treectrl/treectrl.rb +1180 -1181
- data/samples/xrc/samples.xrc +46 -46
- data/samples/xrc/xrc_sample.rb +107 -107
- metadata +26 -9
- data/samples/images/Thumbs.db +0 -0
data/samples/xrc/samples.xrc
CHANGED
@@ -1,46 +1,46 @@
|
|
1
|
-
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2
|
-
<resource xmlns="http://www.wxwindows.org/wxxrc">
|
3
|
-
<object class="wxDialog" name="SAMPLE_DIALOG">
|
4
|
-
<style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU</style>
|
5
|
-
<size>400,300</size>
|
6
|
-
<title>Sample</title>
|
7
|
-
<centered>1</centered>
|
8
|
-
<object class="wxBoxSizer">
|
9
|
-
<orient>wxHORIZONTAL</orient>
|
10
|
-
<object class="sizeritem">
|
11
|
-
<flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
|
12
|
-
<border>5</border>
|
13
|
-
<object class="wxBoxSizer">
|
14
|
-
<orient>wxVERTICAL</orient>
|
15
|
-
<object class="sizeritem">
|
16
|
-
<flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
|
17
|
-
<border>5</border>
|
18
|
-
<object class="wxButton" name="wxID_OK">
|
19
|
-
<size>-1,-1</size>
|
20
|
-
<style></style>
|
21
|
-
<label>Ok</label>
|
22
|
-
</object>
|
23
|
-
</object>
|
24
|
-
<object class="sizeritem">
|
25
|
-
<flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
|
26
|
-
<border>5</border>
|
27
|
-
<object class="wxButton" name="wxID_CANCEL">
|
28
|
-
<size>-1,-1</size>
|
29
|
-
<style></style>
|
30
|
-
<label>Cancel</label>
|
31
|
-
</object>
|
32
|
-
</object>
|
33
|
-
<object class="sizeritem">
|
34
|
-
<flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
|
35
|
-
<border>5</border>
|
36
|
-
<object class="wxButton" name="SAMPLE_MESSAGE">
|
37
|
-
<size>-1,-1</size>
|
38
|
-
<style></style>
|
39
|
-
<label>Message...</label>
|
40
|
-
</object>
|
41
|
-
</object>
|
42
|
-
</object>
|
43
|
-
</object>
|
44
|
-
</object>
|
45
|
-
</object>
|
46
|
-
</resource>
|
1
|
+
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2
|
+
<resource xmlns="http://www.wxwindows.org/wxxrc">
|
3
|
+
<object class="wxDialog" name="SAMPLE_DIALOG">
|
4
|
+
<style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU</style>
|
5
|
+
<size>400,300</size>
|
6
|
+
<title>Sample</title>
|
7
|
+
<centered>1</centered>
|
8
|
+
<object class="wxBoxSizer">
|
9
|
+
<orient>wxHORIZONTAL</orient>
|
10
|
+
<object class="sizeritem">
|
11
|
+
<flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
|
12
|
+
<border>5</border>
|
13
|
+
<object class="wxBoxSizer">
|
14
|
+
<orient>wxVERTICAL</orient>
|
15
|
+
<object class="sizeritem">
|
16
|
+
<flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
|
17
|
+
<border>5</border>
|
18
|
+
<object class="wxButton" name="wxID_OK">
|
19
|
+
<size>-1,-1</size>
|
20
|
+
<style></style>
|
21
|
+
<label>Ok</label>
|
22
|
+
</object>
|
23
|
+
</object>
|
24
|
+
<object class="sizeritem">
|
25
|
+
<flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
|
26
|
+
<border>5</border>
|
27
|
+
<object class="wxButton" name="wxID_CANCEL">
|
28
|
+
<size>-1,-1</size>
|
29
|
+
<style></style>
|
30
|
+
<label>Cancel</label>
|
31
|
+
</object>
|
32
|
+
</object>
|
33
|
+
<object class="sizeritem">
|
34
|
+
<flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
|
35
|
+
<border>5</border>
|
36
|
+
<object class="wxButton" name="SAMPLE_MESSAGE">
|
37
|
+
<size>-1,-1</size>
|
38
|
+
<style></style>
|
39
|
+
<label>Message...</label>
|
40
|
+
</object>
|
41
|
+
</object>
|
42
|
+
</object>
|
43
|
+
</object>
|
44
|
+
</object>
|
45
|
+
</object>
|
46
|
+
</resource>
|
data/samples/xrc/xrc_sample.rb
CHANGED
@@ -1,107 +1,107 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# wxRuby2 Sample Code. Copyright (c) 2004-2006 Kevin B. Smith
|
3
|
-
# Freely reusable code: see SAMPLES-LICENSE.TXT for details
|
4
|
-
|
5
|
-
begin
|
6
|
-
require 'wx'
|
7
|
-
rescue LoadError => no_wx_err
|
8
|
-
begin
|
9
|
-
require 'rubygems'
|
10
|
-
require 'wx'
|
11
|
-
rescue LoadError
|
12
|
-
raise no_wx_err
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
# Basic Frame Class. This creates the dialog window
|
17
|
-
class SimpleFrame < Wx::Frame
|
18
|
-
|
19
|
-
FILE_DIALOG = 1001
|
20
|
-
|
21
|
-
def initialize()
|
22
|
-
super(nil,-1,"Sample",Wx::Point.new(50,50),Wx::Size.new(300,300))
|
23
|
-
txt = "Choose 'Open Dialog' from the menu to see a dialog made with XRC"
|
24
|
-
Wx::StaticText.new( self, -1, txt, Wx::Point.new(10, 10) )
|
25
|
-
|
26
|
-
# Create a new menu
|
27
|
-
bar = Wx::MenuBar.new()
|
28
|
-
menu = Wx::Menu.new()
|
29
|
-
menu.append(FILE_DIALOG,"Open Dialog")
|
30
|
-
menu.append(Wx::ID_EXIT,"Quit")
|
31
|
-
bar.append(menu,"File")
|
32
|
-
|
33
|
-
set_menu_bar(bar)
|
34
|
-
|
35
|
-
#
|
36
|
-
# Assign the menu events
|
37
|
-
#
|
38
|
-
evt_menu(FILE_DIALOG) do
|
39
|
-
SimpleDialog.new(self).show_modal()
|
40
|
-
end
|
41
|
-
|
42
|
-
evt_menu(Wx::ID_EXIT) do
|
43
|
-
puts Wx::get_app.get_app_name
|
44
|
-
Wx::get_app.exit_main_loop()
|
45
|
-
end
|
46
|
-
|
47
|
-
evt_close() do
|
48
|
-
Wx::get_app.exit_main_loop()
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
|
-
end
|
53
|
-
|
54
|
-
# Dialog subclass. The components within the dialog are loaded from XRC.
|
55
|
-
class SimpleDialog < Wx::Dialog
|
56
|
-
def initialize(parent)
|
57
|
-
# To load a layout defined in XRC into a Ruby subclass of Dialog,
|
58
|
-
# first call the empty constructor. All the details of size,
|
59
|
-
# title, position and so on are loaded from the XRC by the call to
|
60
|
-
# load_frame_subclass. Using a non-empty constructor will cause
|
61
|
-
# errors on GTK.
|
62
|
-
super()
|
63
|
-
|
64
|
-
# Load the dialog from XRC. We define $xml in on_init.
|
65
|
-
# We could use XmlResource.get() over and over again, but
|
66
|
-
# honestly, thats just too much work.
|
67
|
-
$xml.load_dialog_subclass(self,parent,'SAMPLE_DIALOG')
|
68
|
-
|
69
|
-
# Get the buttons. The xrcid method turns a string identifier
|
70
|
-
# used in an xml file into a numeric identifier as used in
|
71
|
-
# wxruby.
|
72
|
-
@ok = find_window_by_id( Wx::xrcid('wxID_OK') )
|
73
|
-
@cancel = find_window_by_id( Wx::xrcid('wxID_CANCEL') )
|
74
|
-
@message = find_window_by_id( Wx::xrcid('SAMPLE_MESSAGE') )
|
75
|
-
|
76
|
-
# Bind the buttons to event handlers
|
77
|
-
evt_button( @ok.get_id ) { end_modal(Wx::ID_OK) }
|
78
|
-
evt_button( @cancel.get_id ) { end_modal(Wx::ID_CANCEL) }
|
79
|
-
evt_button( @message.get_id ) do
|
80
|
-
Wx::message_box("And now a message from our sponsors.")
|
81
|
-
end
|
82
|
-
end
|
83
|
-
end
|
84
|
-
|
85
|
-
#
|
86
|
-
# Application class.
|
87
|
-
#
|
88
|
-
class XrcApp < Wx::App
|
89
|
-
|
90
|
-
def on_init
|
91
|
-
# Create a resource handler
|
92
|
-
$xml = Wx::XmlResource.get();
|
93
|
-
$xml.init_all_handlers();
|
94
|
-
|
95
|
-
|
96
|
-
# Load a resource file
|
97
|
-
xrc_file = File.join( File.dirname(__FILE__), 'samples.xrc' )
|
98
|
-
$xml.load(xrc_file)
|
99
|
-
|
100
|
-
# Show the main frame.
|
101
|
-
main = SimpleFrame.new()
|
102
|
-
main.show(true)
|
103
|
-
end
|
104
|
-
|
105
|
-
end
|
106
|
-
|
107
|
-
XrcApp.new.main_loop()
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# wxRuby2 Sample Code. Copyright (c) 2004-2006 Kevin B. Smith
|
3
|
+
# Freely reusable code: see SAMPLES-LICENSE.TXT for details
|
4
|
+
|
5
|
+
begin
|
6
|
+
require 'wx'
|
7
|
+
rescue LoadError => no_wx_err
|
8
|
+
begin
|
9
|
+
require 'rubygems'
|
10
|
+
require 'wx'
|
11
|
+
rescue LoadError
|
12
|
+
raise no_wx_err
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
# Basic Frame Class. This creates the dialog window
|
17
|
+
class SimpleFrame < Wx::Frame
|
18
|
+
|
19
|
+
FILE_DIALOG = 1001
|
20
|
+
|
21
|
+
def initialize()
|
22
|
+
super(nil,-1,"Sample",Wx::Point.new(50,50),Wx::Size.new(300,300))
|
23
|
+
txt = "Choose 'Open Dialog' from the menu to see a dialog made with XRC"
|
24
|
+
Wx::StaticText.new( self, -1, txt, Wx::Point.new(10, 10) )
|
25
|
+
|
26
|
+
# Create a new menu
|
27
|
+
bar = Wx::MenuBar.new()
|
28
|
+
menu = Wx::Menu.new()
|
29
|
+
menu.append(FILE_DIALOG,"Open Dialog")
|
30
|
+
menu.append(Wx::ID_EXIT,"Quit")
|
31
|
+
bar.append(menu,"File")
|
32
|
+
|
33
|
+
set_menu_bar(bar)
|
34
|
+
|
35
|
+
#
|
36
|
+
# Assign the menu events
|
37
|
+
#
|
38
|
+
evt_menu(FILE_DIALOG) do
|
39
|
+
SimpleDialog.new(self).show_modal()
|
40
|
+
end
|
41
|
+
|
42
|
+
evt_menu(Wx::ID_EXIT) do
|
43
|
+
puts Wx::get_app.get_app_name
|
44
|
+
Wx::get_app.exit_main_loop()
|
45
|
+
end
|
46
|
+
|
47
|
+
evt_close() do
|
48
|
+
Wx::get_app.exit_main_loop()
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
end
|
53
|
+
|
54
|
+
# Dialog subclass. The components within the dialog are loaded from XRC.
|
55
|
+
class SimpleDialog < Wx::Dialog
|
56
|
+
def initialize(parent)
|
57
|
+
# To load a layout defined in XRC into a Ruby subclass of Dialog,
|
58
|
+
# first call the empty constructor. All the details of size,
|
59
|
+
# title, position and so on are loaded from the XRC by the call to
|
60
|
+
# load_frame_subclass. Using a non-empty constructor will cause
|
61
|
+
# errors on GTK.
|
62
|
+
super()
|
63
|
+
|
64
|
+
# Load the dialog from XRC. We define $xml in on_init.
|
65
|
+
# We could use XmlResource.get() over and over again, but
|
66
|
+
# honestly, thats just too much work.
|
67
|
+
$xml.load_dialog_subclass(self,parent,'SAMPLE_DIALOG')
|
68
|
+
|
69
|
+
# Get the buttons. The xrcid method turns a string identifier
|
70
|
+
# used in an xml file into a numeric identifier as used in
|
71
|
+
# wxruby.
|
72
|
+
@ok = find_window_by_id( Wx::xrcid('wxID_OK') )
|
73
|
+
@cancel = find_window_by_id( Wx::xrcid('wxID_CANCEL') )
|
74
|
+
@message = find_window_by_id( Wx::xrcid('SAMPLE_MESSAGE') )
|
75
|
+
|
76
|
+
# Bind the buttons to event handlers
|
77
|
+
evt_button( @ok.get_id ) { end_modal(Wx::ID_OK) }
|
78
|
+
evt_button( @cancel.get_id ) { end_modal(Wx::ID_CANCEL) }
|
79
|
+
evt_button( @message.get_id ) do
|
80
|
+
Wx::message_box("And now a message from our sponsors.")
|
81
|
+
end
|
82
|
+
end
|
83
|
+
end
|
84
|
+
|
85
|
+
#
|
86
|
+
# Application class.
|
87
|
+
#
|
88
|
+
class XrcApp < Wx::App
|
89
|
+
|
90
|
+
def on_init
|
91
|
+
# Create a resource handler
|
92
|
+
$xml = Wx::XmlResource.get();
|
93
|
+
$xml.init_all_handlers();
|
94
|
+
|
95
|
+
|
96
|
+
# Load a resource file
|
97
|
+
xrc_file = File.join( File.dirname(__FILE__), 'samples.xrc' )
|
98
|
+
$xml.load(xrc_file)
|
99
|
+
|
100
|
+
# Show the main frame.
|
101
|
+
main = SimpleFrame.new()
|
102
|
+
main.show(true)
|
103
|
+
end
|
104
|
+
|
105
|
+
end
|
106
|
+
|
107
|
+
XrcApp.new.main_loop()
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.
|
2
|
+
rubygems_version: 0.8.11
|
3
3
|
specification_version: 1
|
4
4
|
name: wxruby
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.9.
|
7
|
-
date:
|
6
|
+
version: 1.9.3
|
7
|
+
date: 2008-01-14 00:00:00 -08:00
|
8
8
|
summary: Ruby interface to the wxWidgets GUI library
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -25,12 +25,14 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
25
25
|
platform: i386-mswin32
|
26
26
|
signing_key:
|
27
27
|
cert_chain:
|
28
|
-
post_install_message:
|
29
28
|
authors:
|
30
29
|
- wxRuby development team
|
31
30
|
files:
|
32
31
|
- lib/wx
|
33
32
|
- lib/wx.rb
|
33
|
+
- lib/wxruby2.exp
|
34
|
+
- lib/wxruby2.lib
|
35
|
+
- lib/wxruby2.so
|
34
36
|
- lib/wx/accessors.rb
|
35
37
|
- lib/wx/classes
|
36
38
|
- lib/wx/keyword_ctors.rb
|
@@ -42,10 +44,12 @@ files:
|
|
42
44
|
- lib/wx/classes/checklistbox.rb
|
43
45
|
- lib/wx/classes/choice.rb
|
44
46
|
- lib/wx/classes/clientdc.rb
|
47
|
+
- lib/wx/classes/clipboard.rb
|
45
48
|
- lib/wx/classes/colour.rb
|
46
49
|
- lib/wx/classes/combobox.rb
|
47
50
|
- lib/wx/classes/commandevent.rb
|
48
51
|
- lib/wx/classes/controlwithitems.rb
|
52
|
+
- lib/wx/classes/event.rb
|
49
53
|
- lib/wx/classes/evthandler.rb
|
50
54
|
- lib/wx/classes/font.rb
|
51
55
|
- lib/wx/classes/grid.rb
|
@@ -57,6 +61,7 @@ files:
|
|
57
61
|
- lib/wx/classes/listbox.rb
|
58
62
|
- lib/wx/classes/listctrl.rb
|
59
63
|
- lib/wx/classes/locale.rb
|
64
|
+
- lib/wx/classes/mediactrl.rb
|
60
65
|
- lib/wx/classes/menu.rb
|
61
66
|
- lib/wx/classes/menuitem.rb
|
62
67
|
- lib/wx/classes/object.rb
|
@@ -65,6 +70,7 @@ files:
|
|
65
70
|
- lib/wx/classes/previewframe.rb
|
66
71
|
- lib/wx/classes/rect.rb
|
67
72
|
- lib/wx/classes/size.rb
|
73
|
+
- lib/wx/classes/sound.rb
|
68
74
|
- lib/wx/classes/styledtextctrl.rb
|
69
75
|
- lib/wx/classes/textctrl.rb
|
70
76
|
- lib/wx/classes/texturlevent.rb
|
@@ -78,16 +84,19 @@ files:
|
|
78
84
|
- samples/caret
|
79
85
|
- samples/controls
|
80
86
|
- samples/dialogs
|
87
|
+
- samples/drawing
|
81
88
|
- samples/etc
|
82
89
|
- samples/event
|
83
90
|
- samples/grid
|
84
91
|
- samples/html
|
85
|
-
- samples/images
|
86
92
|
- samples/listbook
|
87
93
|
- samples/mdi
|
94
|
+
- samples/media
|
88
95
|
- samples/minimal
|
96
|
+
- samples/opengl
|
89
97
|
- samples/printing
|
90
98
|
- samples/SAMPLES-LICENSE.TXT
|
99
|
+
- samples/sockets
|
91
100
|
- samples/text
|
92
101
|
- samples/treectrl
|
93
102
|
- samples/xrc
|
@@ -223,6 +232,9 @@ files:
|
|
223
232
|
- samples/controls/icons/text.xpm
|
224
233
|
- samples/dialogs/dialogs.rb
|
225
234
|
- samples/dialogs/tips.txt
|
235
|
+
- samples/drawing/graphics_drawing.rb
|
236
|
+
- samples/drawing/images.rb
|
237
|
+
- samples/drawing/paperclip.png
|
226
238
|
- samples/etc/activation.rb
|
227
239
|
- samples/etc/choice.rb
|
228
240
|
- samples/etc/miniframe.rb
|
@@ -234,19 +246,25 @@ files:
|
|
234
246
|
- samples/event/event.rb
|
235
247
|
- samples/grid/grid.rb
|
236
248
|
- samples/html/html.rb
|
237
|
-
- samples/images/images.rb
|
238
|
-
- samples/images/paperclip.png
|
239
|
-
- samples/images/Thumbs.db
|
240
249
|
- samples/listbook/listbook.rb
|
241
250
|
- samples/listbook/listbook.xrc
|
242
251
|
- samples/mdi/mdi.rb
|
252
|
+
- samples/media/mediactrl.rb
|
243
253
|
- samples/minimal/minimal.rb
|
244
254
|
- samples/minimal/mondrian.ico
|
245
255
|
- samples/minimal/mondrian.png
|
246
256
|
- samples/minimal/nothing.rb
|
257
|
+
- samples/opengl/cube.rb
|
247
258
|
- samples/printing/mondrian.ico
|
248
259
|
- samples/printing/mondrian.xpm
|
249
260
|
- samples/printing/printing.rb
|
261
|
+
- samples/sockets/res
|
262
|
+
- samples/sockets/SocketPackets.rb
|
263
|
+
- samples/sockets/wxClient.rb
|
264
|
+
- samples/sockets/wxServer.rb
|
265
|
+
- samples/sockets/wxSocketGUI.rb
|
266
|
+
- samples/sockets/res/message-new.png
|
267
|
+
- samples/sockets/res/user.png
|
250
268
|
- samples/text/mondrian.ico
|
251
269
|
- samples/text/mondrian.xpm
|
252
270
|
- samples/text/scintilla.rb
|
@@ -263,7 +281,6 @@ files:
|
|
263
281
|
- samples/xrc/xrc_sample.rb
|
264
282
|
- README
|
265
283
|
- LICENSE
|
266
|
-
- lib/wxruby2.so
|
267
284
|
test_files: []
|
268
285
|
|
269
286
|
rdoc_options: []
|
data/samples/images/Thumbs.db
DELETED
Binary file
|