wxruby 1.9.5-x86-linux → 1.9.6-x86-linux

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.
Files changed (117) hide show
  1. data/lib/wx/classes/acceleratortable.rb +28 -0
  2. data/lib/wx/classes/animation.rb +18 -0
  3. data/lib/wx/classes/bitmap.rb +5 -0
  4. data/lib/wx/classes/busycursor.rb +12 -0
  5. data/lib/wx/classes/evthandler.rb +36 -21
  6. data/lib/wx/classes/functions.rb +44 -0
  7. data/lib/wx/classes/grid.rb +16 -7
  8. data/lib/wx/classes/htmlwindow.rb +8 -0
  9. data/lib/wx/classes/icon.rb +7 -0
  10. data/lib/wx/classes/iconbundle.rb +3 -0
  11. data/lib/wx/classes/image.rb +17 -0
  12. data/lib/wx/classes/imagelist.rb +3 -0
  13. data/lib/wx/classes/toolbartool.rb +4 -0
  14. data/lib/wx/classes/xmlresource.rb +21 -0
  15. data/lib/wx/keyword_ctors.rb +9 -6
  16. data/lib/wx/keyword_defs.rb +7 -0
  17. data/lib/wx/version.rb +1 -1
  18. data/lib/wxruby2.so +0 -0
  19. data/samples/aui/aui.rb +6 -10
  20. data/samples/bigdemo/About.rbw +0 -0
  21. data/samples/bigdemo/ColorPanel.rbw +7 -9
  22. data/samples/bigdemo/GridSimple.rbw +7 -9
  23. data/samples/bigdemo/MDIDemo.rbw +7 -9
  24. data/samples/bigdemo/PopupMenu.rbw +7 -9
  25. data/samples/bigdemo/ShapedWindow.rbw +6 -10
  26. data/samples/bigdemo/Sizers.rbw +7 -9
  27. data/samples/bigdemo/bigdemo.rb +24 -25
  28. data/samples/bigdemo/demoTemplate.rbw +6 -10
  29. data/samples/bigdemo/run.rb +6 -10
  30. data/samples/bigdemo/utils.rb +0 -0
  31. data/samples/bigdemo/wxArtProvider.rbw +6 -10
  32. data/samples/bigdemo/wxBitmapButton.rbw +42 -41
  33. data/samples/bigdemo/wxButton.rbw +7 -9
  34. data/samples/bigdemo/wxCalendarCtrl.rbw +41 -53
  35. data/samples/bigdemo/wxCheckBox.rbw +7 -9
  36. data/samples/bigdemo/wxCheckListBox.rbw +7 -9
  37. data/samples/bigdemo/wxChoice.rbw +7 -9
  38. data/samples/bigdemo/wxChoicebook.rbw +7 -9
  39. data/samples/bigdemo/wxColourDialog.rbw +7 -10
  40. data/samples/bigdemo/wxComboBox.rbw +7 -9
  41. data/samples/bigdemo/wxCursor.rbw +6 -10
  42. data/samples/bigdemo/wxDialog.rbw +7 -9
  43. data/samples/bigdemo/wxDirDialog.rbw +7 -10
  44. data/samples/bigdemo/wxDragImage.rbw +6 -10
  45. data/samples/bigdemo/wxFileDialog.rbw +7 -9
  46. data/samples/bigdemo/wxFileDialog_Save.rbw +7 -10
  47. data/samples/bigdemo/wxFindReplaceDialog.rbw +7 -10
  48. data/samples/bigdemo/wxFontDialog.rbw +7 -10
  49. data/samples/bigdemo/wxFrame.rbw +7 -9
  50. data/samples/bigdemo/wxGauge.rbw +7 -9
  51. data/samples/bigdemo/wxGenericDirCtrl.rbw +6 -10
  52. data/samples/bigdemo/wxGrid.rbw +7 -9
  53. data/samples/bigdemo/wxHtmlHelpController.rbw +6 -11
  54. data/samples/bigdemo/wxListBox.rbw +7 -9
  55. data/samples/bigdemo/wxListCtrl_virtual.rbw +7 -9
  56. data/samples/bigdemo/wxMDIWindows.rbw +7 -9
  57. data/samples/bigdemo/wxMenu.rbw +7 -9
  58. data/samples/bigdemo/wxMessageDialog.rbw +7 -10
  59. data/samples/bigdemo/wxMiniFrame.rbw +6 -10
  60. data/samples/bigdemo/wxMultipleChoiceDialog.rbw +7 -9
  61. data/samples/bigdemo/wxNotebook.rbw +7 -9
  62. data/samples/bigdemo/wxProgressDialog.rbw +7 -9
  63. data/samples/bigdemo/wxRadioBox.rbw +7 -9
  64. data/samples/bigdemo/wxRadioButton.rbw +7 -9
  65. data/samples/bigdemo/wxSashWindow.rbw +6 -10
  66. data/samples/bigdemo/wxScrolledMessageDialog.rbw +7 -9
  67. data/samples/bigdemo/wxScrolledWindow.rbw +7 -9
  68. data/samples/bigdemo/wxSingleChoiceDialog.rbw +7 -9
  69. data/samples/bigdemo/wxSlider.rbw +7 -9
  70. data/samples/bigdemo/wxSpinButton.rbw +7 -9
  71. data/samples/bigdemo/wxSpinCtrl.rbw +7 -9
  72. data/samples/bigdemo/wxSplitterWindow.rbw +7 -9
  73. data/samples/bigdemo/wxStaticBitmap.rbw +7 -9
  74. data/samples/bigdemo/wxStaticText.rbw +7 -9
  75. data/samples/bigdemo/wxStatusBar.rbw +7 -9
  76. data/samples/bigdemo/wxTextCtrl.rbw +7 -9
  77. data/samples/bigdemo/wxTextEntryDialog.rbw +7 -10
  78. data/samples/bigdemo/wxToggleButton.rbw +7 -9
  79. data/samples/bigdemo/wxToolBar.rbw +7 -9
  80. data/samples/bigdemo/wxTreeCtrl.rbw +7 -9
  81. data/samples/calendar/calendar.rb +6 -10
  82. data/samples/caret/caret.rb +6 -10
  83. data/samples/controls/controls.rb +6 -10
  84. data/samples/controls/get_item_sample.rb +0 -0
  85. data/samples/dialogs/dialogs.rb +10 -11
  86. data/samples/drawing/graphics_drawing.rb +6 -7
  87. data/samples/drawing/images.rb +5 -10
  88. data/samples/drawing/paperclip.png +0 -0
  89. data/samples/etc/activation.rb +4 -10
  90. data/samples/etc/choice.rb +5 -10
  91. data/samples/etc/miniframe.rb +5 -10
  92. data/samples/etc/sash.rb +5 -10
  93. data/samples/etc/scrollwin.rb +4 -10
  94. data/samples/etc/system_settings.rb +4 -10
  95. data/samples/etc/threaded.rb +4 -10
  96. data/samples/etc/wizard.rb +5 -10
  97. data/samples/event/event.rb +3 -5
  98. data/samples/grid/grid.rb +5 -9
  99. data/samples/grid/gridtablebase.rb +134 -0
  100. data/samples/html/html.rb +4 -10
  101. data/samples/listbook/listbook.rb +4 -11
  102. data/samples/mdi/mdi.rb +5 -10
  103. data/samples/media/mediactrl.rb +4 -10
  104. data/samples/minimal/minimal.rb +18 -26
  105. data/samples/minimal/nothing.rb +5 -10
  106. data/samples/opengl/cube.rb +8 -14
  107. data/samples/printing/mondrian.ico +0 -0
  108. data/samples/printing/mondrian.xpm +0 -0
  109. data/samples/printing/printing.rb +5 -179
  110. data/samples/text/mondrian.ico +0 -0
  111. data/samples/text/mondrian.xpm +0 -0
  112. data/samples/text/scintilla.rb +5 -10
  113. data/samples/text/textctrl.rb +27 -38
  114. data/samples/text/unicode.rb +6 -2
  115. data/samples/treectrl/treectrl.rb +4 -10
  116. data/samples/xrc/xrc_sample.rb +6 -17
  117. metadata +98 -90
