search for: wxuint32

Displaying 4 results from an estimated 4 matches for "wxuint32".

Did you mean: uint32
2006 Nov 23
0
[751] trunk/wxruby2/swig/typedefs.i: Added wxUint32 typedef
...in:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[751] trunk/wxruby2/swig/typedefs.i: Added wxUint32 typedef</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>751</dd> <dt>Author</dt> <dd>roys</dd> <dt>Date</dt> <dd>2006-11-22 23:09:27 -0500 (Wed, 22 Nov 2006)</dd> </d...
2006 Nov 22
0
[ wxruby-Bugs-6825 ] Missing typedef for Wx::FindReplaceData constructor
...omment: Wx::FindReplaceData.new() should optionally accept an integer flag to control the style of the dialog (eg whether it has a ''replace'' input) However, if any flag is put in there, it crashes with in method ''wxFindReplaceData'', argument 2 of type ''wxUint32'' (TypeError) This is probably because SWIG needs to be told that Ruby Integers can be mapped to wxUint32, using a %typedef or similar/ ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid...
2006 Nov 26
0
[759] trunk/wxruby2/Changelog: Roy & Alex''s recent fixes and additions
...codings & languages (Alex Fenton) +- Nicer to_s output, esp for Colour, Point, Rect, Size (Alex Fenton) +- Restored client data stuff in samples(Roy Sutton) +- Re-enable ListBox methods that accept new client data (Roy Sutton) +- Added typemap to fix ListBox.get_selections (Roy Sutton) +- Added wxUInt32 typedef, fixing FindReplaceData.new(a_flag) (Roy Sutton) +- Give more info on failed assertions but don''t raise exception (Alex Fenton) +- Corrected some typemapped method signatures in documentation (Alex Fenton) </ins><span class="cx"> - Un-disabled evt_toolbar on L...
2006 Nov 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...E_LOAD_DEFAULT = 0x0001, // load wxwin.mo? + wxLOCALE_CONV_ENCODING = 0x0002 // convert encoding on the fly? +}; + + +struct wxLanguageInfo +{ + int Language; // wxLanguage id + wxString CanonicalName; // Canonical name, e.g. fr_FR +#ifdef __WIN32__ + wxUint32 WinLang, // Win32 language identifiers + WinSublang; +#endif // __WIN32__ + wxString Description; // human-readable name of the language +}; + +/* FIXME - Ruby-ified method for AddLanguage, currently crashes +%extend wxLocale { + static int add_language(wxStr...