github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/gui/page.go (about)

     1  /* For license and copyright information please see LEGAL file in repository */
     2  
     3  package gui
     4  
     5  // Page :
     6  type Page struct {
     7  	Name     string // It must be unique e.g. product
     8  	Icon       []byte
     9  	Info       []Information
    10  	LocaleInfo Information
    11  }