search for: type_p_wxsizeritem

Displaying 1 result from an estimated 1 matches for "type_p_wxsizeritem".

2007 Dec 28
4
wxSizerItem show() method
It appears from the wx 2.8.7 documentation that a wxSizerItem has a show() method. But when I try to invoke it through wxruby, I get: tasks.rb:56:in `do_btn3'': undefined method `show'' for #<SWIG::TYPE_p_wxSizerItem:0xb5eedf44> (NoMethodError) Is this just something that hasn''t been added because people don''t manipulate wxSizerItems much, or is it something deeper than that? Or am I doing something stupid? The reason this comes up is that I am trying to use spacers in a dynamic way, &qu...