search for: cb_readonly

Displaying 4 results from an estimated 4 matches for "cb_readonly".

Did you mean: c_readonly
2007 Apr 02
0
[939] trunk/wxsugar/lib/wx_sugar/wx_classes/window.rb: Add has_style? method, allow find_window to work even if C++ method
...return pos.x, pos.y </span><span class="cx"> end </span><ins>+ + # Tests if the GUI object has the given window style +style+. Returns + # +style+ if it has been applied, or +nil+ if the window does not have + # that style. + # + # combobox.has_style?(Wx::CB_READONLY) + # textctrl.has_style?(Wx::TE_MULTILINE) + # + # Note that you should at least know that the constant +style+ is + # applicable to self. You may get false positives if testing a widget + # for a style belonging to an irrelevant class, e.g. testing a + # Wx::TextCtrl for the WX::CB_READONL...
2007 Apr 02
2
Re: Test driving WxRuby2 apps
Apologies, I think the gem attachment may have been stripped from my original mail, so I''ve uploaded it to rubyforge under a new ''wxextra''s project: http://rubyforge.org/projects/wxextras/ (direct link: http://rubyforge.org/frs/download.php/19183/nobbie-wx-preview-0.0.1.gem) p. ============================================================ Before I forget, thanks
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I also expanded the bigdemo window a little bit. I really think we should go larger but I suppose there might be some people at 800x600 still. Note that creating your own art provider still doesn''t quite work correctly. I didn''t have time to get into that. The RubyConstants.i.patch file looks weird. Not
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...t;cx"> </span><span class="cx"> |@CB_SIMPLE@|Creates a combobox with a permanently displayed list. Windows only. | </span><span class="cx"> |@CB_DROPDOWN@|Creates a combobox with a drop-down list.| </span><span class="cx"> |@CB_READONLY@|Same as CB_DROPDOWN but only thestrings specified as the combobox choices can be selected, it is impossible toselect (even from a program) a string which is not in the choices list.| </span><span class="cx"> |@CB_SORT@|Sorts the entries in the list alphabetically.| </span&...