search for: evt_mouse_events

Displaying 7 results from an estimated 7 matches for "evt_mouse_events".

2007 Jun 26
0
[1086] trunk/wxruby2/lib/wx/classes/evthandler.rb: Restore evt_mouse_events convenience handler, fixing bug in printing sample
...ch 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>[1086] trunk/wxruby2/lib/wx/classes/evthandler.rb: Restore evt_mouse_events convenience handler, fixing bug in printing sample</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1086</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-06-26 17...
2007 Jun 23
0
[1060] trunk/wxruby2/swig/fixevents.rb: Include some previously missing events, rehash and simplify
...p&nbsp&nbsp&nbsp&nbspend -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspnext if exclude&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp - if(evt[0]=="EVT_MOUSE_EVENTS") -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspout.puts "#ifdef __WXMSW__" if windows -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nb...
2007 Apr 26
2
mouse event handling
...be checking the coordinates to be able to work out what''s been clicked exactly, but please correct me if Im wrong. So I went and wrote a little prototype and it seems to me that the only widget capable of receiving mouse events is a Panel. I''ve tested this by placing a catch-all evt_mouse_events right in my App class ("event tables are searched up through the hierarchy of windows", say the WxWidgets docs), but its only trigered when I move the cursor over the Panel and not ScrolledWindow or, in fact, anywhere else in the app window. This isnt quite what I was expecting, so I gue...
2007 Mar 17
0
[886] branches/wxruby2/wxwidgets_282/swig/fixevents.rb: Mouse events fix for Win32 (Artur Kuptel)
...quot;cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspnext if exclude&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp </span><ins>+ if(evt[0]=="EVT_MOUSE_EVENTS") +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspout.puts "#ifdef __WXMSW__" if windows +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nb...
2007 Mar 15
0
[ wxruby-Patches-9297 ] Patch to compile wxruby 0.0.39 on windows (vc2003, swig 1.3.31, wxwidgets 2.8.0)
...(Director*)this!=this). (maybe this can also be fixed by reordering inherited class ?). Also now all the reporting of creation/destruction is done in specific classes (linker used only first instance of Director code i.e all classes the same ''module'' ). fixevents.rb : now handles evt_mouse_events properly RubyConstants.i: platform enum seems to be missing ? ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=220&aid=9297&group_id=35
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...quot;, 1, "wxEVT_QUERY_END_SESSION"], -["EVT_LIST_ITEM_DESELECTED", 2, "wxEVT_COMMAND_LIST_ITEM_DESELECTED"], -["EVT_TOOL", 2, "wxEVT_COMMAND_TOOL_CLICKED"], -["EVT_LIST_DELETE_ITEM", 2, "wxEVT_COMMAND_LIST_DELETE_ITEM"], -["EVT_MOUSE_EVENTS", 1, "0"], -["EVT_COMBOBOX", 2, "wxEVT_COMMAND_COMBOBOX_SELECTED"], -["EVT_LIST_COL_CLICK", 2, "wxEVT_COMMAND_LIST_COL_CLICK"], -["EVT_LISTBOX_DCLICK", 2, "wxEVT_COMMAND_LISTBOX_DOUBLECLICKED"], -["EVT_CHOICE", 2,...
2004 Jun 02
13
wxGrid Question
...eated when you start typing in a cell. Also is there a way to get mouse events to work with a wxGrid, so far I can''t get any of them to work. I had tried various combo''s of: @grid.evt_left_down(){ |event| puts "Left mouse is down"; } using evt_left_down, evt_left_up, evt_mouse_events, etc... Thanks, Zach --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004