Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IdentityDetails ¶
type IdentityDetails struct {
// contains filtered or unexported fields
}
func NewIdentityDetails ¶
func NewIdentityDetails( ctx *model.Context, reLoginClicked chan bool) *IdentityDetails
creates new identity details box
type Notification ¶
func NewNotification ¶
func NewNotification() *Notification
creates notification to show error messages
type VPNDetail ¶
type VPNDetail struct {
// contains filtered or unexported fields
}
func NewVPNDetail ¶
func NewVPNDetail( context *model.Context, vpnActionClicked chan *model.Credentials, parent *gtk.Window, getServers func() ([]string, error), getCertExpireDate func() (int64, bool, error), identityDetail *IdentityDetails) *VPNDetail
creates new vpn details
func (*VPNDetail) CloseDialog ¶ added in v0.0.11
func (vd *VPNDetail) CloseDialog()
triggers dialog closing
func (*VPNDetail) IsDialogOpen ¶ added in v0.0.11
returns opening status of dialog
func (*VPNDetail) OpenDialog ¶ added in v0.0.11
func (vd *VPNDetail) OpenDialog()
is opening the connect dialog
func (*VPNDetail) SetButtonsAfterProgress ¶
func (vd *VPNDetail) SetButtonsAfterProgress()
set button state after progress -> can be after status update or if error occurs
Click to show internal directories.
Click to hide internal directories.