Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct { Domain string // full domain name use for gui app like gui.sabz.city Icon []byte Info []Information LocaleInfo Information ContentPreferences string PresentationPreferences string Pages Pages UserPreferences UserPreferences DesignLanguageStyles string }
Application store the data to run a GUI application
func (*Application) Initialize ¶
func (a *Application) Initialize()
Initialize use to initialize application object
type Information ¶
type Information struct { Language string Name string ShortName string Tagline string Slogan string Description string Tags []string }
Information :
type Page ¶
type Page struct { Name string // It must be unique e.g. product Icon []byte Info []Information LocaleInfo Information }
Page :
Click to show internal directories.
Click to hide internal directories.