gtk

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mock

type Mock struct {
	mock.Mock
}

func (*Mock) AboutDialogNew

func (m *Mock) AboutDialogNew() (gtki.AboutDialog, error)

func (*Mock) AccelGroupNew

func (m *Mock) AccelGroupNew() (gtki.AccelGroup, error)

func (*Mock) AcceleratorParse

func (m *Mock) AcceleratorParse(v1 string) (uint, gdki.ModifierType)

func (*Mock) AddProviderForScreen

func (m *Mock) AddProviderForScreen(v1 gdki.Screen, v2 gtki.StyleProvider, v3 uint)

func (*Mock) ApplicationNew

func (m *Mock) ApplicationNew(v1 string, v2 glibi.ApplicationFlags) (gtki.Application, error)

func (*Mock) ApplicationWindowNew

func (m *Mock) ApplicationWindowNew(v1 gtki.Application) (gtki.ApplicationWindow, error)

func (*Mock) AssistantNew

func (m *Mock) AssistantNew() (gtki.Assistant, error)

func (*Mock) BoxNew

func (m *Mock) BoxNew(v1 gtki.Orientation, v2 int) (gtki.Box, error)

func (*Mock) BuilderNew

func (m *Mock) BuilderNew() (gtki.Builder, error)

func (*Mock) BuilderNewFromResource

func (m *Mock) BuilderNewFromResource(v1 string) (gtki.Builder, error)

func (*Mock) ButtonBoxNew

func (m *Mock) ButtonBoxNew(v1 gtki.Orientation) (gtki.ButtonBox, error)

func (*Mock) ButtonNewWithLabel

func (m *Mock) ButtonNewWithLabel(v1 string) (gtki.Button, error)

func (*Mock) CellRendererTextNew

func (m *Mock) CellRendererTextNew() (gtki.CellRendererText, error)

func (*Mock) CheckButtonNew

func (m *Mock) CheckButtonNew() (gtki.CheckButton, error)

func (*Mock) CheckButtonNewWithMnemonic

func (m *Mock) CheckButtonNewWithMnemonic(v1 string) (gtki.CheckButton, error)

func (*Mock) CheckMenuItemNewWithMnemonic

func (m *Mock) CheckMenuItemNewWithMnemonic(v1 string) (gtki.CheckMenuItem, error)

func (*Mock) CheckVersion

func (m *Mock) CheckVersion(v1, v2, v3 uint) error

func (*Mock) ComboBoxNew

func (m *Mock) ComboBoxNew() (gtki.ComboBox, error)

func (*Mock) ComboBoxTextNew

func (m *Mock) ComboBoxTextNew() (gtki.ComboBoxText, error)

func (*Mock) CssProviderGetDefault

func (m *Mock) CssProviderGetDefault() (gtki.CssProvider, error)

func (*Mock) CssProviderGetNamed

func (m *Mock) CssProviderGetNamed(v1 string, v2 string) (gtki.CssProvider, error)

func (*Mock) CssProviderNew

func (m *Mock) CssProviderNew() (gtki.CssProvider, error)

func (*Mock) EntryCompletionNew

func (m *Mock) EntryCompletionNew() (gtki.EntryCompletion, error)

func (*Mock) EntryNew

func (m *Mock) EntryNew() (gtki.Entry, error)

func (*Mock) EventBoxNew

func (m *Mock) EventBoxNew() (gtki.EventBox, error)

func (*Mock) FileChooserDialogNewWith2Buttons

func (m *Mock) FileChooserDialogNewWith2Buttons(v1 string, v2 gtki.Window, v3 gtki.FileChooserAction, v4 string, v5 gtki.ResponseType, v6 string, v7 gtki.ResponseType) (gtki.FileChooserDialog, error)

func (*Mock) GetMajorVersion

func (m *Mock) GetMajorVersion() uint

func (*Mock) GetMicroVersion

func (m *Mock) GetMicroVersion() uint

func (*Mock) GetMinorVersion

func (m *Mock) GetMinorVersion() uint

func (*Mock) GetWidgetBuildableName

func (m *Mock) GetWidgetBuildableName(v1 gtki.Widget) (string, error)

func (*Mock) IconThemeGetDefault

func (m *Mock) IconThemeGetDefault() gtki.IconTheme

func (*Mock) IconThemeGetForScreen

func (m *Mock) IconThemeGetForScreen(v1 gdki.Screen) gtki.IconTheme

func (*Mock) IconThemeNew

func (m *Mock) IconThemeNew() (gtki.IconTheme, error)

func (*Mock) ImageNewFromFile

func (m *Mock) ImageNewFromFile(v1 string) (gtki.Image, error)

func (*Mock) ImageNewFromIconName

func (m *Mock) ImageNewFromIconName(v1 string, v2 gtki.IconSize) (gtki.Image, error)

func (*Mock) ImageNewFromPixbuf

func (m *Mock) ImageNewFromPixbuf(v1 gdki.Pixbuf) (gtki.Image, error)

func (*Mock) ImageNewFromResource

func (m *Mock) ImageNewFromResource(v1 string) (gtki.Image, error)

func (*Mock) InfoBarGetRevealed

func (m *Mock) InfoBarGetRevealed(v1 gtki.InfoBar) bool

func (*Mock) InfoBarNew

func (m *Mock) InfoBarNew() (gtki.InfoBar, error)

func (*Mock) InfoBarSetRevealed

func (m *Mock) InfoBarSetRevealed(v1 gtki.InfoBar, v2 bool)

func (*Mock) Init

func (m *Mock) Init(v1 *[]string)

func (*Mock) LabelNew

func (m *Mock) LabelNew(v1 string) (gtki.Label, error)

func (*Mock) ListStoreNew

func (m *Mock) ListStoreNew(v1 ...glibi.Type) (gtki.ListStore, error)

func (*Mock) MenuBarNew

func (m *Mock) MenuBarNew() (gtki.MenuBar, error)

func (*Mock) MenuItemNew

func (m *Mock) MenuItemNew() (gtki.MenuItem, error)

func (*Mock) MenuItemNewWithLabel

func (m *Mock) MenuItemNewWithLabel(v1 string) (gtki.MenuItem, error)

func (*Mock) MenuItemNewWithMnemonic

func (m *Mock) MenuItemNewWithMnemonic(v1 string) (gtki.MenuItem, error)

func (*Mock) MenuNew

func (m *Mock) MenuNew() (gtki.Menu, error)

func (*Mock) PopoverNew

func (m *Mock) PopoverNew(v1 gtki.Widget) (gtki.Popover, error)

func (*Mock) SearchBarNew

func (m *Mock) SearchBarNew() (gtki.SearchBar, error)

func (*Mock) SearchEntryNew

func (m *Mock) SearchEntryNew() (gtki.SearchEntry, error)

func (*Mock) SeparatorMenuItemNew

func (m *Mock) SeparatorMenuItemNew() (gtki.SeparatorMenuItem, error)

func (*Mock) SeparatorNew

func (m *Mock) SeparatorNew(v1 gtki.Orientation) (gtki.Separator, error)

func (*Mock) SettingsGetDefault

func (m *Mock) SettingsGetDefault() (gtki.Settings, error)

func (*Mock) SpinnerNew

func (m *Mock) SpinnerNew() (gtki.Spinner, error)

func (*Mock) StatusIconNew

func (m *Mock) StatusIconNew() (gtki.StatusIcon, error)

func (*Mock) StatusIconNewFromFile

func (m *Mock) StatusIconNewFromFile(v1 string) (gtki.StatusIcon, error)

func (*Mock) StatusIconNewFromIconName