@@ -1,17 +1,11 @@
1
1
  #!/usr/bin/env ruby
2
- # wxRuby2 Sample Code. Copyright (c) 2004-2006 Kevin B. Smith
2
+ # wxRuby2 Sample Code. Copyright (c) 2004-2008 wxRuby development team
3
3
  # Freely reusable code: see SAMPLES-LICENSE.TXT for details
4
-
5
4
  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
5
+ require 'rubygems'
6
+ rescue LoadError
14
7
  end
8
+ require 'wx'
15
9
 
16
10
  class InformativeTextCtrl < Wx::TextCtrl
17
11
  NEWLINE_CORRECTION_FACTOR = 0
@@ -19,8 +13,8 @@ class InformativeTextCtrl < Wx::TextCtrl
19
13
  # These text controls are multiline, and may have rich (coloured,
20
14
  # styled) text in them
21
15
  STYLE = Wx::TE_MULTILINE|Wx::TE_RICH|Wx::TE_RICH2
22
- def initialize(parent, text)
23
- super(parent, -1, text, Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE, STYLE)
16
+ def initialize(parent, text = '')
17
+ super(parent, :value => text, :style => STYLE)
24
18
  end
25
19
 
26
20
  # more ruby-ish
@@ -45,29 +39,28 @@ end
45
39
  class LogTextCtrl < Wx::TextCtrl
