search for: classinfo

Displaying 20 results from an estimated 23 matches for "classinfo".

2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...p&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 1, event_type_id ); &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp </ins><span class="cx"> </span><del>- int type = event.GetEventType(); - if(event.IsKindOf(CLASSINFO(wxCalendarEvent))) - cEvent = cWxCalendarEvent.klass; - else if (event.IsKindOf(CLASSINFO(wxChoicebookEvent))) - cEvent = cWxChoicebookEvent.klass;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&n...
2007 Jun 28
0
[1097] trunk/wxruby2/swig/classes/ClassInfo.i: Remove wxClassInfo class because it doesn''t seem at all useful in Ruby
...#ccc;margin:10px 0;} #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>[1097] trunk/wxruby2/swig/classes/ClassInfo.i: Remove wxClassInfo class because it doesn''t seem at all useful in Ruby</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1097</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date&lt...
2011 Dec 07
1
Possible bug in 'new()' for Reference Classes
...it's name would be '.self' (which we know is reserved for the self reference of the instantiated object itself) and thus an error is thrown. If the field value is assigned in an explicit call after the instantiation via 'new()', everything works just fine: setRefClass("ClassInfo", fields=list( self="character", super="character", sub="character" ) ) new("ClassInfo", self="B", super="A", sub="C") # Error x <- new("ClassInfo", super="...
2007 Jun 28
0
[1095] trunk/wxruby2: Remove useless methods from Wx::Object and add wx_class method for info; document
...ame, and to query the class hierarchy. - -The class contains optional debugging versions -of *new* and *delete*, which can help trace memory allocation -and deallocation problems. - -Object can be used to implement reference counted objects, such as -Pen, Bitmap and others. - -h2. See also - -"ClassInfo":classinfo.html, "Debugging overview":debuggingoverview.html, "ObjectRefData":objectrefdata.html - </del><span class="cx"> <div id="methods"> </span><span class="cx"> </span><span class="cx">...
2007 Apr 29
0
[982] branches/wxruby2/wxwidgets_282/swig/classes/EvtHandler.i: Add EvtThunker mapping for TimerEvent (bug 10391)
...;/span><span class="cx"> &wxEVT_CHAR, </span><span class="lines">@@ -430,6 +437,8 @@ </span><span class="cx"> cEvent = cWxIdleEvent.klass; </span><span class="cx"> else if(event.IsKindOf(CLASSINFO(wxPaintEvent))) </span><span class="cx"> cEvent = cWxPaintEvent.klass; </span><ins>+ else if(event.IsKindOf(CLASSINFO(wxTimerEvent))) + cEvent = cWxTimerEvent.klass; </ins><span class="cx"> &nbsp&nbsp&...
2006 Dec 31
0
[815] trunk/wxruby2/swig/classes: Added ContextMenuEvent class plus event handling methods
...ts[] = </span><span class="cx"> { </span><span class="lines">@@ -426,6 +433,8 @@ </span><span class="cx"> cEvent = cWxWindowDestroyEvent.klass; </span><span class="cx"> else if(event.IsKindOf(CLASSINFO(wxMenuEvent))) </span><span class="cx"> cEvent = cWxMenuEvent.klass; </span><ins>+ else if(event.IsKindOf(CLASSINFO(wxContextMenuEvent))) + cEvent = cWxContextMenuEvent.klass; </ins><span class="cx"> else...
2006 Dec 24
0
[802] trunk/wxruby2/swig/classes: Add support for MenuEvent (MENU_OPEN, MENU_CLOSE, MENU_HIGHLIGHT)
...nts[] = </span><span class="cx"> { </span><span class="lines">@@ -397,6 +406,8 @@ </span><span class="cx"> cEvent = cWxWindowCreateEvent.klass; </span><span class="cx"> else if(event.IsKindOf(CLASSINFO(wxWindowDestroyEvent))) </span><span class="cx"> cEvent = cWxWindowDestroyEvent.klass; </span><ins>+ else if(event.IsKindOf(CLASSINFO(wxMenuEvent))) + cEvent = cWxMenuEvent.klass; </ins><span class="cx"> e...
2006 Dec 31
0
[814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
...nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspcEvent = cWxMoveEvent.klass; </span><span class="cx"> else if(event.IsKindOf(CLASSINFO(wxListEvent))) </span><span class="cx"> cEvent = cWxListEvent.klass; </span><ins>+ else if(event.IsKindOf(CLASSINFO(wxScrollEvent))) + cEvent = cWxScrollEvent.klass; </ins><span class="cx"> else if(event.I...
2006 Dec 20
0
[790] trunk/wxruby2/swig/classes: Added TextUrlEvent class and EvtHandler mapping
...;<span class="cx"> &wxEVT_IDLE, </span><span class="lines">@@ -393,6 +399,8 @@ </span><span class="cx"> cEvent = cWxWindowDestroyEvent.klass; </span><span class="cx"> else if(event.IsKindOf(CLASSINFO(wxSashEvent))) </span><span class="cx"> cEvent = cWxSashEvent.klass; </span><ins>+ else if(event.IsKindOf(CLASSINFO(wxTextUrlEvent))) + cEvent = cWxTextUrlEvent.klass; </ins><span class="cx"> #ifdef WXSCINTILLA &l...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Added XRC (Xml Resource File) support. * Added totally awesome HTML widget from Tobi
2006 Nov 07
0
[723] trunk/wxruby2: Added WindowCreateEvent and WindowDestroyEvent + event handlers (AF)
...laEvents[] = </span><span class="cx"> { </span><span class="lines">@@ -373,6 +387,10 @@ </span><span class="cx"> cEvent = cWxWizardEvent.klass; </span><span class="cx"> else if(event.IsKindOf(CLASSINFO(wxActivateEvent))) </span><span class="cx"> cEvent = cWxActivateEvent.klass; </span><ins>+ else if(event.IsKindOf(CLASSINFO(wxWindowCreateEvent))) + cEvent = cWxWindowCreateEvent.klass; + else if(event.IsKindOf(CLASSINFO(wxWindo...
2006 Aug 01
4
SashWindows
Hi Please find attached a set of patches to implement Sash Layouts plus a little sample. These are resizable panes that can be used to create an IDE-like application, with sidebars etc. They''re quite a lot more powerful than SplitterWindow, for example you can split an MDI client window, and you can have lots of them. Not quite as nice as wxAUI (Advanced User Interface) - a project
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 _______________________________________________
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all, Ruby 1.8.1 Solaris 9 wxwindows 2.4.2 (package from blastwave.org) wxruby 0.3.0 I''m having trouble getting this sucker to build on my Solaris box. Here''s how I''m building: ruby extconf.rb --with-xrc-dir=/opt/csw --with-xrc-include=/opt/csw/lib/wx The include directive I added because the setup.h file is there (for whatever reason). And yes, /opt/csw/bin and
2004 Aug 05
2
libraries needed to distribute app
Hi I''m making an installer for my WxRuby app, using exerb. I''ve included wxruby.so in the package, and it seems to work fine on my computer, but are there any other dlls or whatever I''m likely to need, for example for WxWidgets itself? Cheers alex
2018 Jan 08
0
about AsmMatcherEmitter rules for setting matchables precedence
...When we set precedence by UserClass name we neglect the higher constraint imposed by the number of required features. And the required features are likely to affect immediate ranges. Something like the change below: (alternatively, we can move this change into the operator ‘<” for comparing ClassInfo). diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp index 1a820a5..3be813e 100644 --- a/utils/TableGen/AsmMatcherEmitter.cpp +++ b/utils/TableGen/AsmMatcherEmitter.cpp @@ -594,6 +594,12 @@ struct MatchableInfo { // Compare lexicographically by operand....
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
...trl.o timer.o validator.o window.o icon.o artprovider.o > log.o listctrl.o list.o panel.o scrolledwindow.o dc.o brush.o > pen.o caret.o > statusbar.o ownerdrawn.o config.o region.o cursor.o notebook.o tooltip.o > mask.o socket.o url.o stream.o toolbar.o image.o palette.o treectrl.o > classinfo.o splitterwindow.o methods.o staticbitmap.o control.o > togglebutton.o grid.o menuitem.o textattr.o -ldl -lcrypt -lm -lc > > > I /usr/i486-suse-linux/bin/ld: wxruby.so: undefined versioned symbol name > wxBitmapButtonBase::OnSetBitmap(void)@@WXGTK2_2.4 > /usr/i486-suse-linux/bin...
2007 Mar 15
6
Patch to 0.0.39
Hi I''m developing software using wxruby2. At first I tried to use wxruby 0.6 but I couldn''t live without some of those new funky features :) So, instead of writing my own code, I got a bit sidetracked and wrote http://rubyforge.org/tracker/index.php?func=detail&aid=9297&group_id=35&atid=220 instead. Seeing as this is my first foray in to the innards of wxruby2, I
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...illaEvents[] = </span><span class="cx"> { </span><span class="lines">@@ -439,6 +466,11 @@ </span><span class="cx"> cEvent = cWxSashEvent.klass; </span><span class="cx"> else if(event.IsKindOf(CLASSINFO(wxTextUrlEvent))) </span><span class="cx"> cEvent = cWxTextUrlEvent.klass; </span><ins>+ else if(event.IsKindOf(CLASSINFO(wxAuiManagerEvent))) + cEvent = cWxAuiManagerEvent.klass; + else if(event.IsKindOf(CLASSINFO(wxAuiNotebook...
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of errors of the sort: WindowDisabler.obj : error LNK2001: unresolved external symbol _SWIG_Ruby_ConvertPtr I can see this is defined in rubydef.swg but I''m not sure why this isn''t just included in the files that need it. Can any swig experts tell me what I need to do to progress? I''m using