Sha256: 86a29d6899ae79fcc3b17cf51dd538b60344b23f8cd8d72a519a05d8b9619926
Contents?: true
Size: 701 Bytes
Versions: 3
Compression:
Stored size: 701 Bytes
Contents
# = WxSugar - Keyword Constructors Classes # Wx::HTML sub package for wxRuby3 # Copyright (c) M.J.N. Corino, The Netherlands # wxHtmlWindow - Control for displaying HTML Wx::define_keyword_ctors(Wx::HTML::HtmlWindow) do wx_ctor_params :id, :pos, :size, :style => Wx::HTML::HW_DEFAULT_STYLE wx_ctor_params :name => 'htmlWindow' end # wxHtmlListBox A listbox showing HTML content Wx::define_keyword_ctors(Wx::HTML::HtmlListBox) do wx_ctor_params :id, :pos, :size, :style, :name => 'HtmlListBox' end Wx::define_keyword_ctors(Wx::HTML::SimpleHtmlListBox) do wx_ctor_params :id, :pos, :size wx_ctor_params :choices => [] wx_ctor_params :style, :validator, :name => 'SimpleHtmlListBox' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.0.pre.rc.3 | lib/wx/html/keyword_defs.rb |
wxruby3-0.9.0.pre.rc.2 | lib/wx/html/keyword_defs.rb |
wxruby3-0.9.0.pre.rc.1 | lib/wx/html/keyword_defs.rb |