46
40
  STYLE = Wx::TE_READONLY|Wx::TE_MULTILINE
47
41
  def initialize(parent)
48
- super(parent, -1, '', Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE, STYLE)
42
+ super(parent, :style => STYLE)
49
43
  end
50
44
  end
51
45
 
52
46
  class TextCtrlFrame < Wx::Frame
53
- def initialize(title, pos, size)
54
- super(nil, -1, title, pos, size)
47
+ def initialize(*args)
48
+ super(nil, *args)
55
49
 
56
- panel = Wx::Panel.new(self, -1)
50
+ panel = Wx::Panel.new(self)
57
51
  sizer = Wx::BoxSizer.new(Wx::VERTICAL)
58
52
 
59
- @textctrl = InformativeTextCtrl.new(panel, '')
53
+ @textctrl = InformativeTextCtrl.new(panel)
60
54
  populate_textctrl()
61
55
  sizer.add(@textctrl, 2, Wx::GROW|Wx::ALL, 2)
62
56
 
63
- button = Wx::Button.new(panel, -1, 'Get Info')
57
+ button = Wx::Button.new(panel, :label => 'Get Info')
64
58
  sizer.add(button, 0, Wx::ADJUST_MINSIZE|Wx::ALL, 2 )
65
- evt_button(button.get_id) { | e | on_click(e) }
59
+ evt_button button, :on_click
66
60
 
67
61
  @log = LogTextCtrl.new(panel)
68
62
  sizer.add(@log, 1, Wx::GROW|Wx::ALL, 2)
69
-
70
- panel.set_sizer( sizer )
63
+ panel.sizer = sizer
71
64
  end
72
65
 
73
66
  def populate_textctrl()
@@ -86,39 +79,35 @@ class TextCtrlFrame < Wx::Frame
86
79
  menu_file = Wx::Menu.new()
87
80
  menu_file.append(Wx::ID_EXIT, "E&xit\tAlt-X", "Quit this program")
88
81
  menu_bar.append(menu_file, "&File")
89
- evt_menu(Wx::ID_EXIT) { on_quit() }
82
+ evt_menu Wx::ID_EXIT, :on_quit
90
83
 
