search for: wxcursor

Displaying 11 results from an estimated 11 matches for "wxcursor".

Did you mean: xcursor
2006 Sep 15
2
wxCursor files
This implements the wxCursor demo and includes a patch to RubyConstants.i needed to make the cursors work right. pointy.png goes into the icons directory Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Apr 29
0
[990] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxCursor.rbw: Use paint block instead of ClientDC; load icon file safely
...} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[990] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxCursor.rbw: Use paint block instead of ClientDC; load icon file safely</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>990</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2...
2006 Sep 14
0
wxCursor
Cursor example is almost complete. Just need to tidy up a few things when I get home later. I suppose I should send in the Scintilla changes, too Roy
2007 Mar 28
0
[923] branches/wxruby2/wxwidgets_282: Changes 2.6 -> 2.8 Wx API; remove unsupported methods and examples from doc
...doc</pre> <h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextilecursortxtl">branches/wxruby2/wxwidgets_282/doc/textile/cursor.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxCursorh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxCursor.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextilecursortxtl"></a> <div class="modfile"&gt...
2007 Jan 08
0
[843] trunk/wxruby2: Moved stock colours so they are available from library load time
...t wxBLACK; -%constant wxColour* const wxWHITE; -%constant wxColour* const wxRED; -%constant wxColour* const wxBLUE; -%constant wxColour* const wxGREEN; -%constant wxColour* const wxCYAN; -%constant wxColour* const wxLIGHT_GREY; - </del><span class="cx"> %constant wxCursor const* wxSTANDARD_CURSOR; </span><span class="cx"> %constant wxCursor const* wxHOURGLASS_CURSOR; </span><del>-%constant wxCursor const* wxCROSS_CURSOR; </del><ins>+%constant wxCursor const* wxCROSS_CURSOR; </ins></span></pre> </div...
2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
...gt; %constant const wxValidator DEFAULT_VALIDATOR = wxDefaultValidator; </span><span class="cx"> </span><ins>+ +// ''Null'' 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;...
2007 Jun 28
0
[1094] trunk/wxruby2: Added SetCursorEvent and mapping
...efined(_wxSetCursorEvent_h_) +#define _wxSetCursorEvent_h_ + +class wxSetCursorEvent : public wxEvent +{ +public: + wxSetCursorEvent(wxCoord x = 0, wxCoord y = 0); + wxSetCursorEvent(const wxSetCursorEvent & event); + + wxCoord GetX() const; + wxCoord GetY() const; + + void SetCursor(const wxCursor& cursor); + const wxCursor& GetCursor() const; + bool HasCursor() const; + + virtual wxEvent *Clone() const; +}; + +#endif </ins></span></pre> </div> </div> </body> </html>
2007 Nov 16
0
[ wxruby-Bugs-15666 ] bigdemo crashes after using the arrow keys to select the widgets
...ples/bigdemo/wxArtProvider.rbw:72: warning: already initialized constant ArtIDs /usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.2-i686-linux/samples/bigdemo/ShapedWindow.rbw:17: warning: already initialized constant BUTTON_CLOSE /usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.2-i686-linux/samples/bigdemo/wxCursor.rbw:47: warning: already initialized constant Cursors /usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.2-i686-linux/samples/bigdemo/wxArtProvider.rbw:22: warning: already initialized constant ArtClients /usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.2-i686-linux/samples/bigdemo/wxArtProvider.rbw:72: warn...
2007 Jul 18
0
[1119] trunk/wxruby2/swig/Functions.i: Avoid erroneous ''parent must not be nil'' errors when using global
...<span class="cx"> return INT2NUM(ret); </span><span class="cx"> } </span><del>-%} </del><ins>+%} // end of Header code </ins><span class="cx"> </span><span class="cx"> void wxBeginBusyCursor(wxCursor *cursor = wxHOURGLASS_CURSOR); </span><span class="cx"> </span><span class="lines">@@ -115,6 +113,16 @@ </span><span class="cx"> </span><span class="cx"> void wxSetWorkingDirectory(const wxString &); </...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...C (rev 882) +++ branches/wxruby2/wxwidgets_282/swig/RubyStockObjects.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-03-17 18:39:40 UTC (rev 883) </span><span class="lines">@@ -46,3 +46,4 @@ </span><span class="cx"> %constant wxCursor const* wxSTANDARD_CURSOR; </span><span class="cx"> %constant wxCursor const* wxHOURGLASS_CURSOR; </span><span class="cx"> %constant wxCursor const* wxCROSS_CURSOR; </span><ins>+ </ins></span></pre></div> <a id="...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...izer(wxSizer* sizer ) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param const wxCursor& -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> virtual bool SetCursor(const wxCursor& cursor ); </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&a...