func (m *Mock) StatusIconNewFromIconName(v1 string) (gtki.StatusIcon, error)

func (*Mock) StatusIconNewFromPixbuf

func (m *Mock) StatusIconNewFromPixbuf(v1 gdki.Pixbuf) (gtki.StatusIcon, error)

func (*Mock) TextBufferNew

func (m *Mock) TextBufferNew(v1 gtki.TextTagTable) (gtki.TextBuffer, error)

func (*Mock) TextTagNew

func (m *Mock) TextTagNew(v1 string) (gtki.TextTag, error)

func (*Mock) TextTagTableNew

func (m *Mock) TextTagTableNew() (gtki.TextTagTable, error)

func (*Mock) TextViewNew

func (m *Mock) TextViewNew() (gtki.TextView, error)

func (*Mock) TreePathNew

func (m *Mock) TreePathNew() gtki.TreePath

func (*Mock) TreeStoreNew

func (m *Mock) TreeStoreNew(v1 ...glibi.Type) (gtki.TreeStore, error)

func (*Mock) WindowNew

func (m *Mock) WindowNew(v1 gtki.WindowType) (gtki.Window, error)

func (*Mock) WindowSetDefaultIcon

func (m *Mock) WindowSetDefaultIcon(v1 gdki.Pixbuf)

type MockAboutDialog

type MockAboutDialog struct {
	MockDialog
}

func (*MockAboutDialog) SetAuthors

func (m *MockAboutDialog) SetAuthors(v1 []string)

func (*MockAboutDialog) SetLicense

func (m *MockAboutDialog) SetLicense(v1 string)

func (*MockAboutDialog) SetProgramName

func (m *MockAboutDialog) SetProgramName(v1 string)

func (*MockAboutDialog) SetVersion

func (m *MockAboutDialog) SetVersion(v1 string)

func (*MockAboutDialog) SetWrapLicense

func (m *MockAboutDialog) SetWrapLicense(v1 bool)

type MockAccelGroup

type MockAccelGroup struct {
	glib.MockObject
}

func (*MockAccelGroup) Connect2

func (m *MockAccelGroup) Connect2(v2 uint, v3 gdki.ModifierType, v4 gtki.AccelFlags, v5 interface{})

type MockAdjustment

type MockAdjustment struct {
	glib.MockObject
}

func (*MockAdjustment) GetLower

func (m *MockAdjustment) GetLower() float64

func (*MockAdjustment) GetPageSize

func (m *MockAdjustment) GetPageSize() float64

func (*MockAdjustment) GetUpper

func (m *MockAdjustment) GetUpper() float64

func (*MockAdjustment) GetValue

func (m *MockAdjustment) GetValue() float64

func (*MockAdjustment) SetValue

func (m *MockAdjustment) SetValue(v1 float64)

type MockAllocation

type MockAllocation struct {
	gdk.MockRectangle
}

func (*MockAllocation) GetY

func (m *MockAllocation) GetY() int

type MockApplication

type MockApplication struct {
	glib.MockApplication
}

func (*MockApplication) Activate

func (m *MockApplication) Activate(v1 string, v2 glibi.Variant)

func (*MockApplication) AddAction

func (m *MockApplication) AddAction(v1 glibi.Action)

func (*MockApplication) AddWindow

func (m *MockApplication) AddWindow(v1 gtki.Window)

func (*MockApplication) ChangeActionState

func (m *MockApplication) ChangeActionState(v1 string, v2 glibi.Variant)

func (*MockApplication) GetActionEnabled

func (m *MockApplication) GetActionEnabled(v1 string) bool

func (*MockApplication) GetActionParameterType

func (m *MockApplication) GetActionParameterType(v1 string) glibi.VariantType

func (*MockApplication) GetActionState

func (m *MockApplication) GetActionState(v1 string) glibi.Variant

func (*MockApplication) GetActionStateHint

func (m *MockApplication) GetActionStateHint(v1 string) glibi.Variant

func (*MockApplication) GetActionStateType

func (m *MockApplication) GetActionStateType(v1 string) glibi.VariantType

func (*MockApplication) GetActiveWindow

func (m *MockApplication) GetActiveWindow() gtki.Window

func (*MockApplication) GetAppMenu

func (m *MockApplication) GetAppMenu() glibi.MenuModel

func (*MockApplication) GetMenubar

func (m *MockApplication) GetMenubar() glibi.MenuModel

func (*MockApplication) HasAction

func (m *MockApplication) HasAction(v1 string) bool

func (*MockApplication) LookupAction

func (m *MockApplication) LookupAction(v1 string) glibi.Action

func (*MockApplication) PrefersAppMenu

func (m *MockApplication) PrefersAppMenu() bool

func (*MockApplication) RemoveAction

func (m *MockApplication) RemoveAction(v1 string)

func (*MockApplication) RemoveWindow

func (m *MockApplication) RemoveWindow(v1 gtki.Window)

func (*MockApplication) SetAppMenu

func (m *MockApplication) SetAppMenu(v1 glibi.MenuModel)

func (*MockApplication) SetMenubar

func (m *MockApplication) SetMenubar(v1 glibi.MenuModel)

type MockApplicationWindow

type MockApplicationWindow struct {
	MockWindow
}

func (*MockApplicationWindow) Activate

func (m *MockApplicationWindow) Activate(v1 string, v2 glibi.Variant)

func (*MockApplicationWindow) AddAction

func (m *MockApplicationWindow) AddAction(v1 glibi.Action)

func (*MockApplicationWindow) ChangeActionState

func (m *MockApplicationWindow) ChangeActionState(v1 string, v2 glibi.Variant)

func (*MockApplicationWindow) GetActionEnabled

func (m *MockApplicationWindow) GetActionEnabled(v1 string) bool

func (*MockApplicationWindow) GetActionParameterType

func (m *MockApplicationWindow) GetActionParameterType(v1 string) glibi.VariantType

func (*MockApplicationWindow) GetActionState

func (m *MockApplicationWindow) GetActionState(v1 string) glibi.Variant

func (*MockApplicationWindow) GetActionStateHint

func (m *MockApplicationWindow) GetActionStateHint(v1 string) glibi.Variant

func (*MockApplicationWindow) GetActionStateType

func (m *MockApplicationWindow) GetActionStateType(v1 string) glibi.VariantType

func (*MockApplicationWindow) GetID

func (m *MockApplicationWindow) GetID() uint

func (*MockApplicationWindow) GetShowMenubar

func (m *MockApplicationWindow) GetShowMenubar() bool

func (*MockApplicationWindow) HasAction

func (m *MockApplicationWindow) HasAction(v1 string) bool

func (*MockApplicationWindow) LookupAction

func (m *MockApplicationWindow) LookupAction(v1 string) glibi.Action

func (*MockApplicationWindow) RemoveAction

func (m *MockApplicationWindow) RemoveAction(v1 string)

func (*MockApplicationWindow) SetShowMenubar

func (m *MockApplicationWindow) SetShowMenubar(v1 bool)

type MockAssistant

type MockAssistant struct {
	MockWindow
}

func (*MockAssistant) AddActionWidget

func (m *MockAssistant) AddActionWidget(v1 gtki.Widget)

func (*MockAssistant) AppendPage

func (m *MockAssistant) AppendPage(v1 gtki.Widget) int

func (*MockAssistant) Commit

func (m *MockAssistant) Commit()

func (*MockAssistant) GetButtonSizeGroup

func (m *MockAssistant) GetButtonSizeGroup() (gtki.SizeGroup, error)

func (*MockAssistant) GetButtons

func (m *MockAssistant) GetButtons() []gtki.Button

func (*MockAssistant) GetCurrentPage