91
84
  menu_help = Wx::Menu.new()
92
85
  menu_help.append(Wx::ID_ABOUT, "&About...\tF1", "Show about dialog")
93
- evt_menu(Wx::ID_ABOUT) { on_about() }
86
+ evt_menu Wx::ID_ABOUT, :on_about
94
87
  menu_bar.append(menu_help, "&Help")
95
88
 
96
- set_menu_bar(menu_bar)
89
+ self.menu_bar = menu_bar
97
90
  end
98
91
 
99
- def on_click(e)
100
- @log.set_value( @textctrl.report() )
92
+ def on_click
93
+ @log.value = @textctrl.report
101
94
  end
102
95
 
103
- def on_quit()
104
- close(TRUE)
96
+ def on_quit
97
+ close
105
98
  end
106
99
 
107
- def on_about()
100
+ def on_about
108
101
  msg = sprintf("This is the About dialog of the textctrl sample.\n" \
109
102
  "Welcome to %s", Wx::VERSION_STRING)
110
103
  message_box(msg, "About Minimal", Wx::OK|Wx::ICON_INFORMATION, self)
111
104
  end
112
105
  end
113
106
 
114
- class RbApp < Wx::App
115
- def on_init()
116
- frame = TextCtrlFrame.new("TextCtrl demonstration",
117
- Wx::Point.new(50, 50),
118
- Wx::Size.new(450, 340) )
119
-
120
- frame.show(true)
121
- end
107
+ Wx::App.run do
108
+ frame = TextCtrlFrame.new( :title => "TextCtrl demonstration",
109
+ :pos => [ 50, 50 ],
110
+ :size => [ 450, 340 ] )
111
+ frame.show
122
112
  end
123
113
 
124
- RbApp.new().main_loop()
@@ -1,6 +1,10 @@
1
- # wxRuby2 Sample Code. Copyright (c) 2004-2006 Kevin B. Smith
1
+ #!/usr/bin/env ruby
2
+ # wxRuby2 Sample Code. Copyright (c) 2004-2008 wxRuby development team
2
3
  # Freely reusable code: see SAMPLES-LICENSE.TXT for details
3
-
4
+ begin
5
+ require 'rubygems'
6
+ rescue LoadError
7
+ end
4
8
  # Tell ruby this script is written in UTF-8 encoded text.
5
9
  $KCODE = 'u'
6
10
 
@@ -1,17 +1,11 @@
1
1
  #!/usr/bin/env ruby
2
- # wxRuby2 Sample Code. Copyright (c) 2004-2006 Kevin B. Smith
2
+ # wxRuby2 Sample Code. Copyright (c) 2004-2008 wxRuby development team
3
3
  # Freely reusable code: see SAMPLES-LICENSE.TXT for details
4
-
5
4
  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
5
+ require 'rubygems'
6
+ rescue LoadError
14
7
  end
8
+ require 'wx'
15
9
 
16
10
  # This sample shows off the features of the TreeCtrl widget. The actual
17
11
  # features vary somewhat across platforms; for example, the button
@@ -1,17 +1,11 @@
1
1
  #!/usr/bin/env ruby
2
- # wxRuby2 Sample Code. Copyright (c) 2004-2006 Kevin B. Smith
2
+ # wxRuby2 Sample Code. Copyright (c) 2004-2008 wxRuby development team
3
3
  # Freely reusable code: see SAMPLES-LICENSE.TXT for details
4
-
5
4
  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
5
+ require 'rubygems'
6
+ rescue LoadError
14
7
  end
8
+ require 'wx'
15
9
 
16
10
  # Basic Frame Class. This creates the dialog window
17
11
  class SimpleFrame < Wx::Frame
@@ -88,14 +82,9 @@ end
88
82
  class XrcApp < Wx::App
89
83
 
90
84
  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
85
+ # Get a new resources object
97
86
  xrc_file = File.join( File.dirname(__FILE__), 'samples.xrc' )
