Sha256: ff7af5f14de5b18bca45dcbe8d438f88f56dd22cd7eaa9211dd400ff61ed5c6d
Contents?: true
Size: 396 Bytes
Versions: 94
Compression:
Stored size: 396 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
94 entries across 94 versions & 1 rubygems