noreply at rubyforge.org
2011-Jan-18 09:08 UTC
[wxruby-development] [ wxruby-Bugs-28862 ] Wx::CheckBox is missing 3-state methods
Bugs item #28862, was opened at 2011-01-18 02:08 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=28862&group_id=35 Category: Missing API call Group: current Status: Open Resolution: None Priority: 3 Submitted By: Peter Ellis (peter3443) Assigned to: Nobody (None) Summary: Wx::CheckBox is missing 3-state methods Initial Comment: Wx::CheckBox is missing methods for three-state operation. The documentation lists 3-state methods (#get_3_state_value, #is_3_rd_state_allowed_for_user, #is_3_state, #set_3_state_value) which do not exist in an actual instance of the CheckBox class. The style constants are also missing: Wx::CHK_2STATE, Wx::CHK_3STATE, and Wx::CHK_ALLOW_3RD_STATE_FOR_USER. NOTE: Passing the correct integer value for CHK_3STATE (4096) as the style does not make the 3-state methods appear. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=28862&group_id=35