98
- $xml.load(xrc_file)
87
+ $xml = Wx::XmlResource.new(xrc_file)
99
88
 
100
89
  # Show the main frame.
101
90
  main = SimpleFrame.new()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wxruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.5
4
+ version: 1.9.6
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - wxRuby development team
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-07 00:00:00 +00:00
12
+ date: 2008-05-01 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -23,16 +23,13 @@ extra_rdoc_files: []
23
23
 
24
24
  files:
25
25
  - lib/wx
26
- - lib/wx.rb
27
- - lib/wxruby2.so
28
26
  - lib/wx/classes
29
- - lib/wx/keyword_ctors.rb
30
- - lib/wx/accessors.rb
31
- - lib/wx/keyword_defs.rb
32
- - lib/wx/version.rb
27
+ - lib/wx/classes/imagelist.rb
28
+ - lib/wx/classes/animation.rb
33
29
  - lib/wx/classes/commandevent.rb
34
30
  - lib/wx/classes/timer.rb
35
31
  - lib/wx/classes/htmlhelpcontroller.rb
32
+ - lib/wx/classes/iconbundle.rb
36
33
  - lib/wx/classes/checklistbox.rb
37
34
  - lib/wx/classes/menuitem.rb
38
35
  - lib/wx/classes/treectrl.rb
@@ -41,99 +38,97 @@ files:
41
38
  - lib/wx/classes/point.rb
42
39
  - lib/wx/classes/htmlwindow.rb
43
40
  - lib/wx/classes/helpcontroller.rb
41
+ - lib/wx/classes/acceleratortable.rb
44
42
  - lib/wx/classes/rect.rb
45
43
  - lib/wx/classes/locale.rb
46
44
  - lib/wx/classes/clipboard.rb
47
45
  - lib/wx/classes/listctrl.rb
48
46
  - lib/wx/classes/artprovider.rb
49
47
  - lib/wx/classes/colour.rb
50
- - lib/wx/classes/object.rb
51
48
  - lib/wx/classes/font.rb
49
+ - lib/wx/classes/object.rb
52
50
  - lib/wx/classes/window.rb
51
+ - lib/wx/classes/functions.rb
53
52
  - lib/wx/classes/xmlresource.rb
54
53
  - lib/wx/classes/textctrl.rb
55
54
  - lib/wx/classes/texturlevent.rb
56
55
  - lib/wx/classes/controlwithitems.rb
57
56
  - lib/wx/classes/app.rb
57
+ - lib/wx/classes/busycursor.rb
58
58
  - lib/wx/classes/event.rb
59
- - lib/wx/classes/paintdc.rb
60
59
  - lib/wx/classes/image.rb
60
+ - lib/wx/classes/paintdc.rb
61
61
  - lib/wx/classes/listbox.rb
62
62
  - lib/wx/classes/grid.rb
63
63
  - lib/wx/classes/dc.rb
64
64
  - lib/wx/classes/gauge.rb
65
65
  - lib/wx/classes/sound.rb
66
66
  - lib/wx/classes/choice.rb
67
- - lib/wx/classes/previewframe.rb
68
67
  - lib/wx/classes/evthandler.rb
68
+ - lib/wx/classes/previewframe.rb
69
69
  - lib/wx/classes/styledtextctrl.rb
70
- - lib/wx/classes/menu.rb
70
+ - lib/wx/classes/toolbartool.rb
71
71
  - lib/wx/classes/mediactrl.rb
72
+ - lib/wx/classes/menu.rb
72
73
  - lib/wx/classes/combobox.rb
73
74
  - lib/wx/classes/size.rb
74
75
  - lib/wx/classes/bitmap.rb
76
+ - lib/wx/keyword_ctors.rb
77
+ - lib/wx/accessors.rb
78
+ - lib/wx/keyword_defs.rb
79
+ - lib/wx/version.rb
80
+ - lib/wx.rb
81
+ - lib/wxruby2.so
75
82
  - samples/media
