Sha256: 0ea043d1173b0a8f779b7c66599d89d9c2e245c48070ed7777e57a6e418ee7bb
Contents?: true
Size: 555 Bytes
Versions: 5
Compression:
Stored size: 555 Bytes
Contents
module Fox # # Main application window # # === Events # # The following messages are sent by FXMainWindow to its target: # # +SEL_CLOSE+:: # sent when the user clicks the close button in the upper right-hand # corner of the main window. # class FXMainWindow < FXTopWindow # # Construct a main window # def initialize(app, title, icon=nil, miniIcon=nil, opts=DECOR_ALL, x=0, y=0, width=0, height=0, padLeft=0, padRight=0, padTop=0, padBottom=0, hSpacing=4, vSpacing=4) # :yields: theMainWindow end end end
Version data entries
5 entries across 5 versions & 1 rubygems