search for: fontfamily_default

Displaying 6 results from an estimated 6 matches for "fontfamily_default".

2007 Nov 18
4
set background label to transparent??
I just use wxRuby and I have problem I use background image on my app and when I create label it seem look background of label is gray, how can I change it into transparent???? -- Posted via http://www.ruby-forum.com/.
2007 Jan 04
0
[825] trunk/wxruby2/swig/RubyConstants.i: Added DEFAULT_VALIDATOR constant
...</span><ins>+%constant const wxValidator DEFAULT_VALIDATOR = wxDefaultValidator; </ins><span class="cx"> </span><del>- </del><span class="cx"> // Text font families </span><span class="cx"> %constant int FONTFAMILY_DEFAULT = wxDEFAULT; </span><span class="cx"> %constant int FONTFAMILY_DECORATIVE = wxDECORATIVE; </span></span></pre> </div> </div> </body> </html>
2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
...; +%constant wxPalette const NULL_PALETTE = wxNullPalette; +%constant wxFont const NULL_FONT = wxNullFont; +%constant wxColour const NULL_COLOUR = wxNullColour; + </ins><span class="cx"> // Text font families </span><span class="cx"> %constant int FONTFAMILY_DEFAULT = wxDEFAULT; </span><span class="cx"> %constant int FONTFAMILY_DECORATIVE = wxDECORATIVE; </span></span></pre></div> <a id="trunkwxruby2swigRubyStockObjectsi"></a> <div class="modfile"><h4>Modified: tru...
2006 Aug 03
6
evt_scrollwin_thumbtrack/GetPosition?
I am attempting to create a scrollable panel. This works fine for using the scroll arrows, as I am capturing the event and then incrementing the scroll pos by the desired amount. However, it is not working on thumbtracking. I capture the event successfully, but I am unable to capture the position of the thumb tracker. I have looked at the poor man''s doc and have been unable to figure
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...
2006 Nov 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...ly parameter of "Font </ins><span class="cx"> constructor":fontctor.html are (the old names are for compatibility only): </span><span class="cx"> </span><del>- - enum FontFamily - { </del><span class="cx"> FONTFAMILY_DEFAULT = DEFAULT, </span><span class="cx"> FONTFAMILY_DECORATIVE = DECORATIVE, </span><span class="cx"> FONTFAMILY_ROMAN = ROMAN, </span><span class="lines">@@ -30,53 +27,39 @@ </span><span class="cx"> F...