search for: wxstatusbar

Displaying 6 results from an estimated 6 matches for "wxstatusbar".

2008 Aug 05
1
Wx::StatusBar set_status_widths returns argument error
Hi, I added the following line in samples/wxStatusBar.rbw set_status_widths(1, 100) # Doc: set_status_widths(Integer n, Integer widths) Got error: wxStatusBar.rbw:17:in `set_status_widths'': wrong # of arguments(2 for 1) (ArgumentError) wxRuby version: wxruby-1.9.6-x86-mingw32. Thanks in advance. Regards, Zhimin -- Posted via http://...
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from wxWindow.h. In order to make things right I had to make sure it was also declared in all the places where wxWindows also changes it. Also, in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see if it also applies
2004 Nov 13
2
wxRuby and XRC via wxGlade
...<label>File</label> <object class="wxMenuItem" name="Open a file"> <label>Open</label> </object> </object> </object> <object class="wxStatusBar" name="frame_1_statusbar"> <fields>2</fields> <widths>-1, -3</widths> </object> </object> </resource> -------------- next part -------------- #!/usr/local/bin/ruby require "wxruby" class Foo &...
2007 May 05
0
[1016] trunk/wxruby2/swig/classes/StatusBar.i: Remove directors from StatusBar''s methods as don''t seem to need them, (Bug:6809)
...mp;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-05-05 17:16:27 UTC (rev 1016) </span><span class="lines">@@ -5,10 +5,12 @@ </span><span class="cx"> </span><span class="cx"> %module(directors="1") wxStatusBar; </span><span class="cx"> </span><del>-%{ -#include <wx/mdi.h> -%} </del><ins>+// StatusBar has numerous methods (eg GetFieldRect, G/SetStatusText, +// SetFieldsCount) that are marked ''virtual'', but can''t be +// usefull...
2007 Apr 28
6
XRC Problem
...<object class="wxMenuItem" name="clhAbout"> <label>_About</label> <help>About RubyIM...</help> </object> </object> </object> <object class="wxStatusBar" name="ContactList_statusbar"> <fields>1</fields> <style>wxST_SIZEGRIP</style> <widths>-1</widths> </object> <object class="wxToolBar" name="ContactList_toolbar"&gt...
2006 Aug 10
3
update on samples
Hi all Have been taking a look at the samples to see what''s broken. Not looking TOO bad overall, but a few problems we should try and tackle before alpha: Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else been working on these or can I go ahead? One general issue is that many of the samples rely on being run from their own directory, but don''t enforce