76
- - samples/event
77
- - samples/dialogs
78
- - samples/opengl
79
- - samples/text
80
- - samples/treectrl
81
- - samples/grid
82
- - samples/minimal
83
- - samples/listbook
84
- - samples/printing
85
- - samples/drawing
86
- - samples/xrc
87
- - samples/caret
88
- - samples/controls
89
- - samples/html
90
- - samples/bigdemo
91
- - samples/mdi
92
- - samples/calendar
93
- - samples/etc
94
- - samples/sockets
95
- - samples/aui
96
- - samples/SAMPLES-LICENSE.TXT
97
83
  - samples/media/mediactrl.rb
84
+ - samples/event
98
85
  - samples/event/event.rb
86
+ - samples/dialogs
99
87
  - samples/dialogs/dialogs.rb
100
88
  - samples/dialogs/tips.txt
89
+ - samples/opengl
101
90
  - samples/opengl/cube.rb
91
+ - samples/text
102
92
  - samples/text/mondrian.ico
103
93
  - samples/text/scintilla.rb
104
94
  - samples/text/utf8.txt
105
95
  - samples/text/unicode.rb
106
96
  - samples/text/mondrian.xpm
107
97
  - samples/text/textctrl.rb
98
+ - samples/treectrl
108
99
  - samples/treectrl/icon4.xpm
109
100
  - samples/treectrl/icon5.xpm
110
101
  - samples/treectrl/treectrl.rb
111
102
  - samples/treectrl/icon1.xpm
112
103
  - samples/treectrl/icon2.xpm
113
104
  - samples/treectrl/icon3.xpm
105
+ - samples/grid
114
106
  - samples/grid/grid.rb
107
+ - samples/grid/gridtablebase.rb
108
+ - samples/minimal
115
109
  - samples/minimal/mondrian.ico
116
110
  - samples/minimal/minimal.rb
117
111
  - samples/minimal/nothing.rb
118
112
  - samples/minimal/mondrian.png
113
+ - samples/listbook
119
114
  - samples/listbook/listbook.xrc
120
115
  - samples/listbook/listbook.rb
116
+ - samples/printing
121
117
  - samples/printing/mondrian.ico
122
118
  - samples/printing/mondrian.xpm
123
119
  - samples/printing/printing.rb
120
+ - samples/drawing
124
121
  - samples/drawing/paperclip.png
125
122
  - samples/drawing/images.rb
126
123
  - samples/drawing/graphics_drawing.rb
124
+ - samples/xrc
127
125
  - samples/xrc/samples.xrc
128
126
  - samples/xrc/xrc_sample.rb
127
+ - samples/caret
129
128
  - samples/caret/caret.rb
130
129
  - samples/caret/mondrian.xpm
130
+ - samples/controls
131
131
  - samples/controls/icons
132
- - samples/controls/get_item_sample.rb
133
- - samples/controls/mondrian.ico
134
- - samples/controls/controls.rb
135
- - samples/controls/mondrian.xpm
136
- - samples/controls/test2.bmp
137
132
  - samples/controls/icons/radio.xpm
138
133
  - samples/controls/icons/combo.xpm
139
134
  - samples/controls/icons/stattext.xpm
@@ -141,8 +136,64 @@ files:
141
136
  - samples/controls/icons/gauge.xpm
142
137
  - samples/controls/icons/choice.xpm
143
138
  - samples/controls/icons/list.xpm
139
+ - samples/controls/get_item_sample.rb
140
+ - samples/controls/mondrian.ico
141
+ - samples/controls/controls.rb
142
+ - samples/controls/mondrian.xpm
143
+ - samples/controls/test2.bmp
144
+ - samples/html
144
145
  - samples/html/html.rb
146
+ - samples/bigdemo
145
147
  - samples/bigdemo/icons