func (m *MockAssistant) GetCurrentPage() int

func (*MockAssistant) GetHeaderBar

func (m *MockAssistant) GetHeaderBar() (gtki.HeaderBar, error)

func (*MockAssistant) GetNotebook

func (m *MockAssistant) GetNotebook() (gtki.Notebook, error)

func (*MockAssistant) GetNthPage

func (m *MockAssistant) GetNthPage(v1 int) (gtki.Widget, error)

func (*MockAssistant) GetPageComplete

func (m *MockAssistant) GetPageComplete(v1 gtki.Widget) bool

func (*MockAssistant) GetPageType

func (m *MockAssistant) GetPageType(v1 gtki.Widget) gtki.AssistantPageType

func (*MockAssistant) GetSidebar

func (m *MockAssistant) GetSidebar() (gtki.Box, error)

func (*MockAssistant) HideBottomActionArea

func (m *MockAssistant) HideBottomActionArea()

func (*MockAssistant) NextPage

func (m *MockAssistant) NextPage()

func (*MockAssistant) PreviousPage

func (m *MockAssistant) PreviousPage()

func (*MockAssistant) RemoveActionWidget

func (m *MockAssistant) RemoveActionWidget(v1 gtki.Widget)

func (*MockAssistant) SetCurrentPage

func (m *MockAssistant) SetCurrentPage(v1 int)

func (*MockAssistant) SetPageComplete

func (m *MockAssistant) SetPageComplete(v1 gtki.Widget, v2 bool)

func (*MockAssistant) SetPageTitle

func (m *MockAssistant) SetPageTitle(v1 gtki.Widget, v2 string)

func (*MockAssistant) SetPageType

func (m *MockAssistant) SetPageType(v1 gtki.Widget, v2 gtki.AssistantPageType)

func (*MockAssistant) UpdateButtonsState

func (m *MockAssistant) UpdateButtonsState()

type MockBin

type MockBin struct {
	MockContainer
}

func (*MockBin) GetChild

func (m *MockBin) GetChild() gtki.Widget

type MockBox

type MockBox struct {
	MockContainer
	gtki.Orientable
}

func (*MockBox) GetCenterWidget

func (m *MockBox) GetCenterWidget() gtki.Widget

func (*MockBox) GetOrientation

func (m *MockBox) GetOrientation() gtki.Orientation

func (*MockBox) PackEnd

func (m *MockBox) PackEnd(v1 gtki.Widget, v2, v3 bool, v4 uint)

func (*MockBox) PackStart

func (m *MockBox) PackStart(v1 gtki.Widget, v2, v3 bool, v4 uint)

func (*MockBox) SetCenterWidget

func (m *MockBox) SetCenterWidget(v1 gtki.Widget)

func (*MockBox) SetChildPacking

func (m *MockBox) SetChildPacking(v1 gtki.Widget, v2, v3 bool, v4 uint, v5 gtki.PackType)

func (*MockBox) SetFocusVAdjustment

func (m *MockBox) SetFocusVAdjustment(v1 gtki.Adjustment)

func (*MockBox) SetOrientation

func (m *MockBox) SetOrientation(v1 gtki.Orientation)

type MockBuilder

type MockBuilder struct {
	glib.MockObject
}

func (*MockBuilder) AddFromResource

func (m *MockBuilder) AddFromResource(v1 string) error

func (*MockBuilder) AddFromString

func (m *MockBuilder) AddFromString(v1 string) error

func (*MockBuilder) ConnectSignals

func (m *MockBuilder) ConnectSignals(v1 map[string]interface{})

func (*MockBuilder) GetObject

func (m *MockBuilder) GetObject(v1 string) (glibi.Object, error)

type MockButton

type MockButton struct {
	MockBin
}

func (*MockButton) GetLabel

func (m *MockButton) GetLabel() (string, error)

func (*MockButton) SetImage

func (m *MockButton) SetImage(v1 gtki.Widget)

func (*MockButton) SetLabel

func (m *MockButton) SetLabel(v1 string)

type MockButtonBox

type MockButtonBox struct {
	MockBox
}

type MockCSSClassCellRenderer

type MockCSSClassCellRenderer struct {
	MockCellRenderer
}

func (*MockCSSClassCellRenderer) SetReal

type MockCellRenderer

type MockCellRenderer struct {
	glib.MockObject
}

type MockCellRendererText

type MockCellRendererText struct {
	MockCellRenderer
}

type MockCellRendererToggle

type MockCellRendererToggle struct {
	MockCellRenderer
}

type MockCheckButton

type MockCheckButton struct {
	MockToggleButton
}

type MockCheckMenuItem

type MockCheckMenuItem struct {
	MockMenuItem
}

func (*MockCheckMenuItem) GetActive

func (m *MockCheckMenuItem) GetActive() bool

func (*MockCheckMenuItem) SetActive

func (m *MockCheckMenuItem) SetActive(v1 bool)

type MockComboBox

type MockComboBox struct {
	MockBin
}

func (*MockComboBox) AddAttribute

func (m *MockComboBox) AddAttribute(v1 gtki.CellRenderer, v2 string, v3 int)

func (*MockComboBox) GetActive

func (m *MockComboBox) GetActive() int

func (*MockComboBox) GetActiveID

func (m *MockComboBox) GetActiveID() string

func (*MockComboBox) GetActiveIter

func (m *MockComboBox) GetActiveIter() (gtki.TreeIter, error)

func (*MockComboBox) GetToggleButton

func (m *MockComboBox) GetToggleButton() (gtki.Button, error)

func (*MockComboBox) PackStart

func (m *MockComboBox) PackStart(v1 gtki.CellRenderer, v2 bool)

func (*MockComboBox) SetActive

func (m *MockComboBox) SetActive(v1 int)

func (*MockComboBox) SetEntryTextColumn

func (m *MockComboBox) SetEntryTextColumn(v1 int)

func (*MockComboBox) SetIDColumn

func (m *MockComboBox) SetIDColumn(v1 int)

func (*MockComboBox) SetModel

func (m *MockComboBox) SetModel(v1 gtki.TreeModel)

type MockComboBoxText

type MockComboBoxText struct {
	MockComboBox
}

func (*MockComboBoxText) AppendText

func (m *MockComboBoxText) AppendText(v1 string)

func (*MockComboBoxText) GetActiveText

func (m *MockComboBoxText) GetActiveText() string

func (*MockComboBoxText) RemoveAll

func (m *MockComboBoxText) RemoveAll()

type MockContainer

type MockContainer struct {
	MockWidget
}

func (*MockContainer) Add

func (m *MockContainer) Add(v1 gtki.Widget)

func (*MockContainer) GetChildren

func (m *MockContainer) GetChildren() []gtki.Widget

func (*MockContainer) Remove

func (m *MockContainer) Remove(v1 gtki.Widget)

func (*MockContainer) SetBorderWidth

func (m *MockContainer) SetBorderWidth(v1 uint)

type MockCssProvider

type MockCssProvider struct {
	glib.MockObject
}

func (*MockCssProvider) LoadFromData

func (m *MockCssProvider) LoadFromData(v1 string) error

type MockDialog

type MockDialog struct {
	MockWindow
}

func (*MockDialog) Run

func (m *MockDialog) Run() int

func (*MockDialog) SetDefaultResponse

func (m *MockDialog) SetDefaultResponse(v1 gtki.ResponseType)

type MockEntry

type MockEntry struct {
	MockWidget
}

func (*MockEntry) GetAlignment

func (m *MockEntry) GetAlignment() float32

func (*MockEntry) GetPosition

func (m *MockEntry) GetPosition() int

func (*MockEntry) GetText

func (m *MockEntry) GetText() (string, error)

func (*MockEntry) GetVisibility

func (m *MockEntry) GetVisibility() bool

func (*MockEntry) SetAlignment

func (m *MockEntry) SetAlignment(v1 float32)

func (*MockEntry) SetCompletion

func (m *MockEntry) SetCompletion(v1 gtki.EntryCompletion)

func (*MockEntry) SetEditable

func (m *MockEntry) SetEditable(v1 bool)

func (*MockEntry) SetHasFrame

func (m *MockEntry) SetHasFrame(v1 bool)

func (*MockEntry) SetPlaceholderText

func (m *MockEntry) SetPlaceholderText(v1 string)

func (*MockEntry) SetPosition

func (m *MockEntry) SetPosition(v1 int)

func (*MockEntry) SetText

func (m *MockEntry) SetText(v1 string)

func (*MockEntry) SetVisibility

func (m *MockEntry) SetVisibility(v1 bool)

func (*MockEntry) SetWidthChars

func (m *MockEntry) SetWidthChars(v1 int)

type MockEventBox

type MockEventBox struct {
	MockBin
}

func (*MockEventBox) GetAboveChild

func (m *MockEventBox) GetAboveChild() bool

func (*MockEventBox) GetVisibleWindow

func (m *MockEventBox) GetVisibleWindow() bool

func (*MockEventBox) SetAboveChild

func (m *MockEventBox) SetAboveChild(v1 bool)

func (*MockEventBox) SetVisibleWindow

func (m *MockEventBox) SetVisibleWindow(v1 bool)

type MockExpander

type MockExpander struct {
	MockBin
}

type MockFileChooserDialog

type MockFileChooserDialog struct {
	MockDialog
}

func (*MockFileChooserDialog) GetFilename

func (m *MockFileChooserDialog) GetFilename() string

func (*MockFileChooserDialog) SetCurrentName

func (m *MockFileChooserDialog) SetCurrentName(v1 string)

func (*MockFileChooserDialog) SetDoOverwriteConfirmation

func (m *MockFileChooserDialog) SetDoOverwriteConfirmation(v1 bool)

type MockGrid

type MockGrid struct {
	MockContainer
}

func (*MockGrid) Attach

func (m *MockGrid) Attach(v1 gtki.Widget, v2, v3, v4, v5 int)

type MockHeaderBar

type MockHeaderBar struct {
	MockContainer
}

func (*MockHeaderBar) GetShowCloseButton

func (m *MockHeaderBar) GetShowCloseButton() bool

func (*MockHeaderBar) SetShowCloseButton

func (m *MockHeaderBar) SetShowCloseButton(v1 bool)

func (*MockHeaderBar) SetSubtitle

func (m *MockHeaderBar) SetSubtitle(v1 string)

type MockIconTheme

type MockIconTheme struct {
	glib.MockObject
}

func (*MockIconTheme) AddResourcePath

func (m *MockIconTheme) AddResourcePath(v1 string)

func (*MockIconTheme) AppendSearchPath

func (m *MockIconTheme) AppendSearchPath(v1 string)

func (*MockIconTheme) GetExampleIconName

func (m *MockIconTheme) GetExampleIconName() string

func (*MockIconTheme) HasIcon

func (m *MockIconTheme) HasIcon(v1 string) bool

func (*MockIconTheme) PrependSearchPath

func (m *MockIconTheme) PrependSearchPath(v1 string)

type MockImage

type MockImage struct {
	MockWidget
}

func (*MockImage) Clear

func (m *MockImage) Clear()

func (*MockImage) SetFromIconName

func (m *MockImage) SetFromIconName(v1 string, v2 gtki.IconSize)

func (*MockImage) SetFromPixbuf

func (m *MockImage) SetFromPixbuf(v1 gdki.Pixbuf)

type MockInfoBar

type MockInfoBar struct {
	MockBox
}

func (*MockInfoBar) AddActionWidget

func (m *MockInfoBar) AddActionWidget(v1 gtki.Widget, v2 gtki.ResponseType)

func (*MockInfoBar) AddButton

func (m *MockInfoBar) AddButton(v1 string, v2 gtki.ResponseType)

func (*MockInfoBar) GetActionArea

func (m *MockInfoBar) GetActionArea() (gtki.Widget, error)

func (*MockInfoBar) GetContentArea

func (m *MockInfoBar) GetContentArea() (gtki.Box, error)

func (*MockInfoBar) GetMessageType

func (m *MockInfoBar) GetMessageType() gtki.MessageType

func (*MockInfoBar) GetOrientation

func (m *MockInfoBar) GetOrientation() gtki.Orientation

func (*MockInfoBar) GetShowCloseButton

func (m *MockInfoBar) GetShowCloseButton() bool

func (*MockInfoBar) SetDefaultResponse

func (m *MockInfoBar) SetDefaultResponse(v1 gtki.ResponseType)

func (*MockInfoBar) SetMessageType

func (m *MockInfoBar) SetMessageType(v1 gtki.MessageType)

func (*MockInfoBar) SetOrientation

func (m *MockInfoBar) SetOrientation(v1 gtki.Orientation)

func (*MockInfoBar) SetResponseSensitive

func (m *MockInfoBar) SetResponseSensitive(v1 gtki.ResponseType, v2 bool)

func (*MockInfoBar) SetShowCloseButton

func (m *MockInfoBar) SetShowCloseButton(v1 bool)

type MockLabel

type MockLabel struct {
	MockWidget
}

func (*MockLabel) GetAttributes

func (m *MockLabel) GetAttributes() (pangoi.AttrList, error)

func (*MockLabel) GetLabel

func (m *MockLabel) GetLabel() string

func (*MockLabel) GetMnemonicKeyval

func (m *MockLabel) GetMnemonicKeyval() uint

func (*MockLabel) SetAttributes

func (m *MockLabel) SetAttributes(v1 pangoi.AttrList)

func (*MockLabel) SetLabel

func (m *MockLabel) SetLabel(v1 string)

func (*MockLabel) SetMarkup

func (m *MockLabel) SetMarkup(v1 string)

func (*MockLabel) SetSelectable

func (m *MockLabel) SetSelectable(v1 bool)

func (*MockLabel) SetText

func (m *MockLabel) SetText(v1 string)

type MockLinkButton

type MockLinkButton struct {
	MockBin
}

func (*MockLinkButton) GetLabel

func (m *MockLinkButton) GetLabel() (string, error)

func (*MockLinkButton) GetUri

func (m *MockLinkButton) GetUri() string

func (*MockLinkButton) SetImage

func (m *MockLinkButton) SetImage(v1 gtki.Widget)

func (*MockLinkButton) SetUri

func (m *MockLinkButton) SetUri(v1 string)

type MockListBox

type MockListBox struct {
	MockContainer
}

func (*MockListBox) GetRowAtIndex

func (m *MockListBox) GetRowAtIndex(v1 int) gtki.ListBoxRow

func (*MockListBox) GetSelectedRow

func (m *MockListBox) GetSelectedRow() gtki.ListBoxRow

func (*MockListBox) SelectRow

func (m *MockListBox) SelectRow(v1 gtki.ListBoxRow)

type MockListBoxRow

type MockListBoxRow struct {
	MockBin
}

func (*MockListBoxRow) GetIndex

func (m *MockListBoxRow) GetIndex() int

type MockListStore

type MockListStore struct {
	glib.MockObject
}

func (*MockListStore) Append

func (m *MockListStore) Append() gtki.TreeIter

func (*MockListStore) Clear

func (m *MockListStore) Clear()

func (*MockListStore) GetColumnType

func (m *MockListStore) GetColumnType(v1 int) glibi.Type

func (*MockListStore) GetIter

func (m *MockListStore) GetIter(v1 gtki.TreePath) (gtki.TreeIter, error)

func (*MockListStore) GetIterFirst

func (m *MockListStore) GetIterFirst() (gtki.TreeIter, bool)

func (*MockListStore) GetIterFromString

func (m *MockListStore) GetIterFromString(v1 string) (gtki.TreeIter, error)

func (*MockListStore) GetPath

func (m *MockListStore) GetPath(v1 gtki.TreeIter) (gtki.TreePath, error)

func (*MockListStore) GetValue

func (m *MockListStore) GetValue(v1 gtki.TreeIter, v2 int) (glibi.Value, error)

func (*MockListStore) IterNext

func (m *MockListStore) IterNext(v1 gtki.TreeIter) bool

func (*MockListStore) Remove

func (m *MockListStore) Remove(v1 gtki.TreeIter) bool

func (*MockListStore) Set2

func (m *MockListStore) Set2(v1 gtki.TreeIter, v2 []int, v3 []interface{}) error

func (*MockListStore) SetValue

func (m *MockListStore) SetValue(v1 gtki.TreeIter, v2 int, v3 interface{}) error

type MockMenu

type MockMenu struct {
	MockMenuShell
}

func (*MockMenu) PopupAtMouseCursor

func (m *MockMenu) PopupAtMouseCursor(v1 gtki.Menu, v2 gtki.MenuItem, v3 int, v4 uint32)

func (*MockMenu) PopupAtPointer

func (m *MockMenu) PopupAtPointer(v1 gdki.Event)

type MockMenuBar

type MockMenuBar struct {
	MockMenuShell
}

type MockMenuItem

type MockMenuItem struct {
	MockBin
}

func (*MockMenuItem) GetLabel

func (m *MockMenuItem) GetLabel() string

func (*MockMenuItem) SetLabel

func (m *MockMenuItem) SetLabel(v1 string)

func (*MockMenuItem) SetSubmenu

func (m *MockMenuItem) SetSubmenu(v1 gtki.Widget)

type MockMenuShell

type MockMenuShell struct {
	MockContainer
}

func (*MockMenuShell) Append

func (m *MockMenuShell) Append(v1 gtki.MenuItem)

type MockMessageDialog

type MockMessageDialog struct {
	MockDialog
}

type MockNotebook

type MockNotebook struct {
	MockContainer
}

func (*MockNotebook) AppendPage

func (m *MockNotebook) AppendPage(v1, v2 gtki.Widget) int

func (*MockNotebook) GetCurrentPage

func (m *MockNotebook) GetCurrentPage() int

func (*MockNotebook) GetNPages

func (m *MockNotebook) GetNPages() int

func (*MockNotebook) GetNthPage

func (m *MockNotebook) GetNthPage(v1 int) (gtki.Widget, error)

func (*MockNotebook) NextPage

func (m *MockNotebook) NextPage()

func (*MockNotebook) PrevPage

func (m *MockNotebook) PrevPage()

func (*MockNotebook) SetCurrentPage

func (m *MockNotebook) SetCurrentPage(v1 int)

func (*MockNotebook) SetShowTabs

func (m *MockNotebook) SetShowTabs(v1 bool)

func (*MockNotebook) SetTabLabelText

func (m *MockNotebook) SetTabLabelText(v1 gtki.Widget, v2 string)

type MockProgressBar

type MockProgressBar struct {
	MockWidget
}

MockProgressBar is a mock of the representation of GTK's GtkProgressBar.

func (*MockProgressBar) GetFraction

func (m *MockProgressBar) GetFraction() float64

func (*MockProgressBar) GetShowText

func (m *MockProgressBar) GetShowText() bool

func (*MockProgressBar) SetFraction

func (m *MockProgressBar) SetFraction(v1 float64)

func (*MockProgressBar) SetShowText

func (m *MockProgressBar) SetShowText(v1 bool)

func (*MockProgressBar) SetText

func (m *MockProgressBar) SetText(v1 string)

type MockRevealer

type MockRevealer struct {
	MockBin
}

func (*MockRevealer) GetRevealChild

func (m *MockRevealer) GetRevealChild() bool

func (*MockRevealer) SetRevealChild

func (m *MockRevealer) SetRevealChild(v1 bool)

type MockScrolledWindow

type MockScrolledWindow struct {
	MockBin
}

func (*MockScrolledWindow) GetVAdjustment

func (m *MockScrolledWindow) GetVAdjustment() gtki.Adjustment

type MockSearchBar

type MockSearchBar struct {
	MockBin
}

func (*MockSearchBar) ConnectEntry

func (m *MockSearchBar) ConnectEntry(v1 gtki.Entry)

func (*MockSearchBar) GetSearchMode

func (m *MockSearchBar) GetSearchMode() bool

func (*MockSearchBar) GetShowCloseButton

func (m *MockSearchBar) GetShowCloseButton() bool

func (*MockSearchBar) HandleEvent

func (m *MockSearchBar) HandleEvent(v1 gdki.Event)

func (*MockSearchBar) SetSearchMode

func (m *MockSearchBar) SetSearchMode(v1 bool)

func (*MockSearchBar) SetShowCloseButton

func (m *MockSearchBar) SetShowCloseButton(v1 bool)

type MockSearchEntry

type MockSearchEntry struct {
	MockEntry
}

type MockSeparatorMenuItem

type MockSeparatorMenuItem struct {
	MockMenuItem
}

type MockSettings

type MockSettings struct {
	glib.MockObject
}

type MockSizeGroup

type MockSizeGroup struct {
	glib.MockObject
}

func (*MockSizeGroup) SetMode

func (m *MockSizeGroup) SetMode(v1 gtki.SizeGroupMode)

type MockSpinButton

type MockSpinButton struct {
	MockEntry
}

func (*MockSpinButton) GetAdjustment

func (m *MockSpinButton) GetAdjustment() gtki.Adjustment

func (*MockSpinButton) GetValue

func (m *MockSpinButton) GetValue() float64

func (*MockSpinButton) GetValueAsInt

func (m *MockSpinButton) GetValueAsInt() int

func (*MockSpinButton) SetIncrements

func (m *MockSpinButton) SetIncrements(v1 float64, v2 float64)

func (*MockSpinButton) SetRange

func (m *MockSpinButton) SetRange(v1 float64, v2 float64)

func (*MockSpinButton) SetValue

func (m *MockSpinButton) SetValue(v1 float64)

type MockSpinner

type MockSpinner struct {
	MockWidget
}

func (*MockSpinner) Start

func (m *MockSpinner) Start()

func (*MockSpinner) Stop

func (m *MockSpinner) Stop()

type MockStyleContext

type MockStyleContext struct {
	glib.MockObject
}

func (*MockStyleContext) AddClass

func (m *MockStyleContext) AddClass(v1 string)

func (*MockStyleContext) AddProvider

func (m *MockStyleContext) AddProvider(v1 gtki.StyleProvider, v2 uint)

func (*MockStyleContext) GetProperty2

func (m *MockStyleContext) GetProperty2(v1 string, v2 gtki.StateFlags) (interface{}, error)

func (*MockStyleContext) GetScreen

func (m *MockStyleContext) GetScreen() (gdki.Screen, error)

func (*MockStyleContext) RemoveClass

func (m *MockStyleContext) RemoveClass(v1 string)

type MockTextBuffer

type MockTextBuffer struct {
	glib.MockObject
}

func (*MockTextBuffer) ApplyTagByName

func (m *MockTextBuffer) ApplyTagByName(v1 string, v2, v3 gtki.TextIter)

func (*MockTextBuffer) CreateMark

func (m *MockTextBuffer) CreateMark(v1 string, v2 gtki.TextIter, v3 bool) gtki.TextMark

func (*MockTextBuffer) Delete

func (m *MockTextBuffer) Delete(v1 gtki.TextIter, v2 gtki.TextIter)

func (*MockTextBuffer) GetBounds

func (m *MockTextBuffer) GetBounds() (gtki.TextIter, gtki.TextIter)

func (*MockTextBuffer) GetCharCount

func (m *MockTextBuffer) GetCharCount() int

func (*MockTextBuffer) GetEndIter

func (m *MockTextBuffer) GetEndIter() gtki.TextIter

func (*MockTextBuffer) GetIterAtMark

func (m *MockTextBuffer) GetIterAtMark(v1 gtki.TextMark) gtki.TextIter

func (*MockTextBuffer) GetIterAtOffset

func (m *MockTextBuffer) GetIterAtOffset(v1 int) gtki.TextIter

func (*MockTextBuffer) GetLineCount

func (m *MockTextBuffer) GetLineCount() int

func (*MockTextBuffer) GetStartIter

func (m *MockTextBuffer) GetStartIter() gtki.TextIter

func (*MockTextBuffer) GetText

func (m *MockTextBuffer) GetText(v1 gtki.TextIter, v2 gtki.TextIter, v3 bool) string

func (*MockTextBuffer) Insert

func (m *MockTextBuffer) Insert(v1 gtki.TextIter, v2 string)

func (*MockTextBuffer) InsertAtCursor

func (m *MockTextBuffer) InsertAtCursor(v1 string)

func (*MockTextBuffer) InsertWithTagByName

func (m *MockTextBuffer) InsertWithTagByName(v1 gtki.TextIter, v2, v3 string)

func (*MockTextBuffer) SetText

func (m *MockTextBuffer) SetText(v1 string)

type MockTextIter

type MockTextIter struct {
	mock.Mock
}

func (*MockTextIter) BackwardChar

func (m *MockTextIter) BackwardChar() bool

func (*MockTextIter) BackwardChars

func (m *MockTextIter) BackwardChars(v1 int) bool

func (*MockTextIter) BackwardCursorPosition

func (m *MockTextIter) BackwardCursorPosition() bool

func (*MockTextIter) BackwardCursorPositions

func (m *MockTextIter) BackwardCursorPositions(v1 int) bool

func (*MockTextIter) BackwardLine

func (m *MockTextIter) BackwardLine() bool

func (*MockTextIter) BackwardLines

func (m *MockTextIter) BackwardLines(v1 int) bool

func (*MockTextIter) BackwardToTagToggle

func (m *MockTextIter) BackwardToTagToggle(v1 gtki.TextTag) bool

func (*MockTextIter) BackwardVisibleCursorPosition

func (m *MockTextIter) BackwardVisibleCursorPosition() bool

func (*MockTextIter) BackwardVisibleCursorPositions

func (m *MockTextIter) BackwardVisibleCursorPositions(v1 int) bool

func (*MockTextIter) BackwardVisibleLine

func (m *MockTextIter) BackwardVisibleLine() bool

func (*MockTextIter) BackwardVisibleLines

func (m *MockTextIter) BackwardVisibleLines(v1 int) bool

func (*MockTextIter) CanInsert

func (m *MockTextIter) CanInsert(v1 bool) bool

func (*MockTextIter) Compare

func (m *MockTextIter) Compare(v1 gtki.TextIter) int

func (*MockTextIter) Editable

func (m *MockTextIter) Editable(v1 bool) bool

func (*MockTextIter) EndsLine

func (m *MockTextIter) EndsLine() bool

func (*MockTextIter) EndsSentence

func (m *MockTextIter) EndsSentence() bool

func (*MockTextIter) EndsTag

func (m *MockTextIter) EndsTag(v1 gtki.TextTag) bool

func (*MockTextIter) EndsWord

func (m *MockTextIter) EndsWord() bool

func (*MockTextIter) Equal

func (m *MockTextIter) Equal(v1 gtki.TextIter) bool

func (*MockTextIter) ForwardChar

func (m *MockTextIter) ForwardChar() bool

func (*MockTextIter) ForwardChars

func (m *MockTextIter) ForwardChars(v1 int) bool

func (*MockTextIter) ForwardCursorPosition

func (m *MockTextIter) ForwardCursorPosition() bool

func (*MockTextIter) ForwardCursorPositions

func (m *MockTextIter) ForwardCursorPositions(v1 int) bool

func (*MockTextIter) ForwardLine

func (m *MockTextIter) ForwardLine() bool

func (*MockTextIter) ForwardLines

func (m *MockTextIter) ForwardLines(v1 int) bool

func (*MockTextIter) ForwardSentenceEnd

func (m *MockTextIter) ForwardSentenceEnd() bool

func (*MockTextIter) ForwardSentenceEnds

func (m *MockTextIter) ForwardSentenceEnds(v1 int) bool

func (*MockTextIter) ForwardToEnd

func (m *MockTextIter) ForwardToEnd()

func (*MockTextIter) ForwardToLineEnd

func (m *MockTextIter) ForwardToLineEnd() bool

func (*MockTextIter) ForwardToTagToggle

func (m *MockTextIter) ForwardToTagToggle(v1 gtki.TextTag) bool

func (*MockTextIter) ForwardVisibleCursorPosition

func (m *MockTextIter) ForwardVisibleCursorPosition() bool

func (*MockTextIter) ForwardVisibleCursorPositions

func (m *MockTextIter) ForwardVisibleCursorPositions(v1 int) bool

func (*MockTextIter) ForwardVisibleLine

func (m *MockTextIter) ForwardVisibleLine() bool

func (*MockTextIter) ForwardVisibleLines

func (m *MockTextIter) ForwardVisibleLines(v1 int) bool

func (*MockTextIter) ForwardVisibleWordEnd

func (m *MockTextIter) ForwardVisibleWordEnd() bool

func (*MockTextIter) ForwardVisibleWordEnds

func (m *MockTextIter) ForwardVisibleWordEnds(v1 int) bool

func (*MockTextIter) ForwardWordEnd

func (m *MockTextIter) ForwardWordEnd() bool

func (*MockTextIter) ForwardWordEnds

func (m *MockTextIter) ForwardWordEnds(v1 int) bool

func (*MockTextIter) GetBuffer

func (m *MockTextIter) GetBuffer() gtki.TextBuffer

func (*MockTextIter) GetBytesInLine

func (m *MockTextIter) GetBytesInLine() int

func (*MockTextIter) GetChar

func (m *MockTextIter) GetChar() rune

func (*MockTextIter) GetCharsInLine

func (m *MockTextIter) GetCharsInLine() int

func (*MockTextIter) GetLine

func (m *MockTextIter) GetLine() int

func (*MockTextIter) GetLineIndex

func (m *MockTextIter) GetLineIndex() int

func (*MockTextIter) GetLineOffset

func (m *MockTextIter) GetLineOffset() int

func (*MockTextIter) GetOffset

func (m *MockTextIter) GetOffset() int

func (*MockTextIter) GetSlice

func (m *MockTextIter) GetSlice(v1 gtki.TextIter) string

func (*MockTextIter) GetText

func (m *MockTextIter) GetText(v1 gtki.TextIter) string

func (*MockTextIter) GetVisibleLineIndex

func (m *MockTextIter) GetVisibleLineIndex() int

func (*MockTextIter) GetVisibleLineOffset

func (m *MockTextIter) GetVisibleLineOffset() int

func (*MockTextIter) GetVisibleSlice

