Codebase list ruby-fxruby / e8f0877b-8d1b-412d-893e-c71bb32ba5fc/upstream/1.6.45+git20221125.1.7d76b2a rdoc-sources / FXMenuSeparator.rb
e8f0877b-8d1b-412d-893e-c71bb32ba5fc/upstream/1.6.45+git20221125.1.7d76b2a

Tree @e8f0877b-8d1b-412d-893e-c71bb32ba5fc/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXMenuSeparator.rb @e8f0877b-8d1b-412d-893e-c71bb32ba5fc/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