Displaying 3 results from an estimated 3 matches for "wxconfigbase".
Did you mean:
configbase
2005 Jul 27
2
SWIGging ConfigBase
...e that holds the default value which will be
modified if there is a config value for that key or else left unchanged:
bool Read(const wxString& key , bool* b ) const;
I''m having two problems.
1) How correctly to rename a method. I''m trying
%rename("ReadBool") wxConfigBase::Read(wxString const &key, bool *d,
bool defaultVal);
but it doesn''t seem to give me a read_bool() method where I expect it.
2) How to deal with returning one of the parameters passed by ref,
rather than the c++ return value (which is always "true" if something
was read)...
2006 Nov 06
3
HtmlWindow and friends
Hi
Attached is a patch to add HtmlWindow and some of its friends, including
HtmlEasyPrinting. Also a sample.
I haven''t tried exposing the parsing and rendering API yet to allow
custom tags etc - I just wanted to get basic HTML and the 0.6.0
compatibility classes first. There may well be some quite easy classes left.
There''s one ugly kludge to get OnOpeningURL to compile -
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...from wxConfig. It uses the path ''path''
-if given, otherwise it saves info into currently selected path.
-The values are stored in sub-path
-
-Read values: all things set by SetFonts, SetBorders.
-         * \param wxConfigBase
-         * \param wxString
-        */
-
</del><span class="cx"> virtual void ReadCustomization(wxConfigBase *cfg , wxString path = wxEmpt...