Displaying 4 results from an estimated 4 matches for "set_columns".
Did you mean:
get_columns
2009 Oct 24
6
Working with ListCtrl and ListItem
Hi List,
I''m trying to get my ListCtrl to work. Currently I''ve managed to fill
my ListCtrl with items, but I think it''s not the most beautiful way:
class MyList < Wx::ListCtrl
def initialize(parent, *args)
super(parent, :style => Wx::LC_REPORT|LC_HRULES )
create_layout
fill_list
end
def create_layout
self.insert_column(0, "Name")
2004 Apr 21
2
Resizing a ListCtrl
Hi Guys,
I''m having serious troubles resizing a dialog with a ListCtrl. The ctrl
will not resize horizontally no matter what I''m doing. I''ve attached a
sample code below. Any help will be greatly appreciated, as I really
like wxRuby :)
I''ve also tried to copy from the example from listtest.rbw, but that
also doesn''t seem to work.
Another thing
2008 Feb 10
4
method from string?
I am sure this is doable but I can''t find a specific example and my
brain is frazzled.
Basically, I am doing a whole load of in-place editing and need
methods to support the updates.
Here is what I am doing now:
def set_blog_website
faq = Faq.find(params[:id])
faq.blog_website = params[:value]
faq.save!
@faq = faq
do_ret
end
Surely there is a generic way I can
2006 Nov 21
0
[745] trunk/wxruby2/doc/textile/choice.txtl: Correct ruby method signature for constructor, bit more explanatory text
...t;span class="cx"> function.
</span><span class="cx">
</span><del>-2.6.2 (before this version
-"get_selection":#Choice_getselection itself behaved like
-this).
-
-
</del><span class="cx"> h3(#Choice_setcolumns). Choice#set_columns
</span><span class="cx">
</span><span class="cx"> *set_columns*(%(arg-type)Integer% n = 1)
</span></span></pre>
</div>
</div>
</body>
</html>