Codebase list ruby-fxruby / 4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a rdoc-sources / FXMenuSeparator.rb
4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a

Tree @4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXMenuSeparator.rb @4aa9b762-28ad-43f6-adae-3737db5bded3/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