Documentation ¶
Overview ¶
Package fwk stands for framework
Index ¶
Constants ¶
View Source
const ( SettingsPageURL URL = "/settings" AccountsPageURL = SettingsPageURL + "/accounts" ContactsPageURL = SettingsPageURL + "/contacts" ThemePageURL = SettingsPageURL + "/theme" NotificationsPageURL = SettingsPageURL + "/notifications" HelpPageURL = SettingsPageURL + "/help" AboutPageURL = SettingsPageURL + "/about" PrivacyPageURL = SettingsPageURL + "/privacy" ChatPageURL URL = "/chat" ChatRoomPageURL URL = "/chat-room" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Animation ¶
type Animation = component.VisibilityAnimation
type Dim ¶
type Dim = layout.Dimensions
type Manager ¶
type Manager interface { PopUp() CurrentPage() Page GetWindowWidthInDp() int GetWindowWidthInPx() int GetWindowHeightInDp() int GetWindowHeightInPx() int IsStageRunning() bool Theme() *material.Theme Service() service.Service Window() *app.Window Notifier() notify.Notifier Modal() Modal PageFromUrl(url URL) Page SystemInsets() system.Insets ShouldDrawSidebar() bool Snackbar() Snackbar }
Click to show internal directories.
Click to hide internal directories.