Displaying 1 result from an estimated 1 matches for "null_palett".
Did you mean:
null_palette
2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
...; objects
+%constant wxBitmap const NULL_BITMAP = wxNullBitmap;
+%constant wxIcon const NULL_ICON = wxNullIcon;
+%constant wxCursor const NULL_CURSOR = wxNullCursor;
+%constant wxPen const NULL_PEN = wxNullPen;
+%constant wxBrush const NULL_BRUSH = wxNullBrush;
+%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;
</...