Sha256: 886ca911c9154adb5c597c6e3774a6fffe442563479b1c868ee5fd92eeb73681
Contents?: true
Size: 396 Bytes
Versions: 6
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
6 entries across 6 versions & 1 rubygems