noreply at rubyforge.org
2008-Jan-14 17:16 UTC
[wxruby-development] [ wxruby-Feature Requests-17086 ] Add event handling for HtmlWindow
Feature Requests item #17086, was opened at 2008-01-14 17:16 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17086&group_id=35 Category: None Group: None Status: Open Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Add event handling for HtmlWindow Initial Comment: As of wxWidgets 2.8, the approach to handling clicking and hovering interaction with the displayed contents has changed. Instead of the old way (over-riding virtual methods), there are now event types and event handlers for HtmlLinkEvent and HtmlCellEvent. The old way is deprecated, and in some cases doesn''t currently work properly in wxRuby. Replace this with the new event types. These are easier to understand and more consisten ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17086&group_id=35
Apparently Analagous Threads
- [ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
- [ wxruby-Bugs-18812 ] Wx::HtmlWindow#set_page()
- [ wxruby-Feature Requests-7657 ] Help re-use Font, Brush, Pen (similar to wxBrushList)
- [ wxruby-Feature Requests-7343 ] Add TextUrlEvent
- [ wxruby-Feature Requests-7460 ] Add tutorial/overviews to main documentation