search for: wxalign_left

Displaying 3 results from an estimated 3 matches for "wxalign_left".

Did you mean: align_left
2009 Mar 27
0
xrciser problem
...<option>1</option> <object class="wxStaticText" name="m_staticText1"> <tooltip>Instructions</tooltip> <style>wxALIGN_LEFT</style> <label>Step 1</label> </object> </object> </object> </object>...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...id DrawEllipticArc(wxCoord x , wxCoord y , wxCoord width , wxCoord height , double start , double end ); + void DrawIcon(const wxIcon& icon , wxCoord x , wxCoord y ); + virtual void DrawLabel(const wxString& text, const wxBitmap& image, const wxRect& rect, int alignment = wxALIGN_LEFT | wxALIGN_TOP, int indexAccel = -1, wxRect *rectBounding = NULL); + void DrawLabel(const wxString& text, const wxRect& rect, int alignment = wxALIGN_LEFT | wxALIGN_TOP, int indexAccel = -1); + void DrawLine(wxCoord x1 , wxCoord y1 , wxCoord x2 , wxCoord y2 ); + void DrawLines(int n...
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...