148
+ - samples/bigdemo/icons/paste.xpm
149
+ - samples/bigdemo/icons/wxwin48x48.png
150
+ - samples/bigdemo/icons/stattext.xpm
151
+ - samples/bigdemo/icons/Test 015.jpg
152
+ - samples/bigdemo/icons/test2.png
153
+ - samples/bigdemo/icons/text.xpm
154
+ - samples/bigdemo/icons/Test 015.png
155
+ - samples/bigdemo/icons/paste.bmp
156
+ - samples/bigdemo/icons/gauge.xpm
157
+ - samples/bigdemo/icons/choice.xpm
158
+ - samples/bigdemo/icons/robert.xpm
159
+ - samples/bigdemo/icons/save.xpm
160
+ - samples/bigdemo/icons/radio.xpm
161
+ - samples/bigdemo/icons/text.bmp
162
+ - samples/bigdemo/icons/wxwin32x32.png
163
+ - samples/bigdemo/icons/test2.xpm
164
+ - samples/bigdemo/icons/gauge.bmp
165
+ - samples/bigdemo/icons/wxwin16x16.png
166
+ - samples/bigdemo/icons/sashtest.ico
167
+ - samples/bigdemo/icons/choice.bmp
168
+ - samples/bigdemo/icons/mondrian.xpm
169
+ - samples/bigdemo/icons/radio.bmp
170
+ - samples/bigdemo/icons/copy.xpm
171
+ - samples/bigdemo/icons/tog1.xpm
172
+ - samples/bigdemo/icons/list.xpm
173
+ - samples/bigdemo/icons/test2.bmp
174
+ - samples/bigdemo/icons/tog2.xpm
175
+ - samples/bigdemo/icons/mondrian.ico
176
+ - samples/bigdemo/icons/preview.xpm
177
+ - samples/bigdemo/icons/ogl.xpm
178
+ - samples/bigdemo/icons/wxwin.ico
179
+ - samples/bigdemo/icons/wxwin16x16.xpm
180
+ - samples/bigdemo/icons/tog1.bmp
181
+ - samples/bigdemo/icons/list.bmp
182
+ - samples/bigdemo/icons/tog2.bmp
183
+ - samples/bigdemo/icons/ogl.ico
184
+ - samples/bigdemo/icons/help.xpm
185
+ - samples/bigdemo/icons/new.xpm
186
+ - samples/bigdemo/icons/cut.xpm
187
+ - samples/bigdemo/icons/smiles.xpm
188
+ - samples/bigdemo/icons/print.xpm
189
+ - samples/bigdemo/icons/combo.xpm
190
+ - samples/bigdemo/icons/ruby.png
191
+ - samples/bigdemo/icons/open.xpm
192
+ - samples/bigdemo/icons/pointy.png
193
+ - samples/bigdemo/icons/smiley.xpm
194
+ - samples/bigdemo/icons/smiles.bmp
195
+ - samples/bigdemo/icons/smiley.ico
196
+ - samples/bigdemo/icons/combo.bmp
146
197
  - samples/bigdemo/wxSingleChoiceDialog.rbw
147
198
  - samples/bigdemo/wxFileDialog_Save.rbw
148
199
  - samples/bigdemo/wxColourDialog.rbw
@@ -206,57 +257,11 @@ files:
206
257
  - samples/bigdemo/wxSpinButton.rbw
207
258
  - samples/bigdemo/wxChoicebook.rbw
208
259
  - samples/bigdemo/wxListCtrl_virtual.rbw
