Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created November 21, 2010 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukaszkorecki/709130 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/709130 to your computer and use it in GitHub Desktop.
Get rid of the 'create_popup_menu' error when defining a dock icon for wxRuby app
module Wx
class TaskBarIcon
def create_popup_menu *args
STDOUT << "dock icon clicked in some way"
nil
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment