package
1.0.9
Repository: https://github.com/ipoluianov/goforms.git
Documentation: pkg.go.dev

# README

// Low level Window interface

Methods:

  • Show Window
    • Form
    • Modal Form
    • Popup Form
  • Close Window
  • Set title
  • Resize
  • Move

Events:

  • Window Created
  • Window Closing
  • Window Closed
  • Window Size Changed
  • Window Position Changed

Entities:

  • Visibility
  • Title
  • Size
  • Position

Types:

  • Regular
  • Modal
  • Popup