Displaying 4 results from an estimated 4 matches for "m_notebook".
2007 Jun 05
0
[1053] trunk/wxruby2/samples: Change references to assign_image_list methods to set_image_list in samples
...</span><span class="cx"> imagelist.add( Bitmap.new( "icons/radio.xpm", Wx::BITMAP_TYPE_XPM))
</span><span class="cx"> imagelist.add( Bitmap.new( "icons/gauge.xpm", Wx::BITMAP_TYPE_XPM))
</span><del>- @m_notebook.assign_image_list(imagelist)
</del><ins>+ @m_notebook.set_image_list(imagelist)
</ins><span class="cx">
</span><span class="cx"> panel = Panel.new(@m_notebook)
</span><span class="cx"> @m_listbox =...
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...nt.new(250, 60), DEFAULT_SIZE,
</span><span class="cx"> ALIGN_RIGHT)
</span><span class="lines">@@ -421,31 +396,6 @@
</span><span class="cx">
</span><span class="cx"> @m_notebook.add_page(panel, "BitmapXXX")
</span><span class="cx">
</span><del>- # layout constraints
-
- panel = Panel.new(@m_notebook)
- panel.set_auto_layout( TRUE )
-
- c = LayoutConstraints.new
- c.top.same_as( panel, LAYOUT_TO...
2004 May 22
10
Tabbing between Notebook pages
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: wxTony.rbw
Type: application/octet-stream
Size: 10436 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/wxruby-users/attachments/20040522/9c1889d0/wxTony.obj
2005 Aug 09
43
Some patches.
...n not find it.
fix-controls-sample.patch & icons.tar.gz - Some small changes, so the
controls-sample runs in all its glory. :) The icons are needed or the
sample crashes with a nasty GTK error (on my Linux system). To run
without the icons you have to remove the last parameter of each call to
@m_notebook.add_page.
I''m thinking about adding more code from the C++ controls sample and
make the code a little bit more rubyish, so stay tuned :)
Greetings Tobi
PS: I hate working with CVS. Anyone interested moving to something
better? I would prefer something like Darcs or Arch.
--
GPG-Key 0x...