Changeset 28999 for lang/ruby/ruwin/lib
- Timestamp:
- 01/25/09 12:53:08 (4 years ago)
- Location:
- lang/ruby/ruwin/lib/ruwin
- Files:
-
- 2 modified
-
edit_field/rich.rb (modified) (1 diff)
-
window.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ruwin/lib/ruwin/edit_field/rich.rb
r28997 r28999 50 50 51 51 52 def wm_notify msg 53 hwndFrom, idFrom, code = *SWin::Application.cstruct2array(msg.lParam, "UUU") 52 def wm_notify msg, hwndFrom, idFrom, code 54 53 case code 55 54 when EN_MSGFILTER -
lang/ruby/ruwin/lib/ruwin/window.rb
r28993 r28999 128 128 name, control = @controls[hwndFrom] 129 129 return unless control.respond_to? :wm_notify 130 event, *args = control.wm_notify msg 130 event, *args = control.wm_notify msg, hwndFrom, idFrom, code 131 131 return unless event 132 132
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)