search for: wxwindow_variant_small

Displaying 1 result from an estimated 1 matches for "wxwindow_variant_small".

2006 Dec 30
0
[810] trunk/wxruby2/swig/classes/Window.i: Added WINDOW_VARIANT enum to support small/mini controls on OS X
...gt;@@ -5,6 +5,14 @@ </span><span class="cx"> </span><span class="cx"> %module(directors="1") wxWindow </span><span class="cx"> </span><ins>+enum wxWindowVariant +{ + wxWINDOW_VARIANT_NORMAL, // Normal size + wxWINDOW_VARIANT_SMALL, // Smaller size (about 25 % smaller than normal ) + wxWINDOW_VARIANT_MINI, // Mini size (about 33 % smaller than normal ) + wxWINDOW_VARIANT_LARGE, // Large size (about 25 % larger than normal ) +}; + </ins><span class="cx"> %ignore wxWindow::Clear; </span><spa...