209
- - samples/bigdemo/icons/paste.xpm
210
- - samples/bigdemo/icons/wxwin48x48.png
211
- - samples/bigdemo/icons/stattext.xpm
212
- - samples/bigdemo/icons/Test 015.jpg
213
- - samples/bigdemo/icons/test2.png
214
- - samples/bigdemo/icons/text.xpm
215
- - samples/bigdemo/icons/Test 015.png
216
- - samples/bigdemo/icons/paste.bmp
217
- - samples/bigdemo/icons/gauge.xpm
218
- - samples/bigdemo/icons/choice.xpm
219
- - samples/bigdemo/icons/robert.xpm
220
- - samples/bigdemo/icons/save.xpm
221
- - samples/bigdemo/icons/radio.xpm
222
- - samples/bigdemo/icons/text.bmp
223
- - samples/bigdemo/icons/wxwin32x32.png
224
- - samples/bigdemo/icons/test2.xpm
225
- - samples/bigdemo/icons/gauge.bmp
226
- - samples/bigdemo/icons/wxwin16x16.png
227
- - samples/bigdemo/icons/sashtest.ico
228
- - samples/bigdemo/icons/choice.bmp
229
- - samples/bigdemo/icons/mondrian.xpm
230
- - samples/bigdemo/icons/radio.bmp
231
- - samples/bigdemo/icons/copy.xpm
232
- - samples/bigdemo/icons/tog1.xpm
233
- - samples/bigdemo/icons/list.xpm
234
- - samples/bigdemo/icons/test2.bmp
235
- - samples/bigdemo/icons/tog2.xpm
236
- - samples/bigdemo/icons/mondrian.ico
237
- - samples/bigdemo/icons/preview.xpm
238
- - samples/bigdemo/icons/ogl.xpm
239
- - samples/bigdemo/icons/wxwin.ico
240
- - samples/bigdemo/icons/wxwin16x16.xpm
241
- - samples/bigdemo/icons/tog1.bmp
242
- - samples/bigdemo/icons/list.bmp
243
- - samples/bigdemo/icons/tog2.bmp
244
- - samples/bigdemo/icons/ogl.ico
245
- - samples/bigdemo/icons/help.xpm
246
- - samples/bigdemo/icons/new.xpm
247
- - samples/bigdemo/icons/cut.xpm
248
- - samples/bigdemo/icons/smiles.xpm
249
- - samples/bigdemo/icons/print.xpm
250
- - samples/bigdemo/icons/combo.xpm
251
- - samples/bigdemo/icons/ruby.png
252
- - samples/bigdemo/icons/open.xpm
253
- - samples/bigdemo/icons/pointy.png
254
- - samples/bigdemo/icons/smiley.xpm
255
- - samples/bigdemo/icons/smiles.bmp
256
- - samples/bigdemo/icons/smiley.ico
257
- - samples/bigdemo/icons/combo.bmp
260
+ - samples/mdi
258
261
  - samples/mdi/mdi.rb
262
+ - samples/calendar
259
263
  - samples/calendar/calendar.rb
264
+ - samples/etc
260
265
  - samples/etc/sash.rb
261
266
  - samples/etc/threaded.rb
262
267
  - samples/etc/wizard.rb
@@ -265,14 +270,17 @@ files:
265
270
  - samples/etc/miniframe.rb
266
271
  - samples/etc/choice.rb
267
272
  - samples/etc/scrollwin.rb
273
+ - samples/sockets
268
274
  - samples/sockets/res
275
+ - samples/sockets/res/user.png
276
+ - samples/sockets/res/message-new.png
269
277
  - samples/sockets/wxClient.rb
270
278
  - samples/sockets/SocketPackets.rb
271
279
  - samples/sockets/wxServer.rb
272
280
  - samples/sockets/wxSocketGUI.rb
273
- - samples/sockets/res/user.png
274
- - samples/sockets/res/message-new.png
281
+ - samples/aui
275
282
  - samples/aui/aui.rb
283
+ - samples/SAMPLES-LICENSE.TXT
276
284
  - README
277
285
  - LICENSE
278
286
  has_rdoc: false
@@ -297,7 +305,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
305
  requirements: []
298
306
 
299
307
  rubyforge_project: wxruby
300
- rubygems_version: 1.0.1
308
+ rubygems_version: 1.1.1
301
309
  signing_key:
302
310
  specification_version: 2
303
311
  summary: Ruby interface to the wxWidgets GUI library