search for: wxlistevent

Displaying 5 results from an estimated 5 matches for "wxlistevent".

2006 Apr 23
1
Fixes for ListControl
...te I changed the loading of the icon to the loading of a bitmap. I remember discussing this before. For some reason the .xpm loader isn''t initialized properly for Wx::Icon. However, the function will take a bitmap just fine so this works. This also adds directors for wxListItem and wxListEvent Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2010 Sep 09
2
[LLVMdev] install llvm-tv on ubuntu
...e/llvm/llvm_tv_src/tools/llvm-tv/CodeViewer.h:46: error: ISO C++ forbids declaration of ‘wxColour’ with no type /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/CodeViewer.h:46: error: expected ‘,’ or ‘...’ before ‘*’ token /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/CodeViewer.h:53: error: ‘wxListEvent’ has not been declared /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/CodeViewer.h:54: error: ‘wxListEvent’ has not been declared /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/CodeViewer.h: In member function ‘virtual wxWindow* TVCodeViewer::getWindow()’: /root/Program_file/llvm/llvm_tv_src/...
2006 Dec 31
0
[814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
...litterEvent; </span><ins>+extern swig_class cWxScrollEvent; </ins><span class="cx"> extern swig_class cWxScrollWinEvent; </span><span class="cx"> extern swig_class cWxMoveEvent; </span><span class="cx"> extern swig_class cWxListEvent; </span><span class="lines">@@ -266,6 +267,21 @@ </span><span class="cx"> (const wxEventType *)0 </span><span class="cx"> }; </span><span class="cx"> </span><ins>+static const wxEventType *scrol...
2006 Jul 25
6
Wizards
Hi Please find attached a set of patches and swig files to implement Wizards for wxruby. Also a brief sample. Quick q - the C declarations of evt_xxx_xxx methods and their attaching to Ruby classes seems to be duplicated across Events.i and EvtHandler.i - is one of these the right place to be adding them? or both? Thanks alex _______________________________________________
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...ridRangeSelectEvent; -extern swig_class cWxGridSizeEvent; -extern swig_class cWxGridEditorCreatedEvent; -extern swig_class cWxTreeEvent; -extern swig_class cWxSplitterEvent; -extern swig_class cWxScrollEvent; -extern swig_class cWxScrollWinEvent; -extern swig_class cWxMoveEvent; -extern swig_class cWxListEvent; -extern swig_class cWxWizardEvent; -extern swig_class cWxSashEvent; -extern swig_class cWxActivateEvent; -extern swig_class cWxWindowCreateEvent; -extern swig_class cWxWindowDestroyEvent; -extern swig_class cWxMenuEvent; -extern swig_class cWxContextMenuEvent; -extern swig_class cWxAuiManagerEvent...