Codebase list ruby-fxruby / 867a9ad8-16f3-49f2-8da1-08141b9b00dd/upstream/1.6.45+git20221125.1.7d76b2a rdoc-sources / FXMenuSeparator.rb
867a9ad8-16f3-49f2-8da1-08141b9b00dd/upstream/1.6.45+git20221125.1.7d76b2a

Tree @867a9ad8-16f3-49f2-8da1-08141b9b00dd/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXMenuSeparator.rb @867a9ad8-16f3-49f2-8da1-08141b9b00dd/upstream/1.6.45+git20221125.1.7d76b2araw · history · blame

module Fox
  #
  # The menu separator is a simple decorative groove
  # used to delineate items in a popup menu.
  #
  class FXMenuSeparator < FXWindow

    # Highlight color {FXColor}
    attr_accessor :hiliteColor

    # Shadow color {FXColor}
    attr_accessor :shadowColor

    #
    # Construct a menu separator
    #
    def initialize(parent, opts=0) # :yields: theMenuSeparator
    end
  end
end