Newer
Older
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}
# Shadow color {FXColor}
# Construct a drag corner
def initialize(p) # :yields: theDragCorner
end
end
end