Displaying 4 results from an estimated 4 matches for "wxdecor".
Did you mean:
decor
2007 Jan 04
0
[825] trunk/wxruby2/swig/RubyConstants.i: Added DEFAULT_VALIDATOR constant
...ot;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
...olour 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: trunk/wxruby2/swig/RubyStockObjects.i (826 => 827)</h4>
<pre class="diff"><span>
<...
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...
2007 Apr 30
0
[996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
...tions (i.e. title bar and various icons, buttons and menus in it) or draw
+the decorations themselves. By default the system decorations are used if they
+are available, but this method can be called with native set to to
+change this for all windows created after this point.
+
+Also note that if @WXDECOR@ environment variable is set, then custom
+decorations are used by default and so it may make sense to call this method
+with default argument if the application can''t use custom decorations at all
+for some reason.
+
+h4. See also
+
+"use_native_decorations":#TopLevelWindow_usen...