145 146 147 148 149
# File 'lib/fzeet/windows/comdlg/Common.rb', line 145 def on(msg, &block) (@messages[Fzeet.constant(msg, :wm_)] ||= []) << block self end