proxygadgets.bmx 519 B

12345678910111213141516
  1. Strict
  2. Rem
  3. bbdoc: MaxGUI/Proxy Gadgets
  4. about: This module contains any official proxy gadgets that wrap around the standard MaxGUI gadgets and provide an additional library
  5. of gadgets that can be used in a whole host of programs. Any gadgets in this library can be used with the standard MaxGUI functions
  6. available in the core #MaxGUI.MaxGUI module.
  7. End Rem
  8. Module MaxGUI.ProxyGadgets
  9. ModuleInfo "Version: 1.12"
  10. ModuleInfo "License: zlib/libpng"
  11. Import "hyperlink.bmx"
  12. Import "splitter.bmx"
  13. Import "scrollpanel.bmx"