Skip to content
Snippets Groups Projects
FXMenuPane.rb 182 B
Newer Older
  • Learn to ignore specific revisions
  • module Fox
      #
      # Popup menu pane
      #
      class FXMenuPane < FXPopup
        #
        # Construct menu pane
        #
        def initialize(owner, opts=0) # :yields: theMenuPane
        end
      end
    end