search for: sunken_bord

Displaying 2 results from an estimated 2 matches for "sunken_bord".

Did you mean: sunken_border
2007 Oct 02
0
[ wxruby-Bugs-14374 ] TextCtrl TE_RICH and SUNKEN_BORDER (WxRuby1.9.1)
...You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=14374&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Christopher Bludau (count_cb) Assigned to: Nobody (None) Summary: TextCtrl TE_RICH and SUNKEN_BORDER (WxRuby1.9.1) Initial Comment: When using a Wx::TextCtrl with Default Style it has a sunken border. When using the style TE_RICH in WxRuby 1.9.0 the sunken border was still visible. But when using the style TE_RICH in WxRuby 1.9.1 the sunken border is gone. You have to manuelly set the style to...
2006 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...tory tree </span><ins>+WxSugar.define_keyword_ctors(''GenericDirCtrl'') do + # TODO :dir => Wx::DIR_DIALOG_DEFAULT_FOLDER_STR + wx_ctor_params :dir => '''' + wx_ctor_params :pos, :size, + :style => Wx::DIRCTRL_3D_INTERNAL|Wx::SUNKEN_BORDER + wx_ctor_params :filter => '''' + wx_ctor_params :default_filter => 0 + wx_ctor_params :name => ''genericDirCtrl'' +end + + </ins><span class="cx"> # wxHtmlListBox &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&am...