func (m *MockTextIter) GetVisibleSlice(v1 gtki.TextIter) string

func (*MockTextIter) GetVisibleText

func (m *MockTextIter) GetVisibleText(v1 gtki.TextIter) string

func (*MockTextIter) HasTag

func (m *MockTextIter) HasTag(v1 gtki.TextTag) bool

func (*MockTextIter) InRange

func (m *MockTextIter) InRange(v1 gtki.TextIter, v2 gtki.TextIter) bool

func (*MockTextIter) InsideSentence

func (m *MockTextIter) InsideSentence() bool

func (*MockTextIter) InsideWord

func (m *MockTextIter) InsideWord() bool

func (*MockTextIter) IsCursorPosition

func (m *MockTextIter) IsCursorPosition() bool

func (*MockTextIter) IsEnd

func (m *MockTextIter) IsEnd() bool

func (*MockTextIter) IsStart

func (m *MockTextIter) IsStart() bool

func (*MockTextIter) SetLine

func (m *MockTextIter) SetLine(v1 int)

func (*MockTextIter) SetLineIndex

func (m *MockTextIter) SetLineIndex(v1 int)

func (*MockTextIter) SetLineOffset

func (m *MockTextIter) SetLineOffset(v1 int)

func (*MockTextIter) SetOffset

func (m *MockTextIter) SetOffset(v1 int)

func (*MockTextIter) SetVisibleLineIndex

func (m *MockTextIter) SetVisibleLineIndex(v1 int)

func (*MockTextIter) SetVisibleLineOffset

func (m *MockTextIter) SetVisibleLineOffset(v1 int)

func (*MockTextIter) StartsLine

func (m *MockTextIter) StartsLine() bool

func (*MockTextIter) StartsSentence

func (m *MockTextIter) StartsSentence() bool

func (*MockTextIter) StartsWord

func (m *MockTextIter) StartsWord() bool

func (*MockTextIter) TogglesTag

func (m *MockTextIter) TogglesTag(v1 gtki.TextTag) bool

type MockTextMark

type MockTextMark struct {
	mock.Mock
}

type MockTextTag

type MockTextTag struct {
	glib.MockObject
}

type MockTextTagTable

type MockTextTagTable struct {
	glib.MockObject
}

func (*MockTextTagTable) Add

func (m *MockTextTagTable) Add(v1 gtki.TextTag)

type MockTextView

type MockTextView struct {
	MockContainer
}

func (*MockTextView) BackwardDisplayLine

func (m *MockTextView) BackwardDisplayLine(v1 gtki.TextIter) bool

func (*MockTextView) BackwardDisplayLineStart

func (m *MockTextView) BackwardDisplayLineStart(v1 gtki.TextIter) bool

func (*MockTextView) ForwardDisplayLine

func (m *MockTextView) ForwardDisplayLine(v1 gtki.TextIter) bool

func (*MockTextView) ForwardDisplayLineEnd

func (m *MockTextView) ForwardDisplayLineEnd(v1 gtki.TextIter) bool

func (*MockTextView) GetBuffer

func (m *MockTextView) GetBuffer() (gtki.TextBuffer, error)

func (*MockTextView) GetJustification

func (m *MockTextView) GetJustification() gtki.Justification

func (*MockTextView) MoveVisually

func (m *MockTextView) MoveVisually(v1 gtki.TextIter, v2 int) bool

func (*MockTextView) SetBuffer

func (m *MockTextView) SetBuffer(v1 gtki.TextBuffer)

func (*MockTextView) SetCursorVisible

func (m *MockTextView) SetCursorVisible(v1 bool)

func (*MockTextView) SetEditable

func (m *MockTextView) SetEditable(v1 bool)

func (*MockTextView) SetJustification

func (m *MockTextView) SetJustification(v1 gtki.Justification)

func (*MockTextView) StartsDisplayLine

func (m *MockTextView) StartsDisplayLine(v1 gtki.TextIter) bool

type MockToggleButton

type MockToggleButton struct {
	MockButton
}

func (*MockToggleButton) GetActive

func (m *MockToggleButton) GetActive() bool

func (*MockToggleButton) SetActive

func (m *MockToggleButton) SetActive(v1 bool)

type MockTreeIter

type MockTreeIter struct {
	mock.Mock
}

type MockTreePath

type MockTreePath struct {
	mock.Mock
}

func (*MockTreePath) GetDepth

func (m *MockTreePath) GetDepth() int

func (*MockTreePath) String

func (m *MockTreePath) String() string

type MockTreeSelection

type MockTreeSelection struct {
	glib.MockObject
}

func (*MockTreeSelection) GetSelected

func (m *MockTreeSelection) GetSelected() (gtki.TreeModel, gtki.TreeIter, bool)

func (*MockTreeSelection) GetSelectedRows

func (m *MockTreeSelection) GetSelectedRows(v1 gtki.TreeModel) []gtki.TreePath

func (*MockTreeSelection) SelectIter

func (m *MockTreeSelection) SelectIter(v1 gtki.TreeIter)

func (*MockTreeSelection) UnselectPath

func (m *MockTreeSelection) UnselectPath(v1 gtki.TreePath)

type MockTreeStore

type MockTreeStore struct {
	glib.MockObject
}

func (*MockTreeStore) Append

func (m *MockTreeStore) Append(v1 gtki.TreeIter) gtki.TreeIter

func (*MockTreeStore) Clear

func (m *MockTreeStore) Clear()

func (*MockTreeStore) GetIter

func (m *MockTreeStore) GetIter(v1 gtki.TreePath) (gtki.TreeIter, error)

func (*MockTreeStore) GetIterFirst

func (m *MockTreeStore) GetIterFirst() (gtki.TreeIter, bool)

func (*MockTreeStore) GetIterFromString

func (m *MockTreeStore) GetIterFromString(v1 string) (gtki.TreeIter, error)

func (*MockTreeStore) GetPath

func (m *MockTreeStore) GetPath(v1 gtki.TreeIter) (gtki.TreePath, error)

func (*MockTreeStore) GetValue

func (m *MockTreeStore) GetValue(v1 gtki.TreeIter, v2 int) (glibi.Value, error)

func (*MockTreeStore) IterNext

func (m *MockTreeStore) IterNext(v1 gtki.TreeIter) bool

func (*MockTreeStore) Remove

func (m *MockTreeStore) Remove(v1 gtki.TreeIter) bool

func (*MockTreeStore) SetValue

func (m *MockTreeStore) SetValue(v1 gtki.TreeIter, v2 int, v3 interface{}) error

type MockTreeView

type MockTreeView struct {
	MockContainer
}

func (*MockTreeView) CollapseRow

func (m *MockTreeView) CollapseRow(v1 gtki.TreePath) bool

func (*MockTreeView) ExpandAll

func (m *MockTreeView) ExpandAll()

func (*MockTreeView) ExpandRow

func (m *MockTreeView) ExpandRow(v1 gtki.TreePath, v2 bool) bool

func (*MockTreeView) GetCursor

func (m *MockTreeView) GetCursor() (gtki.TreePath, gtki.TreeViewColumn)

func (*MockTreeView) GetEnableSearch

func (m *MockTreeView) GetEnableSearch() bool

func (*MockTreeView) GetModel

func (m *MockTreeView) GetModel() (gtki.TreeModel, error)

func (*MockTreeView) GetPathAtPos

func (m *MockTreeView) GetPathAtPos(v1 int, v2 int) (gtki.TreePath, gtki.TreeViewColumn, int, int, bool)

func (*MockTreeView) GetSearchColumn

func (m *MockTreeView) GetSearchColumn() int

