Sha256: 65709464554fe7d6e909ed912706a76b1b87761a8136f7943c0deb3fa5cc6d4f
Contents?: true
Size: 406 Bytes
Versions: 55
Compression:
Stored size: 406 Bytes
Contents
module Fox # # A drag corner widget may be placed in the bottom right corner # so as to allow the window to be resized more easily. # class FXDragCorner < FXWindow # Highlight color [FXColor] attr_accessor :hiliteColor # Shadow color [FXColor] attr_accessor :shadowColor # Construct a drag corner def initialize(p) # :yields: theDragCorner end end end
Version data entries
55 entries across 55 versions & 2 rubygems