Sha256: 972374c801b93c857d099128c4dc16a7f1e69754f584e908e6ef2d23928d1725
Contents?: true
Size: 1.24 KB
Versions: 18
Compression:
Stored size: 1.24 KB
Contents
module Fox # # MDI Delete button # class FXMDIDeleteButton < FXButton # # Constructor # def initialize(p, tgt=nil, sel=0, opts=FRAME_RAISED, x=0, y=0, w=0, h=0) # :yields: theMDIDeleteButton end end # # MDI Restore button # class FXMDIRestoreButton < FXButton # # Constructor # def initialize(p, tgt=nil, sel=0, opts=FRAME_RAISED, x=0, y=0, w=0, h=0) # :yields: theMDIRestoreButton end end # # MDI Maximize button # class FXMDIMaximizeButton < FXButton # # Constructor # def initialize(p, tgt=nil, sel=0, opts=FRAME_RAISED, x=0, y=0, w=0, h=0) # :yields: theMDIMaximizeButton end end # # MDI Minimize button # class FXMDIMinimizeButton < FXButton # # Constructor # def initialize(p, tgt=nil, sel=0, opts=FRAME_RAISED, x=0, y=0, w=0, h=0) # :yields: theMDIMinimizeButton end end # # MDI Window button # class FXMDIWindowButton < FXMenuButton # # Constructor # def initialize(p, pup, tgt=nil, sel=0, opts=0, x=0, y=0, w=0, h=0) # :yields: theMDIWindowButton end end # # MDI Window Menu # class FXMDIMenu < FXMenuPane # # Construct MDI menu # def initialize(owner, tgt=nil); end end end
Version data entries
18 entries across 18 versions & 1 rubygems