func (*MockTreeView) GetSearchEntry

func (m *MockTreeView) GetSearchEntry() gtki.Entry

func (*MockTreeView) GetSelection

func (m *MockTreeView) GetSelection() (gtki.TreeSelection, error)

func (*MockTreeView) RowExpanded

func (m *MockTreeView) RowExpanded(v1 gtki.TreePath) bool

func (*MockTreeView) SetCursorOnCell

func (m *MockTreeView) SetCursorOnCell(v1 gtki.TreePath, v2 gtki.TreeViewColumn, v3 gtki.CellRenderer, v4 bool)

func (*MockTreeView) SetEnableSearch

func (m *MockTreeView) SetEnableSearch(v1 bool)

func (*MockTreeView) SetModel

func (m *MockTreeView) SetModel(v1 gtki.TreeModel)

func (*MockTreeView) SetSearchColumn

func (m *MockTreeView) SetSearchColumn(v1 int)

func (*MockTreeView) SetSearchEntry

func (m *MockTreeView) SetSearchEntry(v1 gtki.Entry)

func (*MockTreeView) SetSearchEqualSubstringMatch

func (m *MockTreeView) SetSearchEqualSubstringMatch()

type MockTreeViewColumn

type MockTreeViewColumn struct {
	glib.MockObject
}

type MockWidget

type MockWidget struct {
	glib.MockObject
}

func (*MockWidget) Destroy

func (m *MockWidget) Destroy()

func (*MockWidget) GetAllocatedHeight

func (m *MockWidget) GetAllocatedHeight() int

func (*MockWidget) GetAllocatedWidth

func (m *MockWidget) GetAllocatedWidth() int

func (*MockWidget) GetAllocation

func (m *MockWidget) GetAllocation() gtki.Allocation

func (*MockWidget) GetName

func (m *MockWidget) GetName() (string, error)

func (*MockWidget) GetParent

func (m *MockWidget) GetParent() (gtki.Widget, error)

func (*MockWidget) GetParentX

func (m *MockWidget) GetParentX() (gtki.Widget, error)

func (*MockWidget) GetStyleContext

func (m *MockWidget) GetStyleContext() (gtki.StyleContext, error)

func (*MockWidget) GetWindow

func (m *MockWidget) GetWindow() (gdki.Window, error)

func (*MockWidget) GrabDefault

func (m *MockWidget) GrabDefault()

func (*MockWidget) GrabFocus

func (m *MockWidget) GrabFocus()

func (*MockWidget) HasFocus

func (m *MockWidget) HasFocus() bool

func (*MockWidget) Hide

func (m *MockWidget) Hide()

func (*MockWidget) HideOnDelete

func (m *MockWidget) HideOnDelete()

func (*MockWidget) IsSensitive

func (m *MockWidget) IsSensitive() bool

func (*MockWidget) IsVisible

func (m *MockWidget) IsVisible() bool

func (*MockWidget) Map

func (m *MockWidget) Map()

func (*MockWidget) SetCanFocus

func (m *MockWidget) SetCanFocus(v1 bool)

func (*MockWidget) SetHAlign

func (m *MockWidget) SetHAlign(v1 gtki.Align)

func (*MockWidget) SetHExpand

func (m *MockWidget) SetHExpand(v1 bool)

func (*MockWidget) SetMarginBottom

func (m *MockWidget) SetMarginBottom(v1 int)

func (*MockWidget) SetMarginTop

func (m *MockWidget) SetMarginTop(v1 int)

func (*MockWidget) SetName

func (m *MockWidget) SetName(v1 string)

func (*MockWidget) SetNoShowAll

func (m *MockWidget) SetNoShowAll(v1 bool)

func (*MockWidget) SetOpacity

func (m *MockWidget) SetOpacity(v1 float64)

func (*MockWidget) SetSensitive

func (m *MockWidget) SetSensitive(v1 bool)

func (*MockWidget) SetSizeRequest

func (m *MockWidget) SetSizeRequest(v1, v2 int)

func (*MockWidget) SetTooltipText

func (m *MockWidget) SetTooltipText(v1 string)

func (*MockWidget) SetVAlign

func (m *MockWidget) SetVAlign(v1 gtki.Align)

func (*MockWidget) SetVExpand

func (m *MockWidget) SetVExpand(v1 bool)

func (*MockWidget) SetVisible

func (m *MockWidget) SetVisible(v1 bool)

func (*MockWidget) Show

func (m *MockWidget) Show()

func (*MockWidget) ShowAll

func (m *MockWidget) ShowAll()

func (*MockWidget) TemplateChild

func (m *MockWidget) TemplateChild(v1 string) (glibi.Object, error)

type MockWindow

type MockWindow struct {
	MockBin
}

func (*MockWindow) ActivateMnemonic

func (m *MockWindow) ActivateMnemonic(v1 uint, v2 gdki.ModifierType) bool

func (*MockWindow) AddAccelGroup

func (m *MockWindow) AddAccelGroup(v1 gtki.AccelGroup)

func (*MockWindow) AddMnemonic

func (m *MockWindow) AddMnemonic(v1 uint, v2 gtki.Widget)

func (*MockWindow) Deiconify

func (m *MockWindow) Deiconify()

func (*MockWindow) Fullscreen

func (m *MockWindow) Fullscreen()

func (*MockWindow) GetMnemonicModifier

func (m *MockWindow) GetMnemonicModifier() gdki.ModifierType

func (*MockWindow) GetPosition

func (m *MockWindow) GetPosition() (int, int)

func (*MockWindow) GetSize

func (m *MockWindow) GetSize() (int, int)

func (*MockWindow) GetTitle

func (m *MockWindow) GetTitle() string

func (*MockWindow) GetTransientFor

func (m *MockWindow) GetTransientFor() (gtki.Window, error)

func (*MockWindow) HasToplevelFocus

func (m *MockWindow) HasToplevelFocus() bool

func (*MockWindow) Iconify

func (m *MockWindow) Iconify()

func (*MockWindow) IsActive

func (m *MockWindow) IsActive() bool

func (*MockWindow) Maximize

func (m *MockWindow) Maximize()

func (*MockWindow) Move

func (m *MockWindow) Move(v1, v2 int)

func (*MockWindow) Present

func (m *MockWindow) Present()

func (*MockWindow) RemoveMnemonic

func (m *MockWindow) RemoveMnemonic(v1 uint, v2 gtki.Widget)

func (*MockWindow) Resize

func (m *MockWindow) Resize(v1, v2 int)

func (*MockWindow) SetApplication

func (m *MockWindow) SetApplication(v1 gtki.Application)

func (*MockWindow) SetDecorated

func (m *MockWindow) SetDecorated(v1 bool)

func (*MockWindow) SetIcon

func (m *MockWindow) SetIcon(v1 gdki.Pixbuf)

func (*MockWindow) SetMnemonicModifier

func (m *MockWindow) SetMnemonicModifier(v1 gdki.ModifierType)

func (*MockWindow) SetTitle

func (m *MockWindow) SetTitle(v1 string)

func (*MockWindow) SetTitlebar

func (m *MockWindow) SetTitlebar(v1 gtki.Widget)

func (*MockWindow) SetTransientFor

func (m *MockWindow) SetTransientFor(v1 gtki.Window)

func (*MockWindow) SetUrgencyHint

func (m *MockWindow) SetUrgencyHint(v1 bool)

func (*MockWindow) Unfullscreen

func (m *MockWindow) Unfullscreen()

func (*MockWindow) Unmaximize

func (m *MockWindow) Unmaximize()

type MockellRendererToggle

type MockellRendererToggle struct {
	MockCellRenderer
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL