Documentation
¶
Index ¶
- Constants
- func AccelGroupsActivate(object *gobject.Object, accelKey uint32, accelMods gdk.ModifierType) bool
- func AccelGroupsFromObject(object *gobject.Object) *glib.SList
- func AcceleratorGetDefaultModMask() gdk.ModifierType
- func AcceleratorName(acceleratorKey uint32, acceleratorMods gdk.ModifierType) string
- func AcceleratorSetDefaultModMask(defaultModMask gdk.ModifierType)
- func AcceleratorValid(keyval uint32, modifiers gdk.ModifierType) bool
- func BindingEntryAddSignall(bindingSet *BindingSet, keyval uint32, modifiers gdk.ModifierType, ...)
- func BindingEntryRemove(bindingSet *BindingSet, keyval uint32, modifiers gdk.ModifierType)
- func BindingsActivate(object *gobject.Object, keyval uint32, modifiers gdk.ModifierType) bool
- func BuilderErrorQuark() glib.Quark
- func CheckVersion(requiredMajor uint32, requiredMinor uint32, requiredMicro uint32) string
- func CssProviderErrorQuark() glib.Quark
- func DisableSetlocale()
- func DistributeNaturalAllocation(extraSpace int32, nRequestedSizes uint32, sizes *RequestedSize) int32
- func DragFinish(context *gdk.DragContext, success bool, del bool, time uint32)
- func DragSetIconDefault(context *gdk.DragContext)
- func DragSetIconPixbuf(context *gdk.DragContext, pixbuf *gdkpixbuf.Pixbuf, hotX int32, hotY int32)
- func DragSetIconStock(context *gdk.DragContext, stockId string, hotX int32, hotY int32)
- func DragSetIconSurface(context *gdk.DragContext, surface *cairo.Surface)
- func DragSetIconWidget(context *gdk.DragContext, widget *Widget, hotX int32, hotY int32)
- func EventsPending() bool
- func False() bool
- func GetCurrentEventDevice() *gdk.Device
- func GetCurrentEventTime() uint32
- func GetDebugFlags() uint32
- func GetDefaultLanguage() *pango.Language
- func IconSizeGetName(size IconSize) string
- func IconSizeLookup(size IconSize) (bool, int32, int32)
- func IconSizeRegisterAlias(alias string, target IconSize)
- func IconThemeErrorQuark() glib.Quark
- func Init(args []string) []string
- func InitCheck(args []string) (bool, []string)
- func KeySnooperRemove(snooperHandlerId uint32)
- func Main()
- func MainIteration() bool
- func MainIterationDo(blocking bool) bool
- func MainLevel() uint32
- func MainQuit()
- func PaintArrow(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintBox(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintBoxGap(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintCheck(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintDiamond(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintExpander(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, ...)
- func PaintExtension(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintFlatBox(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintFocus(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, ...)
- func PaintHandle(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintHline(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, ...)
- func PaintLayout(style *Style, cr *cairo.Context, stateType StateType, useText bool, ...)
- func PaintOption(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintResizeGrip(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, ...)
- func PaintShadow(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintShadowGap(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintSlider(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintSpinner(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, ...)
- func PaintTab(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, ...)
- func PaintVline(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, ...)
- func ParseArgs(args []string) (bool, []string)
- func RcAddDefaultFile(filename string)
- func RcFindModuleInPath(moduleFile string) string
- func RcFindPixmapInPath(settings *Settings, scanner *glib.Scanner, pixmapFile string) string
- func RcGetImModuleFile() string
- func RcGetImModulePath() string
- func RcGetModuleDir() string
- func RcGetThemeDir() string
- func RcParse(filename string)
- func RcParseColor(scanner *glib.Scanner) (uint32, *gdk.Color)
- func RcParseString(rcString string)
- func RcReparseAll() bool
- func RcReparseAllForSettings(settings *Settings, forceLoad bool) bool
- func RcScannerNew() *glib.Scanner
- func RecentChooserErrorQuark() glib.Quark
- func RecentManagerErrorQuark() glib.Quark
- func SelectionRemoveAll(widget *Widget)
- func SetDebugFlags(flags uint32)
- func StockListIds() *glib.SList
- func TreeGetRowDragData(selectionData *SelectionData) (bool, *TreeModel, *TreePath)
- func TreeRowReferenceDeleted(proxy *gobject.Object, path *TreePath)
- func TreeRowReferenceInserted(proxy *gobject.Object, path *TreePath)
- func TreeRowReferenceReordered(proxy *gobject.Object, path *TreePath, iter *TreeIter, newOrder []int32)
- func TreeSetRowDragData(selectionData *SelectionData, treeModel *TreeModel, path *TreePath) bool
- func True() bool
- type AboutDialog
- func (recv *AboutDialog) Bin() *Bin
- func (recv *AboutDialog) Buildable() *Buildable
- func (recv *AboutDialog) Container() *Container
- func (recv *AboutDialog) Dialog() *Dialog
- func (recv *AboutDialog) ImplementorIface() *atk.ImplementorIface
- func (recv *AboutDialog) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *AboutDialog) Object() *gobject.Object
- func (recv *AboutDialog) ToC() unsafe.Pointer
- func (recv *AboutDialog) Widget() *Widget
- func (recv *AboutDialog) Window() *Window
- type AboutDialogClass
- type AboutDialogPrivate
- type AccelFlags
- type AccelGroup
- func (recv *AccelGroup) Activate(accelQuark glib.Quark, acceleratable *gobject.Object, accelKey uint32, ...) bool
- func (recv *AccelGroup) Connect(accelKey uint32, accelMods gdk.ModifierType, accelFlags AccelFlags, ...)
- func (recv *AccelGroup) ConnectByPath(accelPath string, closure *gobject.Closure)
- func (recv *AccelGroup) Disconnect(closure *gobject.Closure) bool
- func (recv *AccelGroup) DisconnectKey(accelKey uint32, accelMods gdk.ModifierType) bool
- func (recv *AccelGroup) Lock()
- func (recv *AccelGroup) Object() *gobject.Object
- func (recv *AccelGroup) ToC() unsafe.Pointer
- func (recv *AccelGroup) Unlock()
- type AccelGroupClass
- type AccelGroupEntry
- type AccelGroupPrivate
- type AccelKey
- type AccelLabel
- func (recv *AccelLabel) Buildable() *Buildable
- func (recv *AccelLabel) GetAccelWidget() *Widget
- func (recv *AccelLabel) GetAccelWidth() uint32
- func (recv *AccelLabel) ImplementorIface() *atk.ImplementorIface
- func (recv *AccelLabel) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *AccelLabel) Label() *Label
- func (recv *AccelLabel) Misc() *Misc
- func (recv *AccelLabel) Object() *gobject.Object
- func (recv *AccelLabel) Refetch() bool
- func (recv *AccelLabel) SetAccelClosure(accelClosure *gobject.Closure)
- func (recv *AccelLabel) SetAccelWidget(accelWidget *Widget)
- func (recv *AccelLabel) ToC() unsafe.Pointer
- func (recv *AccelLabel) Widget() *Widget
- type AccelLabelClass
- type AccelLabelPrivate
- type AccelMap
- type AccelMapClass
- type Accessible
- type AccessibleClass
- type AccessiblePrivate
- type Action
- type ActionBar
- func (recv *ActionBar) Bin() *Bin
- func (recv *ActionBar) Buildable() *Buildable
- func (recv *ActionBar) Container() *Container
- func (recv *ActionBar) ImplementorIface() *atk.ImplementorIface
- func (recv *ActionBar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ActionBar) Object() *gobject.Object
- func (recv *ActionBar) ToC() unsafe.Pointer
- func (recv *ActionBar) Widget() *Widget
- type ActionBarClass
- type ActionBarPrivate
- type ActionClass
- type ActionEntry
- type ActionGroup
- type ActionGroupClass
- type ActionGroupPrivate
- type ActionPrivate
- type Actionable
- type ActionableInterface
- type Activatable
- type Adjustment
- func (recv *Adjustment) Changed()
- func (recv *Adjustment) ClampPage(lower float64, upper float64)
- func (recv *Adjustment) ConnectChanged(callback AdjustmentSignalChangedCallback) int
- func (recv *Adjustment) ConnectValueChanged(callback AdjustmentSignalValueChangedCallback) int
- func (recv *Adjustment) DisconnectChanged(connectionID int)
- func (recv *Adjustment) DisconnectValueChanged(connectionID int)
- func (recv *Adjustment) GetValue() float64
- func (recv *Adjustment) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Adjustment) Object() *gobject.Object
- func (recv *Adjustment) SetValue(value float64)
- func (recv *Adjustment) ToC() unsafe.Pointer
- func (recv *Adjustment) ValueChanged()
- type AdjustmentClass
- type AdjustmentPrivate
- type AdjustmentSignalChangedCallback
- type AdjustmentSignalValueChangedCallback
- type Align
- type Alignment
- func (recv *Alignment) Bin() *Bin
- func (recv *Alignment) Buildable() *Buildable
- func (recv *Alignment) Container() *Container
- func (recv *Alignment) ImplementorIface() *atk.ImplementorIface
- func (recv *Alignment) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Alignment) Object() *gobject.Object
- func (recv *Alignment) Set(xalign float32, yalign float32, xscale float32, yscale float32)
- func (recv *Alignment) ToC() unsafe.Pointer
- func (recv *Alignment) Widget() *Widget
- type AlignmentClass
- type AlignmentPrivate
- type AppChooser
- type AppChooserButton
- func (recv *AppChooserButton) AppChooser() *AppChooser
- func (recv *AppChooserButton) Bin() *Bin
- func (recv *AppChooserButton) Buildable() *Buildable
- func (recv *AppChooserButton) CellEditable() *CellEditable
- func (recv *AppChooserButton) CellLayout() *CellLayout
- func (recv *AppChooserButton) ComboBox() *ComboBox
- func (recv *AppChooserButton) Container() *Container
- func (recv *AppChooserButton) GetHeading() string
- func (recv *AppChooserButton) ImplementorIface() *atk.ImplementorIface
- func (recv *AppChooserButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *AppChooserButton) Object() *gobject.Object
- func (recv *AppChooserButton) SetHeading(heading string)
- func (recv *AppChooserButton) ToC() unsafe.Pointer
- func (recv *AppChooserButton) Widget() *Widget
- type AppChooserButtonClass
- type AppChooserButtonPrivate
- type AppChooserDialog
- func (recv *AppChooserDialog) AppChooser() *AppChooser
- func (recv *AppChooserDialog) Bin() *Bin
- func (recv *AppChooserDialog) Buildable() *Buildable
- func (recv *AppChooserDialog) Container() *Container
- func (recv *AppChooserDialog) Dialog() *Dialog
- func (recv *AppChooserDialog) GetHeading() string
- func (recv *AppChooserDialog) ImplementorIface() *atk.ImplementorIface
- func (recv *AppChooserDialog) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *AppChooserDialog) Object() *gobject.Object
- func (recv *AppChooserDialog) SetHeading(heading string)
- func (recv *AppChooserDialog) ToC() unsafe.Pointer
- func (recv *AppChooserDialog) Widget() *Widget
- func (recv *AppChooserDialog) Window() *Window
- type AppChooserDialogClass
- type AppChooserDialogPrivate
- type AppChooserWidget
- func (recv *AppChooserWidget) AppChooser() *AppChooser
- func (recv *AppChooserWidget) Box() *Box
- func (recv *AppChooserWidget) Buildable() *Buildable
- func (recv *AppChooserWidget) ConnectApplicationActivated(callback AppChooserWidgetSignalApplicationActivatedCallback) int
- func (recv *AppChooserWidget) ConnectApplicationSelected(callback AppChooserWidgetSignalApplicationSelectedCallback) int
- func (recv *AppChooserWidget) ConnectPopulatePopup(callback AppChooserWidgetSignalPopulatePopupCallback) int
- func (recv *AppChooserWidget) Container() *Container
- func (recv *AppChooserWidget) DisconnectApplicationActivated(connectionID int)
- func (recv *AppChooserWidget) DisconnectApplicationSelected(connectionID int)
- func (recv *AppChooserWidget) DisconnectPopulatePopup(connectionID int)
- func (recv *AppChooserWidget) ImplementorIface() *atk.ImplementorIface
- func (recv *AppChooserWidget) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *AppChooserWidget) Object() *gobject.Object
- func (recv *AppChooserWidget) Orientable() *Orientable
- func (recv *AppChooserWidget) SetDefaultText(text string)
- func (recv *AppChooserWidget) ToC() unsafe.Pointer
- func (recv *AppChooserWidget) Widget() *Widget
- type AppChooserWidgetClass
- type AppChooserWidgetPrivate
- type AppChooserWidgetSignalApplicationActivatedCallback
- type AppChooserWidgetSignalApplicationSelectedCallback
- type AppChooserWidgetSignalPopulatePopupCallback
- type Application
- type ApplicationClass
- type ApplicationPrivate
- type ApplicationWindow
- func (recv *ApplicationWindow) ActionGroup() *gio.ActionGroup
- func (recv *ApplicationWindow) ActionMap() *gio.ActionMap
- func (recv *ApplicationWindow) Bin() *Bin
- func (recv *ApplicationWindow) Buildable() *Buildable
- func (recv *ApplicationWindow) Container() *Container
- func (recv *ApplicationWindow) ImplementorIface() *atk.ImplementorIface
- func (recv *ApplicationWindow) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ApplicationWindow) Object() *gobject.Object
- func (recv *ApplicationWindow) ToC() unsafe.Pointer
- func (recv *ApplicationWindow) Widget() *Widget
- func (recv *ApplicationWindow) Window() *Window
- type ApplicationWindowClass
- type ApplicationWindowPrivate
- type Arrow
- func (recv *Arrow) Buildable() *Buildable
- func (recv *Arrow) ImplementorIface() *atk.ImplementorIface
- func (recv *Arrow) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Arrow) Misc() *Misc
- func (recv *Arrow) Object() *gobject.Object
- func (recv *Arrow) Set(arrowType ArrowType, shadowType ShadowType)
- func (recv *Arrow) ToC() unsafe.Pointer
- func (recv *Arrow) Widget() *Widget
- type ArrowAccessible
- func (recv *ArrowAccessible) Accessible() *Accessible
- func (recv *ArrowAccessible) Component() *atk.Component
- func (recv *ArrowAccessible) Image() *atk.Image
- func (recv *ArrowAccessible) Object() *atk.Object
- func (recv *ArrowAccessible) ToC() unsafe.Pointer
- func (recv *ArrowAccessible) WidgetAccessible() *WidgetAccessible
- type ArrowAccessibleClass
- type ArrowAccessiblePrivate
- type ArrowClass
- type ArrowPlacement
- type ArrowPrivate
- type ArrowType
- type AspectFrame
- func (recv *AspectFrame) Bin() *Bin
- func (recv *AspectFrame) Buildable() *Buildable
- func (recv *AspectFrame) Container() *Container
- func (recv *AspectFrame) Frame() *Frame
- func (recv *AspectFrame) ImplementorIface() *atk.ImplementorIface
- func (recv *AspectFrame) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *AspectFrame) Object() *gobject.Object
- func (recv *AspectFrame) Set(xalign float32, yalign float32, ratio float32, obeyChild bool)
- func (recv *AspectFrame) ToC() unsafe.Pointer
- func (recv *AspectFrame) Widget() *Widget
- type AspectFrameClass
- type AspectFramePrivate
- type Assistant
- func (recv *Assistant) Bin() *Bin
- func (recv *Assistant) Buildable() *Buildable
- func (recv *Assistant) ConnectEscape(callback AssistantSignalEscapeCallback) int
- func (recv *Assistant) Container() *Container
- func (recv *Assistant) DisconnectEscape(connectionID int)
- func (recv *Assistant) ImplementorIface() *atk.ImplementorIface
- func (recv *Assistant) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Assistant) Object() *gobject.Object
- func (recv *Assistant) ToC() unsafe.Pointer
- func (recv *Assistant) Widget() *Widget
- func (recv *Assistant) Window() *Window
- type AssistantClass
- type AssistantPageType
- type AssistantPrivate
- type AssistantSignalEscapeCallback
- type AttachOptions
- type Bin
- func (recv *Bin) Buildable() *Buildable
- func (recv *Bin) Container() *Container
- func (recv *Bin) GetChild() *Widget
- func (recv *Bin) ImplementorIface() *atk.ImplementorIface
- func (recv *Bin) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Bin) Object() *gobject.Object
- func (recv *Bin) ToC() unsafe.Pointer
- func (recv *Bin) Widget() *Widget
- type BinClass
- type BinPrivate
- type BindingArg
- type BindingEntry
- type BindingSet
- type BindingSignal
- type BooleanCellAccessible
- func (recv *BooleanCellAccessible) Accessible() *Accessible
- func (recv *BooleanCellAccessible) Action() *atk.Action
- func (recv *BooleanCellAccessible) CellAccessible() *CellAccessible
- func (recv *BooleanCellAccessible) Component() *atk.Component
- func (recv *BooleanCellAccessible) Object() *atk.Object
- func (recv *BooleanCellAccessible) RendererCellAccessible() *RendererCellAccessible
- func (recv *BooleanCellAccessible) ToC() unsafe.Pointer
- type BooleanCellAccessibleClass
- type BooleanCellAccessiblePrivate
- type Border
- type BorderStyle
- type Box
- func (recv *Box) Buildable() *Buildable
- func (recv *Box) Container() *Container
- func (recv *Box) GetHomogeneous() bool
- func (recv *Box) GetSpacing() int32
- func (recv *Box) ImplementorIface() *atk.ImplementorIface
- func (recv *Box) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Box) Object() *gobject.Object
- func (recv *Box) Orientable() *Orientable
- func (recv *Box) PackEnd(child *Widget, expand bool, fill bool, padding uint32)
- func (recv *Box) PackStart(child *Widget, expand bool, fill bool, padding uint32)
- func (recv *Box) ReorderChild(child *Widget, position int32)
- func (recv *Box) SetChildPacking(child *Widget, expand bool, fill bool, padding uint32, packType PackType)
- func (recv *Box) SetHomogeneous(homogeneous bool)
- func (recv *Box) SetSpacing(spacing int32)
- func (recv *Box) ToC() unsafe.Pointer
- func (recv *Box) Widget() *Widget
- type BoxClass
- type BoxPrivate
- type Buildable
- type BuildableIface
- type Builder
- type BuilderClass
- type BuilderError
- type BuilderPrivate
- type Button
- func (recv *Button) Actionable() *Actionable
- func (recv *Button) Activatable() *Activatable
- func (recv *Button) Bin() *Bin
- func (recv *Button) Buildable() *Buildable
- func (recv *Button) Clicked()
- func (recv *Button) ConnectActivate(callback ButtonSignalActivateCallback) int
- func (recv *Button) ConnectClicked(callback ButtonSignalClickedCallback) int
- func (recv *Button) ConnectEnter(callback ButtonSignalEnterCallback) int
- func (recv *Button) ConnectLeave(callback ButtonSignalLeaveCallback) int
- func (recv *Button) ConnectPressed(callback ButtonSignalPressedCallback) int
- func (recv *Button) ConnectReleased(callback ButtonSignalReleasedCallback) int
- func (recv *Button) Container() *Container
- func (recv *Button) DisconnectActivate(connectionID int)
- func (recv *Button) DisconnectClicked(connectionID int)
- func (recv *Button) DisconnectEnter(connectionID int)
- func (recv *Button) DisconnectLeave(connectionID int)
- func (recv *Button) DisconnectPressed(connectionID int)
- func (recv *Button) DisconnectReleased(connectionID int)
- func (recv *Button) Enter()
- func (recv *Button) GetLabel() string
- func (recv *Button) GetRelief() ReliefStyle
- func (recv *Button) GetUseStock() bool
- func (recv *Button) GetUseUnderline() bool
- func (recv *Button) ImplementorIface() *atk.ImplementorIface
- func (recv *Button) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Button) Leave()
- func (recv *Button) Object() *gobject.Object
- func (recv *Button) Pressed()
- func (recv *Button) Released()
- func (recv *Button) SetLabel(label string)
- func (recv *Button) SetRelief(relief ReliefStyle)
- func (recv *Button) SetUseStock(useStock bool)
- func (recv *Button) SetUseUnderline(useUnderline bool)
- func (recv *Button) ToC() unsafe.Pointer
- func (recv *Button) Widget() *Widget
- type ButtonAccessible
- func (recv *ButtonAccessible) Accessible() *Accessible
- func (recv *ButtonAccessible) Action() *atk.Action
- func (recv *ButtonAccessible) Component() *atk.Component
- func (recv *ButtonAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *ButtonAccessible) Image() *atk.Image
- func (recv *ButtonAccessible) Object() *atk.Object
- func (recv *ButtonAccessible) ToC() unsafe.Pointer
- func (recv *ButtonAccessible) WidgetAccessible() *WidgetAccessible
- type ButtonAccessibleClass
- type ButtonAccessiblePrivate
- type ButtonBox
- func (recv *ButtonBox) Box() *Box
- func (recv *ButtonBox) Buildable() *Buildable
- func (recv *ButtonBox) Container() *Container
- func (recv *ButtonBox) GetLayout() ButtonBoxStyle
- func (recv *ButtonBox) ImplementorIface() *atk.ImplementorIface
- func (recv *ButtonBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ButtonBox) Object() *gobject.Object
- func (recv *ButtonBox) Orientable() *Orientable
- func (recv *ButtonBox) SetChildSecondary(child *Widget, isSecondary bool)
- func (recv *ButtonBox) SetLayout(layoutStyle ButtonBoxStyle)
- func (recv *ButtonBox) ToC() unsafe.Pointer
- func (recv *ButtonBox) Widget() *Widget
- type ButtonBoxClass
- type ButtonBoxPrivate
- type ButtonBoxStyle
- type ButtonClass
- type ButtonPrivate
- type ButtonRole
- type ButtonSignalActivateCallback
- type ButtonSignalClickedCallback
- type ButtonSignalEnterCallback
- type ButtonSignalLeaveCallback
- type ButtonSignalPressedCallback
- type ButtonSignalReleasedCallback
- type ButtonsType
- type Calendar
- func (recv *Calendar) Buildable() *Buildable
- func (recv *Calendar) ClearMarks()
- func (recv *Calendar) ConnectDaySelected(callback CalendarSignalDaySelectedCallback) int
- func (recv *Calendar) ConnectDaySelectedDoubleClick(callback CalendarSignalDaySelectedDoubleClickCallback) int
- func (recv *Calendar) ConnectMonthChanged(callback CalendarSignalMonthChangedCallback) int
- func (recv *Calendar) ConnectNextMonth(callback CalendarSignalNextMonthCallback) int
- func (recv *Calendar) ConnectNextYear(callback CalendarSignalNextYearCallback) int
- func (recv *Calendar) ConnectPrevMonth(callback CalendarSignalPrevMonthCallback) int
- func (recv *Calendar) ConnectPrevYear(callback CalendarSignalPrevYearCallback) int
- func (recv *Calendar) DisconnectDaySelected(connectionID int)
- func (recv *Calendar) DisconnectDaySelectedDoubleClick(connectionID int)
- func (recv *Calendar) DisconnectMonthChanged(connectionID int)
- func (recv *Calendar) DisconnectNextMonth(connectionID int)
- func (recv *Calendar) DisconnectNextYear(connectionID int)
- func (recv *Calendar) DisconnectPrevMonth(connectionID int)
- func (recv *Calendar) DisconnectPrevYear(connectionID int)
- func (recv *Calendar) GetDate() (uint32, uint32, uint32)
- func (recv *Calendar) ImplementorIface() *atk.ImplementorIface
- func (recv *Calendar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Calendar) MarkDay(day uint32)
- func (recv *Calendar) Object() *gobject.Object
- func (recv *Calendar) SelectDay(day uint32)
- func (recv *Calendar) SelectMonth(month uint32, year uint32)
- func (recv *Calendar) ToC() unsafe.Pointer
- func (recv *Calendar) UnmarkDay(day uint32)
- func (recv *Calendar) Widget() *Widget
- type CalendarClass
- type CalendarDisplayOptions
- type CalendarPrivate
- type CalendarSignalDaySelectedCallback
- type CalendarSignalDaySelectedDoubleClickCallback
- type CalendarSignalMonthChangedCallback
- type CalendarSignalNextMonthCallback
- type CalendarSignalNextYearCallback
- type CalendarSignalPrevMonthCallback
- type CalendarSignalPrevYearCallback
- type CellAccessible
- type CellAccessibleClass
- type CellAccessibleParent
- func (recv *CellAccessibleParent) Activate(cell *CellAccessible)
- func (recv *CellAccessibleParent) Edit(cell *CellAccessible)
- func (recv *CellAccessibleParent) ExpandCollapse(cell *CellAccessible)
- func (recv *CellAccessibleParent) GetCellExtents(cell *CellAccessible, x int32, y int32, width int32, height int32, ...)
- func (recv *CellAccessibleParent) GetChildIndex(cell *CellAccessible) int32
- func (recv *CellAccessibleParent) GetRendererState(cell *CellAccessible) CellRendererState
- func (recv *CellAccessibleParent) GrabFocus(cell *CellAccessible) bool
- func (recv *CellAccessibleParent) ToC() unsafe.Pointer
- func (recv *CellAccessibleParent) UpdateRelationset(cell *CellAccessible, relationset *atk.RelationSet)
- type CellAccessibleParentIface
- type CellAccessiblePrivate
- type CellArea
- type CellAreaBox
- func (recv *CellAreaBox) Buildable() *Buildable
- func (recv *CellAreaBox) CellArea() *CellArea
- func (recv *CellAreaBox) CellLayout() *CellLayout
- func (recv *CellAreaBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *CellAreaBox) Object() *gobject.Object
- func (recv *CellAreaBox) Orientable() *Orientable
- func (recv *CellAreaBox) ToC() unsafe.Pointer
- type CellAreaBoxClass
- type CellAreaBoxPrivate
- type CellAreaClass
- type CellAreaContext
- type CellAreaContextClass
- type CellAreaContextPrivate
- type CellAreaPrivate
- type CellEditable
- func (recv *CellEditable) ConnectEditingDone(callback CellEditableSignalEditingDoneCallback) int
- func (recv *CellEditable) ConnectRemoveWidget(callback CellEditableSignalRemoveWidgetCallback) int
- func (recv *CellEditable) DisconnectEditingDone(connectionID int)
- func (recv *CellEditable) DisconnectRemoveWidget(connectionID int)
- func (recv *CellEditable) EditingDone()
- func (recv *CellEditable) RemoveWidget()
- func (recv *CellEditable) ToC() unsafe.Pointer
- type CellEditableIface
- type CellEditableSignalEditingDoneCallback
- type CellEditableSignalRemoveWidgetCallback
- type CellLayout
- type CellLayoutIface
- type CellRenderer
- type CellRendererAccel
- func (recv *CellRendererAccel) CellRenderer() *CellRenderer
- func (recv *CellRendererAccel) CellRendererText() *CellRendererText
- func (recv *CellRendererAccel) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *CellRendererAccel) Object() *gobject.Object
- func (recv *CellRendererAccel) ToC() unsafe.Pointer
- type CellRendererAccelClass
- type CellRendererAccelMode
- type CellRendererAccelPrivate
- type CellRendererClass
- type CellRendererClassPrivate
- type CellRendererCombo
- func (recv *CellRendererCombo) CellRenderer() *CellRenderer
- func (recv *CellRendererCombo) CellRendererText() *CellRendererText
- func (recv *CellRendererCombo) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *CellRendererCombo) Object() *gobject.Object
- func (recv *CellRendererCombo) ToC() unsafe.Pointer
- type CellRendererComboClass
- type CellRendererComboPrivate
- type CellRendererMode
- type CellRendererPixbuf
- type CellRendererPixbufClass
- type CellRendererPixbufPrivate
- type CellRendererPrivate
- type CellRendererProgress
- func (recv *CellRendererProgress) CellRenderer() *CellRenderer
- func (recv *CellRendererProgress) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *CellRendererProgress) Object() *gobject.Object
- func (recv *CellRendererProgress) Orientable() *Orientable
- func (recv *CellRendererProgress) ToC() unsafe.Pointer
- type CellRendererProgressClass
- type CellRendererProgressPrivate
- type CellRendererSpin
- func (recv *CellRendererSpin) CellRenderer() *CellRenderer
- func (recv *CellRendererSpin) CellRendererText() *CellRendererText
- func (recv *CellRendererSpin) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *CellRendererSpin) Object() *gobject.Object
- func (recv *CellRendererSpin) ToC() unsafe.Pointer
- type CellRendererSpinClass
- type CellRendererSpinPrivate
- type CellRendererSpinner
- type CellRendererSpinnerClass
- type CellRendererSpinnerPrivate
- type CellRendererState
- type CellRendererText
- func (recv *CellRendererText) CellRenderer() *CellRenderer
- func (recv *CellRendererText) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *CellRendererText) Object() *gobject.Object
- func (recv *CellRendererText) SetFixedHeightFromFont(numberOfRows int32)
- func (recv *CellRendererText) ToC() unsafe.Pointer
- type CellRendererTextClass
- type CellRendererTextPrivate
- type CellRendererToggle
- func (recv *CellRendererToggle) CellRenderer() *CellRenderer
- func (recv *CellRendererToggle) GetActive() bool
- func (recv *CellRendererToggle) GetRadio() bool
- func (recv *CellRendererToggle) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *CellRendererToggle) Object() *gobject.Object
- func (recv *CellRendererToggle) SetActive(setting bool)
- func (recv *CellRendererToggle) SetRadio(radio bool)
- func (recv *CellRendererToggle) ToC() unsafe.Pointer
- type CellRendererToggleClass
- type CellRendererTogglePrivate
- type CellView
- func (recv *CellView) Buildable() *Buildable
- func (recv *CellView) CellLayout() *CellLayout
- func (recv *CellView) ImplementorIface() *atk.ImplementorIface
- func (recv *CellView) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *CellView) Object() *gobject.Object
- func (recv *CellView) Orientable() *Orientable
- func (recv *CellView) ToC() unsafe.Pointer
- func (recv *CellView) Widget() *Widget
- type CellViewClass
- type CellViewPrivate
- type CheckButton
- func (recv *CheckButton) Actionable() *Actionable
- func (recv *CheckButton) Activatable() *Activatable
- func (recv *CheckButton) Bin() *Bin
- func (recv *CheckButton) Buildable() *Buildable
- func (recv *CheckButton) Button() *Button
- func (recv *CheckButton) Container() *Container
- func (recv *CheckButton) ImplementorIface() *atk.ImplementorIface
- func (recv *CheckButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *CheckButton) Object() *gobject.Object
- func (recv *CheckButton) ToC() unsafe.Pointer
- func (recv *CheckButton) ToggleButton() *ToggleButton
- func (recv *CheckButton) Widget() *Widget
- type CheckButtonClass
- type CheckMenuItem
- func (recv *CheckMenuItem) Actionable() *Actionable
- func (recv *CheckMenuItem) Activatable() *Activatable
- func (recv *CheckMenuItem) Bin() *Bin
- func (recv *CheckMenuItem) Buildable() *Buildable
- func (recv *CheckMenuItem) ConnectToggled(callback CheckMenuItemSignalToggledCallback) int
- func (recv *CheckMenuItem) Container() *Container
- func (recv *CheckMenuItem) DisconnectToggled(connectionID int)
- func (recv *CheckMenuItem) GetActive() bool
- func (recv *CheckMenuItem) GetInconsistent() bool
- func (recv *CheckMenuItem) ImplementorIface() *atk.ImplementorIface
- func (recv *CheckMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *CheckMenuItem) MenuItem() *MenuItem
- func (recv *CheckMenuItem) Object() *gobject.Object
- func (recv *CheckMenuItem) SetActive(isActive bool)
- func (recv *CheckMenuItem) SetInconsistent(setting bool)
- func (recv *CheckMenuItem) ToC() unsafe.Pointer
- func (recv *CheckMenuItem) Toggled()
- func (recv *CheckMenuItem) Widget() *Widget
- type CheckMenuItemAccessible
- func (recv *CheckMenuItemAccessible) Accessible() *Accessible
- func (recv *CheckMenuItemAccessible) Action() *atk.Action
- func (recv *CheckMenuItemAccessible) Component() *atk.Component
- func (recv *CheckMenuItemAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *CheckMenuItemAccessible) MenuItemAccessible() *MenuItemAccessible
- func (recv *CheckMenuItemAccessible) Object() *atk.Object
- func (recv *CheckMenuItemAccessible) Selection() *atk.Selection
- func (recv *CheckMenuItemAccessible) ToC() unsafe.Pointer
- func (recv *CheckMenuItemAccessible) WidgetAccessible() *WidgetAccessible
- type CheckMenuItemAccessibleClass
- type CheckMenuItemAccessiblePrivate
- type CheckMenuItemClass
- type CheckMenuItemPrivate
- type CheckMenuItemSignalToggledCallback
- type Clipboard
- func (recv *Clipboard) Clear()
- func (recv *Clipboard) GetOwner() *gobject.Object
- func (recv *Clipboard) Object() *gobject.Object
- func (recv *Clipboard) SetText(text string, len int32)
- func (recv *Clipboard) ToC() unsafe.Pointer
- func (recv *Clipboard) WaitForText() string
- func (recv *Clipboard) WaitIsTextAvailable() bool
- type ColorButton
- func (recv *ColorButton) Actionable() *Actionable
- func (recv *ColorButton) Activatable() *Activatable
- func (recv *ColorButton) Bin() *Bin
- func (recv *ColorButton) Buildable() *Buildable
- func (recv *ColorButton) Button() *Button
- func (recv *ColorButton) ColorChooser() *ColorChooser
- func (recv *ColorButton) Container() *Container
- func (recv *ColorButton) ImplementorIface() *atk.ImplementorIface
- func (recv *ColorButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ColorButton) Object() *gobject.Object
- func (recv *ColorButton) ToC() unsafe.Pointer
- func (recv *ColorButton) Widget() *Widget
- type ColorButtonClass
- type ColorButtonPrivate
- type ColorChooser
- type ColorChooserDialog
- func (recv *ColorChooserDialog) Bin() *Bin
- func (recv *ColorChooserDialog) Buildable() *Buildable
- func (recv *ColorChooserDialog) ColorChooser() *ColorChooser
- func (recv *ColorChooserDialog) Container() *Container
- func (recv *ColorChooserDialog) Dialog() *Dialog
- func (recv *ColorChooserDialog) ImplementorIface() *atk.ImplementorIface
- func (recv *ColorChooserDialog) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ColorChooserDialog) Object() *gobject.Object
- func (recv *ColorChooserDialog) ToC() unsafe.Pointer
- func (recv *ColorChooserDialog) Widget() *Widget
- func (recv *ColorChooserDialog) Window() *Window
- type ColorChooserDialogClass
- type ColorChooserDialogPrivate
- type ColorChooserInterface
- type ColorChooserWidget
- func (recv *ColorChooserWidget) Box() *Box
- func (recv *ColorChooserWidget) Buildable() *Buildable
- func (recv *ColorChooserWidget) ColorChooser() *ColorChooser
- func (recv *ColorChooserWidget) Container() *Container
- func (recv *ColorChooserWidget) ImplementorIface() *atk.ImplementorIface
- func (recv *ColorChooserWidget) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ColorChooserWidget) Object() *gobject.Object
- func (recv *ColorChooserWidget) Orientable() *Orientable
- func (recv *ColorChooserWidget) ToC() unsafe.Pointer
- func (recv *ColorChooserWidget) Widget() *Widget
- type ColorChooserWidgetClass
- type ColorChooserWidgetPrivate
- type ColorSelection
- func (recv *ColorSelection) Box() *Box
- func (recv *ColorSelection) Buildable() *Buildable
- func (recv *ColorSelection) ConnectColorChanged(callback ColorSelectionSignalColorChangedCallback) int
- func (recv *ColorSelection) Container() *Container
- func (recv *ColorSelection) DisconnectColorChanged(connectionID int)
- func (recv *ColorSelection) GetCurrentAlpha() uint16
- func (recv *ColorSelection) GetCurrentColor() *gdk.Color
- func (recv *ColorSelection) GetHasOpacityControl() bool
- func (recv *ColorSelection) GetHasPalette() bool
- func (recv *ColorSelection) GetPreviousAlpha() uint16
- func (recv *ColorSelection) GetPreviousColor() *gdk.Color
- func (recv *ColorSelection) ImplementorIface() *atk.ImplementorIface
- func (recv *ColorSelection) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ColorSelection) IsAdjusting() bool
- func (recv *ColorSelection) Object() *gobject.Object
- func (recv *ColorSelection) Orientable() *Orientable
- func (recv *ColorSelection) SetCurrentAlpha(alpha uint16)
- func (recv *ColorSelection) SetCurrentColor(color *gdk.Color)
- func (recv *ColorSelection) SetHasOpacityControl(hasOpacity bool)
- func (recv *ColorSelection) SetHasPalette(hasPalette bool)
- func (recv *ColorSelection) SetPreviousAlpha(alpha uint16)
- func (recv *ColorSelection) SetPreviousColor(color *gdk.Color)
- func (recv *ColorSelection) ToC() unsafe.Pointer
- func (recv *ColorSelection) Widget() *Widget
- type ColorSelectionClass
- type ColorSelectionDialog
- func (recv *ColorSelectionDialog) Bin() *Bin
- func (recv *ColorSelectionDialog) Buildable() *Buildable
- func (recv *ColorSelectionDialog) Container() *Container
- func (recv *ColorSelectionDialog) Dialog() *Dialog
- func (recv *ColorSelectionDialog) ImplementorIface() *atk.ImplementorIface
- func (recv *ColorSelectionDialog) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ColorSelectionDialog) Object() *gobject.Object
- func (recv *ColorSelectionDialog) ToC() unsafe.Pointer
- func (recv *ColorSelectionDialog) Widget() *Widget
- func (recv *ColorSelectionDialog) Window() *Window
- type ColorSelectionDialogClass
- type ColorSelectionDialogPrivate
- type ColorSelectionPrivate
- type ColorSelectionSignalColorChangedCallback
- type ComboBox
- func (recv *ComboBox) Bin() *Bin
- func (recv *ComboBox) Buildable() *Buildable
- func (recv *ComboBox) CellEditable() *CellEditable
- func (recv *ComboBox) CellLayout() *CellLayout
- func (recv *ComboBox) Container() *Container
- func (recv *ComboBox) GetAddTearoffs() bool
- func (recv *ComboBox) ImplementorIface() *atk.ImplementorIface
- func (recv *ComboBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ComboBox) Object() *gobject.Object
- func (recv *ComboBox) ToC() unsafe.Pointer
- func (recv *ComboBox) Widget() *Widget
- type ComboBoxAccessible
- func (recv *ComboBoxAccessible) Accessible() *Accessible
- func (recv *ComboBoxAccessible) Action() *atk.Action
- func (recv *ComboBoxAccessible) Component() *atk.Component
- func (recv *ComboBoxAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *ComboBoxAccessible) Object() *atk.Object
- func (recv *ComboBoxAccessible) Selection() *atk.Selection
- func (recv *ComboBoxAccessible) ToC() unsafe.Pointer
- func (recv *ComboBoxAccessible) WidgetAccessible() *WidgetAccessible
- type ComboBoxAccessibleClass
- type ComboBoxAccessiblePrivate
- type ComboBoxClass
- type ComboBoxPrivate
- type ComboBoxText
- func (recv *ComboBoxText) Bin() *Bin
- func (recv *ComboBoxText) Buildable() *Buildable
- func (recv *ComboBoxText) CellEditable() *CellEditable
- func (recv *ComboBoxText) CellLayout() *CellLayout
- func (recv *ComboBoxText) ComboBox() *ComboBox
- func (recv *ComboBoxText) Container() *Container
- func (recv *ComboBoxText) ImplementorIface() *atk.ImplementorIface
- func (recv *ComboBoxText) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ComboBoxText) Object() *gobject.Object
- func (recv *ComboBoxText) ToC() unsafe.Pointer
- func (recv *ComboBoxText) Widget() *Widget
- type ComboBoxTextClass
- type ComboBoxTextPrivate
- type Container
- func (recv *Container) Add(widget *Widget)
- func (recv *Container) Buildable() *Buildable
- func (recv *Container) CheckResize()
- func (recv *Container) ChildGetProperty(child *Widget, propertyName string, value *gobject.Value)
- func (recv *Container) ChildSetProperty(child *Widget, propertyName string, value *gobject.Value)
- func (recv *Container) ChildType() gobject.Type
- func (recv *Container) ConnectAdd(callback ContainerSignalAddCallback) int
- func (recv *Container) ConnectCheckResize(callback ContainerSignalCheckResizeCallback) int
- func (recv *Container) ConnectRemove(callback ContainerSignalRemoveCallback) int
- func (recv *Container) ConnectSetFocusChild(callback ContainerSignalSetFocusChildCallback) int
- func (recv *Container) DisconnectAdd(connectionID int)
- func (recv *Container) DisconnectCheckResize(connectionID int)
- func (recv *Container) DisconnectRemove(connectionID int)
- func (recv *Container) DisconnectSetFocusChild(connectionID int)
- func (recv *Container) GetBorderWidth() uint32
- func (recv *Container) GetChildren() *glib.List
- func (recv *Container) GetFocusChain() (bool, *glib.List)
- func (recv *Container) GetFocusHadjustment() *Adjustment
- func (recv *Container) GetFocusVadjustment() *Adjustment
- func (recv *Container) GetPathForChild(child *Widget) *WidgetPath
- func (recv *Container) GetResizeMode() ResizeMode
- func (recv *Container) ImplementorIface() *atk.ImplementorIface
- func (recv *Container) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Container) Object() *gobject.Object
- func (recv *Container) PropagateDraw(child *Widget, cr *cairo.Context)
- func (recv *Container) Remove(widget *Widget)
- func (recv *Container) ResizeChildren()
- func (recv *Container) SetBorderWidth(borderWidth uint32)
- func (recv *Container) SetFocusChain(focusableWidgets *glib.List)
- func (recv *Container) SetFocusChild(child *Widget)
- func (recv *Container) SetFocusHadjustment(adjustment *Adjustment)
- func (recv *Container) SetFocusVadjustment(adjustment *Adjustment)
- func (recv *Container) SetReallocateRedraws(needsRedraws bool)
- func (recv *Container) SetResizeMode(resizeMode ResizeMode)
- func (recv *Container) ToC() unsafe.Pointer
- func (recv *Container) UnsetFocusChain()
- func (recv *Container) Widget() *Widget
- type ContainerAccessible
- type ContainerAccessibleClass
- type ContainerAccessiblePrivate
- type ContainerCellAccessible
- func (recv *ContainerCellAccessible) Accessible() *Accessible
- func (recv *ContainerCellAccessible) Action() *atk.Action
- func (recv *ContainerCellAccessible) AddChild(child *CellAccessible)
- func (recv *ContainerCellAccessible) CellAccessible() *CellAccessible
- func (recv *ContainerCellAccessible) Component() *atk.Component
- func (recv *ContainerCellAccessible) GetChildren() *glib.List
- func (recv *ContainerCellAccessible) Object() *atk.Object
- func (recv *ContainerCellAccessible) RemoveChild(child *CellAccessible)
- func (recv *ContainerCellAccessible) ToC() unsafe.Pointer
- type ContainerCellAccessibleClass
- type ContainerCellAccessiblePrivate
- type ContainerClass
- type ContainerPrivate
- type ContainerSignalAddCallback
- type ContainerSignalCheckResizeCallback
- type ContainerSignalRemoveCallback
- type ContainerSignalSetFocusChildCallback
- type CornerType
- type CssProvider
- func (recv *CssProvider) ConnectParsingError(callback CssProviderSignalParsingErrorCallback) int
- func (recv *CssProvider) DisconnectParsingError(connectionID int)
- func (recv *CssProvider) LoadFromData(data []uint8) (bool, error)
- func (recv *CssProvider) LoadFromFile(file *gio.File) (bool, error)
- func (recv *CssProvider) LoadFromPath(path string) (bool, error)
- func (recv *CssProvider) Object() *gobject.Object
- func (recv *CssProvider) StyleProvider() *StyleProvider
- func (recv *CssProvider) ToC() unsafe.Pointer
- type CssProviderClass
- type CssProviderError
- type CssProviderPrivate
- type CssProviderSignalParsingErrorCallback
- type DebugFlag
- type DeleteType
- type DestDefaults
- type Dialog
- func (recv *Dialog) AddActionWidget(child *Widget, responseId int32)
- func (recv *Dialog) AddButton(buttonText string, responseId int32) *Widget
- func (recv *Dialog) Bin() *Bin
- func (recv *Dialog) Buildable() *Buildable
- func (recv *Dialog) ConnectClose(callback DialogSignalCloseCallback) int
- func (recv *Dialog) Container() *Container
- func (recv *Dialog) DisconnectClose(connectionID int)
- func (recv *Dialog) ImplementorIface() *atk.ImplementorIface
- func (recv *Dialog) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Dialog) Object() *gobject.Object
- func (recv *Dialog) Response(responseId int32)
- func (recv *Dialog) Run() int32
- func (recv *Dialog) SetDefaultResponse(responseId int32)
- func (recv *Dialog) SetResponseSensitive(responseId int32, setting bool)
- func (recv *Dialog) ToC() unsafe.Pointer
- func (recv *Dialog) Widget() *Widget
- func (recv *Dialog) Window() *Window
- type DialogClass
- type DialogFlags
- type DialogPrivate
- type DialogSignalCloseCallback
- type DirectionType
- type DragResult
- type DrawingArea
- func (recv *DrawingArea) Buildable() *Buildable
- func (recv *DrawingArea) ImplementorIface() *atk.ImplementorIface
- func (recv *DrawingArea) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *DrawingArea) Object() *gobject.Object
- func (recv *DrawingArea) ToC() unsafe.Pointer
- func (recv *DrawingArea) Widget() *Widget
- type DrawingAreaClass
- type Editable
- func (recv *Editable) ConnectChanged(callback EditableSignalChangedCallback) int
- func (recv *Editable) CopyClipboard()
- func (recv *Editable) CutClipboard()
- func (recv *Editable) DeleteSelection()
- func (recv *Editable) DeleteText(startPos int32, endPos int32)
- func (recv *Editable) DisconnectChanged(connectionID int)
- func (recv *Editable) GetChars(startPos int32, endPos int32) string
- func (recv *Editable) GetEditable() bool
- func (recv *Editable) GetPosition() int32
- func (recv *Editable) GetSelectionBounds() (bool, int32, int32)
- func (recv *Editable) InsertText(newText string, newTextLength int32, position int32)
- func (recv *Editable) PasteClipboard()
- func (recv *Editable) SelectRegion(startPos int32, endPos int32)
- func (recv *Editable) SetEditable(isEditable bool)
- func (recv *Editable) SetPosition(position int32)
- func (recv *Editable) ToC() unsafe.Pointer
- type EditableInterface
- type EditableSignalChangedCallback
- type Entry
- func (recv *Entry) Buildable() *Buildable
- func (recv *Entry) CellEditable() *CellEditable
- func (recv *Entry) ConnectActivate(callback EntrySignalActivateCallback) int
- func (recv *Entry) ConnectBackspace(callback EntrySignalBackspaceCallback) int
- func (recv *Entry) ConnectCopyClipboard(callback EntrySignalCopyClipboardCallback) int
- func (recv *Entry) ConnectCutClipboard(callback EntrySignalCutClipboardCallback) int
- func (recv *Entry) ConnectPasteClipboard(callback EntrySignalPasteClipboardCallback) int
- func (recv *Entry) ConnectPopulatePopup(callback EntrySignalPopulatePopupCallback) int
- func (recv *Entry) ConnectToggleOverwrite(callback EntrySignalToggleOverwriteCallback) int
- func (recv *Entry) DisconnectActivate(connectionID int)
- func (recv *Entry) DisconnectBackspace(connectionID int)
- func (recv *Entry) DisconnectCopyClipboard(connectionID int)
- func (recv *Entry) DisconnectCutClipboard(connectionID int)
- func (recv *Entry) DisconnectPasteClipboard(connectionID int)
- func (recv *Entry) DisconnectPopulatePopup(connectionID int)
- func (recv *Entry) DisconnectToggleOverwrite(connectionID int)
- func (recv *Entry) Editable() *Editable
- func (recv *Entry) GetActivatesDefault() bool
- func (recv *Entry) GetHasFrame() bool
- func (recv *Entry) GetInvisibleChar() rune
- func (recv *Entry) GetLayout() *pango.Layout
- func (recv *Entry) GetLayoutOffsets() (int32, int32)
- func (recv *Entry) GetMaxLength() int32
- func (recv *Entry) GetText() string
- func (recv *Entry) GetVisibility() bool
- func (recv *Entry) GetWidthChars() int32
- func (recv *Entry) ImplementorIface() *atk.ImplementorIface
- func (recv *Entry) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Entry) LayoutIndexToTextIndex(layoutIndex int32) int32
- func (recv *Entry) Object() *gobject.Object
- func (recv *Entry) SetActivatesDefault(setting bool)
- func (recv *Entry) SetHasFrame(setting bool)
- func (recv *Entry) SetInvisibleChar(ch rune)
- func (recv *Entry) SetMaxLength(max int32)
- func (recv *Entry) SetText(text string)
- func (recv *Entry) SetVisibility(visible bool)
- func (recv *Entry) SetWidthChars(nChars int32)
- func (recv *Entry) TextIndexToLayoutIndex(textIndex int32) int32
- func (recv *Entry) ToC() unsafe.Pointer
- func (recv *Entry) Widget() *Widget
- type EntryAccessible
- func (recv *EntryAccessible) Accessible() *Accessible
- func (recv *EntryAccessible) Action() *atk.Action
- func (recv *EntryAccessible) Component() *atk.Component
- func (recv *EntryAccessible) EditableText() *atk.EditableText
- func (recv *EntryAccessible) Object() *atk.Object
- func (recv *EntryAccessible) Text() *atk.Text
- func (recv *EntryAccessible) ToC() unsafe.Pointer
- func (recv *EntryAccessible) WidgetAccessible() *WidgetAccessible
- type EntryAccessibleClass
- type EntryAccessiblePrivate
- type EntryBuffer
- type EntryBufferClass
- type EntryBufferPrivate
- type EntryClass
- type EntryCompletion
- type EntryCompletionClass
- type EntryCompletionPrivate
- type EntryPrivate
- type EntrySignalActivateCallback
- type EntrySignalBackspaceCallback
- type EntrySignalCopyClipboardCallback
- type EntrySignalCutClipboardCallback
- type EntrySignalPasteClipboardCallback
- type EntrySignalPopulatePopupCallback
- type EntrySignalToggleOverwriteCallback
- type EventBox
- func (recv *EventBox) Bin() *Bin
- func (recv *EventBox) Buildable() *Buildable
- func (recv *EventBox) Container() *Container
- func (recv *EventBox) ImplementorIface() *atk.ImplementorIface
- func (recv *EventBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *EventBox) Object() *gobject.Object
- func (recv *EventBox) ToC() unsafe.Pointer
- func (recv *EventBox) Widget() *Widget
- type EventBoxClass
- type EventBoxPrivate
- type EventController
- type EventControllerClass
- type Expander
- func (recv *Expander) Bin() *Bin
- func (recv *Expander) Buildable() *Buildable
- func (recv *Expander) ConnectActivate(callback ExpanderSignalActivateCallback) int
- func (recv *Expander) Container() *Container
- func (recv *Expander) DisconnectActivate(connectionID int)
- func (recv *Expander) ImplementorIface() *atk.ImplementorIface
- func (recv *Expander) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Expander) Object() *gobject.Object
- func (recv *Expander) ToC() unsafe.Pointer
- func (recv *Expander) Widget() *Widget
- type ExpanderAccessible
- func (recv *ExpanderAccessible) Accessible() *Accessible
- func (recv *ExpanderAccessible) Action() *atk.Action
- func (recv *ExpanderAccessible) Component() *atk.Component
- func (recv *ExpanderAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *ExpanderAccessible) Object() *atk.Object
- func (recv *ExpanderAccessible) ToC() unsafe.Pointer
- func (recv *ExpanderAccessible) WidgetAccessible() *WidgetAccessible
- type ExpanderAccessibleClass
- type ExpanderAccessiblePrivate
- type ExpanderClass
- type ExpanderPrivate
- type ExpanderSignalActivateCallback
- type ExpanderStyle
- type FileChooser
- func (recv *FileChooser) ConnectCurrentFolderChanged(callback FileChooserSignalCurrentFolderChangedCallback) int
- func (recv *FileChooser) ConnectFileActivated(callback FileChooserSignalFileActivatedCallback) int
- func (recv *FileChooser) ConnectSelectionChanged(callback FileChooserSignalSelectionChangedCallback) int
- func (recv *FileChooser) ConnectUpdatePreview(callback FileChooserSignalUpdatePreviewCallback) int
- func (recv *FileChooser) DisconnectCurrentFolderChanged(connectionID int)
- func (recv *FileChooser) DisconnectFileActivated(connectionID int)
- func (recv *FileChooser) DisconnectSelectionChanged(connectionID int)
- func (recv *FileChooser) DisconnectUpdatePreview(connectionID int)
- func (recv *FileChooser) GetUsePreviewLabel() bool
- func (recv *FileChooser) ToC() unsafe.Pointer
- type FileChooserAction
- type FileChooserButton
- func (recv *FileChooserButton) Box() *Box
- func (recv *FileChooserButton) Buildable() *Buildable
- func (recv *FileChooserButton) Container() *Container
- func (recv *FileChooserButton) FileChooser() *FileChooser
- func (recv *FileChooserButton) ImplementorIface() *atk.ImplementorIface
- func (recv *FileChooserButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *FileChooserButton) Object() *gobject.Object
- func (recv *FileChooserButton) Orientable() *Orientable
- func (recv *FileChooserButton) ToC() unsafe.Pointer
- func (recv *FileChooserButton) Widget() *Widget
- type FileChooserButtonClass
- type FileChooserButtonPrivate
- type FileChooserDialog
- func (recv *FileChooserDialog) Bin() *Bin
- func (recv *FileChooserDialog) Buildable() *Buildable
- func (recv *FileChooserDialog) Container() *Container
- func (recv *FileChooserDialog) Dialog() *Dialog
- func (recv *FileChooserDialog) FileChooser() *FileChooser
- func (recv *FileChooserDialog) ImplementorIface() *atk.ImplementorIface
- func (recv *FileChooserDialog) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *FileChooserDialog) Object() *gobject.Object
- func (recv *FileChooserDialog) ToC() unsafe.Pointer
- func (recv *FileChooserDialog) Widget() *Widget
- func (recv *FileChooserDialog) Window() *Window
- type FileChooserDialogClass
- type FileChooserDialogPrivate
- type FileChooserError
- type FileChooserSignalCurrentFolderChangedCallback
- type FileChooserSignalFileActivatedCallback
- type FileChooserSignalSelectionChangedCallback
- type FileChooserSignalUpdatePreviewCallback
- type FileChooserWidget
- func (recv *FileChooserWidget) Box() *Box
- func (recv *FileChooserWidget) Buildable() *Buildable
- func (recv *FileChooserWidget) ConnectDesktopFolder(callback FileChooserWidgetSignalDesktopFolderCallback) int
- func (recv *FileChooserWidget) ConnectDownFolder(callback FileChooserWidgetSignalDownFolderCallback) int
- func (recv *FileChooserWidget) ConnectHomeFolder(callback FileChooserWidgetSignalHomeFolderCallback) int
- func (recv *FileChooserWidget) ConnectLocationPopupOnPaste(callback FileChooserWidgetSignalLocationPopupOnPasteCallback) int
- func (recv *FileChooserWidget) ConnectLocationTogglePopup(callback FileChooserWidgetSignalLocationTogglePopupCallback) int
- func (recv *FileChooserWidget) ConnectPlacesShortcut(callback FileChooserWidgetSignalPlacesShortcutCallback) int
- func (recv *FileChooserWidget) ConnectRecentShortcut(callback FileChooserWidgetSignalRecentShortcutCallback) int
- func (recv *FileChooserWidget) ConnectSearchShortcut(callback FileChooserWidgetSignalSearchShortcutCallback) int
- func (recv *FileChooserWidget) ConnectShowHidden(callback FileChooserWidgetSignalShowHiddenCallback) int
- func (recv *FileChooserWidget) ConnectUpFolder(callback FileChooserWidgetSignalUpFolderCallback) int
- func (recv *FileChooserWidget) Container() *Container
- func (recv *FileChooserWidget) DisconnectDesktopFolder(connectionID int)
- func (recv *FileChooserWidget) DisconnectDownFolder(connectionID int)
- func (recv *FileChooserWidget) DisconnectHomeFolder(connectionID int)
- func (recv *FileChooserWidget) DisconnectLocationPopupOnPaste(connectionID int)
- func (recv *FileChooserWidget) DisconnectLocationTogglePopup(connectionID int)
- func (recv *FileChooserWidget) DisconnectPlacesShortcut(connectionID int)
- func (recv *FileChooserWidget) DisconnectRecentShortcut(connectionID int)
- func (recv *FileChooserWidget) DisconnectSearchShortcut(connectionID int)
- func (recv *FileChooserWidget) DisconnectShowHidden(connectionID int)
- func (recv *FileChooserWidget) DisconnectUpFolder(connectionID int)
- func (recv *FileChooserWidget) FileChooser() *FileChooser
- func (recv *FileChooserWidget) ImplementorIface() *atk.ImplementorIface
- func (recv *FileChooserWidget) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *FileChooserWidget) Object() *gobject.Object
- func (recv *FileChooserWidget) Orientable() *Orientable
- func (recv *FileChooserWidget) ToC() unsafe.Pointer
- func (recv *FileChooserWidget) Widget() *Widget
- type FileChooserWidgetClass
- type FileChooserWidgetPrivate
- type FileChooserWidgetSignalDesktopFolderCallback
- type FileChooserWidgetSignalDownFolderCallback
- type FileChooserWidgetSignalHomeFolderCallback
- type FileChooserWidgetSignalLocationPopupOnPasteCallback
- type FileChooserWidgetSignalLocationTogglePopupCallback
- type FileChooserWidgetSignalPlacesShortcutCallback
- type FileChooserWidgetSignalRecentShortcutCallback
- type FileChooserWidgetSignalSearchShortcutCallback
- type FileChooserWidgetSignalShowHiddenCallback
- type FileChooserWidgetSignalUpFolderCallback
- type FileFilter
- type FileFilterFlags
- type FileFilterInfo
- type Fixed
- func (recv *Fixed) Buildable() *Buildable
- func (recv *Fixed) Container() *Container
- func (recv *Fixed) ImplementorIface() *atk.ImplementorIface
- func (recv *Fixed) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Fixed) Move(widget *Widget, x int32, y int32)
- func (recv *Fixed) Object() *gobject.Object
- func (recv *Fixed) Put(widget *Widget, x int32, y int32)
- func (recv *Fixed) ToC() unsafe.Pointer
- func (recv *Fixed) Widget() *Widget
- type FixedChild
- type FixedClass
- type FixedPrivate
- type FlowBox
- func (recv *FlowBox) Buildable() *Buildable
- func (recv *FlowBox) ConnectActivateCursorChild(callback FlowBoxSignalActivateCursorChildCallback) int
- func (recv *FlowBox) ConnectChildActivated(callback FlowBoxSignalChildActivatedCallback) int
- func (recv *FlowBox) ConnectSelectAll(callback FlowBoxSignalSelectAllCallback) int
- func (recv *FlowBox) ConnectSelectedChildrenChanged(callback FlowBoxSignalSelectedChildrenChangedCallback) int
- func (recv *FlowBox) ConnectToggleCursorChild(callback FlowBoxSignalToggleCursorChildCallback) int
- func (recv *FlowBox) ConnectUnselectAll(callback FlowBoxSignalUnselectAllCallback) int
- func (recv *FlowBox) Container() *Container
- func (recv *FlowBox) DisconnectActivateCursorChild(connectionID int)
- func (recv *FlowBox) DisconnectChildActivated(connectionID int)
- func (recv *FlowBox) DisconnectSelectAll(connectionID int)
- func (recv *FlowBox) DisconnectSelectedChildrenChanged(connectionID int)
- func (recv *FlowBox) DisconnectToggleCursorChild(connectionID int)
- func (recv *FlowBox) DisconnectUnselectAll(connectionID int)
- func (recv *FlowBox) ImplementorIface() *atk.ImplementorIface
- func (recv *FlowBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *FlowBox) Object() *gobject.Object
- func (recv *FlowBox) Orientable() *Orientable
- func (recv *FlowBox) ToC() unsafe.Pointer
- func (recv *FlowBox) Widget() *Widget
- type FlowBoxAccessible
- func (recv *FlowBoxAccessible) Accessible() *Accessible
- func (recv *FlowBoxAccessible) Component() *atk.Component
- func (recv *FlowBoxAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *FlowBoxAccessible) Object() *atk.Object
- func (recv *FlowBoxAccessible) Selection() *atk.Selection
- func (recv *FlowBoxAccessible) ToC() unsafe.Pointer
- func (recv *FlowBoxAccessible) WidgetAccessible() *WidgetAccessible
- type FlowBoxAccessibleClass
- type FlowBoxAccessiblePrivate
- type FlowBoxChild
- func (recv *FlowBoxChild) Bin() *Bin
- func (recv *FlowBoxChild) Buildable() *Buildable
- func (recv *FlowBoxChild) ConnectActivate(callback FlowBoxChildSignalActivateCallback) int
- func (recv *FlowBoxChild) Container() *Container
- func (recv *FlowBoxChild) DisconnectActivate(connectionID int)
- func (recv *FlowBoxChild) ImplementorIface() *atk.ImplementorIface
- func (recv *FlowBoxChild) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *FlowBoxChild) Object() *gobject.Object
- func (recv *FlowBoxChild) ToC() unsafe.Pointer
- func (recv *FlowBoxChild) Widget() *Widget
- type FlowBoxChildAccessible
- func (recv *FlowBoxChildAccessible) Accessible() *Accessible
- func (recv *FlowBoxChildAccessible) Component() *atk.Component
- func (recv *FlowBoxChildAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *FlowBoxChildAccessible) Object() *atk.Object
- func (recv *FlowBoxChildAccessible) ToC() unsafe.Pointer
- func (recv *FlowBoxChildAccessible) WidgetAccessible() *WidgetAccessible
- type FlowBoxChildAccessibleClass
- type FlowBoxChildClass
- type FlowBoxChildSignalActivateCallback
- type FlowBoxClass
- type FlowBoxSignalActivateCursorChildCallback
- type FlowBoxSignalChildActivatedCallback
- type FlowBoxSignalSelectAllCallback
- type FlowBoxSignalSelectedChildrenChangedCallback
- type FlowBoxSignalToggleCursorChildCallback
- type FlowBoxSignalUnselectAllCallback
- type FontButton
- func (recv *FontButton) Actionable() *Actionable
- func (recv *FontButton) Activatable() *Activatable
- func (recv *FontButton) Bin() *Bin
- func (recv *FontButton) Buildable() *Buildable
- func (recv *FontButton) Button() *Button
- func (recv *FontButton) Container() *Container
- func (recv *FontButton) FontChooser() *FontChooser
- func (recv *FontButton) ImplementorIface() *atk.ImplementorIface
- func (recv *FontButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *FontButton) Object() *gobject.Object
- func (recv *FontButton) ToC() unsafe.Pointer
- func (recv *FontButton) Widget() *Widget
- type FontButtonClass
- type FontButtonPrivate
- type FontChooser
- type FontChooserDialog
- func (recv *FontChooserDialog) Bin() *Bin
- func (recv *FontChooserDialog) Buildable() *Buildable
- func (recv *FontChooserDialog) Container() *Container
- func (recv *FontChooserDialog) Dialog() *Dialog
- func (recv *FontChooserDialog) FontChooser() *FontChooser
- func (recv *FontChooserDialog) ImplementorIface() *atk.ImplementorIface
- func (recv *FontChooserDialog) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *FontChooserDialog) Object() *gobject.Object
- func (recv *FontChooserDialog) ToC() unsafe.Pointer
- func (recv *FontChooserDialog) Widget() *Widget
- func (recv *FontChooserDialog) Window() *Window
- type FontChooserDialogClass
- type FontChooserDialogPrivate
- type FontChooserIface
- type FontChooserWidget
- func (recv *FontChooserWidget) Box() *Box
- func (recv *FontChooserWidget) Buildable() *Buildable
- func (recv *FontChooserWidget) Container() *Container
- func (recv *FontChooserWidget) FontChooser() *FontChooser
- func (recv *FontChooserWidget) ImplementorIface() *atk.ImplementorIface
- func (recv *FontChooserWidget) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *FontChooserWidget) Object() *gobject.Object
- func (recv *FontChooserWidget) Orientable() *Orientable
- func (recv *FontChooserWidget) ToC() unsafe.Pointer
- func (recv *FontChooserWidget) Widget() *Widget
- type FontChooserWidgetClass
- type FontChooserWidgetPrivate
- type FontSelection
- func (recv *FontSelection) Box() *Box
- func (recv *FontSelection) Buildable() *Buildable
- func (recv *FontSelection) Container() *Container
- func (recv *FontSelection) GetFontName() string
- func (recv *FontSelection) GetPreviewText() string
- func (recv *FontSelection) ImplementorIface() *atk.ImplementorIface
- func (recv *FontSelection) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *FontSelection) Object() *gobject.Object
- func (recv *FontSelection) Orientable() *Orientable
- func (recv *FontSelection) SetFontName(fontname string) bool
- func (recv *FontSelection) SetPreviewText(text string)
- func (recv *FontSelection) ToC() unsafe.Pointer
- func (recv *FontSelection) Widget() *Widget
- type FontSelectionClass
- type FontSelectionDialog
- func (recv *FontSelectionDialog) Bin() *Bin
- func (recv *FontSelectionDialog) Buildable() *Buildable
- func (recv *FontSelectionDialog) Container() *Container
- func (recv *FontSelectionDialog) Dialog() *Dialog
- func (recv *FontSelectionDialog) GetFontName() string
- func (recv *FontSelectionDialog) GetPreviewText() string
- func (recv *FontSelectionDialog) ImplementorIface() *atk.ImplementorIface
- func (recv *FontSelectionDialog) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *FontSelectionDialog) Object() *gobject.Object
- func (recv *FontSelectionDialog) SetFontName(fontname string) bool
- func (recv *FontSelectionDialog) SetPreviewText(text string)
- func (recv *FontSelectionDialog) ToC() unsafe.Pointer
- func (recv *FontSelectionDialog) Widget() *Widget
- func (recv *FontSelectionDialog) Window() *Window
- type FontSelectionDialogClass
- type FontSelectionDialogPrivate
- type FontSelectionPrivate
- type Frame
- func (recv *Frame) Bin() *Bin
- func (recv *Frame) Buildable() *Buildable
- func (recv *Frame) Container() *Container
- func (recv *Frame) GetLabel() string
- func (recv *Frame) GetLabelAlign() (float32, float32)
- func (recv *Frame) GetLabelWidget() *Widget
- func (recv *Frame) GetShadowType() ShadowType
- func (recv *Frame) ImplementorIface() *atk.ImplementorIface
- func (recv *Frame) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Frame) Object() *gobject.Object
- func (recv *Frame) SetLabel(label string)
- func (recv *Frame) SetLabelAlign(xalign float32, yalign float32)
- func (recv *Frame) SetLabelWidget(labelWidget *Widget)
- func (recv *Frame) SetShadowType(type_ ShadowType)
- func (recv *Frame) ToC() unsafe.Pointer
- func (recv *Frame) Widget() *Widget
- type FrameAccessible
- func (recv *FrameAccessible) Accessible() *Accessible
- func (recv *FrameAccessible) Component() *atk.Component
- func (recv *FrameAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *FrameAccessible) Object() *atk.Object
- func (recv *FrameAccessible) ToC() unsafe.Pointer
- func (recv *FrameAccessible) WidgetAccessible() *WidgetAccessible
- type FrameAccessibleClass
- type FrameAccessiblePrivate
- type FrameClass
- type FramePrivate
- type Gesture
- type GestureClass
- type GestureDrag
- type GestureDragClass
- type GestureLongPress
- type GestureLongPressClass
- type GestureMultiPress
- type GestureMultiPressClass
- type GesturePan
- func (recv *GesturePan) EventController() *EventController
- func (recv *GesturePan) Gesture() *Gesture
- func (recv *GesturePan) GestureDrag() *GestureDrag
- func (recv *GesturePan) GestureSingle() *GestureSingle
- func (recv *GesturePan) Object() *gobject.Object
- func (recv *GesturePan) ToC() unsafe.Pointer
- type GesturePanClass
- type GestureRotate
- type GestureRotateClass
- type GestureSingle
- type GestureSingleClass
- type GestureSwipe
- type GestureSwipeClass
- type GestureZoom
- type GestureZoomClass
- type Gradient
- type Grid
- func (recv *Grid) Attach(child *Widget, left int32, top int32, width int32, height int32)
- func (recv *Grid) AttachNextTo(child *Widget, sibling *Widget, side PositionType, width int32, height int32)
- func (recv *Grid) Buildable() *Buildable
- func (recv *Grid) Container() *Container
- func (recv *Grid) GetColumnHomogeneous() bool
- func (recv *Grid) GetColumnSpacing() uint32
- func (recv *Grid) GetRowHomogeneous() bool
- func (recv *Grid) GetRowSpacing() uint32
- func (recv *Grid) ImplementorIface() *atk.ImplementorIface
- func (recv *Grid) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Grid) Object() *gobject.Object
- func (recv *Grid) Orientable() *Orientable
- func (recv *Grid) SetColumnHomogeneous(homogeneous bool)
- func (recv *Grid) SetColumnSpacing(spacing uint32)
- func (recv *Grid) SetRowHomogeneous(homogeneous bool)
- func (recv *Grid) SetRowSpacing(spacing uint32)
- func (recv *Grid) ToC() unsafe.Pointer
- func (recv *Grid) Widget() *Widget
- type GridClass
- type GridPrivate
- type HBox
- func (recv *HBox) Box() *Box
- func (recv *HBox) Buildable() *Buildable
- func (recv *HBox) Container() *Container
- func (recv *HBox) ImplementorIface() *atk.ImplementorIface
- func (recv *HBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *HBox) Object() *gobject.Object
- func (recv *HBox) Orientable() *Orientable
- func (recv *HBox) ToC() unsafe.Pointer
- func (recv *HBox) Widget() *Widget
- type HBoxClass
- type HButtonBox
- func (recv *HButtonBox) Box() *Box
- func (recv *HButtonBox) Buildable() *Buildable
- func (recv *HButtonBox) ButtonBox() *ButtonBox
- func (recv *HButtonBox) Container() *Container
- func (recv *HButtonBox) ImplementorIface() *atk.ImplementorIface
- func (recv *HButtonBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *HButtonBox) Object() *gobject.Object
- func (recv *HButtonBox) Orientable() *Orientable
- func (recv *HButtonBox) ToC() unsafe.Pointer
- func (recv *HButtonBox) Widget() *Widget
- type HButtonBoxClass
- type HPaned
- func (recv *HPaned) Buildable() *Buildable
- func (recv *HPaned) Container() *Container
- func (recv *HPaned) ImplementorIface() *atk.ImplementorIface
- func (recv *HPaned) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *HPaned) Object() *gobject.Object
- func (recv *HPaned) Orientable() *Orientable
- func (recv *HPaned) Paned() *Paned
- func (recv *HPaned) ToC() unsafe.Pointer
- func (recv *HPaned) Widget() *Widget
- type HPanedClass
- type HSV
- func (recv *HSV) Buildable() *Buildable
- func (recv *HSV) ConnectChanged(callback HSVSignalChangedCallback) int
- func (recv *HSV) DisconnectChanged(connectionID int)
- func (recv *HSV) ImplementorIface() *atk.ImplementorIface
- func (recv *HSV) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *HSV) Object() *gobject.Object
- func (recv *HSV) ToC() unsafe.Pointer
- func (recv *HSV) Widget() *Widget
- type HSVClass
- type HSVPrivate
- type HSVSignalChangedCallback
- type HScale
- func (recv *HScale) Buildable() *Buildable
- func (recv *HScale) ImplementorIface() *atk.ImplementorIface
- func (recv *HScale) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *HScale) Object() *gobject.Object
- func (recv *HScale) Orientable() *Orientable
- func (recv *HScale) Range() *Range
- func (recv *HScale) Scale() *Scale
- func (recv *HScale) ToC() unsafe.Pointer
- func (recv *HScale) Widget() *Widget
- type HScaleClass
- type HScrollbar
- func (recv *HScrollbar) Buildable() *Buildable
- func (recv *HScrollbar) ImplementorIface() *atk.ImplementorIface
- func (recv *HScrollbar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *HScrollbar) Object() *gobject.Object
- func (recv *HScrollbar) Orientable() *Orientable
- func (recv *HScrollbar) Range() *Range
- func (recv *HScrollbar) Scrollbar() *Scrollbar
- func (recv *HScrollbar) ToC() unsafe.Pointer
- func (recv *HScrollbar) Widget() *Widget
- type HScrollbarClass
- type HSeparator
- func (recv *HSeparator) Buildable() *Buildable
- func (recv *HSeparator) ImplementorIface() *atk.ImplementorIface
- func (recv *HSeparator) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *HSeparator) Object() *gobject.Object
- func (recv *HSeparator) Orientable() *Orientable
- func (recv *HSeparator) Separator() *Separator
- func (recv *HSeparator) ToC() unsafe.Pointer
- func (recv *HSeparator) Widget() *Widget
- type HSeparatorClass
- type HandleBox
- func (recv *HandleBox) Bin() *Bin
- func (recv *HandleBox) Buildable() *Buildable
- func (recv *HandleBox) ConnectChildAttached(callback HandleBoxSignalChildAttachedCallback) int
- func (recv *HandleBox) ConnectChildDetached(callback HandleBoxSignalChildDetachedCallback) int
- func (recv *HandleBox) Container() *Container
- func (recv *HandleBox) DisconnectChildAttached(connectionID int)
- func (recv *HandleBox) DisconnectChildDetached(connectionID int)
- func (recv *HandleBox) GetHandlePosition() PositionType
- func (recv *HandleBox) GetShadowType() ShadowType
- func (recv *HandleBox) GetSnapEdge() PositionType
- func (recv *HandleBox) ImplementorIface() *atk.ImplementorIface
- func (recv *HandleBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *HandleBox) Object() *gobject.Object
- func (recv *HandleBox) SetHandlePosition(position PositionType)
- func (recv *HandleBox) SetShadowType(type_ ShadowType)
- func (recv *HandleBox) SetSnapEdge(edge PositionType)
- func (recv *HandleBox) ToC() unsafe.Pointer
- func (recv *HandleBox) Widget() *Widget
- type HandleBoxClass
- type HandleBoxPrivate
- type HandleBoxSignalChildAttachedCallback
- type HandleBoxSignalChildDetachedCallback
- type HeaderBar
- func (recv *HeaderBar) Buildable() *Buildable
- func (recv *HeaderBar) Container() *Container
- func (recv *HeaderBar) ImplementorIface() *atk.ImplementorIface
- func (recv *HeaderBar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *HeaderBar) Object() *gobject.Object
- func (recv *HeaderBar) ToC() unsafe.Pointer
- func (recv *HeaderBar) Widget() *Widget
- type HeaderBarClass
- type HeaderBarPrivate
- type IMContext
- func (recv *IMContext) ConnectPreeditChanged(callback IMContextSignalPreeditChangedCallback) int
- func (recv *IMContext) ConnectPreeditEnd(callback IMContextSignalPreeditEndCallback) int
- func (recv *IMContext) ConnectPreeditStart(callback IMContextSignalPreeditStartCallback) int
- func (recv *IMContext) ConnectRetrieveSurrounding(callback IMContextSignalRetrieveSurroundingCallback) int
- func (recv *IMContext) DeleteSurrounding(offset int32, nChars int32) bool
- func (recv *IMContext) DisconnectPreeditChanged(connectionID int)
- func (recv *IMContext) DisconnectPreeditEnd(connectionID int)
- func (recv *IMContext) DisconnectPreeditStart(connectionID int)
- func (recv *IMContext) DisconnectRetrieveSurrounding(connectionID int)
- func (recv *IMContext) FilterKeypress(event *gdk.EventKey) bool
- func (recv *IMContext) FocusIn()
- func (recv *IMContext) FocusOut()
- func (recv *IMContext) GetPreeditString() (string, *pango.AttrList, int32)
- func (recv *IMContext) GetSurrounding() (bool, string, int32)
- func (recv *IMContext) Object() *gobject.Object
- func (recv *IMContext) Reset()
- func (recv *IMContext) SetClientWindow(window *gdk.Window)
- func (recv *IMContext) SetSurrounding(text string, len int32, cursorIndex int32)
- func (recv *IMContext) SetUsePreedit(usePreedit bool)
- func (recv *IMContext) ToC() unsafe.Pointer
- type IMContextClass
- type IMContextInfo
- type IMContextSignalPreeditChangedCallback
- type IMContextSignalPreeditEndCallback
- type IMContextSignalPreeditStartCallback
- type IMContextSignalRetrieveSurroundingCallback
- type IMContextSimple
- type IMContextSimpleClass
- type IMContextSimplePrivate
- type IMMulticontext
- type IMMulticontextClass
- type IMMulticontextPrivate
- type IMPreeditStyle
- type IMStatusStyle
- type IconFactory
- func (recv *IconFactory) Add(stockId string, iconSet *IconSet)
- func (recv *IconFactory) AddDefault()
- func (recv *IconFactory) Buildable() *Buildable
- func (recv *IconFactory) Lookup(stockId string) *IconSet
- func (recv *IconFactory) Object() *gobject.Object
- func (recv *IconFactory) RemoveDefault()
- func (recv *IconFactory) ToC() unsafe.Pointer
- type IconFactoryClass
- type IconFactoryPrivate
- type IconInfo
- type IconInfoClass
- type IconLookupFlags
- type IconSet
- func (recv *IconSet) AddSource(source *IconSource)
- func (recv *IconSet) Copy() *IconSet
- func (recv *IconSet) Ref() *IconSet
- func (recv *IconSet) RenderIcon(style *Style, direction TextDirection, state StateType, size IconSize, ...) *gdkpixbuf.Pixbuf
- func (recv *IconSet) ToC() unsafe.Pointer
- func (recv *IconSet) Unref()
- type IconSize
- type IconSource
- func (recv *IconSource) Copy() *IconSource
- func (recv *IconSource) Free()
- func (recv *IconSource) GetDirection() TextDirection
- func (recv *IconSource) GetDirectionWildcarded() bool
- func (recv *IconSource) GetFilename() string
- func (recv *IconSource) GetIconName() string
- func (recv *IconSource) GetPixbuf() *gdkpixbuf.Pixbuf
- func (recv *IconSource) GetSize() IconSize
- func (recv *IconSource) GetSizeWildcarded() bool
- func (recv *IconSource) GetState() StateType
- func (recv *IconSource) GetStateWildcarded() bool
- func (recv *IconSource) SetDirection(direction TextDirection)
- func (recv *IconSource) SetDirectionWildcarded(setting bool)
- func (recv *IconSource) SetFilename(filename string)
- func (recv *IconSource) SetIconName(iconName string)
- func (recv *IconSource) SetPixbuf(pixbuf *gdkpixbuf.Pixbuf)
- func (recv *IconSource) SetSize(size IconSize)
- func (recv *IconSource) SetSizeWildcarded(setting bool)
- func (recv *IconSource) SetState(state StateType)
- func (recv *IconSource) SetStateWildcarded(setting bool)
- func (recv *IconSource) ToC() unsafe.Pointer
- type IconTheme
- type IconThemeClass
- type IconThemeError
- type IconThemePrivate
- type IconThemeSignalChangedCallback
- type IconView
- func (recv *IconView) Buildable() *Buildable
- func (recv *IconView) CellLayout() *CellLayout
- func (recv *IconView) ConnectActivateCursorItem(callback IconViewSignalActivateCursorItemCallback) int
- func (recv *IconView) ConnectItemActivated(callback IconViewSignalItemActivatedCallback) int
- func (recv *IconView) ConnectSelectAll(callback IconViewSignalSelectAllCallback) int
- func (recv *IconView) ConnectSelectCursorItem(callback IconViewSignalSelectCursorItemCallback) int
- func (recv *IconView) ConnectSelectionChanged(callback IconViewSignalSelectionChangedCallback) int
- func (recv *IconView) ConnectToggleCursorItem(callback IconViewSignalToggleCursorItemCallback) int
- func (recv *IconView) ConnectUnselectAll(callback IconViewSignalUnselectAllCallback) int
- func (recv *IconView) Container() *Container
- func (recv *IconView) DisconnectActivateCursorItem(connectionID int)
- func (recv *IconView) DisconnectItemActivated(connectionID int)
- func (recv *IconView) DisconnectSelectAll(connectionID int)
- func (recv *IconView) DisconnectSelectCursorItem(connectionID int)
- func (recv *IconView) DisconnectSelectionChanged(connectionID int)
- func (recv *IconView) DisconnectToggleCursorItem(connectionID int)
- func (recv *IconView) DisconnectUnselectAll(connectionID int)
- func (recv *IconView) ImplementorIface() *atk.ImplementorIface
- func (recv *IconView) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *IconView) Object() *gobject.Object
- func (recv *IconView) Scrollable() *Scrollable
- func (recv *IconView) ToC() unsafe.Pointer
- func (recv *IconView) Widget() *Widget
- type IconViewAccessible
- func (recv *IconViewAccessible) Accessible() *Accessible
- func (recv *IconViewAccessible) Component() *atk.Component
- func (recv *IconViewAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *IconViewAccessible) Object() *atk.Object
- func (recv *IconViewAccessible) Selection() *atk.Selection
- func (recv *IconViewAccessible) ToC() unsafe.Pointer
- func (recv *IconViewAccessible) WidgetAccessible() *WidgetAccessible
- type IconViewAccessibleClass
- type IconViewAccessiblePrivate
- type IconViewClass
- type IconViewDropPosition
- type IconViewPrivate
- type IconViewSignalActivateCursorItemCallback
- type IconViewSignalItemActivatedCallback
- type IconViewSignalSelectAllCallback
- type IconViewSignalSelectCursorItemCallback
- type IconViewSignalSelectionChangedCallback
- type IconViewSignalToggleCursorItemCallback
- type IconViewSignalUnselectAllCallback
- type Image
- func CastToImage(object *gobject.Object) *Image
- func ImageNew() *Image
- func ImageNewFromAnimation(animation *gdkpixbuf.PixbufAnimation) *Image
- func ImageNewFromC(u unsafe.Pointer) *Image
- func ImageNewFromFile(filename string) *Image
- func ImageNewFromIconSet(iconSet *IconSet, size IconSize) *Image
- func ImageNewFromPixbuf(pixbuf *gdkpixbuf.Pixbuf) *Image
- func ImageNewFromStock(stockId string, size IconSize) *Image
- func (recv *Image) Buildable() *Buildable
- func (recv *Image) GetAnimation() *gdkpixbuf.PixbufAnimation
- func (recv *Image) GetPixbuf() *gdkpixbuf.Pixbuf
- func (recv *Image) GetStorageType() ImageType
- func (recv *Image) ImplementorIface() *atk.ImplementorIface
- func (recv *Image) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Image) Misc() *Misc
- func (recv *Image) Object() *gobject.Object
- func (recv *Image) SetFromAnimation(animation *gdkpixbuf.PixbufAnimation)
- func (recv *Image) SetFromFile(filename string)
- func (recv *Image) SetFromIconSet(iconSet *IconSet, size IconSize)
- func (recv *Image) SetFromPixbuf(pixbuf *gdkpixbuf.Pixbuf)
- func (recv *Image) SetFromResource(resourcePath string)
- func (recv *Image) SetFromStock(stockId string, size IconSize)
- func (recv *Image) ToC() unsafe.Pointer
- func (recv *Image) Widget() *Widget
- type ImageAccessible
- func (recv *ImageAccessible) Accessible() *Accessible
- func (recv *ImageAccessible) Component() *atk.Component
- func (recv *ImageAccessible) Image() *atk.Image
- func (recv *ImageAccessible) Object() *atk.Object
- func (recv *ImageAccessible) ToC() unsafe.Pointer
- func (recv *ImageAccessible) WidgetAccessible() *WidgetAccessible
- type ImageAccessibleClass
- type ImageAccessiblePrivate
- type ImageCellAccessible
- func (recv *ImageCellAccessible) Accessible() *Accessible
- func (recv *ImageCellAccessible) Action() *atk.Action
- func (recv *ImageCellAccessible) CellAccessible() *CellAccessible
- func (recv *ImageCellAccessible) Component() *atk.Component
- func (recv *ImageCellAccessible) Image() *atk.Image
- func (recv *ImageCellAccessible) Object() *atk.Object
- func (recv *ImageCellAccessible) RendererCellAccessible() *RendererCellAccessible
- func (recv *ImageCellAccessible) ToC() unsafe.Pointer
- type ImageCellAccessibleClass
- type ImageCellAccessiblePrivate
- type ImageClass
- type ImageMenuItem
- func CastToImageMenuItem(object *gobject.Object) *ImageMenuItem
- func ImageMenuItemNew() *ImageMenuItem
- func ImageMenuItemNewFromC(u unsafe.Pointer) *ImageMenuItem
- func ImageMenuItemNewFromStock(stockId string, accelGroup *AccelGroup) *ImageMenuItem
- func ImageMenuItemNewWithLabel(label string) *ImageMenuItem
- func ImageMenuItemNewWithMnemonic(label string) *ImageMenuItem
- func (recv *ImageMenuItem) Actionable() *Actionable
- func (recv *ImageMenuItem) Activatable() *Activatable
- func (recv *ImageMenuItem) Bin() *Bin
- func (recv *ImageMenuItem) Buildable() *Buildable
- func (recv *ImageMenuItem) Container() *Container
- func (recv *ImageMenuItem) GetImage() *Widget
- func (recv *ImageMenuItem) ImplementorIface() *atk.ImplementorIface
- func (recv *ImageMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ImageMenuItem) MenuItem() *MenuItem
- func (recv *ImageMenuItem) Object() *gobject.Object
- func (recv *ImageMenuItem) SetImage(image *Widget)
- func (recv *ImageMenuItem) ToC() unsafe.Pointer
- func (recv *ImageMenuItem) Widget() *Widget
- type ImageMenuItemClass
- type ImageMenuItemPrivate
- type ImagePrivate
- type ImageType
- type InfoBar
- func (recv *InfoBar) Box() *Box
- func (recv *InfoBar) Buildable() *Buildable
- func (recv *InfoBar) Container() *Container
- func (recv *InfoBar) ImplementorIface() *atk.ImplementorIface
- func (recv *InfoBar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *InfoBar) Object() *gobject.Object
- func (recv *InfoBar) Orientable() *Orientable
- func (recv *InfoBar) ToC() unsafe.Pointer
- func (recv *InfoBar) Widget() *Widget
- type InfoBarClass
- type InfoBarPrivate
- type Invisible
- func (recv *Invisible) Buildable() *Buildable
- func (recv *Invisible) ImplementorIface() *atk.ImplementorIface
- func (recv *Invisible) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Invisible) Object() *gobject.Object
- func (recv *Invisible) ToC() unsafe.Pointer
- func (recv *Invisible) Widget() *Widget
- type InvisibleClass
- type InvisiblePrivate
- type JunctionSides
- type Justification
- type Label
- func (recv *Label) Buildable() *Buildable
- func (recv *Label) ConnectCopyClipboard(callback LabelSignalCopyClipboardCallback) int
- func (recv *Label) ConnectPopulatePopup(callback LabelSignalPopulatePopupCallback) int
- func (recv *Label) DisconnectCopyClipboard(connectionID int)
- func (recv *Label) DisconnectPopulatePopup(connectionID int)
- func (recv *Label) GetAttributes() *pango.AttrList
- func (recv *Label) GetJustify() Justification
- func (recv *Label) GetLabel() string
- func (recv *Label) GetLayout() *pango.Layout
- func (recv *Label) GetLayoutOffsets() (int32, int32)
- func (recv *Label) GetLineWrap() bool
- func (recv *Label) GetMnemonicKeyval() uint32
- func (recv *Label) GetMnemonicWidget() *Widget
- func (recv *Label) GetSelectable() bool
- func (recv *Label) GetSelectionBounds() (bool, int32, int32)
- func (recv *Label) GetText() string
- func (recv *Label) GetUseMarkup() bool
- func (recv *Label) GetUseUnderline() bool
- func (recv *Label) ImplementorIface() *atk.ImplementorIface
- func (recv *Label) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Label) Misc() *Misc
- func (recv *Label) Object() *gobject.Object
- func (recv *Label) SelectRegion(startOffset int32, endOffset int32)
- func (recv *Label) SetAttributes(attrs *pango.AttrList)
- func (recv *Label) SetJustify(jtype Justification)
- func (recv *Label) SetLabel(str string)
- func (recv *Label) SetLineWrap(wrap bool)
- func (recv *Label) SetMarkup(str string)
- func (recv *Label) SetMarkupWithMnemonic(str string)
- func (recv *Label) SetMnemonicWidget(widget *Widget)
- func (recv *Label) SetPattern(pattern string)
- func (recv *Label) SetSelectable(setting bool)
- func (recv *Label) SetText(str string)
- func (recv *Label) SetTextWithMnemonic(str string)
- func (recv *Label) SetUseMarkup(setting bool)
- func (recv *Label) SetUseUnderline(setting bool)
- func (recv *Label) ToC() unsafe.Pointer
- func (recv *Label) Widget() *Widget
- type LabelAccessible
- func (recv *LabelAccessible) Accessible() *Accessible
- func (recv *LabelAccessible) Component() *atk.Component
- func (recv *LabelAccessible) Hypertext() *atk.Hypertext
- func (recv *LabelAccessible) Object() *atk.Object
- func (recv *LabelAccessible) Text() *atk.Text
- func (recv *LabelAccessible) ToC() unsafe.Pointer
- func (recv *LabelAccessible) WidgetAccessible() *WidgetAccessible
- type LabelAccessibleClass
- type LabelAccessiblePrivate
- type LabelClass
- type LabelPrivate
- type LabelSelectionInfo
- type LabelSignalCopyClipboardCallback
- type LabelSignalPopulatePopupCallback
- type Layout
- func (recv *Layout) Buildable() *Buildable
- func (recv *Layout) Container() *Container
- func (recv *Layout) GetHadjustment() *Adjustment
- func (recv *Layout) GetSize() (uint32, uint32)
- func (recv *Layout) GetVadjustment() *Adjustment
- func (recv *Layout) ImplementorIface() *atk.ImplementorIface
- func (recv *Layout) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Layout) Move(childWidget *Widget, x int32, y int32)
- func (recv *Layout) Object() *gobject.Object
- func (recv *Layout) Put(childWidget *Widget, x int32, y int32)
- func (recv *Layout) Scrollable() *Scrollable
- func (recv *Layout) SetHadjustment(adjustment *Adjustment)
- func (recv *Layout) SetSize(width uint32, height uint32)
- func (recv *Layout) SetVadjustment(adjustment *Adjustment)
- func (recv *Layout) ToC() unsafe.Pointer
- func (recv *Layout) Widget() *Widget
- type LayoutClass
- type LayoutPrivate
- type LevelBar
- func (recv *LevelBar) Buildable() *Buildable
- func (recv *LevelBar) ImplementorIface() *atk.ImplementorIface
- func (recv *LevelBar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *LevelBar) Object() *gobject.Object
- func (recv *LevelBar) Orientable() *Orientable
- func (recv *LevelBar) ToC() unsafe.Pointer
- func (recv *LevelBar) Widget() *Widget
- type LevelBarAccessible
- func (recv *LevelBarAccessible) Accessible() *Accessible
- func (recv *LevelBarAccessible) Component() *atk.Component
- func (recv *LevelBarAccessible) Object() *atk.Object
- func (recv *LevelBarAccessible) ToC() unsafe.Pointer
- func (recv *LevelBarAccessible) Value() *atk.Value
- func (recv *LevelBarAccessible) WidgetAccessible() *WidgetAccessible
- type LevelBarAccessibleClass
- type LevelBarAccessiblePrivate
- type LevelBarClass
- type LevelBarPrivate
- type LinkButton
- func (recv *LinkButton) Actionable() *Actionable
- func (recv *LinkButton) Activatable() *Activatable
- func (recv *LinkButton) Bin() *Bin
- func (recv *LinkButton) Buildable() *Buildable
- func (recv *LinkButton) Button() *Button
- func (recv *LinkButton) ConnectActivateLink(callback LinkButtonSignalActivateLinkCallback) int
- func (recv *LinkButton) Container() *Container
- func (recv *LinkButton) DisconnectActivateLink(connectionID int)
- func (recv *LinkButton) ImplementorIface() *atk.ImplementorIface
- func (recv *LinkButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *LinkButton) Object() *gobject.Object
- func (recv *LinkButton) ToC() unsafe.Pointer
- func (recv *LinkButton) Widget() *Widget
- type LinkButtonAccessible
- func (recv *LinkButtonAccessible) Accessible() *Accessible
- func (recv *LinkButtonAccessible) Action() *atk.Action
- func (recv *LinkButtonAccessible) ButtonAccessible() *ButtonAccessible
- func (recv *LinkButtonAccessible) Component() *atk.Component
- func (recv *LinkButtonAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *LinkButtonAccessible) HyperlinkImpl() *atk.HyperlinkImpl
- func (recv *LinkButtonAccessible) Image() *atk.Image
- func (recv *LinkButtonAccessible) Object() *atk.Object
- func (recv *LinkButtonAccessible) ToC() unsafe.Pointer
- func (recv *LinkButtonAccessible) WidgetAccessible() *WidgetAccessible
- type LinkButtonAccessibleClass
- type LinkButtonAccessiblePrivate
- type LinkButtonClass
- type LinkButtonPrivate
- type LinkButtonSignalActivateLinkCallback
- type ListBox
- func (recv *ListBox) Buildable() *Buildable
- func (recv *ListBox) ConnectActivateCursorRow(callback ListBoxSignalActivateCursorRowCallback) int
- func (recv *ListBox) ConnectToggleCursorRow(callback ListBoxSignalToggleCursorRowCallback) int
- func (recv *ListBox) Container() *Container
- func (recv *ListBox) DisconnectActivateCursorRow(connectionID int)
- func (recv *ListBox) DisconnectToggleCursorRow(connectionID int)
- func (recv *ListBox) ImplementorIface() *atk.ImplementorIface
- func (recv *ListBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ListBox) Object() *gobject.Object
- func (recv *ListBox) ToC() unsafe.Pointer
- func (recv *ListBox) Widget() *Widget
- type ListBoxAccessible
- func (recv *ListBoxAccessible) Accessible() *Accessible
- func (recv *ListBoxAccessible) Component() *atk.Component
- func (recv *ListBoxAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *ListBoxAccessible) Object() *atk.Object
- func (recv *ListBoxAccessible) Selection() *atk.Selection
- func (recv *ListBoxAccessible) ToC() unsafe.Pointer
- func (recv *ListBoxAccessible) WidgetAccessible() *WidgetAccessible
- type ListBoxAccessibleClass
- type ListBoxAccessiblePrivate
- type ListBoxClass
- type ListBoxRow
- func (recv *ListBoxRow) Actionable() *Actionable
- func (recv *ListBoxRow) Bin() *Bin
- func (recv *ListBoxRow) Buildable() *Buildable
- func (recv *ListBoxRow) Container() *Container
- func (recv *ListBoxRow) ImplementorIface() *atk.ImplementorIface
- func (recv *ListBoxRow) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ListBoxRow) Object() *gobject.Object
- func (recv *ListBoxRow) ToC() unsafe.Pointer
- func (recv *ListBoxRow) Widget() *Widget
- type ListBoxRowAccessible
- func (recv *ListBoxRowAccessible) Accessible() *Accessible
- func (recv *ListBoxRowAccessible) Component() *atk.Component
- func (recv *ListBoxRowAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *ListBoxRowAccessible) Object() *atk.Object
- func (recv *ListBoxRowAccessible) ToC() unsafe.Pointer
- func (recv *ListBoxRowAccessible) WidgetAccessible() *WidgetAccessible
- type ListBoxRowAccessibleClass
- type ListBoxRowClass
- type ListBoxSignalActivateCursorRowCallback
- type ListBoxSignalToggleCursorRowCallback
- type ListStore
- func (recv *ListStore) Append() *TreeIter
- func (recv *ListStore) Buildable() *Buildable
- func (recv *ListStore) Clear()
- func (recv *ListStore) Insert(position int32) *TreeIter
- func (recv *ListStore) InsertAfter(sibling *TreeIter) *TreeIter
- func (recv *ListStore) InsertBefore(sibling *TreeIter) *TreeIter
- func (recv *ListStore) Object() *gobject.Object
- func (recv *ListStore) Prepend() *TreeIter
- func (recv *ListStore) Remove(iter *TreeIter) bool
- func (recv *ListStore) SetColumnTypes(types []gobject.Type)
- func (recv *ListStore) SetValue(iter *TreeIter, column int32, value *gobject.Value)
- func (recv *ListStore) ToC() unsafe.Pointer
- func (recv *ListStore) TreeDragDest() *TreeDragDest
- func (recv *ListStore) TreeDragSource() *TreeDragSource
- func (recv *ListStore) TreeModel() *TreeModel
- func (recv *ListStore) TreeSortable() *TreeSortable
- type ListStoreClass
- type ListStorePrivate
- type LockButton
- func (recv *LockButton) Actionable() *Actionable
- func (recv *LockButton) Activatable() *Activatable
- func (recv *LockButton) Bin() *Bin
- func (recv *LockButton) Buildable() *Buildable
- func (recv *LockButton) Button() *Button
- func (recv *LockButton) Container() *Container
- func (recv *LockButton) ImplementorIface() *atk.ImplementorIface
- func (recv *LockButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *LockButton) Object() *gobject.Object
- func (recv *LockButton) ToC() unsafe.Pointer
- func (recv *LockButton) Widget() *Widget
- type LockButtonAccessible
- func (recv *LockButtonAccessible) Accessible() *Accessible
- func (recv *LockButtonAccessible) Action() *atk.Action
- func (recv *LockButtonAccessible) ButtonAccessible() *ButtonAccessible
- func (recv *LockButtonAccessible) Component() *atk.Component
- func (recv *LockButtonAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *LockButtonAccessible) Image() *atk.Image
- func (recv *LockButtonAccessible) Object() *atk.Object
- func (recv *LockButtonAccessible) ToC() unsafe.Pointer
- func (recv *LockButtonAccessible) WidgetAccessible() *WidgetAccessible
- type LockButtonAccessibleClass
- type LockButtonAccessiblePrivate
- type LockButtonClass
- type LockButtonPrivate
- type Menu
- func (recv *Menu) Buildable() *Buildable
- func (recv *Menu) Container() *Container
- func (recv *Menu) Detach()
- func (recv *Menu) GetAccelGroup() *AccelGroup
- func (recv *Menu) GetActive() *Widget
- func (recv *Menu) GetAttachWidget() *Widget
- func (recv *Menu) GetTearoffState() bool
- func (recv *Menu) GetTitle() string
- func (recv *Menu) ImplementorIface() *atk.ImplementorIface
- func (recv *Menu) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Menu) MenuShell() *MenuShell
- func (recv *Menu) Object() *gobject.Object
- func (recv *Menu) Popdown()
- func (recv *Menu) ReorderChild(child *Widget, position int32)
- func (recv *Menu) Reposition()
- func (recv *Menu) SetAccelGroup(accelGroup *AccelGroup)
- func (recv *Menu) SetAccelPath(accelPath string)
- func (recv *Menu) SetActive(index uint32)
- func (recv *Menu) SetTearoffState(tornOff bool)
- func (recv *Menu) SetTitle(title string)
- func (recv *Menu) ToC() unsafe.Pointer
- func (recv *Menu) Widget() *Widget
- type MenuAccessible
- func (recv *MenuAccessible) Accessible() *Accessible
- func (recv *MenuAccessible) Component() *atk.Component
- func (recv *MenuAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *MenuAccessible) MenuShellAccessible() *MenuShellAccessible
- func (recv *MenuAccessible) Object() *atk.Object
- func (recv *MenuAccessible) Selection() *atk.Selection
- func (recv *MenuAccessible) ToC() unsafe.Pointer
- func (recv *MenuAccessible) WidgetAccessible() *WidgetAccessible
- type MenuAccessibleClass
- type MenuAccessiblePrivate
- type MenuBar
- func (recv *MenuBar) Buildable() *Buildable
- func (recv *MenuBar) Container() *Container
- func (recv *MenuBar) ImplementorIface() *atk.ImplementorIface
- func (recv *MenuBar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *MenuBar) MenuShell() *MenuShell
- func (recv *MenuBar) Object() *gobject.Object
- func (recv *MenuBar) ToC() unsafe.Pointer
- func (recv *MenuBar) Widget() *Widget
- type MenuBarClass
- type MenuBarPrivate
- type MenuButton
- func (recv *MenuButton) Actionable() *Actionable
- func (recv *MenuButton) Activatable() *Activatable
- func (recv *MenuButton) Bin() *Bin
- func (recv *MenuButton) Buildable() *Buildable
- func (recv *MenuButton) Button() *Button
- func (recv *MenuButton) Container() *Container
- func (recv *MenuButton) ImplementorIface() *atk.ImplementorIface
- func (recv *MenuButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *MenuButton) Object() *gobject.Object
- func (recv *MenuButton) ToC() unsafe.Pointer
- func (recv *MenuButton) ToggleButton() *ToggleButton
- func (recv *MenuButton) Widget() *Widget
- type MenuButtonAccessible
- func (recv *MenuButtonAccessible) Accessible() *Accessible
- func (recv *MenuButtonAccessible) Action() *atk.Action
- func (recv *MenuButtonAccessible) ButtonAccessible() *ButtonAccessible
- func (recv *MenuButtonAccessible) Component() *atk.Component
- func (recv *MenuButtonAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *MenuButtonAccessible) Image() *atk.Image
- func (recv *MenuButtonAccessible) Object() *atk.Object
- func (recv *MenuButtonAccessible) ToC() unsafe.Pointer
- func (recv *MenuButtonAccessible) ToggleButtonAccessible() *ToggleButtonAccessible
- func (recv *MenuButtonAccessible) WidgetAccessible() *WidgetAccessible
- type MenuButtonAccessibleClass
- type MenuButtonAccessiblePrivate
- type MenuButtonClass
- type MenuButtonPrivate
- type MenuClass
- type MenuDirectionType
- type MenuItem
- func (recv *MenuItem) Actionable() *Actionable
- func (recv *MenuItem) Activatable() *Activatable
- func (recv *MenuItem) Activate()
- func (recv *MenuItem) Bin() *Bin
- func (recv *MenuItem) Buildable() *Buildable
- func (recv *MenuItem) ConnectActivate(callback MenuItemSignalActivateCallback) int
- func (recv *MenuItem) ConnectActivateItem(callback MenuItemSignalActivateItemCallback) int
- func (recv *MenuItem) ConnectDeselect(callback MenuItemSignalDeselectCallback) int
- func (recv *MenuItem) ConnectSelect(callback MenuItemSignalSelectCallback) int
- func (recv *MenuItem) Container() *Container
- func (recv *MenuItem) Deselect()
- func (recv *MenuItem) DisconnectActivate(connectionID int)
- func (recv *MenuItem) DisconnectActivateItem(connectionID int)
- func (recv *MenuItem) DisconnectDeselect(connectionID int)
- func (recv *MenuItem) DisconnectSelect(connectionID int)
- func (recv *MenuItem) GetRightJustified() bool
- func (recv *MenuItem) GetSubmenu() *Widget
- func (recv *MenuItem) ImplementorIface() *atk.ImplementorIface
- func (recv *MenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *MenuItem) Object() *gobject.Object
- func (recv *MenuItem) Select()
- func (recv *MenuItem) SetAccelPath(accelPath string)
- func (recv *MenuItem) SetRightJustified(rightJustified bool)
- func (recv *MenuItem) SetSubmenu(submenu *Menu)
- func (recv *MenuItem) ToC() unsafe.Pointer
- func (recv *MenuItem) ToggleSizeAllocate(allocation int32)
- func (recv *MenuItem) ToggleSizeRequest(requisition int32)
- func (recv *MenuItem) Widget() *Widget
- type MenuItemAccessible
- func (recv *MenuItemAccessible) Accessible() *Accessible
- func (recv *MenuItemAccessible) Action() *atk.Action
- func (recv *MenuItemAccessible) Component() *atk.Component
- func (recv *MenuItemAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *MenuItemAccessible) Object() *atk.Object
- func (recv *MenuItemAccessible) Selection() *atk.Selection
- func (recv *MenuItemAccessible) ToC() unsafe.Pointer
- func (recv *MenuItemAccessible) WidgetAccessible() *WidgetAccessible
- type MenuItemAccessibleClass
- type MenuItemAccessiblePrivate
- type MenuItemClass
- type MenuItemPrivate
- type MenuItemSignalActivateCallback
- type MenuItemSignalActivateItemCallback
- type MenuItemSignalDeselectCallback
- type MenuItemSignalSelectCallback
- type MenuPrivate
- type MenuShell
- func (recv *MenuShell) ActivateItem(menuItem *Widget, forceDeactivate bool)
- func (recv *MenuShell) Append(child *MenuItem)
- func (recv *MenuShell) Buildable() *Buildable
- func (recv *MenuShell) ConnectActivateCurrent(callback MenuShellSignalActivateCurrentCallback) int
- func (recv *MenuShell) ConnectCancel(callback MenuShellSignalCancelCallback) int
- func (recv *MenuShell) ConnectDeactivate(callback MenuShellSignalDeactivateCallback) int
- func (recv *MenuShell) ConnectSelectionDone(callback MenuShellSignalSelectionDoneCallback) int
- func (recv *MenuShell) Container() *Container
- func (recv *MenuShell) Deactivate()
- func (recv *MenuShell) Deselect()
- func (recv *MenuShell) DisconnectActivateCurrent(connectionID int)
- func (recv *MenuShell) DisconnectCancel(connectionID int)
- func (recv *MenuShell) DisconnectDeactivate(connectionID int)
- func (recv *MenuShell) DisconnectSelectionDone(connectionID int)
- func (recv *MenuShell) ImplementorIface() *atk.ImplementorIface
- func (recv *MenuShell) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *MenuShell) Insert(child *Widget, position int32)
- func (recv *MenuShell) Object() *gobject.Object
- func (recv *MenuShell) Prepend(child *Widget)
- func (recv *MenuShell) SelectItem(menuItem *Widget)
- func (recv *MenuShell) ToC() unsafe.Pointer
- func (recv *MenuShell) Widget() *Widget
- type MenuShellAccessible
- func (recv *MenuShellAccessible) Accessible() *Accessible
- func (recv *MenuShellAccessible) Component() *atk.Component
- func (recv *MenuShellAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *MenuShellAccessible) Object() *atk.Object
- func (recv *MenuShellAccessible) Selection() *atk.Selection
- func (recv *MenuShellAccessible) ToC() unsafe.Pointer
- func (recv *MenuShellAccessible) WidgetAccessible() *WidgetAccessible
- type MenuShellAccessibleClass
- type MenuShellAccessiblePrivate
- type MenuShellClass
- type MenuShellPrivate
- type MenuShellSignalActivateCurrentCallback
- type MenuShellSignalCancelCallback
- type MenuShellSignalDeactivateCallback
- type MenuShellSignalSelectionDoneCallback
- type MenuToolButton
- func (recv *MenuToolButton) Actionable() *Actionable
- func (recv *MenuToolButton) Activatable() *Activatable
- func (recv *MenuToolButton) Bin() *Bin
- func (recv *MenuToolButton) Buildable() *Buildable
- func (recv *MenuToolButton) ConnectShowMenu(callback MenuToolButtonSignalShowMenuCallback) int
- func (recv *MenuToolButton) Container() *Container
- func (recv *MenuToolButton) DisconnectShowMenu(connectionID int)
- func (recv *MenuToolButton) ImplementorIface() *atk.ImplementorIface
- func (recv *MenuToolButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *MenuToolButton) Object() *gobject.Object
- func (recv *MenuToolButton) ToC() unsafe.Pointer
- func (recv *MenuToolButton) ToolButton() *ToolButton
- func (recv *MenuToolButton) ToolItem() *ToolItem
- func (recv *MenuToolButton) Widget() *Widget
- type MenuToolButtonClass
- type MenuToolButtonPrivate
- type MenuToolButtonSignalShowMenuCallback
- type MessageDialog
- func (recv *MessageDialog) Bin() *Bin
- func (recv *MessageDialog) Buildable() *Buildable
- func (recv *MessageDialog) Container() *Container
- func (recv *MessageDialog) Dialog() *Dialog
- func (recv *MessageDialog) ImplementorIface() *atk.ImplementorIface
- func (recv *MessageDialog) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *MessageDialog) Object() *gobject.Object
- func (recv *MessageDialog) ToC() unsafe.Pointer
- func (recv *MessageDialog) Widget() *Widget
- func (recv *MessageDialog) Window() *Window
- type MessageDialogClass
- type MessageDialogPrivate
- type MessageType
- type Misc
- func (recv *Misc) Buildable() *Buildable
- func (recv *Misc) GetAlignment() (float32, float32)
- func (recv *Misc) GetPadding() (int32, int32)
- func (recv *Misc) ImplementorIface() *atk.ImplementorIface
- func (recv *Misc) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Misc) Object() *gobject.Object
- func (recv *Misc) SetAlignment(xalign float32, yalign float32)
- func (recv *Misc) SetPadding(xpad int32, ypad int32)
- func (recv *Misc) ToC() unsafe.Pointer
- func (recv *Misc) Widget() *Widget
- type MiscClass
- type MiscPrivate
- type ModelButton
- func (recv *ModelButton) Actionable() *Actionable
- func (recv *ModelButton) Activatable() *Activatable
- func (recv *ModelButton) Bin() *Bin
- func (recv *ModelButton) Buildable() *Buildable
- func (recv *ModelButton) Button() *Button
- func (recv *ModelButton) Container() *Container
- func (recv *ModelButton) ImplementorIface() *atk.ImplementorIface
- func (recv *ModelButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ModelButton) Object() *gobject.Object
- func (recv *ModelButton) ToC() unsafe.Pointer
- func (recv *ModelButton) Widget() *Widget
- type MountOperation
- type MountOperationClass
- type MountOperationPrivate
- type MovementStep
- type Notebook
- func (recv *Notebook) AppendPage(child *Widget, tabLabel *Widget) int32
- func (recv *Notebook) AppendPageMenu(child *Widget, tabLabel *Widget, menuLabel *Widget) int32
- func (recv *Notebook) Buildable() *Buildable
- func (recv *Notebook) ConnectSelectPage(callback NotebookSignalSelectPageCallback) int
- func (recv *Notebook) Container() *Container
- func (recv *Notebook) DisconnectSelectPage(connectionID int)
- func (recv *Notebook) GetCurrentPage() int32
- func (recv *Notebook) GetMenuLabel(child *Widget) *Widget
- func (recv *Notebook) GetMenuLabelText(child *Widget) string
- func (recv *Notebook) GetNthPage(pageNum int32) *Widget
- func (recv *Notebook) GetScrollable() bool
- func (recv *Notebook) GetShowBorder() bool
- func (recv *Notebook) GetShowTabs() bool
- func (recv *Notebook) GetTabLabel(child *Widget) *Widget
- func (recv *Notebook) GetTabLabelText(child *Widget) string
- func (recv *Notebook) GetTabPos() PositionType
- func (recv *Notebook) ImplementorIface() *atk.ImplementorIface
- func (recv *Notebook) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Notebook) InsertPage(child *Widget, tabLabel *Widget, position int32) int32
- func (recv *Notebook) InsertPageMenu(child *Widget, tabLabel *Widget, menuLabel *Widget, position int32) int32
- func (recv *Notebook) NextPage()
- func (recv *Notebook) Object() *gobject.Object
- func (recv *Notebook) PageNum(child *Widget) int32
- func (recv *Notebook) PopupDisable()
- func (recv *Notebook) PopupEnable()
- func (recv *Notebook) PrependPage(child *Widget, tabLabel *Widget) int32
- func (recv *Notebook) PrependPageMenu(child *Widget, tabLabel *Widget, menuLabel *Widget) int32
- func (recv *Notebook) PrevPage()
- func (recv *Notebook) RemovePage(pageNum int32)
- func (recv *Notebook) ReorderChild(child *Widget, position int32)
- func (recv *Notebook) SetCurrentPage(pageNum int32)
- func (recv *Notebook) SetMenuLabel(child *Widget, menuLabel *Widget)
- func (recv *Notebook) SetMenuLabelText(child *Widget, menuText string)
- func (recv *Notebook) SetScrollable(scrollable bool)
- func (recv *Notebook) SetShowBorder(showBorder bool)
- func (recv *Notebook) SetShowTabs(showTabs bool)
- func (recv *Notebook) SetTabLabel(child *Widget, tabLabel *Widget)
- func (recv *Notebook) SetTabLabelText(child *Widget, tabText string)
- func (recv *Notebook) SetTabPos(pos PositionType)
- func (recv *Notebook) ToC() unsafe.Pointer
- func (recv *Notebook) Widget() *Widget
- type NotebookAccessible
- func (recv *NotebookAccessible) Accessible() *Accessible
- func (recv *NotebookAccessible) Component() *atk.Component
- func (recv *NotebookAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *NotebookAccessible) Object() *atk.Object
- func (recv *NotebookAccessible) Selection() *atk.Selection
- func (recv *NotebookAccessible) ToC() unsafe.Pointer
- func (recv *NotebookAccessible) WidgetAccessible() *WidgetAccessible
- type NotebookAccessibleClass
- type NotebookAccessiblePrivate
- type NotebookClass
- type NotebookPageAccessible
- type NotebookPageAccessibleClass
- type NotebookPageAccessiblePrivate
- type NotebookPrivate
- type NotebookSignalSelectPageCallback
- type NotebookTab
- type NumberUpLayout
- type NumerableIcon
- type NumerableIconClass
- type NumerableIconPrivate
- type OffscreenWindow
- func (recv *OffscreenWindow) Bin() *Bin
- func (recv *OffscreenWindow) Buildable() *Buildable
- func (recv *OffscreenWindow) Container() *Container
- func (recv *OffscreenWindow) ImplementorIface() *atk.ImplementorIface
- func (recv *OffscreenWindow) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *OffscreenWindow) Object() *gobject.Object
- func (recv *OffscreenWindow) ToC() unsafe.Pointer
- func (recv *OffscreenWindow) Widget() *Widget
- func (recv *OffscreenWindow) Window() *Window
- type OffscreenWindowClass
- type Orientable
- type OrientableIface
- type Orientation
- type Overlay
- func (recv *Overlay) Bin() *Bin
- func (recv *Overlay) Buildable() *Buildable
- func (recv *Overlay) Container() *Container
- func (recv *Overlay) ImplementorIface() *atk.ImplementorIface
- func (recv *Overlay) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Overlay) Object() *gobject.Object
- func (recv *Overlay) ToC() unsafe.Pointer
- func (recv *Overlay) Widget() *Widget
- type OverlayClass
- type OverlayPrivate
- type PackDirection
- type PackType
- type PageOrientation
- type PageRange
- type PageSet
- type PageSetup
- type Paned
- func (recv *Paned) Add1(child *Widget)
- func (recv *Paned) Add2(child *Widget)
- func (recv *Paned) Buildable() *Buildable
- func (recv *Paned) Container() *Container
- func (recv *Paned) GetPosition() int32
- func (recv *Paned) ImplementorIface() *atk.ImplementorIface
- func (recv *Paned) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Paned) Object() *gobject.Object
- func (recv *Paned) Orientable() *Orientable
- func (recv *Paned) Pack1(child *Widget, resize bool, shrink bool)
- func (recv *Paned) Pack2(child *Widget, resize bool, shrink bool)
- func (recv *Paned) SetPosition(position int32)
- func (recv *Paned) ToC() unsafe.Pointer
- func (recv *Paned) Widget() *Widget
- type PanedAccessible
- func (recv *PanedAccessible) Accessible() *Accessible
- func (recv *PanedAccessible) Component() *atk.Component
- func (recv *PanedAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *PanedAccessible) Object() *atk.Object
- func (recv *PanedAccessible) ToC() unsafe.Pointer
- func (recv *PanedAccessible) Value() *atk.Value
- func (recv *PanedAccessible) WidgetAccessible() *WidgetAccessible
- type PanedAccessibleClass
- type PanedAccessiblePrivate
- type PanedClass
- type PanedPrivate
- type PaperSize
- type PathPriorityType
- type PathType
- type PlacesOpenFlags
- type PlacesSidebar
- func (recv *PlacesSidebar) Bin() *Bin
- func (recv *PlacesSidebar) Buildable() *Buildable
- func (recv *PlacesSidebar) ConnectShowConnectToServer(callback PlacesSidebarSignalShowConnectToServerCallback) int
- func (recv *PlacesSidebar) Container() *Container
- func (recv *PlacesSidebar) DisconnectShowConnectToServer(connectionID int)
- func (recv *PlacesSidebar) GetShowConnectToServer() bool
- func (recv *PlacesSidebar) ImplementorIface() *atk.ImplementorIface
- func (recv *PlacesSidebar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *PlacesSidebar) Object() *gobject.Object
- func (recv *PlacesSidebar) ScrolledWindow() *ScrolledWindow
- func (recv *PlacesSidebar) ToC() unsafe.Pointer
- func (recv *PlacesSidebar) Widget() *Widget
- type PlacesSidebarClass
- type PlacesSidebarSignalShowConnectToServerCallback
- type PlugClass
- type PlugPrivate
- type PolicyType
- type Popover
- func (recv *Popover) Bin() *Bin
- func (recv *Popover) Buildable() *Buildable
- func (recv *Popover) ConnectClosed(callback PopoverSignalClosedCallback) int
- func (recv *Popover) Container() *Container
- func (recv *Popover) DisconnectClosed(connectionID int)
- func (recv *Popover) GetPosition() PositionType
- func (recv *Popover) ImplementorIface() *atk.ImplementorIface
- func (recv *Popover) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Popover) Object() *gobject.Object
- func (recv *Popover) ToC() unsafe.Pointer
- func (recv *Popover) Widget() *Widget
- type PopoverAccessible
- func (recv *PopoverAccessible) Accessible() *Accessible
- func (recv *PopoverAccessible) Component() *atk.Component
- func (recv *PopoverAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *PopoverAccessible) Object() *atk.Object
- func (recv *PopoverAccessible) ToC() unsafe.Pointer
- func (recv *PopoverAccessible) WidgetAccessible() *WidgetAccessible
- type PopoverAccessibleClass
- type PopoverClass
- type PopoverMenu
- func (recv *PopoverMenu) Bin() *Bin
- func (recv *PopoverMenu) Buildable() *Buildable
- func (recv *PopoverMenu) Container() *Container
- func (recv *PopoverMenu) ImplementorIface() *atk.ImplementorIface
- func (recv *PopoverMenu) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *PopoverMenu) Object() *gobject.Object
- func (recv *PopoverMenu) Popover() *Popover
- func (recv *PopoverMenu) ToC() unsafe.Pointer
- func (recv *PopoverMenu) Widget() *Widget
- type PopoverMenuClass
- type PopoverPrivate
- type PopoverSignalClosedCallback
- type PositionType
- type PrintContext
- type PrintDuplex
- type PrintError
- type PrintOperation
- type PrintOperationAction
- type PrintOperationClass
- type PrintOperationPreview
- func (recv *PrintOperationPreview) ConnectGotPageSize(callback PrintOperationPreviewSignalGotPageSizeCallback) int
- func (recv *PrintOperationPreview) ConnectReady(callback PrintOperationPreviewSignalReadyCallback) int
- func (recv *PrintOperationPreview) DisconnectGotPageSize(connectionID int)
- func (recv *PrintOperationPreview) DisconnectReady(connectionID int)
- func (recv *PrintOperationPreview) ToC() unsafe.Pointer
- type PrintOperationPreviewIface
- type PrintOperationPreviewSignalGotPageSizeCallback
- type PrintOperationPreviewSignalReadyCallback
- type PrintOperationPrivate
- type PrintOperationResult
- type PrintPages
- type PrintQuality
- type PrintSettings
- type PrintStatus
- type ProgressBar
- func (recv *ProgressBar) Buildable() *Buildable
- func (recv *ProgressBar) GetFraction() float64
- func (recv *ProgressBar) GetInverted() bool
- func (recv *ProgressBar) GetPulseStep() float64
- func (recv *ProgressBar) GetText() string
- func (recv *ProgressBar) ImplementorIface() *atk.ImplementorIface
- func (recv *ProgressBar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ProgressBar) Object() *gobject.Object
- func (recv *ProgressBar) Orientable() *Orientable
- func (recv *ProgressBar) Pulse()
- func (recv *ProgressBar) SetFraction(fraction float64)
- func (recv *ProgressBar) SetInverted(inverted bool)
- func (recv *ProgressBar) SetPulseStep(fraction float64)
- func (recv *ProgressBar) SetText(text string)
- func (recv *ProgressBar) ToC() unsafe.Pointer
- func (recv *ProgressBar) Widget() *Widget
- type ProgressBarAccessible
- func (recv *ProgressBarAccessible) Accessible() *Accessible
- func (recv *ProgressBarAccessible) Component() *atk.Component
- func (recv *ProgressBarAccessible) Object() *atk.Object
- func (recv *ProgressBarAccessible) ToC() unsafe.Pointer
- func (recv *ProgressBarAccessible) Value() *atk.Value
- func (recv *ProgressBarAccessible) WidgetAccessible() *WidgetAccessible
- type ProgressBarAccessibleClass
- type ProgressBarAccessiblePrivate
- type ProgressBarClass
- type ProgressBarPrivate
- type RadioAction
- type RadioActionClass
- type RadioActionEntry
- type RadioActionPrivate
- type RadioButton
- func CastToRadioButton(object *gobject.Object) *RadioButton
- func RadioButtonNew(group *glib.SList) *RadioButton
- func RadioButtonNewFromC(u unsafe.Pointer) *RadioButton
- func RadioButtonNewFromWidget(radioGroupMember *RadioButton) *RadioButton
- func RadioButtonNewWithLabel(group *glib.SList, label string) *RadioButton
- func RadioButtonNewWithLabelFromWidget(radioGroupMember *RadioButton, label string) *RadioButton
- func RadioButtonNewWithMnemonic(group *glib.SList, label string) *RadioButton
- func RadioButtonNewWithMnemonicFromWidget(radioGroupMember *RadioButton, label string) *RadioButton
- func (recv *RadioButton) Actionable() *Actionable
- func (recv *RadioButton) Activatable() *Activatable
- func (recv *RadioButton) Bin() *Bin
- func (recv *RadioButton) Buildable() *Buildable
- func (recv *RadioButton) Button() *Button
- func (recv *RadioButton) CheckButton() *CheckButton
- func (recv *RadioButton) Container() *Container
- func (recv *RadioButton) GetGroup() *glib.SList
- func (recv *RadioButton) ImplementorIface() *atk.ImplementorIface
- func (recv *RadioButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *RadioButton) Object() *gobject.Object
- func (recv *RadioButton) SetGroup(group *glib.SList)
- func (recv *RadioButton) ToC() unsafe.Pointer
- func (recv *RadioButton) ToggleButton() *ToggleButton
- func (recv *RadioButton) Widget() *Widget
- type RadioButtonAccessible
- func (recv *RadioButtonAccessible) Accessible() *Accessible
- func (recv *RadioButtonAccessible) Action() *atk.Action
- func (recv *RadioButtonAccessible) ButtonAccessible() *ButtonAccessible
- func (recv *RadioButtonAccessible) Component() *atk.Component
- func (recv *RadioButtonAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *RadioButtonAccessible) Image() *atk.Image
- func (recv *RadioButtonAccessible) Object() *atk.Object
- func (recv *RadioButtonAccessible) ToC() unsafe.Pointer
- func (recv *RadioButtonAccessible) ToggleButtonAccessible() *ToggleButtonAccessible
- func (recv *RadioButtonAccessible) WidgetAccessible() *WidgetAccessible
- type RadioButtonAccessibleClass
- type RadioButtonAccessiblePrivate
- type RadioButtonClass
- type RadioButtonPrivate
- type RadioMenuItem
- func CastToRadioMenuItem(object *gobject.Object) *RadioMenuItem
- func RadioMenuItemNew(group *glib.SList) *RadioMenuItem
- func RadioMenuItemNewFromC(u unsafe.Pointer) *RadioMenuItem
- func RadioMenuItemNewWithLabel(group *glib.SList, label string) *RadioMenuItem
- func RadioMenuItemNewWithMnemonic(group *glib.SList, label string) *RadioMenuItem
- func (recv *RadioMenuItem) Actionable() *Actionable
- func (recv *RadioMenuItem) Activatable() *Activatable
- func (recv *RadioMenuItem) Bin() *Bin
- func (recv *RadioMenuItem) Buildable() *Buildable
- func (recv *RadioMenuItem) CheckMenuItem() *CheckMenuItem
- func (recv *RadioMenuItem) ConnectGroupChanged(callback RadioMenuItemSignalGroupChangedCallback) int
- func (recv *RadioMenuItem) Container() *Container
- func (recv *RadioMenuItem) DisconnectGroupChanged(connectionID int)
- func (recv *RadioMenuItem) GetGroup() *glib.SList
- func (recv *RadioMenuItem) ImplementorIface() *atk.ImplementorIface
- func (recv *RadioMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *RadioMenuItem) MenuItem() *MenuItem
- func (recv *RadioMenuItem) Object() *gobject.Object
- func (recv *RadioMenuItem) SetGroup(group *glib.SList)
- func (recv *RadioMenuItem) ToC() unsafe.Pointer
- func (recv *RadioMenuItem) Widget() *Widget
- type RadioMenuItemAccessible
- func (recv *RadioMenuItemAccessible) Accessible() *Accessible
- func (recv *RadioMenuItemAccessible) Action() *atk.Action
- func (recv *RadioMenuItemAccessible) CheckMenuItemAccessible() *CheckMenuItemAccessible
- func (recv *RadioMenuItemAccessible) Component() *atk.Component
- func (recv *RadioMenuItemAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *RadioMenuItemAccessible) MenuItemAccessible() *MenuItemAccessible
- func (recv *RadioMenuItemAccessible) Object() *atk.Object
- func (recv *RadioMenuItemAccessible) Selection() *atk.Selection
- func (recv *RadioMenuItemAccessible) ToC() unsafe.Pointer
- func (recv *RadioMenuItemAccessible) WidgetAccessible() *WidgetAccessible
- type RadioMenuItemAccessibleClass
- type RadioMenuItemAccessiblePrivate
- type RadioMenuItemClass
- type RadioMenuItemPrivate
- type RadioMenuItemSignalGroupChangedCallback
- type RadioToolButton
- func (recv *RadioToolButton) Actionable() *Actionable
- func (recv *RadioToolButton) Activatable() *Activatable
- func (recv *RadioToolButton) Bin() *Bin
- func (recv *RadioToolButton) Buildable() *Buildable
- func (recv *RadioToolButton) Container() *Container
- func (recv *RadioToolButton) ImplementorIface() *atk.ImplementorIface
- func (recv *RadioToolButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *RadioToolButton) Object() *gobject.Object
- func (recv *RadioToolButton) ToC() unsafe.Pointer
- func (recv *RadioToolButton) ToggleToolButton() *ToggleToolButton
- func (recv *RadioToolButton) ToolButton() *ToolButton
- func (recv *RadioToolButton) ToolItem() *ToolItem
- func (recv *RadioToolButton) Widget() *Widget
- type RadioToolButtonClass
- type Range
- func (recv *Range) Buildable() *Buildable
- func (recv *Range) ConnectValueChanged(callback RangeSignalValueChangedCallback) int
- func (recv *Range) DisconnectValueChanged(connectionID int)
- func (recv *Range) GetAdjustment() *Adjustment
- func (recv *Range) GetInverted() bool
- func (recv *Range) GetValue() float64
- func (recv *Range) ImplementorIface() *atk.ImplementorIface
- func (recv *Range) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Range) Object() *gobject.Object
- func (recv *Range) Orientable() *Orientable
- func (recv *Range) SetAdjustment(adjustment *Adjustment)
- func (recv *Range) SetIncrements(step float64, page float64)
- func (recv *Range) SetInverted(setting bool)
- func (recv *Range) SetRange(min float64, max float64)
- func (recv *Range) SetValue(value float64)
- func (recv *Range) ToC() unsafe.Pointer
- func (recv *Range) Widget() *Widget
- type RangeAccessible
- func (recv *RangeAccessible) Accessible() *Accessible
- func (recv *RangeAccessible) Component() *atk.Component
- func (recv *RangeAccessible) Object() *atk.Object
- func (recv *RangeAccessible) ToC() unsafe.Pointer
- func (recv *RangeAccessible) Value() *atk.Value
- func (recv *RangeAccessible) WidgetAccessible() *WidgetAccessible
- type RangeAccessibleClass
- type RangeAccessiblePrivate
- type RangeClass
- type RangePrivate
- type RangeSignalValueChangedCallback
- type RcContext
- type RcFlags
- type RcProperty
- type RcStyle
- type RcStyleClass
- type RcTokenType
- type RecentAction
- type RecentActionClass
- type RecentActionPrivate
- type RecentChooser
- type RecentChooserDialog
- func (recv *RecentChooserDialog) Bin() *Bin
- func (recv *RecentChooserDialog) Buildable() *Buildable
- func (recv *RecentChooserDialog) Container() *Container
- func (recv *RecentChooserDialog) Dialog() *Dialog
- func (recv *RecentChooserDialog) ImplementorIface() *atk.ImplementorIface
- func (recv *RecentChooserDialog) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *RecentChooserDialog) Object() *gobject.Object
- func (recv *RecentChooserDialog) RecentChooser() *RecentChooser
- func (recv *RecentChooserDialog) ToC() unsafe.Pointer
- func (recv *RecentChooserDialog) Widget() *Widget
- func (recv *RecentChooserDialog) Window() *Window
- type RecentChooserDialogClass
- type RecentChooserDialogPrivate
- type RecentChooserIface
- type RecentChooserMenu
- func (recv *RecentChooserMenu) Activatable() *Activatable
- func (recv *RecentChooserMenu) Buildable() *Buildable
- func (recv *RecentChooserMenu) Container() *Container
- func (recv *RecentChooserMenu) ImplementorIface() *atk.ImplementorIface
- func (recv *RecentChooserMenu) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *RecentChooserMenu) Menu() *Menu
- func (recv *RecentChooserMenu) MenuShell() *MenuShell
- func (recv *RecentChooserMenu) Object() *gobject.Object
- func (recv *RecentChooserMenu) RecentChooser() *RecentChooser
- func (recv *RecentChooserMenu) ToC() unsafe.Pointer
- func (recv *RecentChooserMenu) Widget() *Widget
- type RecentChooserMenuClass
- type RecentChooserMenuPrivate
- type RecentChooserWidget
- func (recv *RecentChooserWidget) Box() *Box
- func (recv *RecentChooserWidget) Buildable() *Buildable
- func (recv *RecentChooserWidget) Container() *Container
- func (recv *RecentChooserWidget) ImplementorIface() *atk.ImplementorIface
- func (recv *RecentChooserWidget) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *RecentChooserWidget) Object() *gobject.Object
- func (recv *RecentChooserWidget) Orientable() *Orientable
- func (recv *RecentChooserWidget) RecentChooser() *RecentChooser
- func (recv *RecentChooserWidget) ToC() unsafe.Pointer
- func (recv *RecentChooserWidget) Widget() *Widget
- type RecentChooserWidgetClass
- type RecentChooserWidgetPrivate
- type RecentData
- type RecentFilter
- type RecentFilterFlags
- type RecentFilterInfo
- type RecentManagerPrivate
- type RegionFlags
- type ReliefStyle
- type RendererCellAccessible
- func (recv *RendererCellAccessible) Accessible() *Accessible
- func (recv *RendererCellAccessible) Action() *atk.Action
- func (recv *RendererCellAccessible) CellAccessible() *CellAccessible
- func (recv *RendererCellAccessible) Component() *atk.Component
- func (recv *RendererCellAccessible) Object() *atk.Object
- func (recv *RendererCellAccessible) ToC() unsafe.Pointer
- type RendererCellAccessibleClass
- type RendererCellAccessiblePrivate
- type RequestedSize
- type Requisition
- type ResizeMode
- type ResponseType
- type Revealer
- func (recv *Revealer) Bin() *Bin
- func (recv *Revealer) Buildable() *Buildable
- func (recv *Revealer) Container() *Container
- func (recv *Revealer) ImplementorIface() *atk.ImplementorIface
- func (recv *Revealer) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Revealer) Object() *gobject.Object
- func (recv *Revealer) ToC() unsafe.Pointer
- func (recv *Revealer) Widget() *Widget
- type RevealerClass
- type RevealerTransitionType
- type Scale
- func (recv *Scale) Buildable() *Buildable
- func (recv *Scale) GetDigits() int32
- func (recv *Scale) GetDrawValue() bool
- func (recv *Scale) GetValuePos() PositionType
- func (recv *Scale) ImplementorIface() *atk.ImplementorIface
- func (recv *Scale) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Scale) Object() *gobject.Object
- func (recv *Scale) Orientable() *Orientable
- func (recv *Scale) Range() *Range
- func (recv *Scale) SetDigits(digits int32)
- func (recv *Scale) SetDrawValue(drawValue bool)
- func (recv *Scale) SetValuePos(pos PositionType)
- func (recv *Scale) ToC() unsafe.Pointer
- func (recv *Scale) Widget() *Widget
- type ScaleAccessible
- func (recv *ScaleAccessible) Accessible() *Accessible
- func (recv *ScaleAccessible) Component() *atk.Component
- func (recv *ScaleAccessible) Object() *atk.Object
- func (recv *ScaleAccessible) RangeAccessible() *RangeAccessible
- func (recv *ScaleAccessible) ToC() unsafe.Pointer
- func (recv *ScaleAccessible) Value() *atk.Value
- func (recv *ScaleAccessible) WidgetAccessible() *WidgetAccessible
- type ScaleAccessibleClass
- type ScaleAccessiblePrivate
- type ScaleButton
- func (recv *ScaleButton) Actionable() *Actionable
- func (recv *ScaleButton) Activatable() *Activatable
- func (recv *ScaleButton) Bin() *Bin
- func (recv *ScaleButton) Buildable() *Buildable
- func (recv *ScaleButton) Button() *Button
- func (recv *ScaleButton) Container() *Container
- func (recv *ScaleButton) ImplementorIface() *atk.ImplementorIface
- func (recv *ScaleButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ScaleButton) Object() *gobject.Object
- func (recv *ScaleButton) Orientable() *Orientable
- func (recv *ScaleButton) ToC() unsafe.Pointer
- func (recv *ScaleButton) Widget() *Widget
- type ScaleButtonAccessible
- func (recv *ScaleButtonAccessible) Accessible() *Accessible
- func (recv *ScaleButtonAccessible) Action() *atk.Action
- func (recv *ScaleButtonAccessible) ButtonAccessible() *ButtonAccessible
- func (recv *ScaleButtonAccessible) Component() *atk.Component
- func (recv *ScaleButtonAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *ScaleButtonAccessible) Image() *atk.Image
- func (recv *ScaleButtonAccessible) Object() *atk.Object
- func (recv *ScaleButtonAccessible) ToC() unsafe.Pointer
- func (recv *ScaleButtonAccessible) Value() *atk.Value
- func (recv *ScaleButtonAccessible) WidgetAccessible() *WidgetAccessible
- type ScaleButtonAccessibleClass
- type ScaleButtonAccessiblePrivate
- type ScaleButtonClass
- type ScaleButtonPrivate
- type ScaleClass
- type ScalePrivate
- type ScrollStep
- type ScrollType
- type Scrollable
- type ScrollableInterface
- type ScrollablePolicy
- type Scrollbar
- func (recv *Scrollbar) Buildable() *Buildable
- func (recv *Scrollbar) ImplementorIface() *atk.ImplementorIface
- func (recv *Scrollbar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Scrollbar) Object() *gobject.Object
- func (recv *Scrollbar) Orientable() *Orientable
- func (recv *Scrollbar) Range() *Range
- func (recv *Scrollbar) ToC() unsafe.Pointer
- func (recv *Scrollbar) Widget() *Widget
- type ScrollbarClass
- type ScrolledWindow
- func (recv *ScrolledWindow) AddWithViewport(child *Widget)
- func (recv *ScrolledWindow) Bin() *Bin
- func (recv *ScrolledWindow) Buildable() *Buildable
- func (recv *ScrolledWindow) Container() *Container
- func (recv *ScrolledWindow) GetHadjustment() *Adjustment
- func (recv *ScrolledWindow) GetPlacement() CornerType
- func (recv *ScrolledWindow) GetShadowType() ShadowType
- func (recv *ScrolledWindow) GetVadjustment() *Adjustment
- func (recv *ScrolledWindow) ImplementorIface() *atk.ImplementorIface
- func (recv *ScrolledWindow) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ScrolledWindow) Object() *gobject.Object
- func (recv *ScrolledWindow) SetHadjustment(hadjustment *Adjustment)
- func (recv *ScrolledWindow) SetPlacement(windowPlacement CornerType)
- func (recv *ScrolledWindow) SetPolicy(hscrollbarPolicy PolicyType, vscrollbarPolicy PolicyType)
- func (recv *ScrolledWindow) SetShadowType(type_ ShadowType)
- func (recv *ScrolledWindow) SetVadjustment(vadjustment *Adjustment)
- func (recv *ScrolledWindow) ToC() unsafe.Pointer
- func (recv *ScrolledWindow) Widget() *Widget
- type ScrolledWindowAccessible
- func (recv *ScrolledWindowAccessible) Accessible() *Accessible
- func (recv *ScrolledWindowAccessible) Component() *atk.Component
- func (recv *ScrolledWindowAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *ScrolledWindowAccessible) Object() *atk.Object
- func (recv *ScrolledWindowAccessible) ToC() unsafe.Pointer
- func (recv *ScrolledWindowAccessible) WidgetAccessible() *WidgetAccessible
- type ScrolledWindowAccessibleClass
- type ScrolledWindowAccessiblePrivate
- type ScrolledWindowClass
- type ScrolledWindowPrivate
- type SearchBar
- func (recv *SearchBar) Bin() *Bin
- func (recv *SearchBar) Buildable() *Buildable
- func (recv *SearchBar) Container() *Container
- func (recv *SearchBar) ImplementorIface() *atk.ImplementorIface
- func (recv *SearchBar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *SearchBar) Object() *gobject.Object
- func (recv *SearchBar) ToC() unsafe.Pointer
- func (recv *SearchBar) Widget() *Widget
- type SearchBarClass
- type SearchEntry
- func (recv *SearchEntry) Buildable() *Buildable
- func (recv *SearchEntry) CellEditable() *CellEditable
- func (recv *SearchEntry) Editable() *Editable
- func (recv *SearchEntry) Entry() *Entry
- func (recv *SearchEntry) ImplementorIface() *atk.ImplementorIface
- func (recv *SearchEntry) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *SearchEntry) Object() *gobject.Object
- func (recv *SearchEntry) ToC() unsafe.Pointer
- func (recv *SearchEntry) Widget() *Widget
- type SearchEntryClass
- type SelectionData
- type SelectionMode
- type SensitivityType
- type Separator
- func (recv *Separator) Buildable() *Buildable
- func (recv *Separator) ImplementorIface() *atk.ImplementorIface
- func (recv *Separator) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Separator) Object() *gobject.Object
- func (recv *Separator) Orientable() *Orientable
- func (recv *Separator) ToC() unsafe.Pointer
- func (recv *Separator) Widget() *Widget
- type SeparatorClass
- type SeparatorMenuItem
- func (recv *SeparatorMenuItem) Actionable() *Actionable
- func (recv *SeparatorMenuItem) Activatable() *Activatable
- func (recv *SeparatorMenuItem) Bin() *Bin
- func (recv *SeparatorMenuItem) Buildable() *Buildable
- func (recv *SeparatorMenuItem) Container() *Container
- func (recv *SeparatorMenuItem) ImplementorIface() *atk.ImplementorIface
- func (recv *SeparatorMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *SeparatorMenuItem) MenuItem() *MenuItem
- func (recv *SeparatorMenuItem) Object() *gobject.Object
- func (recv *SeparatorMenuItem) ToC() unsafe.Pointer
- func (recv *SeparatorMenuItem) Widget() *Widget
- type SeparatorMenuItemClass
- type SeparatorPrivate
- type SeparatorToolItem
- func (recv *SeparatorToolItem) Activatable() *Activatable
- func (recv *SeparatorToolItem) Bin() *Bin
- func (recv *SeparatorToolItem) Buildable() *Buildable
- func (recv *SeparatorToolItem) Container() *Container
- func (recv *SeparatorToolItem) ImplementorIface() *atk.ImplementorIface
- func (recv *SeparatorToolItem) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *SeparatorToolItem) Object() *gobject.Object
- func (recv *SeparatorToolItem) ToC() unsafe.Pointer
- func (recv *SeparatorToolItem) ToolItem() *ToolItem
- func (recv *SeparatorToolItem) Widget() *Widget
- type SeparatorToolItemClass
- type SeparatorToolItemPrivate
- type Settings
- func (recv *Settings) Object() *gobject.Object
- func (recv *Settings) SetDoubleProperty(name string, vDouble float64, origin string)
- func (recv *Settings) SetLongProperty(name string, vLong int64, origin string)
- func (recv *Settings) SetPropertyValue(name string, svalue *SettingsValue)
- func (recv *Settings) SetStringProperty(name string, vString string, origin string)
- func (recv *Settings) StyleProvider() *StyleProvider
- func (recv *Settings) ToC() unsafe.Pointer
- type SettingsClass
- type SettingsPrivate
- type SettingsValue
- type ShadowType
- type SizeGroup
- func (recv *SizeGroup) AddWidget(widget *Widget)
- func (recv *SizeGroup) Buildable() *Buildable
- func (recv *SizeGroup) GetMode() SizeGroupMode
- func (recv *SizeGroup) Object() *gobject.Object
- func (recv *SizeGroup) RemoveWidget(widget *Widget)
- func (recv *SizeGroup) SetMode(mode SizeGroupMode)
- func (recv *SizeGroup) ToC() unsafe.Pointer
- type SizeGroupClass
- type SizeGroupMode
- type SizeGroupPrivate
- type SizeRequestMode
- type SocketClass
- type SocketPrivate
- type SortType
- type SpinButton
- func (recv *SpinButton) Buildable() *Buildable
- func (recv *SpinButton) CellEditable() *CellEditable
- func (recv *SpinButton) Configure(adjustment *Adjustment, climbRate float64, digits uint32)
- func (recv *SpinButton) ConnectOutput(callback SpinButtonSignalOutputCallback) int
- func (recv *SpinButton) ConnectValueChanged(callback SpinButtonSignalValueChangedCallback) int
- func (recv *SpinButton) DisconnectOutput(connectionID int)
- func (recv *SpinButton) DisconnectValueChanged(connectionID int)
- func (recv *SpinButton) Editable() *Editable
- func (recv *SpinButton) Entry() *Entry
- func (recv *SpinButton) GetAdjustment() *Adjustment
- func (recv *SpinButton) GetDigits() uint32
- func (recv *SpinButton) GetIncrements() (float64, float64)
- func (recv *SpinButton) GetNumeric() bool
- func (recv *SpinButton) GetRange() (float64, float64)
- func (recv *SpinButton) GetSnapToTicks() bool
- func (recv *SpinButton) GetUpdatePolicy() SpinButtonUpdatePolicy
- func (recv *SpinButton) GetValue() float64
- func (recv *SpinButton) GetValueAsInt() int32
- func (recv *SpinButton) GetWrap() bool
- func (recv *SpinButton) ImplementorIface() *atk.ImplementorIface
- func (recv *SpinButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *SpinButton) Object() *gobject.Object
- func (recv *SpinButton) Orientable() *Orientable
- func (recv *SpinButton) SetAdjustment(adjustment *Adjustment)
- func (recv *SpinButton) SetDigits(digits uint32)
- func (recv *SpinButton) SetIncrements(step float64, page float64)
- func (recv *SpinButton) SetNumeric(numeric bool)
- func (recv *SpinButton) SetRange(min float64, max float64)
- func (recv *SpinButton) SetSnapToTicks(snapToTicks bool)
- func (recv *SpinButton) SetUpdatePolicy(policy SpinButtonUpdatePolicy)
- func (recv *SpinButton) SetValue(value float64)
- func (recv *SpinButton) SetWrap(wrap bool)
- func (recv *SpinButton) Spin(direction SpinType, increment float64)
- func (recv *SpinButton) ToC() unsafe.Pointer
- func (recv *SpinButton) Update()
- func (recv *SpinButton) Widget() *Widget
- type SpinButtonAccessible
- func (recv *SpinButtonAccessible) Accessible() *Accessible
- func (recv *SpinButtonAccessible) Action() *atk.Action
- func (recv *SpinButtonAccessible) Component() *atk.Component
- func (recv *SpinButtonAccessible) EditableText() *atk.EditableText
- func (recv *SpinButtonAccessible) EntryAccessible() *EntryAccessible
- func (recv *SpinButtonAccessible) Object() *atk.Object
- func (recv *SpinButtonAccessible) Text() *atk.Text
- func (recv *SpinButtonAccessible) ToC() unsafe.Pointer
- func (recv *SpinButtonAccessible) Value() *atk.Value
- func (recv *SpinButtonAccessible) WidgetAccessible() *WidgetAccessible
- type SpinButtonAccessibleClass
- type SpinButtonAccessiblePrivate
- type SpinButtonClass
- type SpinButtonPrivate
- type SpinButtonSignalOutputCallback
- type SpinButtonSignalValueChangedCallback
- type SpinButtonUpdatePolicy
- type SpinType
- type Spinner
- type SpinnerAccessible
- func (recv *SpinnerAccessible) Accessible() *Accessible
- func (recv *SpinnerAccessible) Component() *atk.Component
- func (recv *SpinnerAccessible) Image() *atk.Image
- func (recv *SpinnerAccessible) Object() *atk.Object
- func (recv *SpinnerAccessible) ToC() unsafe.Pointer
- func (recv *SpinnerAccessible) WidgetAccessible() *WidgetAccessible
- type SpinnerAccessibleClass
- type SpinnerAccessiblePrivate
- type SpinnerClass
- type SpinnerPrivate
- type Stack
- func (recv *Stack) Buildable() *Buildable
- func (recv *Stack) Container() *Container
- func (recv *Stack) ImplementorIface() *atk.ImplementorIface
- func (recv *Stack) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Stack) Object() *gobject.Object
- func (recv *Stack) ToC() unsafe.Pointer
- func (recv *Stack) Widget() *Widget
- type StackClass
- type StackSidebar
- func (recv *StackSidebar) Bin() *Bin
- func (recv *StackSidebar) Buildable() *Buildable
- func (recv *StackSidebar) Container() *Container
- func (recv *StackSidebar) ImplementorIface() *atk.ImplementorIface
- func (recv *StackSidebar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *StackSidebar) Object() *gobject.Object
- func (recv *StackSidebar) ToC() unsafe.Pointer
- func (recv *StackSidebar) Widget() *Widget
- type StackSidebarClass
- type StackSidebarPrivate
- type StackSwitcher
- func (recv *StackSwitcher) Box() *Box
- func (recv *StackSwitcher) Buildable() *Buildable
- func (recv *StackSwitcher) Container() *Container
- func (recv *StackSwitcher) ImplementorIface() *atk.ImplementorIface
- func (recv *StackSwitcher) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *StackSwitcher) Object() *gobject.Object
- func (recv *StackSwitcher) Orientable() *Orientable
- func (recv *StackSwitcher) ToC() unsafe.Pointer
- func (recv *StackSwitcher) Widget() *Widget
- type StackSwitcherClass
- type StackTransitionType
- type StateFlags
- type StateType
- type StatusIcon
- type StatusIconClass
- type StatusIconPrivate
- type Statusbar
- func (recv *Statusbar) Box() *Box
- func (recv *Statusbar) Buildable() *Buildable
- func (recv *Statusbar) Container() *Container
- func (recv *Statusbar) GetContextId(contextDescription string) uint32
- func (recv *Statusbar) ImplementorIface() *atk.ImplementorIface
- func (recv *Statusbar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Statusbar) Object() *gobject.Object
- func (recv *Statusbar) Orientable() *Orientable
- func (recv *Statusbar) Pop(contextId uint32)
- func (recv *Statusbar) Push(contextId uint32, text string) uint32
- func (recv *Statusbar) Remove(contextId uint32, messageId uint32)
- func (recv *Statusbar) ToC() unsafe.Pointer
- func (recv *Statusbar) Widget() *Widget
- type StatusbarAccessible
- func (recv *StatusbarAccessible) Accessible() *Accessible
- func (recv *StatusbarAccessible) Component() *atk.Component
- func (recv *StatusbarAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *StatusbarAccessible) Object() *atk.Object
- func (recv *StatusbarAccessible) ToC() unsafe.Pointer
- func (recv *StatusbarAccessible) WidgetAccessible() *WidgetAccessible
- type StatusbarAccessibleClass
- type StatusbarAccessiblePrivate
- type StatusbarClass
- type StatusbarPrivate
- type Stock
- type StockItem
- type Style
- func (recv *Style) ApplyDefaultBackground(cr *cairo.Context, window *gdk.Window, stateType StateType, x int32, y int32, ...)
- func (recv *Style) Attach(window *gdk.Window) *Style
- func (recv *Style) Copy() *Style
- func (recv *Style) Detach()
- func (recv *Style) LookupIconSet(stockId string) *IconSet
- func (recv *Style) Object() *gobject.Object
- func (recv *Style) RenderIcon(source *IconSource, direction TextDirection, state StateType, size IconSize, ...) *gdkpixbuf.Pixbuf
- func (recv *Style) SetBackground(window *gdk.Window, stateType StateType)
- func (recv *Style) ToC() unsafe.Pointer
- type StyleClass
- type StyleContext
- func (recv *StyleContext) GetScreen() *gdk.Screen
- func (recv *StyleContext) GetSection(property string) *CssSection
- func (recv *StyleContext) GetStyleProperty(propertyName string, value *gobject.Value)
- func (recv *StyleContext) LookupColor(colorName string) (bool, *gdk.RGBA)
- func (recv *StyleContext) LookupIconSet(stockId string) *IconSet
- func (recv *StyleContext) Object() *gobject.Object
- func (recv *StyleContext) ToC() unsafe.Pointer
- type StyleContextClass
- type StyleContextPrivate
- type StyleProperties
- type StylePropertiesClass
- type StylePropertiesPrivate
- type StyleProvider
- type StyleProviderIface
- type Switch
- func (recv *Switch) Actionable() *Actionable
- func (recv *Switch) Activatable() *Activatable
- func (recv *Switch) Buildable() *Buildable
- func (recv *Switch) ConnectActivate(callback SwitchSignalActivateCallback) int
- func (recv *Switch) DisconnectActivate(connectionID int)
- func (recv *Switch) ImplementorIface() *atk.ImplementorIface
- func (recv *Switch) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Switch) Object() *gobject.Object
- func (recv *Switch) ToC() unsafe.Pointer
- func (recv *Switch) Widget() *Widget
- type SwitchAccessible
- func (recv *SwitchAccessible) Accessible() *Accessible
- func (recv *SwitchAccessible) Action() *atk.Action
- func (recv *SwitchAccessible) Component() *atk.Component
- func (recv *SwitchAccessible) Object() *atk.Object
- func (recv *SwitchAccessible) ToC() unsafe.Pointer
- func (recv *SwitchAccessible) WidgetAccessible() *WidgetAccessible
- type SwitchAccessibleClass
- type SwitchAccessiblePrivate
- type SwitchClass
- type SwitchPrivate
- type SwitchSignalActivateCallback
- type SymbolicColor
- type Table
- func (recv *Table) Attach(child *Widget, leftAttach uint32, rightAttach uint32, topAttach uint32, ...)
- func (recv *Table) AttachDefaults(widget *Widget, leftAttach uint32, rightAttach uint32, topAttach uint32, ...)
- func (recv *Table) Buildable() *Buildable
- func (recv *Table) Container() *Container
- func (recv *Table) GetColSpacing(column uint32) uint32
- func (recv *Table) GetDefaultColSpacing() uint32
- func (recv *Table) GetDefaultRowSpacing() uint32
- func (recv *Table) GetHomogeneous() bool
- func (recv *Table) GetRowSpacing(row uint32) uint32
- func (recv *Table) ImplementorIface() *atk.ImplementorIface
- func (recv *Table) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Table) Object() *gobject.Object
- func (recv *Table) Resize(rows uint32, columns uint32)
- func (recv *Table) SetColSpacing(column uint32, spacing uint32)
- func (recv *Table) SetColSpacings(spacing uint32)
- func (recv *Table) SetHomogeneous(homogeneous bool)
- func (recv *Table) SetRowSpacing(row uint32, spacing uint32)
- func (recv *Table) SetRowSpacings(spacing uint32)
- func (recv *Table) ToC() unsafe.Pointer
- func (recv *Table) Widget() *Widget
- type TableChild
- type TableClass
- type TablePrivate
- type TableRowCol
- type TargetEntry
- type TargetFlags
- type TargetList
- type TargetPair
- type TearoffMenuItem
- func (recv *TearoffMenuItem) Actionable() *Actionable
- func (recv *TearoffMenuItem) Activatable() *Activatable
- func (recv *TearoffMenuItem) Bin() *Bin
- func (recv *TearoffMenuItem) Buildable() *Buildable
- func (recv *TearoffMenuItem) Container() *Container
- func (recv *TearoffMenuItem) ImplementorIface() *atk.ImplementorIface
- func (recv *TearoffMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *TearoffMenuItem) MenuItem() *MenuItem
- func (recv *TearoffMenuItem) Object() *gobject.Object
- func (recv *TearoffMenuItem) ToC() unsafe.Pointer
- func (recv *TearoffMenuItem) Widget() *Widget
- type TearoffMenuItemClass
- type TearoffMenuItemPrivate
- type TextAppearance
- type TextAttributes
- type TextBTree
- type TextBuffer
- func (recv *TextBuffer) AddSelectionClipboard(clipboard *Clipboard)
- func (recv *TextBuffer) ApplyTag(tag *TextTag, start *TextIter, end *TextIter)
- func (recv *TextBuffer) ApplyTagByName(name string, start *TextIter, end *TextIter)
- func (recv *TextBuffer) BeginUserAction()
- func (recv *TextBuffer) ConnectApplyTag(callback TextBufferSignalApplyTagCallback) int
- func (recv *TextBuffer) ConnectBeginUserAction(callback TextBufferSignalBeginUserActionCallback) int
- func (recv *TextBuffer) ConnectChanged(callback TextBufferSignalChangedCallback) int
- func (recv *TextBuffer) ConnectDeleteRange(callback TextBufferSignalDeleteRangeCallback) int
- func (recv *TextBuffer) ConnectEndUserAction(callback TextBufferSignalEndUserActionCallback) int
- func (recv *TextBuffer) ConnectInsertChildAnchor(callback TextBufferSignalInsertChildAnchorCallback) int
- func (recv *TextBuffer) ConnectInsertPixbuf(callback TextBufferSignalInsertPixbufCallback) int
- func (recv *TextBuffer) ConnectMarkDeleted(callback TextBufferSignalMarkDeletedCallback) int
- func (recv *TextBuffer) ConnectMarkSet(callback TextBufferSignalMarkSetCallback) int
- func (recv *TextBuffer) ConnectModifiedChanged(callback TextBufferSignalModifiedChangedCallback) int
- func (recv *TextBuffer) ConnectRemoveTag(callback TextBufferSignalRemoveTagCallback) int
- func (recv *TextBuffer) CopyClipboard(clipboard *Clipboard)
- func (recv *TextBuffer) CreateChildAnchor(iter *TextIter) *TextChildAnchor
- func (recv *TextBuffer) CreateMark(markName string, where *TextIter, leftGravity bool) *TextMark
- func (recv *TextBuffer) CutClipboard(clipboard *Clipboard, defaultEditable bool)
- func (recv *TextBuffer) Delete(start *TextIter, end *TextIter)
- func (recv *TextBuffer) DeleteInteractive(startIter *TextIter, endIter *TextIter, defaultEditable bool) bool
- func (recv *TextBuffer) DeleteMark(mark *TextMark)
- func (recv *TextBuffer) DeleteMarkByName(name string)
- func (recv *TextBuffer) DeleteSelection(interactive bool, defaultEditable bool) bool
- func (recv *TextBuffer) DisconnectApplyTag(connectionID int)
- func (recv *TextBuffer) DisconnectBeginUserAction(connectionID int)
- func (recv *TextBuffer) DisconnectChanged(connectionID int)
- func (recv *TextBuffer) DisconnectDeleteRange(connectionID int)
- func (recv *TextBuffer) DisconnectEndUserAction(connectionID int)
- func (recv *TextBuffer) DisconnectInsertChildAnchor(connectionID int)
- func (recv *TextBuffer) DisconnectInsertPixbuf(connectionID int)
- func (recv *TextBuffer) DisconnectMarkDeleted(connectionID int)
- func (recv *TextBuffer) DisconnectMarkSet(connectionID int)
- func (recv *TextBuffer) DisconnectModifiedChanged(connectionID int)
- func (recv *TextBuffer) DisconnectRemoveTag(connectionID int)
- func (recv *TextBuffer) EndUserAction()
- func (recv *TextBuffer) GetBounds() (*TextIter, *TextIter)
- func (recv *TextBuffer) GetCharCount() int32
- func (recv *TextBuffer) GetEndIter() *TextIter
- func (recv *TextBuffer) GetInsert() *TextMark
- func (recv *TextBuffer) GetIterAtChildAnchor(anchor *TextChildAnchor) *TextIter
- func (recv *TextBuffer) GetIterAtLine(lineNumber int32) *TextIter
- func (recv *TextBuffer) GetIterAtLineIndex(lineNumber int32, byteIndex int32) *TextIter
- func (recv *TextBuffer) GetIterAtLineOffset(lineNumber int32, charOffset int32) *TextIter
- func (recv *TextBuffer) GetIterAtMark(mark *TextMark) *TextIter
- func (recv *TextBuffer) GetIterAtOffset(charOffset int32) *TextIter
- func (recv *TextBuffer) GetLineCount() int32
- func (recv *TextBuffer) GetMark(name string) *TextMark
- func (recv *TextBuffer) GetModified() bool
- func (recv *TextBuffer) GetSelectionBound() *TextMark
- func (recv *TextBuffer) GetSelectionBounds() (bool, *TextIter, *TextIter)
- func (recv *TextBuffer) GetSlice(start *TextIter, end *TextIter, includeHiddenChars bool) string
- func (recv *TextBuffer) GetStartIter() *TextIter
- func (recv *TextBuffer) GetTagTable() *TextTagTable
- func (recv *TextBuffer) GetText(start *TextIter, end *TextIter, includeHiddenChars bool) string
- func (recv *TextBuffer) Insert(iter *TextIter, text string, len int32)
- func (recv *TextBuffer) InsertAtCursor(text string, len int32)
- func (recv *TextBuffer) InsertChildAnchor(iter *TextIter, anchor *TextChildAnchor)
- func (recv *TextBuffer) InsertInteractive(iter *TextIter, text string, len int32, defaultEditable bool) bool
- func (recv *TextBuffer) InsertInteractiveAtCursor(text string, len int32, defaultEditable bool) bool
- func (recv *TextBuffer) InsertPixbuf(iter *TextIter, pixbuf *gdkpixbuf.Pixbuf)
- func (recv *TextBuffer) InsertRange(iter *TextIter, start *TextIter, end *TextIter)
- func (recv *TextBuffer) InsertRangeInteractive(iter *TextIter, start *TextIter, end *TextIter, defaultEditable bool) bool
- func (recv *TextBuffer) MoveMark(mark *TextMark, where *TextIter)
- func (recv *TextBuffer) MoveMarkByName(name string, where *TextIter)
- func (recv *TextBuffer) Object() *gobject.Object
- func (recv *TextBuffer) PasteClipboard(clipboard *Clipboard, overrideLocation *TextIter, defaultEditable bool)
- func (recv *TextBuffer) PlaceCursor(where *TextIter)
- func (recv *TextBuffer) RemoveAllTags(start *TextIter, end *TextIter)
- func (recv *TextBuffer) RemoveSelectionClipboard(clipboard *Clipboard)
- func (recv *TextBuffer) RemoveTag(tag *TextTag, start *TextIter, end *TextIter)
- func (recv *TextBuffer) RemoveTagByName(name string, start *TextIter, end *TextIter)
- func (recv *TextBuffer) SetModified(setting bool)
- func (recv *TextBuffer) SetText(text string, len int32)
- func (recv *TextBuffer) ToC() unsafe.Pointer
- type TextBufferClass
- type TextBufferPrivate
- type TextBufferSignalApplyTagCallback
- type TextBufferSignalBeginUserActionCallback
- type TextBufferSignalChangedCallback
- type TextBufferSignalDeleteRangeCallback
- type TextBufferSignalEndUserActionCallback
- type TextBufferSignalInsertChildAnchorCallback
- type TextBufferSignalInsertPixbufCallback
- type TextBufferSignalMarkDeletedCallback
- type TextBufferSignalMarkSetCallback
- type TextBufferSignalModifiedChangedCallback
- type TextBufferSignalRemoveTagCallback
- type TextBufferTargetInfo
- type TextCellAccessible
- func (recv *TextCellAccessible) Accessible() *Accessible
- func (recv *TextCellAccessible) Action() *atk.Action
- func (recv *TextCellAccessible) CellAccessible() *CellAccessible
- func (recv *TextCellAccessible) Component() *atk.Component
- func (recv *TextCellAccessible) Object() *atk.Object
- func (recv *TextCellAccessible) RendererCellAccessible() *RendererCellAccessible
- func (recv *TextCellAccessible) Text() *atk.Text
- func (recv *TextCellAccessible) ToC() unsafe.Pointer
- type TextCellAccessibleClass
- type TextCellAccessiblePrivate
- type TextChildAnchor
- type TextChildAnchorClass
- type TextDirection
- type TextIter
- func (recv *TextIter) BackwardChar() bool
- func (recv *TextIter) BackwardChars(count int32) bool
- func (recv *TextIter) BackwardCursorPosition() bool
- func (recv *TextIter) BackwardCursorPositions(count int32) bool
- func (recv *TextIter) BackwardLine() bool
- func (recv *TextIter) BackwardLines(count int32) bool
- func (recv *TextIter) BackwardSearch(str string, flags TextSearchFlags, limit *TextIter) (bool, *TextIter, *TextIter)
- func (recv *TextIter) BackwardSentenceStart() bool
- func (recv *TextIter) BackwardSentenceStarts(count int32) bool
- func (recv *TextIter) BackwardToTagToggle(tag *TextTag) bool
- func (recv *TextIter) BackwardWordStart() bool
- func (recv *TextIter) BackwardWordStarts(count int32) bool
- func (recv *TextIter) BeginsTag(tag *TextTag) bool
- func (recv *TextIter) CanInsert(defaultEditability bool) bool
- func (recv *TextIter) Compare(rhs *TextIter) int32
- func (recv *TextIter) Copy() *TextIter
- func (recv *TextIter) Editable(defaultSetting bool) bool
- func (recv *TextIter) EndsLine() bool
- func (recv *TextIter) EndsSentence() bool
- func (recv *TextIter) EndsTag(tag *TextTag) bool
- func (recv *TextIter) EndsWord() bool
- func (recv *TextIter) Equal(rhs *TextIter) bool
- func (recv *TextIter) ForwardChar() bool
- func (recv *TextIter) ForwardChars(count int32) bool
- func (recv *TextIter) ForwardCursorPosition() bool
- func (recv *TextIter) ForwardCursorPositions(count int32) bool
- func (recv *TextIter) ForwardLine() bool
- func (recv *TextIter) ForwardLines(count int32) bool
- func (recv *TextIter) ForwardSearch(str string, flags TextSearchFlags, limit *TextIter) (bool, *TextIter, *TextIter)
- func (recv *TextIter) ForwardSentenceEnd() bool
- func (recv *TextIter) ForwardSentenceEnds(count int32) bool
- func (recv *TextIter) ForwardToEnd()
- func (recv *TextIter) ForwardToLineEnd() bool
- func (recv *TextIter) ForwardToTagToggle(tag *TextTag) bool
- func (recv *TextIter) ForwardWordEnd() bool
- func (recv *TextIter) ForwardWordEnds(count int32) bool
- func (recv *TextIter) Free()
- func (recv *TextIter) GetAttributes() (bool, *TextAttributes)
- func (recv *TextIter) GetBuffer() *TextBuffer
- func (recv *TextIter) GetBytesInLine() int32
- func (recv *TextIter) GetChar() rune
- func (recv *TextIter) GetCharsInLine() int32
- func (recv *TextIter) GetChildAnchor() *TextChildAnchor
- func (recv *TextIter) GetLanguage() *pango.Language
- func (recv *TextIter) GetLine() int32
- func (recv *TextIter) GetLineIndex() int32
- func (recv *TextIter) GetLineOffset() int32
- func (recv *TextIter) GetMarks() *glib.SList
- func (recv *TextIter) GetOffset() int32
- func (recv *TextIter) GetPixbuf() *gdkpixbuf.Pixbuf
- func (recv *TextIter) GetSlice(end *TextIter) string
- func (recv *TextIter) GetTags() *glib.SList
- func (recv *TextIter) GetText(end *TextIter) string
- func (recv *TextIter) GetToggledTags(toggledOn bool) *glib.SList
- func (recv *TextIter) GetVisibleLineIndex() int32
- func (recv *TextIter) GetVisibleLineOffset() int32
- func (recv *TextIter) GetVisibleSlice(end *TextIter) string
- func (recv *TextIter) GetVisibleText(end *TextIter) string
- func (recv *TextIter) HasTag(tag *TextTag) bool
- func (recv *TextIter) InRange(start *TextIter, end *TextIter) bool
- func (recv *TextIter) InsideSentence() bool
- func (recv *TextIter) InsideWord() bool
- func (recv *TextIter) IsCursorPosition() bool
- func (recv *TextIter) IsEnd() bool
- func (recv *TextIter) IsStart() bool
- func (recv *TextIter) Order(second *TextIter)
- func (recv *TextIter) SetLine(lineNumber int32)
- func (recv *TextIter) SetLineIndex(byteOnLine int32)
- func (recv *TextIter) SetLineOffset(charOnLine int32)
- func (recv *TextIter) SetOffset(charOffset int32)
- func (recv *TextIter) SetVisibleLineIndex(byteOnLine int32)
- func (recv *TextIter) SetVisibleLineOffset(charOnLine int32)
- func (recv *TextIter) StartsLine() bool
- func (recv *TextIter) StartsSentence() bool
- func (recv *TextIter) StartsWord() bool
- func (recv *TextIter) ToC() unsafe.Pointer
- func (recv *TextIter) TogglesTag(tag *TextTag) bool
- type TextMark
- func (recv *TextMark) GetBuffer() *TextBuffer
- func (recv *TextMark) GetDeleted() bool
- func (recv *TextMark) GetLeftGravity() bool
- func (recv *TextMark) GetName() string
- func (recv *TextMark) GetVisible() bool
- func (recv *TextMark) Object() *gobject.Object
- func (recv *TextMark) SetVisible(setting bool)
- func (recv *TextMark) ToC() unsafe.Pointer
- type TextMarkClass
- type TextSearchFlags
- type TextTag
- type TextTagClass
- type TextTagPrivate
- type TextTagTable
- func (recv *TextTagTable) Add(tag *TextTag) bool
- func (recv *TextTagTable) Buildable() *Buildable
- func (recv *TextTagTable) ConnectTagAdded(callback TextTagTableSignalTagAddedCallback) int
- func (recv *TextTagTable) ConnectTagChanged(callback TextTagTableSignalTagChangedCallback) int
- func (recv *TextTagTable) ConnectTagRemoved(callback TextTagTableSignalTagRemovedCallback) int
- func (recv *TextTagTable) DisconnectTagAdded(connectionID int)
- func (recv *TextTagTable) DisconnectTagChanged(connectionID int)
- func (recv *TextTagTable) DisconnectTagRemoved(connectionID int)
- func (recv *TextTagTable) GetSize() int32
- func (recv *TextTagTable) Lookup(name string) *TextTag
- func (recv *TextTagTable) Object() *gobject.Object
- func (recv *TextTagTable) Remove(tag *TextTag)
- func (recv *TextTagTable) ToC() unsafe.Pointer
- type TextTagTableClass
- type TextTagTablePrivate
- type TextTagTableSignalTagAddedCallback
- type TextTagTableSignalTagChangedCallback
- type TextTagTableSignalTagRemovedCallback
- type TextView
- func (recv *TextView) AddChildAtAnchor(child *Widget, anchor *TextChildAnchor)
- func (recv *TextView) AddChildInWindow(child *Widget, whichWindow TextWindowType, xpos int32, ypos int32)
- func (recv *TextView) BackwardDisplayLine(iter *TextIter) bool
- func (recv *TextView) BackwardDisplayLineStart(iter *TextIter) bool
- func (recv *TextView) BufferToWindowCoords(win TextWindowType, bufferX int32, bufferY int32) (int32, int32)
- func (recv *TextView) Buildable() *Buildable
- func (recv *TextView) ConnectBackspace(callback TextViewSignalBackspaceCallback) int
- func (recv *TextView) ConnectCopyClipboard(callback TextViewSignalCopyClipboardCallback) int
- func (recv *TextView) ConnectCutClipboard(callback TextViewSignalCutClipboardCallback) int
- func (recv *TextView) ConnectPasteClipboard(callback TextViewSignalPasteClipboardCallback) int
- func (recv *TextView) ConnectPopulatePopup(callback TextViewSignalPopulatePopupCallback) int
- func (recv *TextView) ConnectSelectAll(callback TextViewSignalSelectAllCallback) int
- func (recv *TextView) ConnectSetAnchor(callback TextViewSignalSetAnchorCallback) int
- func (recv *TextView) ConnectToggleCursorVisible(callback TextViewSignalToggleCursorVisibleCallback) int
- func (recv *TextView) ConnectToggleOverwrite(callback TextViewSignalToggleOverwriteCallback) int
- func (recv *TextView) Container() *Container
- func (recv *TextView) DisconnectBackspace(connectionID int)
- func (recv *TextView) DisconnectCopyClipboard(connectionID int)
- func (recv *TextView) DisconnectCutClipboard(connectionID int)
- func (recv *TextView) DisconnectPasteClipboard(connectionID int)
- func (recv *TextView) DisconnectPopulatePopup(connectionID int)
- func (recv *TextView) DisconnectSelectAll(connectionID int)
- func (recv *TextView) DisconnectSetAnchor(connectionID int)
- func (recv *TextView) DisconnectToggleCursorVisible(connectionID int)
- func (recv *TextView) DisconnectToggleOverwrite(connectionID int)
- func (recv *TextView) ForwardDisplayLine(iter *TextIter) bool
- func (recv *TextView) ForwardDisplayLineEnd(iter *TextIter) bool
- func (recv *TextView) GetBorderWindowSize(type_ TextWindowType) int32
- func (recv *TextView) GetBuffer() *TextBuffer
- func (recv *TextView) GetCursorVisible() bool
- func (recv *TextView) GetDefaultAttributes() *TextAttributes
- func (recv *TextView) GetEditable() bool
- func (recv *TextView) GetIndent() int32
- func (recv *TextView) GetIterAtLocation(x int32, y int32) *TextIter
- func (recv *TextView) GetJustification() Justification
- func (recv *TextView) GetLeftMargin() int32
- func (recv *TextView) GetLineAtY(y int32) (*TextIter, int32)
- func (recv *TextView) GetLineYrange(iter *TextIter) (int32, int32)
- func (recv *TextView) GetPixelsAboveLines() int32
- func (recv *TextView) GetPixelsBelowLines() int32
- func (recv *TextView) GetPixelsInsideWrap() int32
- func (recv *TextView) GetRightMargin() int32
- func (recv *TextView) GetTabs() *pango.TabArray
- func (recv *TextView) GetWindow(win TextWindowType) *gdk.Window
- func (recv *TextView) GetWindowType(window *gdk.Window) TextWindowType
- func (recv *TextView) GetWrapMode() WrapMode
- func (recv *TextView) ImplementorIface() *atk.ImplementorIface
- func (recv *TextView) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *TextView) MoveChild(child *Widget, xpos int32, ypos int32)
- func (recv *TextView) MoveMarkOnscreen(mark *TextMark) bool
- func (recv *TextView) MoveVisually(iter *TextIter, count int32) bool
- func (recv *TextView) Object() *gobject.Object
- func (recv *TextView) PlaceCursorOnscreen() bool
- func (recv *TextView) ScrollMarkOnscreen(mark *TextMark)
- func (recv *TextView) ScrollToIter(iter *TextIter, withinMargin float64, useAlign bool, xalign float64, ...) bool
- func (recv *TextView) ScrollToMark(mark *TextMark, withinMargin float64, useAlign bool, xalign float64, ...)
- func (recv *TextView) Scrollable() *Scrollable
- func (recv *TextView) SetBorderWindowSize(type_ TextWindowType, size int32)
- func (recv *TextView) SetBuffer(buffer *TextBuffer)
- func (recv *TextView) SetCursorVisible(setting bool)
- func (recv *TextView) SetEditable(setting bool)
- func (recv *TextView) SetIndent(indent int32)
- func (recv *TextView) SetJustification(justification Justification)
- func (recv *TextView) SetLeftMargin(leftMargin int32)
- func (recv *TextView) SetPixelsAboveLines(pixelsAboveLines int32)
- func (recv *TextView) SetPixelsBelowLines(pixelsBelowLines int32)
- func (recv *TextView) SetPixelsInsideWrap(pixelsInsideWrap int32)
- func (recv *TextView) SetRightMargin(rightMargin int32)
- func (recv *TextView) SetTabs(tabs *pango.TabArray)
- func (recv *TextView) SetWrapMode(wrapMode WrapMode)
- func (recv *TextView) StartsDisplayLine(iter *TextIter) bool
- func (recv *TextView) ToC() unsafe.Pointer
- func (recv *TextView) Widget() *Widget
- func (recv *TextView) WindowToBufferCoords(win TextWindowType, windowX int32, windowY int32) (int32, int32)
- type TextViewAccessible
- func (recv *TextViewAccessible) Accessible() *Accessible
- func (recv *TextViewAccessible) Component() *atk.Component
- func (recv *TextViewAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *TextViewAccessible) EditableText() *atk.EditableText
- func (recv *TextViewAccessible) Object() *atk.Object
- func (recv *TextViewAccessible) StreamableContent() *atk.StreamableContent
- func (recv *TextViewAccessible) Text() *atk.Text
- func (recv *TextViewAccessible) ToC() unsafe.Pointer
- func (recv *TextViewAccessible) WidgetAccessible() *WidgetAccessible
- type TextViewAccessibleClass
- type TextViewAccessiblePrivate
- type TextViewClass
- type TextViewLayer
- type TextViewPrivate
- type TextViewSignalBackspaceCallback
- type TextViewSignalCopyClipboardCallback
- type TextViewSignalCutClipboardCallback
- type TextViewSignalPasteClipboardCallback
- type TextViewSignalPopulatePopupCallback
- type TextViewSignalSelectAllCallback
- type TextViewSignalSetAnchorCallback
- type TextViewSignalToggleCursorVisibleCallback
- type TextViewSignalToggleOverwriteCallback
- type TextWindowType
- type ThemeEngine
- type ThemingEngine
- type ThemingEngineClass
- type ThemingEnginePrivate
- type ToggleAction
- func (recv *ToggleAction) Action() *Action
- func (recv *ToggleAction) Buildable() *Buildable
- func (recv *ToggleAction) ConnectToggled(callback ToggleActionSignalToggledCallback) int
- func (recv *ToggleAction) DisconnectToggled(connectionID int)
- func (recv *ToggleAction) Object() *gobject.Object
- func (recv *ToggleAction) ToC() unsafe.Pointer
- type ToggleActionClass
- type ToggleActionEntry
- type ToggleActionPrivate
- type ToggleActionSignalToggledCallback
- type ToggleButton
- func (recv *ToggleButton) Actionable() *Actionable
- func (recv *ToggleButton) Activatable() *Activatable
- func (recv *ToggleButton) Bin() *Bin
- func (recv *ToggleButton) Buildable() *Buildable
- func (recv *ToggleButton) Button() *Button
- func (recv *ToggleButton) ConnectToggled(callback ToggleButtonSignalToggledCallback) int
- func (recv *ToggleButton) Container() *Container
- func (recv *ToggleButton) DisconnectToggled(connectionID int)
- func (recv *ToggleButton) GetActive() bool
- func (recv *ToggleButton) GetInconsistent() bool
- func (recv *ToggleButton) GetMode() bool
- func (recv *ToggleButton) ImplementorIface() *atk.ImplementorIface
- func (recv *ToggleButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ToggleButton) Object() *gobject.Object
- func (recv *ToggleButton) SetActive(isActive bool)
- func (recv *ToggleButton) SetInconsistent(setting bool)
- func (recv *ToggleButton) SetMode(drawIndicator bool)
- func (recv *ToggleButton) ToC() unsafe.Pointer
- func (recv *ToggleButton) Toggled()
- func (recv *ToggleButton) Widget() *Widget
- type ToggleButtonAccessible
- func (recv *ToggleButtonAccessible) Accessible() *Accessible
- func (recv *ToggleButtonAccessible) Action() *atk.Action
- func (recv *ToggleButtonAccessible) ButtonAccessible() *ButtonAccessible
- func (recv *ToggleButtonAccessible) Component() *atk.Component
- func (recv *ToggleButtonAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *ToggleButtonAccessible) Image() *atk.Image
- func (recv *ToggleButtonAccessible) Object() *atk.Object
- func (recv *ToggleButtonAccessible) ToC() unsafe.Pointer
- func (recv *ToggleButtonAccessible) WidgetAccessible() *WidgetAccessible
- type ToggleButtonAccessibleClass
- type ToggleButtonAccessiblePrivate
- type ToggleButtonClass
- type ToggleButtonPrivate
- type ToggleButtonSignalToggledCallback
- type ToggleToolButton
- func (recv *ToggleToolButton) Actionable() *Actionable
- func (recv *ToggleToolButton) Activatable() *Activatable
- func (recv *ToggleToolButton) Bin() *Bin
- func (recv *ToggleToolButton) Buildable() *Buildable
- func (recv *ToggleToolButton) ConnectToggled(callback ToggleToolButtonSignalToggledCallback) int
- func (recv *ToggleToolButton) Container() *Container
- func (recv *ToggleToolButton) DisconnectToggled(connectionID int)
- func (recv *ToggleToolButton) ImplementorIface() *atk.ImplementorIface
- func (recv *ToggleToolButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ToggleToolButton) Object() *gobject.Object
- func (recv *ToggleToolButton) ToC() unsafe.Pointer
- func (recv *ToggleToolButton) ToolButton() *ToolButton
- func (recv *ToggleToolButton) ToolItem() *ToolItem
- func (recv *ToggleToolButton) Widget() *Widget
- type ToggleToolButtonClass
- type ToggleToolButtonPrivate
- type ToggleToolButtonSignalToggledCallback
- type ToolButton
- func (recv *ToolButton) Actionable() *Actionable
- func (recv *ToolButton) Activatable() *Activatable
- func (recv *ToolButton) Bin() *Bin
- func (recv *ToolButton) Buildable() *Buildable
- func (recv *ToolButton) ConnectClicked(callback ToolButtonSignalClickedCallback) int
- func (recv *ToolButton) Container() *Container
- func (recv *ToolButton) DisconnectClicked(connectionID int)
- func (recv *ToolButton) ImplementorIface() *atk.ImplementorIface
- func (recv *ToolButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ToolButton) Object() *gobject.Object
- func (recv *ToolButton) ToC() unsafe.Pointer
- func (recv *ToolButton) ToolItem() *ToolItem
- func (recv *ToolButton) Widget() *Widget
- type ToolButtonClass
- type ToolButtonPrivate
- type ToolButtonSignalClickedCallback
- type ToolItem
- func (recv *ToolItem) Activatable() *Activatable
- func (recv *ToolItem) Bin() *Bin
- func (recv *ToolItem) Buildable() *Buildable
- func (recv *ToolItem) ConnectCreateMenuProxy(callback ToolItemSignalCreateMenuProxyCallback) int
- func (recv *ToolItem) ConnectToolbarReconfigured(callback ToolItemSignalToolbarReconfiguredCallback) int
- func (recv *ToolItem) Container() *Container
- func (recv *ToolItem) DisconnectCreateMenuProxy(connectionID int)
- func (recv *ToolItem) DisconnectToolbarReconfigured(connectionID int)
- func (recv *ToolItem) ImplementorIface() *atk.ImplementorIface
- func (recv *ToolItem) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ToolItem) Object() *gobject.Object
- func (recv *ToolItem) ToC() unsafe.Pointer
- func (recv *ToolItem) Widget() *Widget
- type ToolItemClass
- type ToolItemGroup
- func (recv *ToolItemGroup) Buildable() *Buildable
- func (recv *ToolItemGroup) Container() *Container
- func (recv *ToolItemGroup) ImplementorIface() *atk.ImplementorIface
- func (recv *ToolItemGroup) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ToolItemGroup) Object() *gobject.Object
- func (recv *ToolItemGroup) ToC() unsafe.Pointer
- func (recv *ToolItemGroup) ToolShell() *ToolShell
- func (recv *ToolItemGroup) Widget() *Widget
- type ToolItemGroupClass
- type ToolItemGroupPrivate
- type ToolItemPrivate
- type ToolItemSignalCreateMenuProxyCallback
- type ToolItemSignalToolbarReconfiguredCallback
- type ToolPalette
- func (recv *ToolPalette) Buildable() *Buildable
- func (recv *ToolPalette) Container() *Container
- func (recv *ToolPalette) ImplementorIface() *atk.ImplementorIface
- func (recv *ToolPalette) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *ToolPalette) Object() *gobject.Object
- func (recv *ToolPalette) Orientable() *Orientable
- func (recv *ToolPalette) Scrollable() *Scrollable
- func (recv *ToolPalette) ToC() unsafe.Pointer
- func (recv *ToolPalette) Widget() *Widget
- type ToolPaletteClass
- type ToolPaletteDragTargets
- type ToolPalettePrivate
- type ToolShell
- type ToolShellIface
- type Toolbar
- func (recv *Toolbar) Buildable() *Buildable
- func (recv *Toolbar) ConnectFocusHomeOrEnd(callback ToolbarSignalFocusHomeOrEndCallback) int
- func (recv *Toolbar) Container() *Container
- func (recv *Toolbar) DisconnectFocusHomeOrEnd(connectionID int)
- func (recv *Toolbar) GetIconSize() IconSize
- func (recv *Toolbar) GetStyle() ToolbarStyle
- func (recv *Toolbar) ImplementorIface() *atk.ImplementorIface
- func (recv *Toolbar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Toolbar) Object() *gobject.Object
- func (recv *Toolbar) Orientable() *Orientable
- func (recv *Toolbar) SetIconSize(iconSize IconSize)
- func (recv *Toolbar) SetStyle(style ToolbarStyle)
- func (recv *Toolbar) ToC() unsafe.Pointer
- func (recv *Toolbar) ToolShell() *ToolShell
- func (recv *Toolbar) UnsetIconSize()
- func (recv *Toolbar) UnsetStyle()
- func (recv *Toolbar) Widget() *Widget
- type ToolbarClass
- type ToolbarPrivate
- type ToolbarSignalFocusHomeOrEndCallback
- type ToolbarSpaceStyle
- type ToolbarStyle
- type Tooltip
- type ToplevelAccessible
- type ToplevelAccessibleClass
- type ToplevelAccessiblePrivate
- type TreeDragDest
- type TreeDragDestIface
- type TreeDragSource
- type TreeDragSourceIface
- type TreeIter
- type TreeModel
- func (recv *TreeModel) ConnectRowChanged(callback TreeModelSignalRowChangedCallback) int
- func (recv *TreeModel) ConnectRowDeleted(callback TreeModelSignalRowDeletedCallback) int
- func (recv *TreeModel) ConnectRowHasChildToggled(callback TreeModelSignalRowHasChildToggledCallback) int
- func (recv *TreeModel) ConnectRowInserted(callback TreeModelSignalRowInsertedCallback) int
- func (recv *TreeModel) DisconnectRowChanged(connectionID int)
- func (recv *TreeModel) DisconnectRowDeleted(connectionID int)
- func (recv *TreeModel) DisconnectRowHasChildToggled(connectionID int)
- func (recv *TreeModel) DisconnectRowInserted(connectionID int)
- func (recv *TreeModel) GetColumnType(index int32) gobject.Type
- func (recv *TreeModel) GetFlags() TreeModelFlags
- func (recv *TreeModel) GetIter(path *TreePath) (bool, *TreeIter)
- func (recv *TreeModel) GetIterFirst() (bool, *TreeIter)
- func (recv *TreeModel) GetIterFromString(pathString string) (bool, *TreeIter)
- func (recv *TreeModel) GetNColumns() int32
- func (recv *TreeModel) GetPath(iter *TreeIter) *TreePath
- func (recv *TreeModel) GetValue(iter *TreeIter, column int32) *gobject.Value
- func (recv *TreeModel) IterChildren(parent *TreeIter) (bool, *TreeIter)
- func (recv *TreeModel) IterHasChild(iter *TreeIter) bool
- func (recv *TreeModel) IterNChildren(iter *TreeIter) int32
- func (recv *TreeModel) IterNext(iter *TreeIter) bool
- func (recv *TreeModel) IterNthChild(parent *TreeIter, n int32) (bool, *TreeIter)
- func (recv *TreeModel) IterParent(child *TreeIter) (bool, *TreeIter)
- func (recv *TreeModel) RefNode(iter *TreeIter)
- func (recv *TreeModel) RowChanged(path *TreePath, iter *TreeIter)
- func (recv *TreeModel) RowDeleted(path *TreePath)
- func (recv *TreeModel) RowHasChildToggled(path *TreePath, iter *TreeIter)
- func (recv *TreeModel) RowInserted(path *TreePath, iter *TreeIter)
- func (recv *TreeModel) RowsReordered(path *TreePath, iter *TreeIter, newOrder int32)
- func (recv *TreeModel) SortNewWithModel() *TreeModel
- func (recv *TreeModel) ToC() unsafe.Pointer
- func (recv *TreeModel) UnrefNode(iter *TreeIter)
- type TreeModelFilter
- type TreeModelFilterClass
- type TreeModelFilterPrivate
- type TreeModelFlags
- type TreeModelIface
- type TreeModelSignalRowChangedCallback
- type TreeModelSignalRowDeletedCallback
- type TreeModelSignalRowHasChildToggledCallback
- type TreeModelSignalRowInsertedCallback
- type TreeModelSort
- func (recv *TreeModelSort) ClearCache()
- func (recv *TreeModelSort) ConvertChildIterToIter(childIter *TreeIter) (bool, *TreeIter)
- func (recv *TreeModelSort) ConvertChildPathToPath(childPath *TreePath) *TreePath
- func (recv *TreeModelSort) ConvertIterToChildIter(sortedIter *TreeIter) *TreeIter
- func (recv *TreeModelSort) ConvertPathToChildPath(sortedPath *TreePath) *TreePath
- func (recv *TreeModelSort) GetModel() *TreeModel
- func (recv *TreeModelSort) Object() *gobject.Object
- func (recv *TreeModelSort) ResetDefaultSortFunc()
- func (recv *TreeModelSort) ToC() unsafe.Pointer
- func (recv *TreeModelSort) TreeDragSource() *TreeDragSource
- func (recv *TreeModelSort) TreeModel() *TreeModel
- func (recv *TreeModelSort) TreeSortable() *TreeSortable
- type TreeModelSortClass
- type TreeModelSortPrivate
- type TreePath
- func (recv *TreePath) AppendIndex(index int32)
- func (recv *TreePath) Compare(b *TreePath) int32
- func (recv *TreePath) Copy() *TreePath
- func (recv *TreePath) Down()
- func (recv *TreePath) Free()
- func (recv *TreePath) GetDepth() int32
- func (recv *TreePath) IsAncestor(descendant *TreePath) bool
- func (recv *TreePath) IsDescendant(ancestor *TreePath) bool
- func (recv *TreePath) Next()
- func (recv *TreePath) PrependIndex(index int32)
- func (recv *TreePath) Prev() bool
- func (recv *TreePath) ToC() unsafe.Pointer
- func (recv *TreePath) ToString() string
- func (recv *TreePath) Up() bool
- type TreeRowReference
- type TreeSelection
- func (recv *TreeSelection) ConnectChanged(callback TreeSelectionSignalChangedCallback) int
- func (recv *TreeSelection) DisconnectChanged(connectionID int)
- func (recv *TreeSelection) GetMode() SelectionMode
- func (recv *TreeSelection) GetSelected() (bool, *TreeModel, *TreeIter)
- func (recv *TreeSelection) GetTreeView() *TreeView
- func (recv *TreeSelection) GetUserData() uintptr
- func (recv *TreeSelection) IterIsSelected(iter *TreeIter) bool
- func (recv *TreeSelection) Object() *gobject.Object
- func (recv *TreeSelection) PathIsSelected(path *TreePath) bool
- func (recv *TreeSelection) SelectAll()
- func (recv *TreeSelection) SelectIter(iter *TreeIter)
- func (recv *TreeSelection) SelectPath(path *TreePath)
- func (recv *TreeSelection) SelectRange(startPath *TreePath, endPath *TreePath)
- func (recv *TreeSelection) SetMode(type_ SelectionMode)
- func (recv *TreeSelection) ToC() unsafe.Pointer
- func (recv *TreeSelection) UnselectAll()
- func (recv *TreeSelection) UnselectIter(iter *TreeIter)
- func (recv *TreeSelection) UnselectPath(path *TreePath)
- type TreeSelectionClass
- type TreeSelectionPrivate
- type TreeSelectionSignalChangedCallback
- type TreeSortable
- func (recv *TreeSortable) ConnectSortColumnChanged(callback TreeSortableSignalSortColumnChangedCallback) int
- func (recv *TreeSortable) DisconnectSortColumnChanged(connectionID int)
- func (recv *TreeSortable) HasDefaultSortFunc() bool
- func (recv *TreeSortable) SetSortColumnId(sortColumnId int32, order SortType)
- func (recv *TreeSortable) SortColumnChanged()
- func (recv *TreeSortable) ToC() unsafe.Pointer
- type TreeSortableIface
- type TreeSortableSignalSortColumnChangedCallback
- type TreeStore
- func (recv *TreeStore) Append(parent *TreeIter) *TreeIter
- func (recv *TreeStore) Buildable() *Buildable
- func (recv *TreeStore) Clear()
- func (recv *TreeStore) Insert(parent *TreeIter, position int32) *TreeIter
- func (recv *TreeStore) InsertAfter(parent *TreeIter, sibling *TreeIter) *TreeIter
- func (recv *TreeStore) InsertBefore(parent *TreeIter, sibling *TreeIter) *TreeIter
- func (recv *TreeStore) IsAncestor(iter *TreeIter, descendant *TreeIter) bool
- func (recv *TreeStore) IterDepth(iter *TreeIter) int32
- func (recv *TreeStore) Object() *gobject.Object
- func (recv *TreeStore) Prepend(parent *TreeIter) *TreeIter
- func (recv *TreeStore) Remove(iter *TreeIter) bool
- func (recv *TreeStore) SetColumnTypes(types []gobject.Type)
- func (recv *TreeStore) SetValue(iter *TreeIter, column int32, value *gobject.Value)
- func (recv *TreeStore) ToC() unsafe.Pointer
- func (recv *TreeStore) TreeDragDest() *TreeDragDest
- func (recv *TreeStore) TreeDragSource() *TreeDragSource
- func (recv *TreeStore) TreeModel() *TreeModel
- func (recv *TreeStore) TreeSortable() *TreeSortable
- type TreeStoreClass
- type TreeStorePrivate
- type TreeView
- func (recv *TreeView) AppendColumn(column *TreeViewColumn) int32
- func (recv *TreeView) Buildable() *Buildable
- func (recv *TreeView) CollapseAll()
- func (recv *TreeView) CollapseRow(path *TreePath) bool
- func (recv *TreeView) ColumnsAutosize()
- func (recv *TreeView) ConnectColumnsChanged(callback TreeViewSignalColumnsChangedCallback) int
- func (recv *TreeView) ConnectCursorChanged(callback TreeViewSignalCursorChangedCallback) int
- func (recv *TreeView) ConnectExpandCollapseCursorRow(callback TreeViewSignalExpandCollapseCursorRowCallback) int
- func (recv *TreeView) ConnectRowActivated(callback TreeViewSignalRowActivatedCallback) int
- func (recv *TreeView) ConnectRowCollapsed(callback TreeViewSignalRowCollapsedCallback) int
- func (recv *TreeView) ConnectRowExpanded(callback TreeViewSignalRowExpandedCallback) int
- func (recv *TreeView) ConnectSelectAll(callback TreeViewSignalSelectAllCallback) int
- func (recv *TreeView) ConnectSelectCursorParent(callback TreeViewSignalSelectCursorParentCallback) int
- func (recv *TreeView) ConnectSelectCursorRow(callback TreeViewSignalSelectCursorRowCallback) int
- func (recv *TreeView) ConnectStartInteractiveSearch(callback TreeViewSignalStartInteractiveSearchCallback) int
- func (recv *TreeView) ConnectTestCollapseRow(callback TreeViewSignalTestCollapseRowCallback) int
- func (recv *TreeView) ConnectTestExpandRow(callback TreeViewSignalTestExpandRowCallback) int
- func (recv *TreeView) ConnectToggleCursorRow(callback TreeViewSignalToggleCursorRowCallback) int
- func (recv *TreeView) ConnectUnselectAll(callback TreeViewSignalUnselectAllCallback) int
- func (recv *TreeView) Container() *Container
- func (recv *TreeView) CreateRowDragIcon(path *TreePath) *cairo.Surface
- func (recv *TreeView) DisconnectColumnsChanged(connectionID int)
- func (recv *TreeView) DisconnectCursorChanged(connectionID int)
- func (recv *TreeView) DisconnectExpandCollapseCursorRow(connectionID int)
- func (recv *TreeView) DisconnectRowActivated(connectionID int)
- func (recv *TreeView) DisconnectRowCollapsed(connectionID int)
- func (recv *TreeView) DisconnectRowExpanded(connectionID int)
- func (recv *TreeView) DisconnectSelectAll(connectionID int)
- func (recv *TreeView) DisconnectSelectCursorParent(connectionID int)
- func (recv *TreeView) DisconnectSelectCursorRow(connectionID int)
- func (recv *TreeView) DisconnectStartInteractiveSearch(connectionID int)
- func (recv *TreeView) DisconnectTestCollapseRow(connectionID int)
- func (recv *TreeView) DisconnectTestExpandRow(connectionID int)
- func (recv *TreeView) DisconnectToggleCursorRow(connectionID int)
- func (recv *TreeView) DisconnectUnselectAll(connectionID int)
- func (recv *TreeView) ExpandAll()
- func (recv *TreeView) ExpandRow(path *TreePath, openAll bool) bool
- func (recv *TreeView) GetBinWindow() *gdk.Window
- func (recv *TreeView) GetColumn(n int32) *TreeViewColumn
- func (recv *TreeView) GetColumns() *glib.List
- func (recv *TreeView) GetCursor() (*TreePath, *TreeViewColumn)
- func (recv *TreeView) GetEnableSearch() bool
- func (recv *TreeView) GetExpanderColumn() *TreeViewColumn
- func (recv *TreeView) GetHadjustment() *Adjustment
- func (recv *TreeView) GetHeadersVisible() bool
- func (recv *TreeView) GetModel() *TreeModel
- func (recv *TreeView) GetPathAtPos(x int32, y int32) (bool, *TreePath, *TreeViewColumn, int32, int32)
- func (recv *TreeView) GetReorderable() bool
- func (recv *TreeView) GetRulesHint() bool
- func (recv *TreeView) GetSearchColumn() int32
- func (recv *TreeView) GetSelection() *TreeSelection
- func (recv *TreeView) GetVadjustment() *Adjustment
- func (recv *TreeView) ImplementorIface() *atk.ImplementorIface
- func (recv *TreeView) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *TreeView) InsertColumn(column *TreeViewColumn, position int32) int32
- func (recv *TreeView) MoveColumnAfter(column *TreeViewColumn, baseColumn *TreeViewColumn)
- func (recv *TreeView) Object() *gobject.Object
- func (recv *TreeView) RemoveColumn(column *TreeViewColumn) int32
- func (recv *TreeView) RowActivated(path *TreePath, column *TreeViewColumn)
- func (recv *TreeView) RowExpanded(path *TreePath) bool
- func (recv *TreeView) ScrollToCell(path *TreePath, column *TreeViewColumn, useAlign bool, rowAlign float32, ...)
- func (recv *TreeView) ScrollToPoint(treeX int32, treeY int32)
- func (recv *TreeView) Scrollable() *Scrollable
- func (recv *TreeView) SetCursor(path *TreePath, focusColumn *TreeViewColumn, startEditing bool)
- func (recv *TreeView) SetDragDestRow(path *TreePath, pos TreeViewDropPosition)
- func (recv *TreeView) SetEnableSearch(enableSearch bool)
- func (recv *TreeView) SetExpanderColumn(column *TreeViewColumn)
- func (recv *TreeView) SetHadjustment(adjustment *Adjustment)
- func (recv *TreeView) SetHeadersClickable(setting bool)
- func (recv *TreeView) SetHeadersVisible(headersVisible bool)
- func (recv *TreeView) SetModel(model *TreeModel)
- func (recv *TreeView) SetReorderable(reorderable bool)
- func (recv *TreeView) SetRulesHint(setting bool)
- func (recv *TreeView) SetSearchColumn(column int32)
- func (recv *TreeView) SetVadjustment(adjustment *Adjustment)
- func (recv *TreeView) ToC() unsafe.Pointer
- func (recv *TreeView) UnsetRowsDragDest()
- func (recv *TreeView) UnsetRowsDragSource()
- func (recv *TreeView) Widget() *Widget
- type TreeViewAccessible
- func (recv *TreeViewAccessible) Accessible() *Accessible
- func (recv *TreeViewAccessible) CellAccessibleParent() *CellAccessibleParent
- func (recv *TreeViewAccessible) Component() *atk.Component
- func (recv *TreeViewAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *TreeViewAccessible) Object() *atk.Object
- func (recv *TreeViewAccessible) Selection() *atk.Selection
- func (recv *TreeViewAccessible) Table() *atk.Table
- func (recv *TreeViewAccessible) ToC() unsafe.Pointer
- func (recv *TreeViewAccessible) WidgetAccessible() *WidgetAccessible
- type TreeViewAccessibleClass
- type TreeViewAccessiblePrivate
- type TreeViewClass
- type TreeViewColumn
- func (recv *TreeViewColumn) AddAttribute(cellRenderer *CellRenderer, attribute string, column int32)
- func (recv *TreeViewColumn) Buildable() *Buildable
- func (recv *TreeViewColumn) CellGetPosition(cellRenderer *CellRenderer) (bool, int32, int32)
- func (recv *TreeViewColumn) CellIsVisible() bool
- func (recv *TreeViewColumn) CellLayout() *CellLayout
- func (recv *TreeViewColumn) CellSetCellData(treeModel *TreeModel, iter *TreeIter, isExpander bool, isExpanded bool)
- func (recv *TreeViewColumn) Clear()
- func (recv *TreeViewColumn) ClearAttributes(cellRenderer *CellRenderer)
- func (recv *TreeViewColumn) Clicked()
- func (recv *TreeViewColumn) ConnectClicked(callback TreeViewColumnSignalClickedCallback) int
- func (recv *TreeViewColumn) DisconnectClicked(connectionID int)
- func (recv *TreeViewColumn) GetAlignment() float32
- func (recv *TreeViewColumn) GetClickable() bool
- func (recv *TreeViewColumn) GetFixedWidth() int32
- func (recv *TreeViewColumn) GetMaxWidth() int32
- func (recv *TreeViewColumn) GetMinWidth() int32
- func (recv *TreeViewColumn) GetReorderable() bool
- func (recv *TreeViewColumn) GetResizable() bool
- func (recv *TreeViewColumn) GetSizing() TreeViewColumnSizing
- func (recv *TreeViewColumn) GetSortColumnId() int32
- func (recv *TreeViewColumn) GetSortIndicator() bool
- func (recv *TreeViewColumn) GetSortOrder() SortType
- func (recv *TreeViewColumn) GetSpacing() int32
- func (recv *TreeViewColumn) GetTitle() string
- func (recv *TreeViewColumn) GetVisible() bool
- func (recv *TreeViewColumn) GetWidget() *Widget
- func (recv *TreeViewColumn) GetWidth() int32
- func (recv *TreeViewColumn) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *TreeViewColumn) Object() *gobject.Object
- func (recv *TreeViewColumn) PackEnd(cell *CellRenderer, expand bool)
- func (recv *TreeViewColumn) PackStart(cell *CellRenderer, expand bool)
- func (recv *TreeViewColumn) SetAlignment(xalign float32)
- func (recv *TreeViewColumn) SetClickable(clickable bool)
- func (recv *TreeViewColumn) SetFixedWidth(fixedWidth int32)
- func (recv *TreeViewColumn) SetMaxWidth(maxWidth int32)
- func (recv *TreeViewColumn) SetMinWidth(minWidth int32)
- func (recv *TreeViewColumn) SetReorderable(reorderable bool)
- func (recv *TreeViewColumn) SetResizable(resizable bool)
- func (recv *TreeViewColumn) SetSizing(type_ TreeViewColumnSizing)
- func (recv *TreeViewColumn) SetSortColumnId(sortColumnId int32)
- func (recv *TreeViewColumn) SetSortIndicator(setting bool)
- func (recv *TreeViewColumn) SetSortOrder(order SortType)
- func (recv *TreeViewColumn) SetSpacing(spacing int32)
- func (recv *TreeViewColumn) SetTitle(title string)
- func (recv *TreeViewColumn) SetVisible(visible bool)
- func (recv *TreeViewColumn) SetWidget(widget *Widget)
- func (recv *TreeViewColumn) ToC() unsafe.Pointer
- type TreeViewColumnClass
- type TreeViewColumnPrivate
- type TreeViewColumnSignalClickedCallback
- type TreeViewColumnSizing
- type TreeViewDropPosition
- type TreeViewGridLines
- type TreeViewPrivate
- type TreeViewSignalColumnsChangedCallback
- type TreeViewSignalCursorChangedCallback
- type TreeViewSignalExpandCollapseCursorRowCallback
- type TreeViewSignalRowActivatedCallback
- type TreeViewSignalRowCollapsedCallback
- type TreeViewSignalRowExpandedCallback
- type TreeViewSignalSelectAllCallback
- type TreeViewSignalSelectCursorParentCallback
- type TreeViewSignalSelectCursorRowCallback
- type TreeViewSignalStartInteractiveSearchCallback
- type TreeViewSignalTestCollapseRowCallback
- type TreeViewSignalTestExpandRowCallback
- type TreeViewSignalToggleCursorRowCallback
- type TreeViewSignalUnselectAllCallback
- type UIManager
- type UIManagerClass
- type UIManagerItemType
- type UIManagerPrivate
- type Unit
- type VBox
- func (recv *VBox) Box() *Box
- func (recv *VBox) Buildable() *Buildable
- func (recv *VBox) Container() *Container
- func (recv *VBox) ImplementorIface() *atk.ImplementorIface
- func (recv *VBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *VBox) Object() *gobject.Object
- func (recv *VBox) Orientable() *Orientable
- func (recv *VBox) ToC() unsafe.Pointer
- func (recv *VBox) Widget() *Widget
- type VBoxClass
- type VButtonBox
- func (recv *VButtonBox) Box() *Box
- func (recv *VButtonBox) Buildable() *Buildable
- func (recv *VButtonBox) ButtonBox() *ButtonBox
- func (recv *VButtonBox) Container() *Container
- func (recv *VButtonBox) ImplementorIface() *atk.ImplementorIface
- func (recv *VButtonBox) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *VButtonBox) Object() *gobject.Object
- func (recv *VButtonBox) Orientable() *Orientable
- func (recv *VButtonBox) ToC() unsafe.Pointer
- func (recv *VButtonBox) Widget() *Widget
- type VButtonBoxClass
- type VPaned
- func (recv *VPaned) Buildable() *Buildable
- func (recv *VPaned) Container() *Container
- func (recv *VPaned) ImplementorIface() *atk.ImplementorIface
- func (recv *VPaned) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *VPaned) Object() *gobject.Object
- func (recv *VPaned) Orientable() *Orientable
- func (recv *VPaned) Paned() *Paned
- func (recv *VPaned) ToC() unsafe.Pointer
- func (recv *VPaned) Widget() *Widget
- type VPanedClass
- type VScale
- func (recv *VScale) Buildable() *Buildable
- func (recv *VScale) ImplementorIface() *atk.ImplementorIface
- func (recv *VScale) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *VScale) Object() *gobject.Object
- func (recv *VScale) Orientable() *Orientable
- func (recv *VScale) Range() *Range
- func (recv *VScale) Scale() *Scale
- func (recv *VScale) ToC() unsafe.Pointer
- func (recv *VScale) Widget() *Widget
- type VScaleClass
- type VScrollbar
- func (recv *VScrollbar) Buildable() *Buildable
- func (recv *VScrollbar) ImplementorIface() *atk.ImplementorIface
- func (recv *VScrollbar) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *VScrollbar) Object() *gobject.Object
- func (recv *VScrollbar) Orientable() *Orientable
- func (recv *VScrollbar) Range() *Range
- func (recv *VScrollbar) Scrollbar() *Scrollbar
- func (recv *VScrollbar) ToC() unsafe.Pointer
- func (recv *VScrollbar) Widget() *Widget
- type VScrollbarClass
- type VSeparator
- func (recv *VSeparator) Buildable() *Buildable
- func (recv *VSeparator) ImplementorIface() *atk.ImplementorIface
- func (recv *VSeparator) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *VSeparator) Object() *gobject.Object
- func (recv *VSeparator) Orientable() *Orientable
- func (recv *VSeparator) Separator() *Separator
- func (recv *VSeparator) ToC() unsafe.Pointer
- func (recv *VSeparator) Widget() *Widget
- type VSeparatorClass
- type Viewport
- func (recv *Viewport) Bin() *Bin
- func (recv *Viewport) Buildable() *Buildable
- func (recv *Viewport) Container() *Container
- func (recv *Viewport) GetHadjustment() *Adjustment
- func (recv *Viewport) GetShadowType() ShadowType
- func (recv *Viewport) GetVadjustment() *Adjustment
- func (recv *Viewport) ImplementorIface() *atk.ImplementorIface
- func (recv *Viewport) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Viewport) Object() *gobject.Object
- func (recv *Viewport) Scrollable() *Scrollable
- func (recv *Viewport) SetHadjustment(adjustment *Adjustment)
- func (recv *Viewport) SetShadowType(type_ ShadowType)
- func (recv *Viewport) SetVadjustment(adjustment *Adjustment)
- func (recv *Viewport) ToC() unsafe.Pointer
- func (recv *Viewport) Widget() *Widget
- type ViewportClass
- type ViewportPrivate
- type VolumeButton
- func (recv *VolumeButton) Actionable() *Actionable
- func (recv *VolumeButton) Activatable() *Activatable
- func (recv *VolumeButton) Bin() *Bin
- func (recv *VolumeButton) Buildable() *Buildable
- func (recv *VolumeButton) Button() *Button
- func (recv *VolumeButton) Container() *Container
- func (recv *VolumeButton) ImplementorIface() *atk.ImplementorIface
- func (recv *VolumeButton) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *VolumeButton) Object() *gobject.Object
- func (recv *VolumeButton) Orientable() *Orientable
- func (recv *VolumeButton) ScaleButton() *ScaleButton
- func (recv *VolumeButton) ToC() unsafe.Pointer
- func (recv *VolumeButton) Widget() *Widget
- type VolumeButtonClass
- type Widget
- func (recv *Widget) Activate() bool
- func (recv *Widget) AddAccelerator(accelSignal string, accelGroup *AccelGroup, accelKey uint32, ...)
- func (recv *Widget) AddEvents(events int32)
- func (recv *Widget) Buildable() *Buildable
- func (recv *Widget) ChildFocus(direction DirectionType) bool
- func (recv *Widget) ChildNotify(childProperty string)
- func (recv *Widget) ClassPath() (uint32, string, string)
- func (recv *Widget) ComputeExpand(orientation Orientation) bool
- func (recv *Widget) ConnectAccelClosuresChanged(callback WidgetSignalAccelClosuresChangedCallback) int
- func (recv *Widget) ConnectButtonPressEvent(callback WidgetSignalButtonPressEventCallback) int
- func (recv *Widget) ConnectButtonReleaseEvent(callback WidgetSignalButtonReleaseEventCallback) int
- func (recv *Widget) ConnectCompositedChanged(callback WidgetSignalCompositedChangedCallback) int
- func (recv *Widget) ConnectConfigureEvent(callback WidgetSignalConfigureEventCallback) int
- func (recv *Widget) ConnectDestroy(callback WidgetSignalDestroyCallback) int
- func (recv *Widget) ConnectDragBegin(callback WidgetSignalDragBeginCallback) int
- func (recv *Widget) ConnectDragDataDelete(callback WidgetSignalDragDataDeleteCallback) int
- func (recv *Widget) ConnectDragEnd(callback WidgetSignalDragEndCallback) int
- func (recv *Widget) ConnectEnterNotifyEvent(callback WidgetSignalEnterNotifyEventCallback) int
- func (recv *Widget) ConnectFocusInEvent(callback WidgetSignalFocusInEventCallback) int
- func (recv *Widget) ConnectFocusOutEvent(callback WidgetSignalFocusOutEventCallback) int
- func (recv *Widget) ConnectGrabFocus(callback WidgetSignalGrabFocusCallback) int
- func (recv *Widget) ConnectGrabNotify(callback WidgetSignalGrabNotifyCallback) int
- func (recv *Widget) ConnectHide(callback WidgetSignalHideCallback) int
- func (recv *Widget) ConnectHierarchyChanged(callback WidgetSignalHierarchyChangedCallback) int
- func (recv *Widget) ConnectKeyPressEvent(callback WidgetSignalKeyPressEventCallback) int
- func (recv *Widget) ConnectKeyReleaseEvent(callback WidgetSignalKeyReleaseEventCallback) int
- func (recv *Widget) ConnectLeaveNotifyEvent(callback WidgetSignalLeaveNotifyEventCallback) int
- func (recv *Widget) ConnectMap(callback WidgetSignalMapCallback) int
- func (recv *Widget) ConnectMapEvent(callback WidgetSignalMapEventCallback) int
- func (recv *Widget) ConnectMnemonicActivate(callback WidgetSignalMnemonicActivateCallback) int
- func (recv *Widget) ConnectMotionNotifyEvent(callback WidgetSignalMotionNotifyEventCallback) int
- func (recv *Widget) ConnectParentSet(callback WidgetSignalParentSetCallback) int
- func (recv *Widget) ConnectPopupMenu(callback WidgetSignalPopupMenuCallback) int
- func (recv *Widget) ConnectPropertyNotifyEvent(callback WidgetSignalPropertyNotifyEventCallback) int
- func (recv *Widget) ConnectProximityInEvent(callback WidgetSignalProximityInEventCallback) int
- func (recv *Widget) ConnectProximityOutEvent(callback WidgetSignalProximityOutEventCallback) int
- func (recv *Widget) ConnectRealize(callback WidgetSignalRealizeCallback) int
- func (recv *Widget) ConnectScreenChanged(callback WidgetSignalScreenChangedCallback) int
- func (recv *Widget) ConnectScrollEvent(callback WidgetSignalScrollEventCallback) int
- func (recv *Widget) ConnectSelectionClearEvent(callback WidgetSignalSelectionClearEventCallback) int
- func (recv *Widget) ConnectSelectionNotifyEvent(callback WidgetSignalSelectionNotifyEventCallback) int
- func (recv *Widget) ConnectSelectionRequestEvent(callback WidgetSignalSelectionRequestEventCallback) int
- func (recv *Widget) ConnectShow(callback WidgetSignalShowCallback) int
- func (recv *Widget) ConnectStyleSet(callback WidgetSignalStyleSetCallback) int
- func (recv *Widget) ConnectUnmap(callback WidgetSignalUnmapCallback) int
- func (recv *Widget) ConnectUnmapEvent(callback WidgetSignalUnmapEventCallback) int
- func (recv *Widget) ConnectUnrealize(callback WidgetSignalUnrealizeCallback) int
- func (recv *Widget) ConnectVisibilityNotifyEvent(callback WidgetSignalVisibilityNotifyEventCallback) int
- func (recv *Widget) ConnectWindowStateEvent(callback WidgetSignalWindowStateEventCallback) int
- func (recv *Widget) CreatePangoContext() *pango.Context
- func (recv *Widget) CreatePangoLayout(text string) *pango.Layout
- func (recv *Widget) Destroy()
- func (recv *Widget) Destroyed(widgetPointer *Widget)
- func (recv *Widget) DisconnectAccelClosuresChanged(connectionID int)
- func (recv *Widget) DisconnectButtonPressEvent(connectionID int)
- func (recv *Widget) DisconnectButtonReleaseEvent(connectionID int)
- func (recv *Widget) DisconnectCompositedChanged(connectionID int)
- func (recv *Widget) DisconnectConfigureEvent(connectionID int)
- func (recv *Widget) DisconnectDestroy(connectionID int)
- func (recv *Widget) DisconnectDragBegin(connectionID int)
- func (recv *Widget) DisconnectDragDataDelete(connectionID int)
- func (recv *Widget) DisconnectDragEnd(connectionID int)
- func (recv *Widget) DisconnectEnterNotifyEvent(connectionID int)
- func (recv *Widget) DisconnectFocusInEvent(connectionID int)
- func (recv *Widget) DisconnectFocusOutEvent(connectionID int)
- func (recv *Widget) DisconnectGrabFocus(connectionID int)
- func (recv *Widget) DisconnectGrabNotify(connectionID int)
- func (recv *Widget) DisconnectHide(connectionID int)
- func (recv *Widget) DisconnectHierarchyChanged(connectionID int)
- func (recv *Widget) DisconnectKeyPressEvent(connectionID int)
- func (recv *Widget) DisconnectKeyReleaseEvent(connectionID int)
- func (recv *Widget) DisconnectLeaveNotifyEvent(connectionID int)
- func (recv *Widget) DisconnectMap(connectionID int)
- func (recv *Widget) DisconnectMapEvent(connectionID int)
- func (recv *Widget) DisconnectMnemonicActivate(connectionID int)
- func (recv *Widget) DisconnectMotionNotifyEvent(connectionID int)
- func (recv *Widget) DisconnectParentSet(connectionID int)
- func (recv *Widget) DisconnectPopupMenu(connectionID int)
- func (recv *Widget) DisconnectPropertyNotifyEvent(connectionID int)
- func (recv *Widget) DisconnectProximityInEvent(connectionID int)
- func (recv *Widget) DisconnectProximityOutEvent(connectionID int)
- func (recv *Widget) DisconnectRealize(connectionID int)
- func (recv *Widget) DisconnectScreenChanged(connectionID int)
- func (recv *Widget) DisconnectScrollEvent(connectionID int)
- func (recv *Widget) DisconnectSelectionClearEvent(connectionID int)
- func (recv *Widget) DisconnectSelectionNotifyEvent(connectionID int)
- func (recv *Widget) DisconnectSelectionRequestEvent(connectionID int)
- func (recv *Widget) DisconnectShow(connectionID int)
- func (recv *Widget) DisconnectStyleSet(connectionID int)
- func (recv *Widget) DisconnectUnmap(connectionID int)
- func (recv *Widget) DisconnectUnmapEvent(connectionID int)
- func (recv *Widget) DisconnectUnrealize(connectionID int)
- func (recv *Widget) DisconnectVisibilityNotifyEvent(connectionID int)
- func (recv *Widget) DisconnectWindowStateEvent(connectionID int)
- func (recv *Widget) DragCheckThreshold(startX int32, startY int32, currentX int32, currentY int32) bool
- func (recv *Widget) DragDestGetTargetList() *TargetList
- func (recv *Widget) DragDestSetProxy(proxyWindow *gdk.Window, protocol gdk.DragProtocol, useCoordinates bool)
- func (recv *Widget) DragDestSetTargetList(targetList *TargetList)
- func (recv *Widget) DragDestUnset()
- func (recv *Widget) DragHighlight()
- func (recv *Widget) DragSourceSetIconPixbuf(pixbuf *gdkpixbuf.Pixbuf)
- func (recv *Widget) DragSourceSetIconStock(stockId string)
- func (recv *Widget) DragSourceUnset()
- func (recv *Widget) DragUnhighlight()
- func (recv *Widget) EnsureStyle()
- func (recv *Widget) FreezeChildNotify()
- func (recv *Widget) GetAccessible() *atk.Object
- func (recv *Widget) GetAllocatedHeight() int32
- func (recv *Widget) GetAllocatedWidth() int32
- func (recv *Widget) GetAncestor(widgetType gobject.Type) *Widget
- func (recv *Widget) GetChildRequisition() *Requisition
- func (recv *Widget) GetChildVisible() bool
- func (recv *Widget) GetCompositeName() string
- func (recv *Widget) GetDirection() TextDirection
- func (recv *Widget) GetEvents() int32
- func (recv *Widget) GetHalign() Align
- func (recv *Widget) GetHexpand() bool
- func (recv *Widget) GetHexpandSet() bool
- func (recv *Widget) GetModifierStyle() *RcStyle
- func (recv *Widget) GetName() string
- func (recv *Widget) GetPangoContext() *pango.Context
- func (recv *Widget) GetParent() *Widget
- func (recv *Widget) GetParentWindow() *gdk.Window
- func (recv *Widget) GetPath() *WidgetPath
- func (recv *Widget) GetPointer() (int32, int32)
- func (recv *Widget) GetSettings() *Settings
- func (recv *Widget) GetSizeRequest() (int32, int32)
- func (recv *Widget) GetStyle() *Style
- func (recv *Widget) GetStyleContext() *StyleContext
- func (recv *Widget) GetSupportMultidevice() bool
- func (recv *Widget) GetTemplateChild(widgetType gobject.Type, name string) *gobject.Object
- func (recv *Widget) GetToplevel() *Widget
- func (recv *Widget) GetValign() Align
- func (recv *Widget) GetVexpand() bool
- func (recv *Widget) GetVexpandSet() bool
- func (recv *Widget) GetVisual() *gdk.Visual
- func (recv *Widget) GrabAdd()
- func (recv *Widget) GrabDefault()
- func (recv *Widget) GrabFocus()
- func (recv *Widget) GrabRemove()
- func (recv *Widget) Hide()
- func (recv *Widget) HideOnDelete() bool
- func (recv *Widget) ImplementorIface() *atk.ImplementorIface
- func (recv *Widget) InDestruction() bool
- func (recv *Widget) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Widget) IsAncestor(ancestor *Widget) bool
- func (recv *Widget) IsFocus() bool
- func (recv *Widget) ListAccelClosures() *glib.List
- func (recv *Widget) Map()
- func (recv *Widget) MnemonicActivate(groupCycling bool) bool
- func (recv *Widget) ModifyBase(state StateType, color *gdk.Color)
- func (recv *Widget) ModifyBg(state StateType, color *gdk.Color)
- func (recv *Widget) ModifyFg(state StateType, color *gdk.Color)
- func (recv *Widget) ModifyFont(fontDesc *pango.FontDescription)
- func (recv *Widget) ModifyStyle(style *RcStyle)
- func (recv *Widget) ModifyText(state StateType, color *gdk.Color)
- func (recv *Widget) Object() *gobject.Object
- func (recv *Widget) Path() (uint32, string, string)
- func (recv *Widget) QueueComputeExpand()
- func (recv *Widget) QueueDraw()
- func (recv *Widget) QueueDrawArea(x int32, y int32, width int32, height int32)
- func (recv *Widget) QueueResize()
- func (recv *Widget) Realize()
- func (recv *Widget) RegionIntersect(region *cairo.Region) *cairo.Region
- func (recv *Widget) RemoveAccelerator(accelGroup *AccelGroup, accelKey uint32, accelMods gdk.ModifierType) bool
- func (recv *Widget) RenderIcon(stockId string, size IconSize, detail string) *gdkpixbuf.Pixbuf
- func (recv *Widget) Reparent(newParent *Widget)
- func (recv *Widget) ResetRcStyles()
- func (recv *Widget) SetAccelPath(accelPath string, accelGroup *AccelGroup)
- func (recv *Widget) SetAppPaintable(appPaintable bool)
- func (recv *Widget) SetChildVisible(isVisible bool)
- func (recv *Widget) SetCompositeName(name string)
- func (recv *Widget) SetDirection(dir TextDirection)
- func (recv *Widget) SetDoubleBuffered(doubleBuffered bool)
- func (recv *Widget) SetEvents(events int32)
- func (recv *Widget) SetHalign(align Align)
- func (recv *Widget) SetHexpand(expand bool)
- func (recv *Widget) SetHexpandSet(set bool)
- func (recv *Widget) SetName(name string)
- func (recv *Widget) SetParent(parent *Widget)
- func (recv *Widget) SetParentWindow(parentWindow *gdk.Window)
- func (recv *Widget) SetRedrawOnAllocate(redrawOnAllocate bool)
- func (recv *Widget) SetSensitive(sensitive bool)
- func (recv *Widget) SetSizeRequest(width int32, height int32)
- func (recv *Widget) SetState(state StateType)
- func (recv *Widget) SetStyle(style *Style)
- func (recv *Widget) SetValign(align Align)
- func (recv *Widget) SetVexpand(expand bool)
- func (recv *Widget) SetVexpandSet(set bool)
- func (recv *Widget) SetVisual(visual *gdk.Visual)
- func (recv *Widget) Show()
- func (recv *Widget) ShowAll()
- func (recv *Widget) ShowNow()
- func (recv *Widget) SizeRequest() *Requisition
- func (recv *Widget) StyleGetProperty(propertyName string, value *gobject.Value)
- func (recv *Widget) ThawChildNotify()
- func (recv *Widget) ToC() unsafe.Pointer
- func (recv *Widget) TranslateCoordinates(destWidget *Widget, srcX int32, srcY int32) (bool, int32, int32)
- func (recv *Widget) Unmap()
- func (recv *Widget) Unparent()
- func (recv *Widget) Unrealize()
- type WidgetAccessible
- type WidgetAccessibleClass
- type WidgetAccessiblePrivate
- type WidgetClass
- type WidgetClassPrivate
- type WidgetHelpType
- type WidgetPath
- type WidgetPrivate
- type WidgetSignalAccelClosuresChangedCallback
- type WidgetSignalButtonPressEventCallback
- type WidgetSignalButtonReleaseEventCallback
- type WidgetSignalCompositedChangedCallback
- type WidgetSignalConfigureEventCallback
- type WidgetSignalDestroyCallback
- type WidgetSignalDragBeginCallback
- type WidgetSignalDragDataDeleteCallback
- type WidgetSignalDragEndCallback
- type WidgetSignalEnterNotifyEventCallback
- type WidgetSignalFocusInEventCallback
- type WidgetSignalFocusOutEventCallback
- type WidgetSignalGrabFocusCallback
- type WidgetSignalGrabNotifyCallback
- type WidgetSignalHideCallback
- type WidgetSignalHierarchyChangedCallback
- type WidgetSignalKeyPressEventCallback
- type WidgetSignalKeyReleaseEventCallback
- type WidgetSignalLeaveNotifyEventCallback
- type WidgetSignalMapCallback
- type WidgetSignalMapEventCallback
- type WidgetSignalMnemonicActivateCallback
- type WidgetSignalMotionNotifyEventCallback
- type WidgetSignalParentSetCallback
- type WidgetSignalPopupMenuCallback
- type WidgetSignalPropertyNotifyEventCallback
- type WidgetSignalProximityInEventCallback
- type WidgetSignalProximityOutEventCallback
- type WidgetSignalRealizeCallback
- type WidgetSignalScreenChangedCallback
- type WidgetSignalScrollEventCallback
- type WidgetSignalSelectionClearEventCallback
- type WidgetSignalSelectionNotifyEventCallback
- type WidgetSignalSelectionRequestEventCallback
- type WidgetSignalShowCallback
- type WidgetSignalStyleSetCallback
- type WidgetSignalUnmapCallback
- type WidgetSignalUnmapEventCallback
- type WidgetSignalUnrealizeCallback
- type WidgetSignalVisibilityNotifyEventCallback
- type WidgetSignalWindowStateEventCallback
- type Window
- func (recv *Window) ActivateDefault() bool
- func (recv *Window) ActivateFocus() bool
- func (recv *Window) AddAccelGroup(accelGroup *AccelGroup)
- func (recv *Window) AddMnemonic(keyval uint32, target *Widget)
- func (recv *Window) BeginMoveDrag(button int32, rootX int32, rootY int32, timestamp uint32)
- func (recv *Window) BeginResizeDrag(edge gdk.WindowEdge, button int32, rootX int32, rootY int32, timestamp uint32)
- func (recv *Window) Bin() *Bin
- func (recv *Window) Buildable() *Buildable
- func (recv *Window) ConnectActivateDefault(callback WindowSignalActivateDefaultCallback) int
- func (recv *Window) ConnectActivateFocus(callback WindowSignalActivateFocusCallback) int
- func (recv *Window) ConnectEnableDebugging(callback WindowSignalEnableDebuggingCallback) int
- func (recv *Window) ConnectKeysChanged(callback WindowSignalKeysChangedCallback) int
- func (recv *Window) ConnectSetFocus(callback WindowSignalSetFocusCallback) int
- func (recv *Window) Container() *Container
- func (recv *Window) Deiconify()
- func (recv *Window) DisconnectActivateDefault(connectionID int)
- func (recv *Window) DisconnectActivateFocus(connectionID int)
- func (recv *Window) DisconnectEnableDebugging(connectionID int)
- func (recv *Window) DisconnectKeysChanged(connectionID int)
- func (recv *Window) DisconnectSetFocus(connectionID int)
- func (recv *Window) GetDecorated() bool
- func (recv *Window) GetDefaultSize() (int32, int32)
- func (recv *Window) GetDestroyWithParent() bool
- func (recv *Window) GetFocus() *Widget
- func (recv *Window) GetGravity() gdk.Gravity
- func (recv *Window) GetIcon() *gdkpixbuf.Pixbuf
- func (recv *Window) GetIconList() *glib.List
- func (recv *Window) GetMnemonicModifier() gdk.ModifierType
- func (recv *Window) GetModal() bool
- func (recv *Window) GetPosition() (int32, int32)
- func (recv *Window) GetResizable() bool
- func (recv *Window) GetRole() string
- func (recv *Window) GetSize() (int32, int32)
- func (recv *Window) GetTitle() string
- func (recv *Window) GetTransientFor() *Window
- func (recv *Window) GetTypeHint() gdk.WindowTypeHint
- func (recv *Window) HasGroup() bool
- func (recv *Window) Iconify()
- func (recv *Window) ImplementorIface() *atk.ImplementorIface
- func (recv *Window) InitiallyUnowned() *gobject.InitiallyUnowned
- func (recv *Window) Maximize()
- func (recv *Window) MnemonicActivate(keyval uint32, modifier gdk.ModifierType) bool
- func (recv *Window) Move(x int32, y int32)
- func (recv *Window) Object() *gobject.Object
- func (recv *Window) ParseGeometry(geometry string) bool
- func (recv *Window) Present()
- func (recv *Window) RemoveAccelGroup(accelGroup *AccelGroup)
- func (recv *Window) RemoveMnemonic(keyval uint32, target *Widget)
- func (recv *Window) ReshowWithInitialSize()
- func (recv *Window) Resize(width int32, height int32)
- func (recv *Window) SetDecorated(setting bool)
- func (recv *Window) SetDefault(defaultWidget *Widget)
- func (recv *Window) SetDefaultSize(width int32, height int32)
- func (recv *Window) SetDestroyWithParent(setting bool)
- func (recv *Window) SetFocus(focus *Widget)
- func (recv *Window) SetGeometryHints(geometryWidget *Widget, geometry *gdk.Geometry, geomMask gdk.WindowHints)
- func (recv *Window) SetGravity(gravity gdk.Gravity)
- func (recv *Window) SetIcon(icon *gdkpixbuf.Pixbuf)
- func (recv *Window) SetIconList(list *glib.List)
- func (recv *Window) SetMnemonicModifier(modifier gdk.ModifierType)
- func (recv *Window) SetModal(modal bool)
- func (recv *Window) SetPosition(position WindowPosition)
- func (recv *Window) SetResizable(resizable bool)
- func (recv *Window) SetRole(role string)
- func (recv *Window) SetTitle(title string)
- func (recv *Window) SetTransientFor(parent *Window)
- func (recv *Window) SetTypeHint(hint gdk.WindowTypeHint)
- func (recv *Window) SetWmclass(wmclassName string, wmclassClass string)
- func (recv *Window) Stick()
- func (recv *Window) ToC() unsafe.Pointer
- func (recv *Window) Unmaximize()
- func (recv *Window) Unstick()
- func (recv *Window) Widget() *Widget
- type WindowAccessible
- func (recv *WindowAccessible) Accessible() *Accessible
- func (recv *WindowAccessible) Component() *atk.Component
- func (recv *WindowAccessible) ContainerAccessible() *ContainerAccessible
- func (recv *WindowAccessible) Object() *atk.Object
- func (recv *WindowAccessible) ToC() unsafe.Pointer
- func (recv *WindowAccessible) WidgetAccessible() *WidgetAccessible
- func (recv *WindowAccessible) Window() *atk.Window
- type WindowAccessibleClass
- type WindowAccessiblePrivate
- type WindowClass
- type WindowGeometryInfo
- type WindowGroup
- type WindowGroupClass
- type WindowGroupPrivate
- type WindowPosition
- type WindowPrivate
- type WindowSignalActivateDefaultCallback
- type WindowSignalActivateFocusCallback
- type WindowSignalEnableDebuggingCallback
- type WindowSignalKeysChangedCallback
- type WindowSignalSetFocusCallback
- type WindowType
- type WrapMode
Constants ¶
const BINARY_AGE int = C.GTK_BINARY_AGE
const INPUT_ERROR int = C.GTK_INPUT_ERROR
const INTERFACE_AGE int = C.GTK_INTERFACE_AGE
const MAJOR_VERSION int = C.GTK_MAJOR_VERSION
const MAX_COMPOSE_LEN int = C.GTK_MAX_COMPOSE_LEN
const MICRO_VERSION int = C.GTK_MICRO_VERSION
const MINOR_VERSION int = C.GTK_MINOR_VERSION
const PAPER_NAME_A3 string = C.GTK_PAPER_NAME_A3
const PAPER_NAME_A4 string = C.GTK_PAPER_NAME_A4
const PAPER_NAME_A5 string = C.GTK_PAPER_NAME_A5
const PAPER_NAME_B5 string = C.GTK_PAPER_NAME_B5
const PAPER_NAME_EXECUTIVE string = C.GTK_PAPER_NAME_EXECUTIVE
const PAPER_NAME_LEGAL string = C.GTK_PAPER_NAME_LEGAL
const PAPER_NAME_LETTER string = C.GTK_PAPER_NAME_LETTER
const PATH_PRIO_MASK int = C.GTK_PATH_PRIO_MASK
const PRINT_SETTINGS_COLLATE string = C.GTK_PRINT_SETTINGS_COLLATE
const PRINT_SETTINGS_DEFAULT_SOURCE string = C.GTK_PRINT_SETTINGS_DEFAULT_SOURCE
const PRINT_SETTINGS_DITHER string = C.GTK_PRINT_SETTINGS_DITHER
const PRINT_SETTINGS_DUPLEX string = C.GTK_PRINT_SETTINGS_DUPLEX
const PRINT_SETTINGS_FINISHINGS string = C.GTK_PRINT_SETTINGS_FINISHINGS
const PRINT_SETTINGS_MEDIA_TYPE string = C.GTK_PRINT_SETTINGS_MEDIA_TYPE
const PRINT_SETTINGS_NUMBER_UP string = C.GTK_PRINT_SETTINGS_NUMBER_UP
const PRINT_SETTINGS_NUMBER_UP_LAYOUT string = C.GTK_PRINT_SETTINGS_NUMBER_UP_LAYOUT
const PRINT_SETTINGS_N_COPIES string = C.GTK_PRINT_SETTINGS_N_COPIES
const PRINT_SETTINGS_ORIENTATION string = C.GTK_PRINT_SETTINGS_ORIENTATION
const PRINT_SETTINGS_OUTPUT_BIN string = C.GTK_PRINT_SETTINGS_OUTPUT_BIN
const PRINT_SETTINGS_OUTPUT_FILE_FORMAT string = C.GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT
const PRINT_SETTINGS_OUTPUT_URI string = C.GTK_PRINT_SETTINGS_OUTPUT_URI
const PRINT_SETTINGS_PAGE_RANGES string = C.GTK_PRINT_SETTINGS_PAGE_RANGES
const PRINT_SETTINGS_PAGE_SET string = C.GTK_PRINT_SETTINGS_PAGE_SET
const PRINT_SETTINGS_PAPER_FORMAT string = C.GTK_PRINT_SETTINGS_PAPER_FORMAT
const PRINT_SETTINGS_PAPER_HEIGHT string = C.GTK_PRINT_SETTINGS_PAPER_HEIGHT
const PRINT_SETTINGS_PAPER_WIDTH string = C.GTK_PRINT_SETTINGS_PAPER_WIDTH
const PRINT_SETTINGS_PRINTER string = C.GTK_PRINT_SETTINGS_PRINTER
const PRINT_SETTINGS_PRINTER_LPI string = C.GTK_PRINT_SETTINGS_PRINTER_LPI
const PRINT_SETTINGS_PRINT_PAGES string = C.GTK_PRINT_SETTINGS_PRINT_PAGES
const PRINT_SETTINGS_QUALITY string = C.GTK_PRINT_SETTINGS_QUALITY
const PRINT_SETTINGS_RESOLUTION string = C.GTK_PRINT_SETTINGS_RESOLUTION
const PRINT_SETTINGS_RESOLUTION_X string = C.GTK_PRINT_SETTINGS_RESOLUTION_X
const PRINT_SETTINGS_RESOLUTION_Y string = C.GTK_PRINT_SETTINGS_RESOLUTION_Y
const PRINT_SETTINGS_REVERSE string = C.GTK_PRINT_SETTINGS_REVERSE
const PRINT_SETTINGS_SCALE string = C.GTK_PRINT_SETTINGS_SCALE
const PRINT_SETTINGS_USE_COLOR string = C.GTK_PRINT_SETTINGS_USE_COLOR
const PRINT_SETTINGS_WIN32_DRIVER_EXTRA string = C.GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA
const PRINT_SETTINGS_WIN32_DRIVER_VERSION string = C.GTK_PRINT_SETTINGS_WIN32_DRIVER_VERSION
const PRIORITY_RESIZE int = C.GTK_PRIORITY_RESIZE
const STYLE_CLASS_ACCELERATOR string = C.GTK_STYLE_CLASS_ACCELERATOR
const STYLE_CLASS_ARROW string = C.GTK_STYLE_CLASS_ARROW
const STYLE_CLASS_BACKGROUND string = C.GTK_STYLE_CLASS_BACKGROUND
const STYLE_CLASS_BOTTOM string = C.GTK_STYLE_CLASS_BOTTOM
const STYLE_CLASS_BUTTON string = C.GTK_STYLE_CLASS_BUTTON
const STYLE_CLASS_CALENDAR string = C.GTK_STYLE_CLASS_CALENDAR
const STYLE_CLASS_CELL string = C.GTK_STYLE_CLASS_CELL
const STYLE_CLASS_CHECK string = C.GTK_STYLE_CLASS_CHECK
const STYLE_CLASS_COMBOBOX_ENTRY string = C.GTK_STYLE_CLASS_COMBOBOX_ENTRY
const STYLE_CLASS_CONTEXT_MENU string = C.GTK_STYLE_CLASS_CONTEXT_MENU
const STYLE_CLASS_CURSOR_HANDLE string = C.GTK_STYLE_CLASS_CURSOR_HANDLE
const STYLE_CLASS_DEFAULT string = C.GTK_STYLE_CLASS_DEFAULT
const STYLE_CLASS_DIM_LABEL string = C.GTK_STYLE_CLASS_DIM_LABEL
const STYLE_CLASS_DND string = C.GTK_STYLE_CLASS_DND
const STYLE_CLASS_DOCK string = C.GTK_STYLE_CLASS_DOCK
const STYLE_CLASS_ENTRY string = C.GTK_STYLE_CLASS_ENTRY
const STYLE_CLASS_ERROR string = C.GTK_STYLE_CLASS_ERROR
const STYLE_CLASS_EXPANDER string = C.GTK_STYLE_CLASS_EXPANDER
const STYLE_CLASS_FRAME string = C.GTK_STYLE_CLASS_FRAME
const STYLE_CLASS_GRIP string = C.GTK_STYLE_CLASS_GRIP
const STYLE_CLASS_HEADER string = C.GTK_STYLE_CLASS_HEADER
const STYLE_CLASS_HIGHLIGHT string = C.GTK_STYLE_CLASS_HIGHLIGHT
const STYLE_CLASS_HORIZONTAL string = C.GTK_STYLE_CLASS_HORIZONTAL
const STYLE_CLASS_IMAGE string = C.GTK_STYLE_CLASS_IMAGE
const STYLE_CLASS_INFO string = C.GTK_STYLE_CLASS_INFO
const STYLE_CLASS_INLINE_TOOLBAR string = C.GTK_STYLE_CLASS_INLINE_TOOLBAR
const STYLE_CLASS_INSERTION_CURSOR string = C.GTK_STYLE_CLASS_INSERTION_CURSOR
const STYLE_CLASS_LEFT string = C.GTK_STYLE_CLASS_LEFT
const STYLE_CLASS_LEVEL_BAR string = C.GTK_STYLE_CLASS_LEVEL_BAR
const STYLE_CLASS_LINKED string = C.GTK_STYLE_CLASS_LINKED
const STYLE_CLASS_LIST string = C.GTK_STYLE_CLASS_LIST
const STYLE_CLASS_LIST_ROW string = C.GTK_STYLE_CLASS_LIST_ROW
const STYLE_CLASS_MARK string = C.GTK_STYLE_CLASS_MARK
const STYLE_CLASS_MENU string = C.GTK_STYLE_CLASS_MENU
const STYLE_CLASS_MENUBAR string = C.GTK_STYLE_CLASS_MENUBAR
const STYLE_CLASS_MENUITEM string = C.GTK_STYLE_CLASS_MENUITEM
const STYLE_CLASS_NOTEBOOK string = C.GTK_STYLE_CLASS_NOTEBOOK
const STYLE_CLASS_OSD string = C.GTK_STYLE_CLASS_OSD
const STYLE_CLASS_PANE_SEPARATOR string = C.GTK_STYLE_CLASS_PANE_SEPARATOR
const STYLE_CLASS_PRIMARY_TOOLBAR string = C.GTK_STYLE_CLASS_PRIMARY_TOOLBAR
const STYLE_CLASS_PROGRESSBAR string = C.GTK_STYLE_CLASS_PROGRESSBAR
const STYLE_CLASS_PULSE string = C.GTK_STYLE_CLASS_PULSE
const STYLE_CLASS_QUESTION string = C.GTK_STYLE_CLASS_QUESTION
const STYLE_CLASS_RADIO string = C.GTK_STYLE_CLASS_RADIO
const STYLE_CLASS_RAISED string = C.GTK_STYLE_CLASS_RAISED
const STYLE_CLASS_READ_ONLY string = C.GTK_STYLE_CLASS_READ_ONLY
const STYLE_CLASS_RIGHT string = C.GTK_STYLE_CLASS_RIGHT
const STYLE_CLASS_RUBBERBAND string = C.GTK_STYLE_CLASS_RUBBERBAND
const STYLE_CLASS_SCALE string = C.GTK_STYLE_CLASS_SCALE
const STYLE_CLASS_SCALE_HAS_MARKS_ABOVE string = C.GTK_STYLE_CLASS_SCALE_HAS_MARKS_ABOVE
const STYLE_CLASS_SCALE_HAS_MARKS_BELOW string = C.GTK_STYLE_CLASS_SCALE_HAS_MARKS_BELOW
const STYLE_CLASS_SCROLLBAR string = C.GTK_STYLE_CLASS_SCROLLBAR
const STYLE_CLASS_SCROLLBARS_JUNCTION string = C.GTK_STYLE_CLASS_SCROLLBARS_JUNCTION
const STYLE_CLASS_SEPARATOR string = C.GTK_STYLE_CLASS_SEPARATOR
const STYLE_CLASS_SIDEBAR string = C.GTK_STYLE_CLASS_SIDEBAR
const STYLE_CLASS_SLIDER string = C.GTK_STYLE_CLASS_SLIDER
const STYLE_CLASS_SPINBUTTON string = C.GTK_STYLE_CLASS_SPINBUTTON
const STYLE_CLASS_SPINNER string = C.GTK_STYLE_CLASS_SPINNER
const STYLE_CLASS_TITLEBAR string = C.GTK_STYLE_CLASS_TITLEBAR
const STYLE_CLASS_TOOLBAR string = C.GTK_STYLE_CLASS_TOOLBAR
const STYLE_CLASS_TOOLTIP string = C.GTK_STYLE_CLASS_TOOLTIP
const STYLE_CLASS_TOP string = C.GTK_STYLE_CLASS_TOP
const STYLE_CLASS_TROUGH string = C.GTK_STYLE_CLASS_TROUGH
const STYLE_CLASS_VERTICAL string = C.GTK_STYLE_CLASS_VERTICAL
const STYLE_CLASS_VIEW string = C.GTK_STYLE_CLASS_VIEW
const STYLE_CLASS_WARNING string = C.GTK_STYLE_CLASS_WARNING
const STYLE_PROPERTY_BACKGROUND_COLOR string = C.GTK_STYLE_PROPERTY_BACKGROUND_COLOR
const STYLE_PROPERTY_BACKGROUND_IMAGE string = C.GTK_STYLE_PROPERTY_BACKGROUND_IMAGE
const STYLE_PROPERTY_BORDER_COLOR string = C.GTK_STYLE_PROPERTY_BORDER_COLOR
const STYLE_PROPERTY_BORDER_RADIUS string = C.GTK_STYLE_PROPERTY_BORDER_RADIUS
const STYLE_PROPERTY_BORDER_STYLE string = C.GTK_STYLE_PROPERTY_BORDER_STYLE
const STYLE_PROPERTY_BORDER_WIDTH string = C.GTK_STYLE_PROPERTY_BORDER_WIDTH
const STYLE_PROPERTY_COLOR string = C.GTK_STYLE_PROPERTY_COLOR
const STYLE_PROPERTY_FONT string = C.GTK_STYLE_PROPERTY_FONT
const STYLE_PROPERTY_MARGIN string = C.GTK_STYLE_PROPERTY_MARGIN
const STYLE_PROPERTY_PADDING string = C.GTK_STYLE_PROPERTY_PADDING
const STYLE_PROVIDER_PRIORITY_APPLICATION int = C.GTK_STYLE_PROVIDER_PRIORITY_APPLICATION
const STYLE_PROVIDER_PRIORITY_FALLBACK int = C.GTK_STYLE_PROVIDER_PRIORITY_FALLBACK
const STYLE_PROVIDER_PRIORITY_SETTINGS int = C.GTK_STYLE_PROVIDER_PRIORITY_SETTINGS
const STYLE_PROVIDER_PRIORITY_THEME int = C.GTK_STYLE_PROVIDER_PRIORITY_THEME
const STYLE_PROVIDER_PRIORITY_USER int = C.GTK_STYLE_PROVIDER_PRIORITY_USER
const STYLE_REGION_COLUMN string = C.GTK_STYLE_REGION_COLUMN
const STYLE_REGION_COLUMN_HEADER string = C.GTK_STYLE_REGION_COLUMN_HEADER
const STYLE_REGION_ROW string = C.GTK_STYLE_REGION_ROW
const STYLE_REGION_TAB string = C.GTK_STYLE_REGION_TAB
const TEXT_VIEW_PRIORITY_VALIDATE int = C.GTK_TEXT_VIEW_PRIORITY_VALIDATE
const TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID int = C.GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID
const TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID int = C.GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID
Variables ¶
This section is empty.
Functions ¶
func AccelGroupsActivate ¶
AccelGroupsActivate is a wrapper around the C function gtk_accel_groups_activate.
func AccelGroupsFromObject ¶
AccelGroupsFromObject is a wrapper around the C function gtk_accel_groups_from_object.
func AcceleratorGetDefaultModMask ¶
func AcceleratorGetDefaultModMask() gdk.ModifierType
AcceleratorGetDefaultModMask is a wrapper around the C function gtk_accelerator_get_default_mod_mask.
func AcceleratorName ¶
func AcceleratorName(acceleratorKey uint32, acceleratorMods gdk.ModifierType) string
AcceleratorName is a wrapper around the C function gtk_accelerator_name.
func AcceleratorSetDefaultModMask ¶
func AcceleratorSetDefaultModMask(defaultModMask gdk.ModifierType)
AcceleratorSetDefaultModMask is a wrapper around the C function gtk_accelerator_set_default_mod_mask.
func AcceleratorValid ¶
func AcceleratorValid(keyval uint32, modifiers gdk.ModifierType) bool
AcceleratorValid is a wrapper around the C function gtk_accelerator_valid.
func BindingEntryAddSignall ¶
func BindingEntryAddSignall(bindingSet *BindingSet, keyval uint32, modifiers gdk.ModifierType, signalName string, bindingArgs *glib.SList)
BindingEntryAddSignall is a wrapper around the C function gtk_binding_entry_add_signall.
func BindingEntryRemove ¶
func BindingEntryRemove(bindingSet *BindingSet, keyval uint32, modifiers gdk.ModifierType)
BindingEntryRemove is a wrapper around the C function gtk_binding_entry_remove.
func BindingsActivate ¶
BindingsActivate is a wrapper around the C function gtk_bindings_activate.
func BuilderErrorQuark ¶
BuilderErrorQuark is a wrapper around the C function gtk_builder_error_quark.
func CheckVersion ¶
CheckVersion is a wrapper around the C function gtk_check_version.
func CssProviderErrorQuark ¶
CssProviderErrorQuark is a wrapper around the C function gtk_css_provider_error_quark.
func DisableSetlocale ¶
func DisableSetlocale()
DisableSetlocale is a wrapper around the C function gtk_disable_setlocale.
func DistributeNaturalAllocation ¶
func DistributeNaturalAllocation(extraSpace int32, nRequestedSizes uint32, sizes *RequestedSize) int32
DistributeNaturalAllocation is a wrapper around the C function gtk_distribute_natural_allocation.
func DragFinish ¶
func DragFinish(context *gdk.DragContext, success bool, del bool, time uint32)
DragFinish is a wrapper around the C function gtk_drag_finish.
func DragSetIconDefault ¶
func DragSetIconDefault(context *gdk.DragContext)
DragSetIconDefault is a wrapper around the C function gtk_drag_set_icon_default.
func DragSetIconPixbuf ¶
DragSetIconPixbuf is a wrapper around the C function gtk_drag_set_icon_pixbuf.
func DragSetIconStock ¶
func DragSetIconStock(context *gdk.DragContext, stockId string, hotX int32, hotY int32)
DragSetIconStock is a wrapper around the C function gtk_drag_set_icon_stock.
func DragSetIconSurface ¶
func DragSetIconSurface(context *gdk.DragContext, surface *cairo.Surface)
DragSetIconSurface is a wrapper around the C function gtk_drag_set_icon_surface.
func DragSetIconWidget ¶
func DragSetIconWidget(context *gdk.DragContext, widget *Widget, hotX int32, hotY int32)
DragSetIconWidget is a wrapper around the C function gtk_drag_set_icon_widget.
func EventsPending ¶
func EventsPending() bool
EventsPending is a wrapper around the C function gtk_events_pending.
func GetCurrentEventDevice ¶
GetCurrentEventDevice is a wrapper around the C function gtk_get_current_event_device.
func GetCurrentEventTime ¶
func GetCurrentEventTime() uint32
GetCurrentEventTime is a wrapper around the C function gtk_get_current_event_time.
func GetDebugFlags ¶
func GetDebugFlags() uint32
GetDebugFlags is a wrapper around the C function gtk_get_debug_flags.
func GetDefaultLanguage ¶
GetDefaultLanguage is a wrapper around the C function gtk_get_default_language.
func IconSizeGetName ¶
IconSizeGetName is a wrapper around the C function gtk_icon_size_get_name.
func IconSizeLookup ¶
IconSizeLookup is a wrapper around the C function gtk_icon_size_lookup.
func IconSizeRegisterAlias ¶
IconSizeRegisterAlias is a wrapper around the C function gtk_icon_size_register_alias.
func IconThemeErrorQuark ¶
IconThemeErrorQuark is a wrapper around the C function gtk_icon_theme_error_quark.
func KeySnooperRemove ¶
func KeySnooperRemove(snooperHandlerId uint32)
KeySnooperRemove is a wrapper around the C function gtk_key_snooper_remove.
func MainIteration ¶
func MainIteration() bool
MainIteration is a wrapper around the C function gtk_main_iteration.
func MainIterationDo ¶
MainIterationDo is a wrapper around the C function gtk_main_iteration_do.
func MainLevel ¶
func MainLevel() uint32
MainLevel is a wrapper around the C function gtk_main_level.
func PaintArrow ¶
func PaintArrow(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, arrowType ArrowType, fill bool, x int32, y int32, width int32, height int32)
PaintArrow is a wrapper around the C function gtk_paint_arrow.
func PaintBox ¶
func PaintBox(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32)
PaintBox is a wrapper around the C function gtk_paint_box.
func PaintBoxGap ¶
func PaintBoxGap(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32, gapSide PositionType, gapX int32, gapWidth int32)
PaintBoxGap is a wrapper around the C function gtk_paint_box_gap.
func PaintCheck ¶
func PaintCheck(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32)
PaintCheck is a wrapper around the C function gtk_paint_check.
func PaintDiamond ¶
func PaintDiamond(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32)
PaintDiamond is a wrapper around the C function gtk_paint_diamond.
func PaintExpander ¶
func PaintExpander(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, detail string, x int32, y int32, expanderStyle ExpanderStyle)
PaintExpander is a wrapper around the C function gtk_paint_expander.
func PaintExtension ¶
func PaintExtension(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32, gapSide PositionType)
PaintExtension is a wrapper around the C function gtk_paint_extension.
func PaintFlatBox ¶
func PaintFlatBox(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32)
PaintFlatBox is a wrapper around the C function gtk_paint_flat_box.
func PaintFocus ¶
func PaintFocus(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, detail string, x int32, y int32, width int32, height int32)
PaintFocus is a wrapper around the C function gtk_paint_focus.
func PaintHandle ¶
func PaintHandle(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32, orientation Orientation)
PaintHandle is a wrapper around the C function gtk_paint_handle.
func PaintHline ¶
func PaintHline(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, detail string, x1 int32, x2 int32, y int32)
PaintHline is a wrapper around the C function gtk_paint_hline.
func PaintLayout ¶
func PaintLayout(style *Style, cr *cairo.Context, stateType StateType, useText bool, widget *Widget, detail string, x int32, y int32, layout *pango.Layout)
PaintLayout is a wrapper around the C function gtk_paint_layout.
func PaintOption ¶
func PaintOption(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32)
PaintOption is a wrapper around the C function gtk_paint_option.
func PaintResizeGrip ¶
func PaintResizeGrip(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, detail string, edge gdk.WindowEdge, x int32, y int32, width int32, height int32)
PaintResizeGrip is a wrapper around the C function gtk_paint_resize_grip.
func PaintShadow ¶
func PaintShadow(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32)
PaintShadow is a wrapper around the C function gtk_paint_shadow.
func PaintShadowGap ¶
func PaintShadowGap(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32, gapSide PositionType, gapX int32, gapWidth int32)
PaintShadowGap is a wrapper around the C function gtk_paint_shadow_gap.
func PaintSlider ¶
func PaintSlider(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32, orientation Orientation)
PaintSlider is a wrapper around the C function gtk_paint_slider.
func PaintSpinner ¶
func PaintSpinner(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, detail string, step uint32, x int32, y int32, width int32, height int32)
PaintSpinner is a wrapper around the C function gtk_paint_spinner.
func PaintTab ¶
func PaintTab(style *Style, cr *cairo.Context, stateType StateType, shadowType ShadowType, widget *Widget, detail string, x int32, y int32, width int32, height int32)
PaintTab is a wrapper around the C function gtk_paint_tab.
func PaintVline ¶
func PaintVline(style *Style, cr *cairo.Context, stateType StateType, widget *Widget, detail string, y1 int32, y2 int32, x int32)
PaintVline is a wrapper around the C function gtk_paint_vline.
func RcAddDefaultFile ¶
func RcAddDefaultFile(filename string)
RcAddDefaultFile is a wrapper around the C function gtk_rc_add_default_file.
func RcFindModuleInPath ¶
RcFindModuleInPath is a wrapper around the C function gtk_rc_find_module_in_path.
func RcFindPixmapInPath ¶
RcFindPixmapInPath is a wrapper around the C function gtk_rc_find_pixmap_in_path.
func RcGetImModuleFile ¶
func RcGetImModuleFile() string
RcGetImModuleFile is a wrapper around the C function gtk_rc_get_im_module_file.
func RcGetImModulePath ¶
func RcGetImModulePath() string
RcGetImModulePath is a wrapper around the C function gtk_rc_get_im_module_path.
func RcGetModuleDir ¶
func RcGetModuleDir() string
RcGetModuleDir is a wrapper around the C function gtk_rc_get_module_dir.
func RcGetThemeDir ¶
func RcGetThemeDir() string
RcGetThemeDir is a wrapper around the C function gtk_rc_get_theme_dir.
func RcParse ¶
func RcParse(filename string)
RcParse is a wrapper around the C function gtk_rc_parse.
func RcParseColor ¶
RcParseColor is a wrapper around the C function gtk_rc_parse_color.
func RcParseString ¶
func RcParseString(rcString string)
RcParseString is a wrapper around the C function gtk_rc_parse_string.
func RcReparseAll ¶
func RcReparseAll() bool
RcReparseAll is a wrapper around the C function gtk_rc_reparse_all.
func RcReparseAllForSettings ¶
RcReparseAllForSettings is a wrapper around the C function gtk_rc_reparse_all_for_settings.
func RcScannerNew ¶
RcScannerNew is a wrapper around the C function gtk_rc_scanner_new.
func RecentChooserErrorQuark ¶
RecentChooserErrorQuark is a wrapper around the C function gtk_recent_chooser_error_quark.
func RecentManagerErrorQuark ¶
RecentManagerErrorQuark is a wrapper around the C function gtk_recent_manager_error_quark.
func SelectionRemoveAll ¶
func SelectionRemoveAll(widget *Widget)
SelectionRemoveAll is a wrapper around the C function gtk_selection_remove_all.
func SetDebugFlags ¶
func SetDebugFlags(flags uint32)
SetDebugFlags is a wrapper around the C function gtk_set_debug_flags.
func StockListIds ¶
StockListIds is a wrapper around the C function gtk_stock_list_ids.
func TreeGetRowDragData ¶
func TreeGetRowDragData(selectionData *SelectionData) (bool, *TreeModel, *TreePath)
TreeGetRowDragData is a wrapper around the C function gtk_tree_get_row_drag_data.
func TreeRowReferenceDeleted ¶
TreeRowReferenceDeleted is a wrapper around the C function gtk_tree_row_reference_deleted.
func TreeRowReferenceInserted ¶
TreeRowReferenceInserted is a wrapper around the C function gtk_tree_row_reference_inserted.
func TreeRowReferenceReordered ¶
func TreeRowReferenceReordered(proxy *gobject.Object, path *TreePath, iter *TreeIter, newOrder []int32)
TreeRowReferenceReordered is a wrapper around the C function gtk_tree_row_reference_reordered.
func TreeSetRowDragData ¶
func TreeSetRowDragData(selectionData *SelectionData, treeModel *TreeModel, path *TreePath) bool
TreeSetRowDragData is a wrapper around the C function gtk_tree_set_row_drag_data.
Types ¶
type AboutDialog ¶
type AboutDialog struct {
// contains filtered or unexported fields
}
AboutDialog is a wrapper around the C record GtkAboutDialog.
func AboutDialogNewFromC ¶
func AboutDialogNewFromC(u unsafe.Pointer) *AboutDialog
func CastToAboutDialog ¶
func CastToAboutDialog(object *gobject.Object) *AboutDialog
CastToWidget down casts any arbitary Object to AboutDialog. Exercise care, as this is a potentially dangerous function if the Object is not a AboutDialog.
func (*AboutDialog) Buildable ¶
func (recv *AboutDialog) Buildable() *Buildable
Buildable returns the Buildable interface implemented by AboutDialog
func (*AboutDialog) Container ¶
func (recv *AboutDialog) Container() *Container
Container upcasts to *Container
func (*AboutDialog) ImplementorIface ¶
func (recv *AboutDialog) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by AboutDialog
func (*AboutDialog) InitiallyUnowned ¶
func (recv *AboutDialog) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*AboutDialog) Object ¶
func (recv *AboutDialog) Object() *gobject.Object
Object upcasts to *Object
func (*AboutDialog) ToC ¶
func (recv *AboutDialog) ToC() unsafe.Pointer
type AboutDialogClass ¶
type AboutDialogClass struct {
// contains filtered or unexported fields
}
AboutDialogClass is a wrapper around the C record GtkAboutDialogClass.
func AboutDialogClassNewFromC ¶
func AboutDialogClassNewFromC(u unsafe.Pointer) *AboutDialogClass
func (*AboutDialogClass) ToC ¶
func (recv *AboutDialogClass) ToC() unsafe.Pointer
type AboutDialogPrivate ¶
type AboutDialogPrivate struct {
// contains filtered or unexported fields
}
AboutDialogPrivate is a wrapper around the C record GtkAboutDialogPrivate.
func AboutDialogPrivateNewFromC ¶
func AboutDialogPrivateNewFromC(u unsafe.Pointer) *AboutDialogPrivate
func (*AboutDialogPrivate) ToC ¶
func (recv *AboutDialogPrivate) ToC() unsafe.Pointer
type AccelFlags ¶
type AccelFlags C.GtkAccelFlags
const ( GTK_ACCEL_VISIBLE AccelFlags = 1 GTK_ACCEL_LOCKED AccelFlags = 2 GTK_ACCEL_MASK AccelFlags = 7 )
type AccelGroup ¶
type AccelGroup struct {
// contains filtered or unexported fields
}
AccelGroup is a wrapper around the C record GtkAccelGroup.
func AccelGroupNew ¶
func AccelGroupNew() *AccelGroup
AccelGroupNew is a wrapper around the C function gtk_accel_group_new.
func AccelGroupNewFromC ¶
func AccelGroupNewFromC(u unsafe.Pointer) *AccelGroup
func CastToAccelGroup ¶
func CastToAccelGroup(object *gobject.Object) *AccelGroup
CastToWidget down casts any arbitary Object to AccelGroup. Exercise care, as this is a potentially dangerous function if the Object is not a AccelGroup.
func (*AccelGroup) Activate ¶
func (recv *AccelGroup) Activate(accelQuark glib.Quark, acceleratable *gobject.Object, accelKey uint32, accelMods gdk.ModifierType) bool
Activate is a wrapper around the C function gtk_accel_group_activate.
func (*AccelGroup) Connect ¶
func (recv *AccelGroup) Connect(accelKey uint32, accelMods gdk.ModifierType, accelFlags AccelFlags, closure *gobject.Closure)
Connect is a wrapper around the C function gtk_accel_group_connect.
func (*AccelGroup) ConnectByPath ¶
func (recv *AccelGroup) ConnectByPath(accelPath string, closure *gobject.Closure)
ConnectByPath is a wrapper around the C function gtk_accel_group_connect_by_path.
func (*AccelGroup) Disconnect ¶
func (recv *AccelGroup) Disconnect(closure *gobject.Closure) bool
Disconnect is a wrapper around the C function gtk_accel_group_disconnect.
func (*AccelGroup) DisconnectKey ¶
func (recv *AccelGroup) DisconnectKey(accelKey uint32, accelMods gdk.ModifierType) bool
DisconnectKey is a wrapper around the C function gtk_accel_group_disconnect_key.
func (*AccelGroup) Lock ¶
func (recv *AccelGroup) Lock()
Lock is a wrapper around the C function gtk_accel_group_lock.
func (*AccelGroup) Object ¶
func (recv *AccelGroup) Object() *gobject.Object
Object upcasts to *Object
func (*AccelGroup) ToC ¶
func (recv *AccelGroup) ToC() unsafe.Pointer
func (*AccelGroup) Unlock ¶
func (recv *AccelGroup) Unlock()
Unlock is a wrapper around the C function gtk_accel_group_unlock.
type AccelGroupClass ¶
type AccelGroupClass struct {
// contains filtered or unexported fields
}
AccelGroupClass is a wrapper around the C record GtkAccelGroupClass.
func AccelGroupClassNewFromC ¶
func AccelGroupClassNewFromC(u unsafe.Pointer) *AccelGroupClass
func (*AccelGroupClass) ToC ¶
func (recv *AccelGroupClass) ToC() unsafe.Pointer
type AccelGroupEntry ¶
type AccelGroupEntry struct { // key : record // closure : record AccelPathQuark glib.Quark // contains filtered or unexported fields }
AccelGroupEntry is a wrapper around the C record GtkAccelGroupEntry.
func AccelGroupEntryNewFromC ¶
func AccelGroupEntryNewFromC(u unsafe.Pointer) *AccelGroupEntry
func (*AccelGroupEntry) ToC ¶
func (recv *AccelGroupEntry) ToC() unsafe.Pointer
type AccelGroupPrivate ¶
type AccelGroupPrivate struct {
// contains filtered or unexported fields
}
AccelGroupPrivate is a wrapper around the C record GtkAccelGroupPrivate.
func AccelGroupPrivateNewFromC ¶
func AccelGroupPrivateNewFromC(u unsafe.Pointer) *AccelGroupPrivate
func (*AccelGroupPrivate) ToC ¶
func (recv *AccelGroupPrivate) ToC() unsafe.Pointer
type AccelKey ¶
type AccelKey struct { AccelKey uint32 AccelMods gdk.ModifierType // contains filtered or unexported fields }
AccelKey is a wrapper around the C record GtkAccelKey.
func AccelKeyNewFromC ¶
type AccelLabel ¶
type AccelLabel struct {
// contains filtered or unexported fields
}
AccelLabel is a wrapper around the C record GtkAccelLabel.
func AccelLabelNew ¶
func AccelLabelNew(string string) *AccelLabel
AccelLabelNew is a wrapper around the C function gtk_accel_label_new.
func AccelLabelNewFromC ¶
func AccelLabelNewFromC(u unsafe.Pointer) *AccelLabel
func CastToAccelLabel ¶
func CastToAccelLabel(object *gobject.Object) *AccelLabel
CastToWidget down casts any arbitary Object to AccelLabel. Exercise care, as this is a potentially dangerous function if the Object is not a AccelLabel.
func (*AccelLabel) Buildable ¶
func (recv *AccelLabel) Buildable() *Buildable
Buildable returns the Buildable interface implemented by AccelLabel
func (*AccelLabel) GetAccelWidget ¶
func (recv *AccelLabel) GetAccelWidget() *Widget
GetAccelWidget is a wrapper around the C function gtk_accel_label_get_accel_widget.
func (*AccelLabel) GetAccelWidth ¶
func (recv *AccelLabel) GetAccelWidth() uint32
GetAccelWidth is a wrapper around the C function gtk_accel_label_get_accel_width.
func (*AccelLabel) ImplementorIface ¶
func (recv *AccelLabel) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by AccelLabel
func (*AccelLabel) InitiallyUnowned ¶
func (recv *AccelLabel) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*AccelLabel) Object ¶
func (recv *AccelLabel) Object() *gobject.Object
Object upcasts to *Object
func (*AccelLabel) Refetch ¶
func (recv *AccelLabel) Refetch() bool
Refetch is a wrapper around the C function gtk_accel_label_refetch.
func (*AccelLabel) SetAccelClosure ¶
func (recv *AccelLabel) SetAccelClosure(accelClosure *gobject.Closure)
SetAccelClosure is a wrapper around the C function gtk_accel_label_set_accel_closure.
func (*AccelLabel) SetAccelWidget ¶
func (recv *AccelLabel) SetAccelWidget(accelWidget *Widget)
SetAccelWidget is a wrapper around the C function gtk_accel_label_set_accel_widget.
func (*AccelLabel) ToC ¶
func (recv *AccelLabel) ToC() unsafe.Pointer
type AccelLabelClass ¶
type AccelLabelClass struct { // parent_class : record SignalQuote1 string SignalQuote2 string ModNameShift string ModNameControl string ModNameAlt string ModSeparator string // contains filtered or unexported fields }
AccelLabelClass is a wrapper around the C record GtkAccelLabelClass.
func AccelLabelClassNewFromC ¶
func AccelLabelClassNewFromC(u unsafe.Pointer) *AccelLabelClass
func (*AccelLabelClass) ToC ¶
func (recv *AccelLabelClass) ToC() unsafe.Pointer
type AccelLabelPrivate ¶
type AccelLabelPrivate struct {
// contains filtered or unexported fields
}
AccelLabelPrivate is a wrapper around the C record GtkAccelLabelPrivate.
func AccelLabelPrivateNewFromC ¶
func AccelLabelPrivateNewFromC(u unsafe.Pointer) *AccelLabelPrivate
func (*AccelLabelPrivate) ToC ¶
func (recv *AccelLabelPrivate) ToC() unsafe.Pointer
type AccelMap ¶
type AccelMap struct {
// contains filtered or unexported fields
}
AccelMap is a wrapper around the C record GtkAccelMap.
func AccelMapNewFromC ¶
func CastToAccelMap ¶
CastToWidget down casts any arbitary Object to AccelMap. Exercise care, as this is a potentially dangerous function if the Object is not a AccelMap.
type AccelMapClass ¶
type AccelMapClass struct {
// contains filtered or unexported fields
}
AccelMapClass is a wrapper around the C record GtkAccelMapClass.
func AccelMapClassNewFromC ¶
func AccelMapClassNewFromC(u unsafe.Pointer) *AccelMapClass
func (*AccelMapClass) ToC ¶
func (recv *AccelMapClass) ToC() unsafe.Pointer
type Accessible ¶
type Accessible struct {
// contains filtered or unexported fields
}
Accessible is a wrapper around the C record GtkAccessible.
func AccessibleNewFromC ¶
func AccessibleNewFromC(u unsafe.Pointer) *Accessible
func CastToAccessible ¶
func CastToAccessible(object *gobject.Object) *Accessible
CastToWidget down casts any arbitary Object to Accessible. Exercise care, as this is a potentially dangerous function if the Object is not a Accessible.
func (*Accessible) ConnectWidgetDestroyed ¶
func (recv *Accessible) ConnectWidgetDestroyed()
ConnectWidgetDestroyed is a wrapper around the C function gtk_accessible_connect_widget_destroyed.
func (*Accessible) ToC ¶
func (recv *Accessible) ToC() unsafe.Pointer
type AccessibleClass ¶
type AccessibleClass struct {
// contains filtered or unexported fields
}
AccessibleClass is a wrapper around the C record GtkAccessibleClass.
func AccessibleClassNewFromC ¶
func AccessibleClassNewFromC(u unsafe.Pointer) *AccessibleClass
func (*AccessibleClass) ToC ¶
func (recv *AccessibleClass) ToC() unsafe.Pointer
type AccessiblePrivate ¶
type AccessiblePrivate struct {
// contains filtered or unexported fields
}
AccessiblePrivate is a wrapper around the C record GtkAccessiblePrivate.
func AccessiblePrivateNewFromC ¶
func AccessiblePrivateNewFromC(u unsafe.Pointer) *AccessiblePrivate
func (*AccessiblePrivate) ToC ¶
func (recv *AccessiblePrivate) ToC() unsafe.Pointer
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
Action is a wrapper around the C record GtkAction.
func ActionNewFromC ¶
func CastToAction ¶
CastToWidget down casts any arbitary Object to Action. Exercise care, as this is a potentially dangerous function if the Object is not a Action.
type ActionBar ¶
type ActionBar struct {
// contains filtered or unexported fields
}
ActionBar is a wrapper around the C record GtkActionBar.
func ActionBarNewFromC ¶
func CastToActionBar ¶
CastToWidget down casts any arbitary Object to ActionBar. Exercise care, as this is a potentially dangerous function if the Object is not a ActionBar.
func (*ActionBar) ImplementorIface ¶
func (recv *ActionBar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ActionBar
func (*ActionBar) InitiallyUnowned ¶
func (recv *ActionBar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type ActionBarClass ¶
type ActionBarClass struct {
// contains filtered or unexported fields
}
ActionBarClass is a wrapper around the C record GtkActionBarClass.
func ActionBarClassNewFromC ¶
func ActionBarClassNewFromC(u unsafe.Pointer) *ActionBarClass
func (*ActionBarClass) ToC ¶
func (recv *ActionBarClass) ToC() unsafe.Pointer
type ActionBarPrivate ¶
type ActionBarPrivate struct {
// contains filtered or unexported fields
}
ActionBarPrivate is a wrapper around the C record GtkActionBarPrivate.
func ActionBarPrivateNewFromC ¶
func ActionBarPrivateNewFromC(u unsafe.Pointer) *ActionBarPrivate
func (*ActionBarPrivate) ToC ¶
func (recv *ActionBarPrivate) ToC() unsafe.Pointer
type ActionClass ¶
type ActionClass struct {
// contains filtered or unexported fields
}
ActionClass is a wrapper around the C record GtkActionClass.
func ActionClassNewFromC ¶
func ActionClassNewFromC(u unsafe.Pointer) *ActionClass
func (*ActionClass) ToC ¶
func (recv *ActionClass) ToC() unsafe.Pointer
type ActionEntry ¶
type ActionEntry struct { Name string StockId string Label string Accelerator string Tooltip string // contains filtered or unexported fields }
ActionEntry is a wrapper around the C record GtkActionEntry.
func ActionEntryNewFromC ¶
func ActionEntryNewFromC(u unsafe.Pointer) *ActionEntry
func (*ActionEntry) ToC ¶
func (recv *ActionEntry) ToC() unsafe.Pointer
type ActionGroup ¶
type ActionGroup struct {
// contains filtered or unexported fields
}
ActionGroup is a wrapper around the C record GtkActionGroup.
func ActionGroupNewFromC ¶
func ActionGroupNewFromC(u unsafe.Pointer) *ActionGroup
func CastToActionGroup ¶
func CastToActionGroup(object *gobject.Object) *ActionGroup
CastToWidget down casts any arbitary Object to ActionGroup. Exercise care, as this is a potentially dangerous function if the Object is not a ActionGroup.
func (*ActionGroup) Buildable ¶
func (recv *ActionGroup) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ActionGroup
func (*ActionGroup) Object ¶
func (recv *ActionGroup) Object() *gobject.Object
Object upcasts to *Object
func (*ActionGroup) ToC ¶
func (recv *ActionGroup) ToC() unsafe.Pointer
type ActionGroupClass ¶
type ActionGroupClass struct {
// contains filtered or unexported fields
}
ActionGroupClass is a wrapper around the C record GtkActionGroupClass.
func ActionGroupClassNewFromC ¶
func ActionGroupClassNewFromC(u unsafe.Pointer) *ActionGroupClass
func (*ActionGroupClass) ToC ¶
func (recv *ActionGroupClass) ToC() unsafe.Pointer
type ActionGroupPrivate ¶
type ActionGroupPrivate struct {
// contains filtered or unexported fields
}
ActionGroupPrivate is a wrapper around the C record GtkActionGroupPrivate.
func ActionGroupPrivateNewFromC ¶
func ActionGroupPrivateNewFromC(u unsafe.Pointer) *ActionGroupPrivate
func (*ActionGroupPrivate) ToC ¶
func (recv *ActionGroupPrivate) ToC() unsafe.Pointer
type ActionPrivate ¶
type ActionPrivate struct {
// contains filtered or unexported fields
}
ActionPrivate is a wrapper around the C record GtkActionPrivate.
func ActionPrivateNewFromC ¶
func ActionPrivateNewFromC(u unsafe.Pointer) *ActionPrivate
func (*ActionPrivate) ToC ¶
func (recv *ActionPrivate) ToC() unsafe.Pointer
type Actionable ¶
type Actionable struct {
// contains filtered or unexported fields
}
Actionable is a wrapper around the C record GtkActionable.
func ActionableNewFromC ¶
func ActionableNewFromC(u unsafe.Pointer) *Actionable
func (*Actionable) ToC ¶
func (recv *Actionable) ToC() unsafe.Pointer
type ActionableInterface ¶
type ActionableInterface struct {
// contains filtered or unexported fields
}
ActionableInterface is a wrapper around the C record GtkActionableInterface.
func ActionableInterfaceNewFromC ¶
func ActionableInterfaceNewFromC(u unsafe.Pointer) *ActionableInterface
func (*ActionableInterface) ToC ¶
func (recv *ActionableInterface) ToC() unsafe.Pointer
type Activatable ¶
type Activatable struct {
// contains filtered or unexported fields
}
Activatable is a wrapper around the C record GtkActivatable.
func ActivatableNewFromC ¶
func ActivatableNewFromC(u unsafe.Pointer) *Activatable
func (*Activatable) ToC ¶
func (recv *Activatable) ToC() unsafe.Pointer
type Adjustment ¶
type Adjustment struct {
// contains filtered or unexported fields
}
Adjustment is a wrapper around the C record GtkAdjustment.
func AdjustmentNew ¶
func AdjustmentNew(value float64, lower float64, upper float64, stepIncrement float64, pageIncrement float64, pageSize float64) *Adjustment
AdjustmentNew is a wrapper around the C function gtk_adjustment_new.
func AdjustmentNewFromC ¶
func AdjustmentNewFromC(u unsafe.Pointer) *Adjustment
func CastToAdjustment ¶
func CastToAdjustment(object *gobject.Object) *Adjustment
CastToWidget down casts any arbitary Object to Adjustment. Exercise care, as this is a potentially dangerous function if the Object is not a Adjustment.
func (*Adjustment) Changed ¶
func (recv *Adjustment) Changed()
Changed is a wrapper around the C function gtk_adjustment_changed.
func (*Adjustment) ClampPage ¶
func (recv *Adjustment) ClampPage(lower float64, upper float64)
ClampPage is a wrapper around the C function gtk_adjustment_clamp_page.
func (*Adjustment) ConnectChanged ¶
func (recv *Adjustment) ConnectChanged(callback AdjustmentSignalChangedCallback) int
ConnectChanged connects the callback to the 'changed' signal for the Adjustment.
The returned value represents the connection, and may be passed to DisconnectChanged to remove it.
func (*Adjustment) ConnectValueChanged ¶
func (recv *Adjustment) ConnectValueChanged(callback AdjustmentSignalValueChangedCallback) int
ConnectValueChanged connects the callback to the 'value-changed' signal for the Adjustment.
The returned value represents the connection, and may be passed to DisconnectValueChanged to remove it.
func (*Adjustment) DisconnectChanged ¶
func (recv *Adjustment) DisconnectChanged(connectionID int)
DisconnectChanged disconnects a callback from the 'changed' signal for the Adjustment.
The connectionID should be a value returned from a call to ConnectChanged.
func (*Adjustment) DisconnectValueChanged ¶
func (recv *Adjustment) DisconnectValueChanged(connectionID int)
DisconnectValueChanged disconnects a callback from the 'value-changed' signal for the Adjustment.
The connectionID should be a value returned from a call to ConnectValueChanged.
func (*Adjustment) GetValue ¶
func (recv *Adjustment) GetValue() float64
GetValue is a wrapper around the C function gtk_adjustment_get_value.
func (*Adjustment) InitiallyUnowned ¶
func (recv *Adjustment) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Adjustment) Object ¶
func (recv *Adjustment) Object() *gobject.Object
Object upcasts to *Object
func (*Adjustment) SetValue ¶
func (recv *Adjustment) SetValue(value float64)
SetValue is a wrapper around the C function gtk_adjustment_set_value.
func (*Adjustment) ToC ¶
func (recv *Adjustment) ToC() unsafe.Pointer
func (*Adjustment) ValueChanged ¶
func (recv *Adjustment) ValueChanged()
ValueChanged is a wrapper around the C function gtk_adjustment_value_changed.
type AdjustmentClass ¶
type AdjustmentClass struct {
// contains filtered or unexported fields
}
AdjustmentClass is a wrapper around the C record GtkAdjustmentClass.
func AdjustmentClassNewFromC ¶
func AdjustmentClassNewFromC(u unsafe.Pointer) *AdjustmentClass
func (*AdjustmentClass) ToC ¶
func (recv *AdjustmentClass) ToC() unsafe.Pointer
type AdjustmentPrivate ¶
type AdjustmentPrivate struct {
// contains filtered or unexported fields
}
AdjustmentPrivate is a wrapper around the C record GtkAdjustmentPrivate.
func AdjustmentPrivateNewFromC ¶
func AdjustmentPrivateNewFromC(u unsafe.Pointer) *AdjustmentPrivate
func (*AdjustmentPrivate) ToC ¶
func (recv *AdjustmentPrivate) ToC() unsafe.Pointer
type AdjustmentSignalChangedCallback ¶
type AdjustmentSignalChangedCallback func()
AdjustmentSignalChangedCallback is a callback function for a 'changed' signal emitted from a Adjustment.
type AdjustmentSignalValueChangedCallback ¶
type AdjustmentSignalValueChangedCallback func()
AdjustmentSignalValueChangedCallback is a callback function for a 'value-changed' signal emitted from a Adjustment.
type Alignment ¶
type Alignment struct {
// contains filtered or unexported fields
}
Alignment is a wrapper around the C record GtkAlignment.
func AlignmentNew ¶
AlignmentNew is a wrapper around the C function gtk_alignment_new.
func AlignmentNewFromC ¶
func CastToAlignment ¶
CastToWidget down casts any arbitary Object to Alignment. Exercise care, as this is a potentially dangerous function if the Object is not a Alignment.
func (*Alignment) ImplementorIface ¶
func (recv *Alignment) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Alignment
func (*Alignment) InitiallyUnowned ¶
func (recv *Alignment) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type AlignmentClass ¶
type AlignmentClass struct {
// contains filtered or unexported fields
}
AlignmentClass is a wrapper around the C record GtkAlignmentClass.
func AlignmentClassNewFromC ¶
func AlignmentClassNewFromC(u unsafe.Pointer) *AlignmentClass
func (*AlignmentClass) ToC ¶
func (recv *AlignmentClass) ToC() unsafe.Pointer
type AlignmentPrivate ¶
type AlignmentPrivate struct {
// contains filtered or unexported fields
}
AlignmentPrivate is a wrapper around the C record GtkAlignmentPrivate.
func AlignmentPrivateNewFromC ¶
func AlignmentPrivateNewFromC(u unsafe.Pointer) *AlignmentPrivate
func (*AlignmentPrivate) ToC ¶
func (recv *AlignmentPrivate) ToC() unsafe.Pointer
type AppChooser ¶
type AppChooser struct {
// contains filtered or unexported fields
}
AppChooser is a wrapper around the C record GtkAppChooser.
func AppChooserNewFromC ¶
func AppChooserNewFromC(u unsafe.Pointer) *AppChooser
func (*AppChooser) ToC ¶
func (recv *AppChooser) ToC() unsafe.Pointer
type AppChooserButton ¶
type AppChooserButton struct {
// contains filtered or unexported fields
}
AppChooserButton is a wrapper around the C record GtkAppChooserButton.
func AppChooserButtonNewFromC ¶
func AppChooserButtonNewFromC(u unsafe.Pointer) *AppChooserButton
func CastToAppChooserButton ¶
func CastToAppChooserButton(object *gobject.Object) *AppChooserButton
CastToWidget down casts any arbitary Object to AppChooserButton. Exercise care, as this is a potentially dangerous function if the Object is not a AppChooserButton.
func (*AppChooserButton) AppChooser ¶
func (recv *AppChooserButton) AppChooser() *AppChooser
AppChooser returns the AppChooser interface implemented by AppChooserButton
func (*AppChooserButton) Buildable ¶
func (recv *AppChooserButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by AppChooserButton
func (*AppChooserButton) CellEditable ¶
func (recv *AppChooserButton) CellEditable() *CellEditable
CellEditable returns the CellEditable interface implemented by AppChooserButton
func (*AppChooserButton) CellLayout ¶
func (recv *AppChooserButton) CellLayout() *CellLayout
CellLayout returns the CellLayout interface implemented by AppChooserButton
func (*AppChooserButton) ComboBox ¶
func (recv *AppChooserButton) ComboBox() *ComboBox
ComboBox upcasts to *ComboBox
func (*AppChooserButton) Container ¶
func (recv *AppChooserButton) Container() *Container
Container upcasts to *Container
func (*AppChooserButton) GetHeading ¶
func (recv *AppChooserButton) GetHeading() string
GetHeading is a wrapper around the C function gtk_app_chooser_button_get_heading.
func (*AppChooserButton) ImplementorIface ¶
func (recv *AppChooserButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by AppChooserButton
func (*AppChooserButton) InitiallyUnowned ¶
func (recv *AppChooserButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*AppChooserButton) Object ¶
func (recv *AppChooserButton) Object() *gobject.Object
Object upcasts to *Object
func (*AppChooserButton) SetHeading ¶
func (recv *AppChooserButton) SetHeading(heading string)
SetHeading is a wrapper around the C function gtk_app_chooser_button_set_heading.
func (*AppChooserButton) ToC ¶
func (recv *AppChooserButton) ToC() unsafe.Pointer
func (*AppChooserButton) Widget ¶
func (recv *AppChooserButton) Widget() *Widget
Widget upcasts to *Widget
type AppChooserButtonClass ¶
type AppChooserButtonClass struct {
// contains filtered or unexported fields
}
AppChooserButtonClass is a wrapper around the C record GtkAppChooserButtonClass.
func AppChooserButtonClassNewFromC ¶
func AppChooserButtonClassNewFromC(u unsafe.Pointer) *AppChooserButtonClass
func (*AppChooserButtonClass) ToC ¶
func (recv *AppChooserButtonClass) ToC() unsafe.Pointer
type AppChooserButtonPrivate ¶
type AppChooserButtonPrivate struct {
// contains filtered or unexported fields
}
AppChooserButtonPrivate is a wrapper around the C record GtkAppChooserButtonPrivate.
func AppChooserButtonPrivateNewFromC ¶
func AppChooserButtonPrivateNewFromC(u unsafe.Pointer) *AppChooserButtonPrivate
func (*AppChooserButtonPrivate) ToC ¶
func (recv *AppChooserButtonPrivate) ToC() unsafe.Pointer
type AppChooserDialog ¶
type AppChooserDialog struct {
// contains filtered or unexported fields
}
AppChooserDialog is a wrapper around the C record GtkAppChooserDialog.
func AppChooserDialogNewFromC ¶
func AppChooserDialogNewFromC(u unsafe.Pointer) *AppChooserDialog
func CastToAppChooserDialog ¶
func CastToAppChooserDialog(object *gobject.Object) *AppChooserDialog
CastToWidget down casts any arbitary Object to AppChooserDialog. Exercise care, as this is a potentially dangerous function if the Object is not a AppChooserDialog.
func (*AppChooserDialog) AppChooser ¶
func (recv *AppChooserDialog) AppChooser() *AppChooser
AppChooser returns the AppChooser interface implemented by AppChooserDialog
func (*AppChooserDialog) Buildable ¶
func (recv *AppChooserDialog) Buildable() *Buildable
Buildable returns the Buildable interface implemented by AppChooserDialog
func (*AppChooserDialog) Container ¶
func (recv *AppChooserDialog) Container() *Container
Container upcasts to *Container
func (*AppChooserDialog) Dialog ¶
func (recv *AppChooserDialog) Dialog() *Dialog
Dialog upcasts to *Dialog
func (*AppChooserDialog) GetHeading ¶
func (recv *AppChooserDialog) GetHeading() string
GetHeading is a wrapper around the C function gtk_app_chooser_dialog_get_heading.
func (*AppChooserDialog) ImplementorIface ¶
func (recv *AppChooserDialog) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by AppChooserDialog
func (*AppChooserDialog) InitiallyUnowned ¶
func (recv *AppChooserDialog) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*AppChooserDialog) Object ¶
func (recv *AppChooserDialog) Object() *gobject.Object
Object upcasts to *Object
func (*AppChooserDialog) SetHeading ¶
func (recv *AppChooserDialog) SetHeading(heading string)
SetHeading is a wrapper around the C function gtk_app_chooser_dialog_set_heading.
func (*AppChooserDialog) ToC ¶
func (recv *AppChooserDialog) ToC() unsafe.Pointer
func (*AppChooserDialog) Widget ¶
func (recv *AppChooserDialog) Widget() *Widget
Widget upcasts to *Widget
func (*AppChooserDialog) Window ¶
func (recv *AppChooserDialog) Window() *Window
Window upcasts to *Window
type AppChooserDialogClass ¶
type AppChooserDialogClass struct {
// contains filtered or unexported fields
}
AppChooserDialogClass is a wrapper around the C record GtkAppChooserDialogClass.
func AppChooserDialogClassNewFromC ¶
func AppChooserDialogClassNewFromC(u unsafe.Pointer) *AppChooserDialogClass
func (*AppChooserDialogClass) ToC ¶
func (recv *AppChooserDialogClass) ToC() unsafe.Pointer
type AppChooserDialogPrivate ¶
type AppChooserDialogPrivate struct {
// contains filtered or unexported fields
}
AppChooserDialogPrivate is a wrapper around the C record GtkAppChooserDialogPrivate.
func AppChooserDialogPrivateNewFromC ¶
func AppChooserDialogPrivateNewFromC(u unsafe.Pointer) *AppChooserDialogPrivate
func (*AppChooserDialogPrivate) ToC ¶
func (recv *AppChooserDialogPrivate) ToC() unsafe.Pointer
type AppChooserWidget ¶
type AppChooserWidget struct {
// contains filtered or unexported fields
}
AppChooserWidget is a wrapper around the C record GtkAppChooserWidget.
func AppChooserWidgetNewFromC ¶
func AppChooserWidgetNewFromC(u unsafe.Pointer) *AppChooserWidget
func CastToAppChooserWidget ¶
func CastToAppChooserWidget(object *gobject.Object) *AppChooserWidget
CastToWidget down casts any arbitary Object to AppChooserWidget. Exercise care, as this is a potentially dangerous function if the Object is not a AppChooserWidget.
func (*AppChooserWidget) AppChooser ¶
func (recv *AppChooserWidget) AppChooser() *AppChooser
AppChooser returns the AppChooser interface implemented by AppChooserWidget
func (*AppChooserWidget) Buildable ¶
func (recv *AppChooserWidget) Buildable() *Buildable
Buildable returns the Buildable interface implemented by AppChooserWidget
func (*AppChooserWidget) ConnectApplicationActivated ¶
func (recv *AppChooserWidget) ConnectApplicationActivated(callback AppChooserWidgetSignalApplicationActivatedCallback) int
ConnectApplicationActivated connects the callback to the 'application-activated' signal for the AppChooserWidget.
The returned value represents the connection, and may be passed to DisconnectApplicationActivated to remove it.
func (*AppChooserWidget) ConnectApplicationSelected ¶
func (recv *AppChooserWidget) ConnectApplicationSelected(callback AppChooserWidgetSignalApplicationSelectedCallback) int
ConnectApplicationSelected connects the callback to the 'application-selected' signal for the AppChooserWidget.
The returned value represents the connection, and may be passed to DisconnectApplicationSelected to remove it.
func (*AppChooserWidget) ConnectPopulatePopup ¶
func (recv *AppChooserWidget) ConnectPopulatePopup(callback AppChooserWidgetSignalPopulatePopupCallback) int
ConnectPopulatePopup connects the callback to the 'populate-popup' signal for the AppChooserWidget.
The returned value represents the connection, and may be passed to DisconnectPopulatePopup to remove it.
func (*AppChooserWidget) Container ¶
func (recv *AppChooserWidget) Container() *Container
Container upcasts to *Container
func (*AppChooserWidget) DisconnectApplicationActivated ¶
func (recv *AppChooserWidget) DisconnectApplicationActivated(connectionID int)
DisconnectApplicationActivated disconnects a callback from the 'application-activated' signal for the AppChooserWidget.
The connectionID should be a value returned from a call to ConnectApplicationActivated.
func (*AppChooserWidget) DisconnectApplicationSelected ¶
func (recv *AppChooserWidget) DisconnectApplicationSelected(connectionID int)
DisconnectApplicationSelected disconnects a callback from the 'application-selected' signal for the AppChooserWidget.
The connectionID should be a value returned from a call to ConnectApplicationSelected.
func (*AppChooserWidget) DisconnectPopulatePopup ¶
func (recv *AppChooserWidget) DisconnectPopulatePopup(connectionID int)
DisconnectPopulatePopup disconnects a callback from the 'populate-popup' signal for the AppChooserWidget.
The connectionID should be a value returned from a call to ConnectPopulatePopup.
func (*AppChooserWidget) ImplementorIface ¶
func (recv *AppChooserWidget) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by AppChooserWidget
func (*AppChooserWidget) InitiallyUnowned ¶
func (recv *AppChooserWidget) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*AppChooserWidget) Object ¶
func (recv *AppChooserWidget) Object() *gobject.Object
Object upcasts to *Object
func (*AppChooserWidget) Orientable ¶
func (recv *AppChooserWidget) Orientable() *Orientable
Orientable returns the Orientable interface implemented by AppChooserWidget
func (*AppChooserWidget) SetDefaultText ¶
func (recv *AppChooserWidget) SetDefaultText(text string)
SetDefaultText is a wrapper around the C function gtk_app_chooser_widget_set_default_text.
func (*AppChooserWidget) ToC ¶
func (recv *AppChooserWidget) ToC() unsafe.Pointer
func (*AppChooserWidget) Widget ¶
func (recv *AppChooserWidget) Widget() *Widget
Widget upcasts to *Widget
type AppChooserWidgetClass ¶
type AppChooserWidgetClass struct {
// contains filtered or unexported fields
}
AppChooserWidgetClass is a wrapper around the C record GtkAppChooserWidgetClass.
func AppChooserWidgetClassNewFromC ¶
func AppChooserWidgetClassNewFromC(u unsafe.Pointer) *AppChooserWidgetClass
func (*AppChooserWidgetClass) ToC ¶
func (recv *AppChooserWidgetClass) ToC() unsafe.Pointer
type AppChooserWidgetPrivate ¶
type AppChooserWidgetPrivate struct {
// contains filtered or unexported fields
}
AppChooserWidgetPrivate is a wrapper around the C record GtkAppChooserWidgetPrivate.
func AppChooserWidgetPrivateNewFromC ¶
func AppChooserWidgetPrivateNewFromC(u unsafe.Pointer) *AppChooserWidgetPrivate
func (*AppChooserWidgetPrivate) ToC ¶
func (recv *AppChooserWidgetPrivate) ToC() unsafe.Pointer
type AppChooserWidgetSignalApplicationActivatedCallback ¶
AppChooserWidgetSignalApplicationActivatedCallback is a callback function for a 'application-activated' signal emitted from a AppChooserWidget.
type AppChooserWidgetSignalApplicationSelectedCallback ¶
AppChooserWidgetSignalApplicationSelectedCallback is a callback function for a 'application-selected' signal emitted from a AppChooserWidget.
type AppChooserWidgetSignalPopulatePopupCallback ¶
AppChooserWidgetSignalPopulatePopupCallback is a callback function for a 'populate-popup' signal emitted from a AppChooserWidget.
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application is a wrapper around the C record GtkApplication.
func ApplicationNewFromC ¶
func ApplicationNewFromC(u unsafe.Pointer) *Application
func CastToApplication ¶
func CastToApplication(object *gobject.Object) *Application
CastToWidget down casts any arbitary Object to Application. Exercise care, as this is a potentially dangerous function if the Object is not a Application.
func (*Application) ActionGroup ¶
func (recv *Application) ActionGroup() *gio.ActionGroup
ActionGroup returns the ActionGroup interface implemented by Application
func (*Application) ActionMap ¶
func (recv *Application) ActionMap() *gio.ActionMap
ActionMap returns the ActionMap interface implemented by Application
func (*Application) Application ¶
func (recv *Application) Application() *gio.Application
Application upcasts to *Application
func (*Application) Object ¶
func (recv *Application) Object() *gobject.Object
Object upcasts to *Object
func (*Application) ToC ¶
func (recv *Application) ToC() unsafe.Pointer
type ApplicationClass ¶
type ApplicationClass struct {
// contains filtered or unexported fields
}
ApplicationClass is a wrapper around the C record GtkApplicationClass.
func ApplicationClassNewFromC ¶
func ApplicationClassNewFromC(u unsafe.Pointer) *ApplicationClass
func (*ApplicationClass) ToC ¶
func (recv *ApplicationClass) ToC() unsafe.Pointer
type ApplicationPrivate ¶
type ApplicationPrivate struct {
// contains filtered or unexported fields
}
ApplicationPrivate is a wrapper around the C record GtkApplicationPrivate.
func ApplicationPrivateNewFromC ¶
func ApplicationPrivateNewFromC(u unsafe.Pointer) *ApplicationPrivate
func (*ApplicationPrivate) ToC ¶
func (recv *ApplicationPrivate) ToC() unsafe.Pointer
type ApplicationWindow ¶
type ApplicationWindow struct {
// contains filtered or unexported fields
}
ApplicationWindow is a wrapper around the C record GtkApplicationWindow.
func ApplicationWindowNewFromC ¶
func ApplicationWindowNewFromC(u unsafe.Pointer) *ApplicationWindow
func CastToApplicationWindow ¶
func CastToApplicationWindow(object *gobject.Object) *ApplicationWindow
CastToWidget down casts any arbitary Object to ApplicationWindow. Exercise care, as this is a potentially dangerous function if the Object is not a ApplicationWindow.
func (*ApplicationWindow) ActionGroup ¶
func (recv *ApplicationWindow) ActionGroup() *gio.ActionGroup
ActionGroup returns the ActionGroup interface implemented by ApplicationWindow
func (*ApplicationWindow) ActionMap ¶
func (recv *ApplicationWindow) ActionMap() *gio.ActionMap
ActionMap returns the ActionMap interface implemented by ApplicationWindow
func (*ApplicationWindow) Buildable ¶
func (recv *ApplicationWindow) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ApplicationWindow
func (*ApplicationWindow) Container ¶
func (recv *ApplicationWindow) Container() *Container
Container upcasts to *Container
func (*ApplicationWindow) ImplementorIface ¶
func (recv *ApplicationWindow) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ApplicationWindow
func (*ApplicationWindow) InitiallyUnowned ¶
func (recv *ApplicationWindow) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ApplicationWindow) Object ¶
func (recv *ApplicationWindow) Object() *gobject.Object
Object upcasts to *Object
func (*ApplicationWindow) ToC ¶
func (recv *ApplicationWindow) ToC() unsafe.Pointer
func (*ApplicationWindow) Widget ¶
func (recv *ApplicationWindow) Widget() *Widget
Widget upcasts to *Widget
func (*ApplicationWindow) Window ¶
func (recv *ApplicationWindow) Window() *Window
Window upcasts to *Window
type ApplicationWindowClass ¶
type ApplicationWindowClass struct {
// contains filtered or unexported fields
}
ApplicationWindowClass is a wrapper around the C record GtkApplicationWindowClass.
func ApplicationWindowClassNewFromC ¶
func ApplicationWindowClassNewFromC(u unsafe.Pointer) *ApplicationWindowClass
func (*ApplicationWindowClass) ToC ¶
func (recv *ApplicationWindowClass) ToC() unsafe.Pointer
type ApplicationWindowPrivate ¶
type ApplicationWindowPrivate struct {
// contains filtered or unexported fields
}
ApplicationWindowPrivate is a wrapper around the C record GtkApplicationWindowPrivate.
func ApplicationWindowPrivateNewFromC ¶
func ApplicationWindowPrivateNewFromC(u unsafe.Pointer) *ApplicationWindowPrivate
func (*ApplicationWindowPrivate) ToC ¶
func (recv *ApplicationWindowPrivate) ToC() unsafe.Pointer
type Arrow ¶
type Arrow struct {
// contains filtered or unexported fields
}
Arrow is a wrapper around the C record GtkArrow.
func ArrowNew ¶
func ArrowNew(arrowType ArrowType, shadowType ShadowType) *Arrow
ArrowNew is a wrapper around the C function gtk_arrow_new.
func ArrowNewFromC ¶
func CastToArrow ¶
CastToWidget down casts any arbitary Object to Arrow. Exercise care, as this is a potentially dangerous function if the Object is not a Arrow.
func (*Arrow) ImplementorIface ¶
func (recv *Arrow) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Arrow
func (*Arrow) InitiallyUnowned ¶
func (recv *Arrow) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Arrow) Set ¶
func (recv *Arrow) Set(arrowType ArrowType, shadowType ShadowType)
Set is a wrapper around the C function gtk_arrow_set.
type ArrowAccessible ¶
type ArrowAccessible struct {
// contains filtered or unexported fields
}
ArrowAccessible is a wrapper around the C record GtkArrowAccessible.
func ArrowAccessibleNewFromC ¶
func ArrowAccessibleNewFromC(u unsafe.Pointer) *ArrowAccessible
func CastToArrowAccessible ¶
func CastToArrowAccessible(object *gobject.Object) *ArrowAccessible
CastToWidget down casts any arbitary Object to ArrowAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ArrowAccessible.
func (*ArrowAccessible) Accessible ¶
func (recv *ArrowAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ArrowAccessible) Component ¶
func (recv *ArrowAccessible) Component() *atk.Component
Component returns the Component interface implemented by ArrowAccessible
func (*ArrowAccessible) Image ¶
func (recv *ArrowAccessible) Image() *atk.Image
Image returns the Image interface implemented by ArrowAccessible
func (*ArrowAccessible) Object ¶
func (recv *ArrowAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ArrowAccessible) ToC ¶
func (recv *ArrowAccessible) ToC() unsafe.Pointer
func (*ArrowAccessible) WidgetAccessible ¶
func (recv *ArrowAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ArrowAccessibleClass ¶
type ArrowAccessibleClass struct {
// contains filtered or unexported fields
}
ArrowAccessibleClass is a wrapper around the C record GtkArrowAccessibleClass.
func ArrowAccessibleClassNewFromC ¶
func ArrowAccessibleClassNewFromC(u unsafe.Pointer) *ArrowAccessibleClass
func (*ArrowAccessibleClass) ToC ¶
func (recv *ArrowAccessibleClass) ToC() unsafe.Pointer
type ArrowAccessiblePrivate ¶
type ArrowAccessiblePrivate struct {
// contains filtered or unexported fields
}
ArrowAccessiblePrivate is a wrapper around the C record GtkArrowAccessiblePrivate.
func ArrowAccessiblePrivateNewFromC ¶
func ArrowAccessiblePrivateNewFromC(u unsafe.Pointer) *ArrowAccessiblePrivate
func (*ArrowAccessiblePrivate) ToC ¶
func (recv *ArrowAccessiblePrivate) ToC() unsafe.Pointer
type ArrowClass ¶
type ArrowClass struct {
// contains filtered or unexported fields
}
ArrowClass is a wrapper around the C record GtkArrowClass.
func ArrowClassNewFromC ¶
func ArrowClassNewFromC(u unsafe.Pointer) *ArrowClass
func (*ArrowClass) ToC ¶
func (recv *ArrowClass) ToC() unsafe.Pointer
type ArrowPlacement ¶
type ArrowPlacement C.GtkArrowPlacement
const ( GTK_ARROWS_BOTH ArrowPlacement = 0 GTK_ARROWS_START ArrowPlacement = 1 GTK_ARROWS_END ArrowPlacement = 2 )
type ArrowPrivate ¶
type ArrowPrivate struct {
// contains filtered or unexported fields
}
ArrowPrivate is a wrapper around the C record GtkArrowPrivate.
func ArrowPrivateNewFromC ¶
func ArrowPrivateNewFromC(u unsafe.Pointer) *ArrowPrivate
func (*ArrowPrivate) ToC ¶
func (recv *ArrowPrivate) ToC() unsafe.Pointer
type ArrowType ¶
type ArrowType C.GtkArrowType
type AspectFrame ¶
type AspectFrame struct {
// contains filtered or unexported fields
}
AspectFrame is a wrapper around the C record GtkAspectFrame.
func AspectFrameNew ¶
func AspectFrameNew(label string, xalign float32, yalign float32, ratio float32, obeyChild bool) *AspectFrame
AspectFrameNew is a wrapper around the C function gtk_aspect_frame_new.
func AspectFrameNewFromC ¶
func AspectFrameNewFromC(u unsafe.Pointer) *AspectFrame
func CastToAspectFrame ¶
func CastToAspectFrame(object *gobject.Object) *AspectFrame
CastToWidget down casts any arbitary Object to AspectFrame. Exercise care, as this is a potentially dangerous function if the Object is not a AspectFrame.
func (*AspectFrame) Buildable ¶
func (recv *AspectFrame) Buildable() *Buildable
Buildable returns the Buildable interface implemented by AspectFrame
func (*AspectFrame) Container ¶
func (recv *AspectFrame) Container() *Container
Container upcasts to *Container
func (*AspectFrame) ImplementorIface ¶
func (recv *AspectFrame) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by AspectFrame
func (*AspectFrame) InitiallyUnowned ¶
func (recv *AspectFrame) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*AspectFrame) Object ¶
func (recv *AspectFrame) Object() *gobject.Object
Object upcasts to *Object
func (*AspectFrame) Set ¶
func (recv *AspectFrame) Set(xalign float32, yalign float32, ratio float32, obeyChild bool)
Set is a wrapper around the C function gtk_aspect_frame_set.
func (*AspectFrame) ToC ¶
func (recv *AspectFrame) ToC() unsafe.Pointer
type AspectFrameClass ¶
type AspectFrameClass struct {
// contains filtered or unexported fields
}
AspectFrameClass is a wrapper around the C record GtkAspectFrameClass.
func AspectFrameClassNewFromC ¶
func AspectFrameClassNewFromC(u unsafe.Pointer) *AspectFrameClass
func (*AspectFrameClass) ToC ¶
func (recv *AspectFrameClass) ToC() unsafe.Pointer
type AspectFramePrivate ¶
type AspectFramePrivate struct {
// contains filtered or unexported fields
}
AspectFramePrivate is a wrapper around the C record GtkAspectFramePrivate.
func AspectFramePrivateNewFromC ¶
func AspectFramePrivateNewFromC(u unsafe.Pointer) *AspectFramePrivate
func (*AspectFramePrivate) ToC ¶
func (recv *AspectFramePrivate) ToC() unsafe.Pointer
type Assistant ¶
type Assistant struct {
// contains filtered or unexported fields
}
Assistant is a wrapper around the C record GtkAssistant.
func AssistantNewFromC ¶
func CastToAssistant ¶
CastToWidget down casts any arbitary Object to Assistant. Exercise care, as this is a potentially dangerous function if the Object is not a Assistant.
func (*Assistant) ConnectEscape ¶
func (recv *Assistant) ConnectEscape(callback AssistantSignalEscapeCallback) int
ConnectEscape connects the callback to the 'escape' signal for the Assistant.
The returned value represents the connection, and may be passed to DisconnectEscape to remove it.
func (*Assistant) DisconnectEscape ¶
DisconnectEscape disconnects a callback from the 'escape' signal for the Assistant.
The connectionID should be a value returned from a call to ConnectEscape.
func (*Assistant) ImplementorIface ¶
func (recv *Assistant) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Assistant
func (*Assistant) InitiallyUnowned ¶
func (recv *Assistant) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type AssistantClass ¶
type AssistantClass struct {
// contains filtered or unexported fields
}
AssistantClass is a wrapper around the C record GtkAssistantClass.
func AssistantClassNewFromC ¶
func AssistantClassNewFromC(u unsafe.Pointer) *AssistantClass
func (*AssistantClass) ToC ¶
func (recv *AssistantClass) ToC() unsafe.Pointer
type AssistantPageType ¶
type AssistantPageType C.GtkAssistantPageType
const ( GTK_ASSISTANT_PAGE_CONTENT AssistantPageType = 0 GTK_ASSISTANT_PAGE_INTRO AssistantPageType = 1 GTK_ASSISTANT_PAGE_CONFIRM AssistantPageType = 2 GTK_ASSISTANT_PAGE_SUMMARY AssistantPageType = 3 GTK_ASSISTANT_PAGE_PROGRESS AssistantPageType = 4 GTK_ASSISTANT_PAGE_CUSTOM AssistantPageType = 5 )
type AssistantPrivate ¶
type AssistantPrivate struct {
// contains filtered or unexported fields
}
AssistantPrivate is a wrapper around the C record GtkAssistantPrivate.
func AssistantPrivateNewFromC ¶
func AssistantPrivateNewFromC(u unsafe.Pointer) *AssistantPrivate
func (*AssistantPrivate) ToC ¶
func (recv *AssistantPrivate) ToC() unsafe.Pointer
type AssistantSignalEscapeCallback ¶
type AssistantSignalEscapeCallback func()
AssistantSignalEscapeCallback is a callback function for a 'escape' signal emitted from a Assistant.
type AttachOptions ¶
type AttachOptions C.GtkAttachOptions
const ( GTK_EXPAND AttachOptions = 1 GTK_SHRINK AttachOptions = 2 GTK_FILL AttachOptions = 4 )
type Bin ¶
type Bin struct {
// contains filtered or unexported fields
}
Bin is a wrapper around the C record GtkBin.
func BinNewFromC ¶
func CastToBin ¶
CastToWidget down casts any arbitary Object to Bin. Exercise care, as this is a potentially dangerous function if the Object is not a Bin.
func (*Bin) ImplementorIface ¶
func (recv *Bin) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Bin
func (*Bin) InitiallyUnowned ¶
func (recv *Bin) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type BinClass ¶
type BinClass struct {
// contains filtered or unexported fields
}
BinClass is a wrapper around the C record GtkBinClass.
func BinClassNewFromC ¶
type BinPrivate ¶
type BinPrivate struct {
// contains filtered or unexported fields
}
BinPrivate is a wrapper around the C record GtkBinPrivate.
func BinPrivateNewFromC ¶
func BinPrivateNewFromC(u unsafe.Pointer) *BinPrivate
func (*BinPrivate) ToC ¶
func (recv *BinPrivate) ToC() unsafe.Pointer
type BindingArg ¶
BindingArg is a wrapper around the C record GtkBindingArg.
func BindingArgNewFromC ¶
func BindingArgNewFromC(u unsafe.Pointer) *BindingArg
func (*BindingArg) ToC ¶
func (recv *BindingArg) ToC() unsafe.Pointer
type BindingEntry ¶
type BindingEntry struct { Keyval uint32 Modifiers gdk.ModifierType // contains filtered or unexported fields }
BindingEntry is a wrapper around the C record GtkBindingEntry.
func BindingEntryNewFromC ¶
func BindingEntryNewFromC(u unsafe.Pointer) *BindingEntry
func (*BindingEntry) ToC ¶
func (recv *BindingEntry) ToC() unsafe.Pointer
type BindingSet ¶
BindingSet is a wrapper around the C record GtkBindingSet.
func BindingSetByClass ¶
func BindingSetByClass(objectClass uintptr) *BindingSet
BindingSetByClass is a wrapper around the C function gtk_binding_set_by_class.
func BindingSetFind ¶
func BindingSetFind(setName string) *BindingSet
BindingSetFind is a wrapper around the C function gtk_binding_set_find.
func BindingSetNew ¶
func BindingSetNew(setName string) *BindingSet
BindingSetNew is a wrapper around the C function gtk_binding_set_new.
func BindingSetNewFromC ¶
func BindingSetNewFromC(u unsafe.Pointer) *BindingSet
func (*BindingSet) Activate ¶
func (recv *BindingSet) Activate(keyval uint32, modifiers gdk.ModifierType, object *gobject.Object) bool
Activate is a wrapper around the C function gtk_binding_set_activate.
func (*BindingSet) AddPath ¶
func (recv *BindingSet) AddPath(pathType PathType, pathPattern string, priority PathPriorityType)
AddPath is a wrapper around the C function gtk_binding_set_add_path.
func (*BindingSet) ToC ¶
func (recv *BindingSet) ToC() unsafe.Pointer
type BindingSignal ¶
type BindingSignal struct { // next : record SignalName string NArgs uint32 // contains filtered or unexported fields }
BindingSignal is a wrapper around the C record GtkBindingSignal.
func BindingSignalNewFromC ¶
func BindingSignalNewFromC(u unsafe.Pointer) *BindingSignal
func (*BindingSignal) ToC ¶
func (recv *BindingSignal) ToC() unsafe.Pointer
type BooleanCellAccessible ¶
type BooleanCellAccessible struct {
// contains filtered or unexported fields
}
BooleanCellAccessible is a wrapper around the C record GtkBooleanCellAccessible.
func BooleanCellAccessibleNewFromC ¶
func BooleanCellAccessibleNewFromC(u unsafe.Pointer) *BooleanCellAccessible
func CastToBooleanCellAccessible ¶
func CastToBooleanCellAccessible(object *gobject.Object) *BooleanCellAccessible
CastToWidget down casts any arbitary Object to BooleanCellAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a BooleanCellAccessible.
func (*BooleanCellAccessible) Accessible ¶
func (recv *BooleanCellAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*BooleanCellAccessible) Action ¶
func (recv *BooleanCellAccessible) Action() *atk.Action
Action returns the Action interface implemented by BooleanCellAccessible
func (*BooleanCellAccessible) CellAccessible ¶
func (recv *BooleanCellAccessible) CellAccessible() *CellAccessible
CellAccessible upcasts to *CellAccessible
func (*BooleanCellAccessible) Component ¶
func (recv *BooleanCellAccessible) Component() *atk.Component
Component returns the Component interface implemented by BooleanCellAccessible
func (*BooleanCellAccessible) Object ¶
func (recv *BooleanCellAccessible) Object() *atk.Object
Object upcasts to *Object
func (*BooleanCellAccessible) RendererCellAccessible ¶
func (recv *BooleanCellAccessible) RendererCellAccessible() *RendererCellAccessible
RendererCellAccessible upcasts to *RendererCellAccessible
func (*BooleanCellAccessible) ToC ¶
func (recv *BooleanCellAccessible) ToC() unsafe.Pointer
type BooleanCellAccessibleClass ¶
type BooleanCellAccessibleClass struct {
// contains filtered or unexported fields
}
BooleanCellAccessibleClass is a wrapper around the C record GtkBooleanCellAccessibleClass.
func BooleanCellAccessibleClassNewFromC ¶
func BooleanCellAccessibleClassNewFromC(u unsafe.Pointer) *BooleanCellAccessibleClass
func (*BooleanCellAccessibleClass) ToC ¶
func (recv *BooleanCellAccessibleClass) ToC() unsafe.Pointer
type BooleanCellAccessiblePrivate ¶
type BooleanCellAccessiblePrivate struct {
// contains filtered or unexported fields
}
BooleanCellAccessiblePrivate is a wrapper around the C record GtkBooleanCellAccessiblePrivate.
func BooleanCellAccessiblePrivateNewFromC ¶
func BooleanCellAccessiblePrivateNewFromC(u unsafe.Pointer) *BooleanCellAccessiblePrivate
func (*BooleanCellAccessiblePrivate) ToC ¶
func (recv *BooleanCellAccessiblePrivate) ToC() unsafe.Pointer
type Border ¶
type Border struct { Left int16 Right int16 Top int16 Bottom int16 // contains filtered or unexported fields }
Border is a wrapper around the C record GtkBorder.
func BorderNewFromC ¶
type BorderStyle ¶
type BorderStyle C.GtkBorderStyle
const ( GTK_BORDER_STYLE_NONE BorderStyle = 0 GTK_BORDER_STYLE_SOLID BorderStyle = 1 GTK_BORDER_STYLE_INSET BorderStyle = 2 GTK_BORDER_STYLE_OUTSET BorderStyle = 3 GTK_BORDER_STYLE_HIDDEN BorderStyle = 4 GTK_BORDER_STYLE_DOTTED BorderStyle = 5 GTK_BORDER_STYLE_DASHED BorderStyle = 6 GTK_BORDER_STYLE_DOUBLE BorderStyle = 7 GTK_BORDER_STYLE_GROOVE BorderStyle = 8 GTK_BORDER_STYLE_RIDGE BorderStyle = 9 )
type Box ¶
type Box struct {
// contains filtered or unexported fields
}
Box is a wrapper around the C record GtkBox.
func BoxNewFromC ¶
func CastToBox ¶
CastToWidget down casts any arbitary Object to Box. Exercise care, as this is a potentially dangerous function if the Object is not a Box.
func (*Box) GetHomogeneous ¶
GetHomogeneous is a wrapper around the C function gtk_box_get_homogeneous.
func (*Box) GetSpacing ¶
GetSpacing is a wrapper around the C function gtk_box_get_spacing.
func (*Box) ImplementorIface ¶
func (recv *Box) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Box
func (*Box) InitiallyUnowned ¶
func (recv *Box) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Box) Orientable ¶
func (recv *Box) Orientable() *Orientable
Orientable returns the Orientable interface implemented by Box
func (*Box) ReorderChild ¶
ReorderChild is a wrapper around the C function gtk_box_reorder_child.
func (*Box) SetChildPacking ¶
func (recv *Box) SetChildPacking(child *Widget, expand bool, fill bool, padding uint32, packType PackType)
SetChildPacking is a wrapper around the C function gtk_box_set_child_packing.
func (*Box) SetHomogeneous ¶
SetHomogeneous is a wrapper around the C function gtk_box_set_homogeneous.
func (*Box) SetSpacing ¶
SetSpacing is a wrapper around the C function gtk_box_set_spacing.
type BoxClass ¶
type BoxClass struct {
// contains filtered or unexported fields
}
BoxClass is a wrapper around the C record GtkBoxClass.
func BoxClassNewFromC ¶
type BoxPrivate ¶
type BoxPrivate struct {
// contains filtered or unexported fields
}
BoxPrivate is a wrapper around the C record GtkBoxPrivate.
func BoxPrivateNewFromC ¶
func BoxPrivateNewFromC(u unsafe.Pointer) *BoxPrivate
func (*BoxPrivate) ToC ¶
func (recv *BoxPrivate) ToC() unsafe.Pointer
type Buildable ¶
type Buildable struct {
// contains filtered or unexported fields
}
Buildable is a wrapper around the C record GtkBuildable.
func BuildableNewFromC ¶
type BuildableIface ¶
type BuildableIface struct {
// contains filtered or unexported fields
}
BuildableIface is a wrapper around the C record GtkBuildableIface.
func BuildableIfaceNewFromC ¶
func BuildableIfaceNewFromC(u unsafe.Pointer) *BuildableIface
func (*BuildableIface) ToC ¶
func (recv *BuildableIface) ToC() unsafe.Pointer
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder is a wrapper around the C record GtkBuilder.
func BuilderNewFromC ¶
func CastToBuilder ¶
CastToWidget down casts any arbitary Object to Builder. Exercise care, as this is a potentially dangerous function if the Object is not a Builder.
type BuilderClass ¶
type BuilderClass struct {
// contains filtered or unexported fields
}
BuilderClass is a wrapper around the C record GtkBuilderClass.
func BuilderClassNewFromC ¶
func BuilderClassNewFromC(u unsafe.Pointer) *BuilderClass
func (*BuilderClass) ToC ¶
func (recv *BuilderClass) ToC() unsafe.Pointer
type BuilderError ¶
type BuilderError C.GtkBuilderError
const ( GTK_BUILDER_ERROR_INVALID_TYPE_FUNCTION BuilderError = 0 GTK_BUILDER_ERROR_UNHANDLED_TAG BuilderError = 1 GTK_BUILDER_ERROR_MISSING_ATTRIBUTE BuilderError = 2 GTK_BUILDER_ERROR_INVALID_ATTRIBUTE BuilderError = 3 GTK_BUILDER_ERROR_INVALID_TAG BuilderError = 4 GTK_BUILDER_ERROR_MISSING_PROPERTY_VALUE BuilderError = 5 GTK_BUILDER_ERROR_INVALID_VALUE BuilderError = 6 GTK_BUILDER_ERROR_VERSION_MISMATCH BuilderError = 7 GTK_BUILDER_ERROR_DUPLICATE_ID BuilderError = 8 GTK_BUILDER_ERROR_OBJECT_TYPE_REFUSED BuilderError = 9 GTK_BUILDER_ERROR_TEMPLATE_MISMATCH BuilderError = 10 GTK_BUILDER_ERROR_INVALID_PROPERTY BuilderError = 11 GTK_BUILDER_ERROR_INVALID_SIGNAL BuilderError = 12 GTK_BUILDER_ERROR_INVALID_ID BuilderError = 13 )
type BuilderPrivate ¶
type BuilderPrivate struct {
// contains filtered or unexported fields
}
BuilderPrivate is a wrapper around the C record GtkBuilderPrivate.
func BuilderPrivateNewFromC ¶
func BuilderPrivateNewFromC(u unsafe.Pointer) *BuilderPrivate
func (*BuilderPrivate) ToC ¶
func (recv *BuilderPrivate) ToC() unsafe.Pointer
type Button ¶
type Button struct {
// contains filtered or unexported fields
}
Button is a wrapper around the C record GtkButton.
func ButtonNew ¶
func ButtonNew() *Button
ButtonNew is a wrapper around the C function gtk_button_new.
func ButtonNewFromC ¶
func ButtonNewFromStock ¶
ButtonNewFromStock is a wrapper around the C function gtk_button_new_from_stock.
func ButtonNewWithLabel ¶
ButtonNewWithLabel is a wrapper around the C function gtk_button_new_with_label.
func ButtonNewWithMnemonic ¶
ButtonNewWithMnemonic is a wrapper around the C function gtk_button_new_with_mnemonic.
func CastToButton ¶
CastToWidget down casts any arbitary Object to Button. Exercise care, as this is a potentially dangerous function if the Object is not a Button.
func (*Button) Actionable ¶
func (recv *Button) Actionable() *Actionable
Actionable returns the Actionable interface implemented by Button
func (*Button) Activatable ¶
func (recv *Button) Activatable() *Activatable
Activatable returns the Activatable interface implemented by Button
func (*Button) Clicked ¶
func (recv *Button) Clicked()
Clicked is a wrapper around the C function gtk_button_clicked.
func (*Button) ConnectActivate ¶
func (recv *Button) ConnectActivate(callback ButtonSignalActivateCallback) int
ConnectActivate connects the callback to the 'activate' signal for the Button.
The returned value represents the connection, and may be passed to DisconnectActivate to remove it.
func (*Button) ConnectClicked ¶
func (recv *Button) ConnectClicked(callback ButtonSignalClickedCallback) int
ConnectClicked connects the callback to the 'clicked' signal for the Button.
The returned value represents the connection, and may be passed to DisconnectClicked to remove it.
func (*Button) ConnectEnter ¶
func (recv *Button) ConnectEnter(callback ButtonSignalEnterCallback) int
ConnectEnter connects the callback to the 'enter' signal for the Button.
The returned value represents the connection, and may be passed to DisconnectEnter to remove it.
func (*Button) ConnectLeave ¶
func (recv *Button) ConnectLeave(callback ButtonSignalLeaveCallback) int
ConnectLeave connects the callback to the 'leave' signal for the Button.
The returned value represents the connection, and may be passed to DisconnectLeave to remove it.
func (*Button) ConnectPressed ¶
func (recv *Button) ConnectPressed(callback ButtonSignalPressedCallback) int
ConnectPressed connects the callback to the 'pressed' signal for the Button.
The returned value represents the connection, and may be passed to DisconnectPressed to remove it.
func (*Button) ConnectReleased ¶
func (recv *Button) ConnectReleased(callback ButtonSignalReleasedCallback) int
ConnectReleased connects the callback to the 'released' signal for the Button.
The returned value represents the connection, and may be passed to DisconnectReleased to remove it.
func (*Button) DisconnectActivate ¶
DisconnectActivate disconnects a callback from the 'activate' signal for the Button.
The connectionID should be a value returned from a call to ConnectActivate.
func (*Button) DisconnectClicked ¶
DisconnectClicked disconnects a callback from the 'clicked' signal for the Button.
The connectionID should be a value returned from a call to ConnectClicked.
func (*Button) DisconnectEnter ¶
DisconnectEnter disconnects a callback from the 'enter' signal for the Button.
The connectionID should be a value returned from a call to ConnectEnter.
func (*Button) DisconnectLeave ¶
DisconnectLeave disconnects a callback from the 'leave' signal for the Button.
The connectionID should be a value returned from a call to ConnectLeave.
func (*Button) DisconnectPressed ¶
DisconnectPressed disconnects a callback from the 'pressed' signal for the Button.
The connectionID should be a value returned from a call to ConnectPressed.
func (*Button) DisconnectReleased ¶
DisconnectReleased disconnects a callback from the 'released' signal for the Button.
The connectionID should be a value returned from a call to ConnectReleased.
func (*Button) Enter ¶
func (recv *Button) Enter()
Enter is a wrapper around the C function gtk_button_enter.
func (*Button) GetRelief ¶
func (recv *Button) GetRelief() ReliefStyle
GetRelief is a wrapper around the C function gtk_button_get_relief.
func (*Button) GetUseStock ¶
GetUseStock is a wrapper around the C function gtk_button_get_use_stock.
func (*Button) GetUseUnderline ¶
GetUseUnderline is a wrapper around the C function gtk_button_get_use_underline.
func (*Button) ImplementorIface ¶
func (recv *Button) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Button
func (*Button) InitiallyUnowned ¶
func (recv *Button) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Button) Leave ¶
func (recv *Button) Leave()
Leave is a wrapper around the C function gtk_button_leave.
func (*Button) Pressed ¶
func (recv *Button) Pressed()
Pressed is a wrapper around the C function gtk_button_pressed.
func (*Button) Released ¶
func (recv *Button) Released()
Released is a wrapper around the C function gtk_button_released.
func (*Button) SetRelief ¶
func (recv *Button) SetRelief(relief ReliefStyle)
SetRelief is a wrapper around the C function gtk_button_set_relief.
func (*Button) SetUseStock ¶
SetUseStock is a wrapper around the C function gtk_button_set_use_stock.
func (*Button) SetUseUnderline ¶
SetUseUnderline is a wrapper around the C function gtk_button_set_use_underline.
type ButtonAccessible ¶
type ButtonAccessible struct {
// contains filtered or unexported fields
}
ButtonAccessible is a wrapper around the C record GtkButtonAccessible.
func ButtonAccessibleNewFromC ¶
func ButtonAccessibleNewFromC(u unsafe.Pointer) *ButtonAccessible
func CastToButtonAccessible ¶
func CastToButtonAccessible(object *gobject.Object) *ButtonAccessible
CastToWidget down casts any arbitary Object to ButtonAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ButtonAccessible.
func (*ButtonAccessible) Accessible ¶
func (recv *ButtonAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ButtonAccessible) Action ¶
func (recv *ButtonAccessible) Action() *atk.Action
Action returns the Action interface implemented by ButtonAccessible
func (*ButtonAccessible) Component ¶
func (recv *ButtonAccessible) Component() *atk.Component
Component returns the Component interface implemented by ButtonAccessible
func (*ButtonAccessible) ContainerAccessible ¶
func (recv *ButtonAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*ButtonAccessible) Image ¶
func (recv *ButtonAccessible) Image() *atk.Image
Image returns the Image interface implemented by ButtonAccessible
func (*ButtonAccessible) Object ¶
func (recv *ButtonAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ButtonAccessible) ToC ¶
func (recv *ButtonAccessible) ToC() unsafe.Pointer
func (*ButtonAccessible) WidgetAccessible ¶
func (recv *ButtonAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ButtonAccessibleClass ¶
type ButtonAccessibleClass struct {
// contains filtered or unexported fields
}
ButtonAccessibleClass is a wrapper around the C record GtkButtonAccessibleClass.
func ButtonAccessibleClassNewFromC ¶
func ButtonAccessibleClassNewFromC(u unsafe.Pointer) *ButtonAccessibleClass
func (*ButtonAccessibleClass) ToC ¶
func (recv *ButtonAccessibleClass) ToC() unsafe.Pointer
type ButtonAccessiblePrivate ¶
type ButtonAccessiblePrivate struct {
// contains filtered or unexported fields
}
ButtonAccessiblePrivate is a wrapper around the C record GtkButtonAccessiblePrivate.
func ButtonAccessiblePrivateNewFromC ¶
func ButtonAccessiblePrivateNewFromC(u unsafe.Pointer) *ButtonAccessiblePrivate
func (*ButtonAccessiblePrivate) ToC ¶
func (recv *ButtonAccessiblePrivate) ToC() unsafe.Pointer
type ButtonBox ¶
type ButtonBox struct {
// contains filtered or unexported fields
}
ButtonBox is a wrapper around the C record GtkButtonBox.
func ButtonBoxNewFromC ¶
func CastToButtonBox ¶
CastToWidget down casts any arbitary Object to ButtonBox. Exercise care, as this is a potentially dangerous function if the Object is not a ButtonBox.
func (*ButtonBox) GetLayout ¶
func (recv *ButtonBox) GetLayout() ButtonBoxStyle
GetLayout is a wrapper around the C function gtk_button_box_get_layout.
func (*ButtonBox) ImplementorIface ¶
func (recv *ButtonBox) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ButtonBox
func (*ButtonBox) InitiallyUnowned ¶
func (recv *ButtonBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ButtonBox) Orientable ¶
func (recv *ButtonBox) Orientable() *Orientable
Orientable returns the Orientable interface implemented by ButtonBox
func (*ButtonBox) SetChildSecondary ¶
SetChildSecondary is a wrapper around the C function gtk_button_box_set_child_secondary.
func (*ButtonBox) SetLayout ¶
func (recv *ButtonBox) SetLayout(layoutStyle ButtonBoxStyle)
SetLayout is a wrapper around the C function gtk_button_box_set_layout.
type ButtonBoxClass ¶
type ButtonBoxClass struct {
// contains filtered or unexported fields
}
ButtonBoxClass is a wrapper around the C record GtkButtonBoxClass.
func ButtonBoxClassNewFromC ¶
func ButtonBoxClassNewFromC(u unsafe.Pointer) *ButtonBoxClass
func (*ButtonBoxClass) ToC ¶
func (recv *ButtonBoxClass) ToC() unsafe.Pointer
type ButtonBoxPrivate ¶
type ButtonBoxPrivate struct {
// contains filtered or unexported fields
}
ButtonBoxPrivate is a wrapper around the C record GtkButtonBoxPrivate.
func ButtonBoxPrivateNewFromC ¶
func ButtonBoxPrivateNewFromC(u unsafe.Pointer) *ButtonBoxPrivate
func (*ButtonBoxPrivate) ToC ¶
func (recv *ButtonBoxPrivate) ToC() unsafe.Pointer
type ButtonBoxStyle ¶
type ButtonBoxStyle C.GtkButtonBoxStyle
const ( GTK_BUTTONBOX_SPREAD ButtonBoxStyle = 1 GTK_BUTTONBOX_EDGE ButtonBoxStyle = 2 GTK_BUTTONBOX_START ButtonBoxStyle = 3 GTK_BUTTONBOX_END ButtonBoxStyle = 4 GTK_BUTTONBOX_CENTER ButtonBoxStyle = 5 GTK_BUTTONBOX_EXPAND ButtonBoxStyle = 6 )
type ButtonClass ¶
type ButtonClass struct {
// contains filtered or unexported fields
}
ButtonClass is a wrapper around the C record GtkButtonClass.
func ButtonClassNewFromC ¶
func ButtonClassNewFromC(u unsafe.Pointer) *ButtonClass
func (*ButtonClass) ToC ¶
func (recv *ButtonClass) ToC() unsafe.Pointer
type ButtonPrivate ¶
type ButtonPrivate struct {
// contains filtered or unexported fields
}
ButtonPrivate is a wrapper around the C record GtkButtonPrivate.
func ButtonPrivateNewFromC ¶
func ButtonPrivateNewFromC(u unsafe.Pointer) *ButtonPrivate
func (*ButtonPrivate) ToC ¶
func (recv *ButtonPrivate) ToC() unsafe.Pointer
type ButtonRole ¶
type ButtonRole C.GtkButtonRole
const ( GTK_BUTTON_ROLE_NORMAL ButtonRole = 0 GTK_BUTTON_ROLE_CHECK ButtonRole = 1 GTK_BUTTON_ROLE_RADIO ButtonRole = 2 )
type ButtonSignalActivateCallback ¶
type ButtonSignalActivateCallback func()
ButtonSignalActivateCallback is a callback function for a 'activate' signal emitted from a Button.
type ButtonSignalClickedCallback ¶
type ButtonSignalClickedCallback func()
ButtonSignalClickedCallback is a callback function for a 'clicked' signal emitted from a Button.
type ButtonSignalEnterCallback ¶
type ButtonSignalEnterCallback func()
ButtonSignalEnterCallback is a callback function for a 'enter' signal emitted from a Button.
type ButtonSignalLeaveCallback ¶
type ButtonSignalLeaveCallback func()
ButtonSignalLeaveCallback is a callback function for a 'leave' signal emitted from a Button.
type ButtonSignalPressedCallback ¶
type ButtonSignalPressedCallback func()
ButtonSignalPressedCallback is a callback function for a 'pressed' signal emitted from a Button.
type ButtonSignalReleasedCallback ¶
type ButtonSignalReleasedCallback func()
ButtonSignalReleasedCallback is a callback function for a 'released' signal emitted from a Button.
type ButtonsType ¶
type ButtonsType C.GtkButtonsType
const ( GTK_BUTTONS_NONE ButtonsType = 0 GTK_BUTTONS_OK ButtonsType = 1 GTK_BUTTONS_CLOSE ButtonsType = 2 GTK_BUTTONS_CANCEL ButtonsType = 3 GTK_BUTTONS_YES_NO ButtonsType = 4 GTK_BUTTONS_OK_CANCEL ButtonsType = 5 )
type Calendar ¶
type Calendar struct {
// contains filtered or unexported fields
}
Calendar is a wrapper around the C record GtkCalendar.
func CalendarNew ¶
func CalendarNew() *Calendar
CalendarNew is a wrapper around the C function gtk_calendar_new.
func CalendarNewFromC ¶
func CastToCalendar ¶
CastToWidget down casts any arbitary Object to Calendar. Exercise care, as this is a potentially dangerous function if the Object is not a Calendar.
func (*Calendar) ClearMarks ¶
func (recv *Calendar) ClearMarks()
ClearMarks is a wrapper around the C function gtk_calendar_clear_marks.
func (*Calendar) ConnectDaySelected ¶
func (recv *Calendar) ConnectDaySelected(callback CalendarSignalDaySelectedCallback) int
ConnectDaySelected connects the callback to the 'day-selected' signal for the Calendar.
The returned value represents the connection, and may be passed to DisconnectDaySelected to remove it.
func (*Calendar) ConnectDaySelectedDoubleClick ¶
func (recv *Calendar) ConnectDaySelectedDoubleClick(callback CalendarSignalDaySelectedDoubleClickCallback) int
ConnectDaySelectedDoubleClick connects the callback to the 'day-selected-double-click' signal for the Calendar.
The returned value represents the connection, and may be passed to DisconnectDaySelectedDoubleClick to remove it.
func (*Calendar) ConnectMonthChanged ¶
func (recv *Calendar) ConnectMonthChanged(callback CalendarSignalMonthChangedCallback) int
ConnectMonthChanged connects the callback to the 'month-changed' signal for the Calendar.
The returned value represents the connection, and may be passed to DisconnectMonthChanged to remove it.
func (*Calendar) ConnectNextMonth ¶
func (recv *Calendar) ConnectNextMonth(callback CalendarSignalNextMonthCallback) int
ConnectNextMonth connects the callback to the 'next-month' signal for the Calendar.
The returned value represents the connection, and may be passed to DisconnectNextMonth to remove it.
func (*Calendar) ConnectNextYear ¶
func (recv *Calendar) ConnectNextYear(callback CalendarSignalNextYearCallback) int
ConnectNextYear connects the callback to the 'next-year' signal for the Calendar.
The returned value represents the connection, and may be passed to DisconnectNextYear to remove it.
func (*Calendar) ConnectPrevMonth ¶
func (recv *Calendar) ConnectPrevMonth(callback CalendarSignalPrevMonthCallback) int
ConnectPrevMonth connects the callback to the 'prev-month' signal for the Calendar.
The returned value represents the connection, and may be passed to DisconnectPrevMonth to remove it.
func (*Calendar) ConnectPrevYear ¶
func (recv *Calendar) ConnectPrevYear(callback CalendarSignalPrevYearCallback) int
ConnectPrevYear connects the callback to the 'prev-year' signal for the Calendar.
The returned value represents the connection, and may be passed to DisconnectPrevYear to remove it.
func (*Calendar) DisconnectDaySelected ¶
DisconnectDaySelected disconnects a callback from the 'day-selected' signal for the Calendar.
The connectionID should be a value returned from a call to ConnectDaySelected.
func (*Calendar) DisconnectDaySelectedDoubleClick ¶
DisconnectDaySelectedDoubleClick disconnects a callback from the 'day-selected-double-click' signal for the Calendar.
The connectionID should be a value returned from a call to ConnectDaySelectedDoubleClick.
func (*Calendar) DisconnectMonthChanged ¶
DisconnectMonthChanged disconnects a callback from the 'month-changed' signal for the Calendar.
The connectionID should be a value returned from a call to ConnectMonthChanged.
func (*Calendar) DisconnectNextMonth ¶
DisconnectNextMonth disconnects a callback from the 'next-month' signal for the Calendar.
The connectionID should be a value returned from a call to ConnectNextMonth.
func (*Calendar) DisconnectNextYear ¶
DisconnectNextYear disconnects a callback from the 'next-year' signal for the Calendar.
The connectionID should be a value returned from a call to ConnectNextYear.
func (*Calendar) DisconnectPrevMonth ¶
DisconnectPrevMonth disconnects a callback from the 'prev-month' signal for the Calendar.
The connectionID should be a value returned from a call to ConnectPrevMonth.
func (*Calendar) DisconnectPrevYear ¶
DisconnectPrevYear disconnects a callback from the 'prev-year' signal for the Calendar.
The connectionID should be a value returned from a call to ConnectPrevYear.
func (*Calendar) ImplementorIface ¶
func (recv *Calendar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Calendar
func (*Calendar) InitiallyUnowned ¶
func (recv *Calendar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Calendar) SelectMonth ¶
SelectMonth is a wrapper around the C function gtk_calendar_select_month.
type CalendarClass ¶
type CalendarClass struct {
// contains filtered or unexported fields
}
CalendarClass is a wrapper around the C record GtkCalendarClass.
func CalendarClassNewFromC ¶
func CalendarClassNewFromC(u unsafe.Pointer) *CalendarClass
func (*CalendarClass) ToC ¶
func (recv *CalendarClass) ToC() unsafe.Pointer
type CalendarDisplayOptions ¶
type CalendarDisplayOptions C.GtkCalendarDisplayOptions
const ( GTK_CALENDAR_SHOW_HEADING CalendarDisplayOptions = 1 GTK_CALENDAR_SHOW_DAY_NAMES CalendarDisplayOptions = 2 GTK_CALENDAR_NO_MONTH_CHANGE CalendarDisplayOptions = 4 GTK_CALENDAR_SHOW_WEEK_NUMBERS CalendarDisplayOptions = 8 GTK_CALENDAR_SHOW_DETAILS CalendarDisplayOptions = 32 )
type CalendarPrivate ¶
type CalendarPrivate struct {
// contains filtered or unexported fields
}
CalendarPrivate is a wrapper around the C record GtkCalendarPrivate.
func CalendarPrivateNewFromC ¶
func CalendarPrivateNewFromC(u unsafe.Pointer) *CalendarPrivate
func (*CalendarPrivate) ToC ¶
func (recv *CalendarPrivate) ToC() unsafe.Pointer
type CalendarSignalDaySelectedCallback ¶
type CalendarSignalDaySelectedCallback func()
CalendarSignalDaySelectedCallback is a callback function for a 'day-selected' signal emitted from a Calendar.
type CalendarSignalDaySelectedDoubleClickCallback ¶
type CalendarSignalDaySelectedDoubleClickCallback func()
CalendarSignalDaySelectedDoubleClickCallback is a callback function for a 'day-selected-double-click' signal emitted from a Calendar.
type CalendarSignalMonthChangedCallback ¶
type CalendarSignalMonthChangedCallback func()
CalendarSignalMonthChangedCallback is a callback function for a 'month-changed' signal emitted from a Calendar.
type CalendarSignalNextMonthCallback ¶
type CalendarSignalNextMonthCallback func()
CalendarSignalNextMonthCallback is a callback function for a 'next-month' signal emitted from a Calendar.
type CalendarSignalNextYearCallback ¶
type CalendarSignalNextYearCallback func()
CalendarSignalNextYearCallback is a callback function for a 'next-year' signal emitted from a Calendar.
type CalendarSignalPrevMonthCallback ¶
type CalendarSignalPrevMonthCallback func()
CalendarSignalPrevMonthCallback is a callback function for a 'prev-month' signal emitted from a Calendar.
type CalendarSignalPrevYearCallback ¶
type CalendarSignalPrevYearCallback func()
CalendarSignalPrevYearCallback is a callback function for a 'prev-year' signal emitted from a Calendar.
type CellAccessible ¶
type CellAccessible struct {
// contains filtered or unexported fields
}
CellAccessible is a wrapper around the C record GtkCellAccessible.
func CastToCellAccessible ¶
func CastToCellAccessible(object *gobject.Object) *CellAccessible
CastToWidget down casts any arbitary Object to CellAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a CellAccessible.
func CellAccessibleNewFromC ¶
func CellAccessibleNewFromC(u unsafe.Pointer) *CellAccessible
func (*CellAccessible) Accessible ¶
func (recv *CellAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*CellAccessible) Action ¶
func (recv *CellAccessible) Action() *atk.Action
Action returns the Action interface implemented by CellAccessible
func (*CellAccessible) Component ¶
func (recv *CellAccessible) Component() *atk.Component
Component returns the Component interface implemented by CellAccessible
func (*CellAccessible) Object ¶
func (recv *CellAccessible) Object() *atk.Object
Object upcasts to *Object
func (*CellAccessible) ToC ¶
func (recv *CellAccessible) ToC() unsafe.Pointer
type CellAccessibleClass ¶
type CellAccessibleClass struct {
// contains filtered or unexported fields
}
CellAccessibleClass is a wrapper around the C record GtkCellAccessibleClass.
func CellAccessibleClassNewFromC ¶
func CellAccessibleClassNewFromC(u unsafe.Pointer) *CellAccessibleClass
func (*CellAccessibleClass) ToC ¶
func (recv *CellAccessibleClass) ToC() unsafe.Pointer
type CellAccessibleParent ¶
type CellAccessibleParent struct {
// contains filtered or unexported fields
}
CellAccessibleParent is a wrapper around the C record GtkCellAccessibleParent.
func CellAccessibleParentNewFromC ¶
func CellAccessibleParentNewFromC(u unsafe.Pointer) *CellAccessibleParent
func (*CellAccessibleParent) Activate ¶
func (recv *CellAccessibleParent) Activate(cell *CellAccessible)
Activate is a wrapper around the C function gtk_cell_accessible_parent_activate.
func (*CellAccessibleParent) Edit ¶
func (recv *CellAccessibleParent) Edit(cell *CellAccessible)
Edit is a wrapper around the C function gtk_cell_accessible_parent_edit.
func (*CellAccessibleParent) ExpandCollapse ¶
func (recv *CellAccessibleParent) ExpandCollapse(cell *CellAccessible)
ExpandCollapse is a wrapper around the C function gtk_cell_accessible_parent_expand_collapse.
func (*CellAccessibleParent) GetCellExtents ¶
func (recv *CellAccessibleParent) GetCellExtents(cell *CellAccessible, x int32, y int32, width int32, height int32, coordType atk.CoordType)
GetCellExtents is a wrapper around the C function gtk_cell_accessible_parent_get_cell_extents.
func (*CellAccessibleParent) GetChildIndex ¶
func (recv *CellAccessibleParent) GetChildIndex(cell *CellAccessible) int32
GetChildIndex is a wrapper around the C function gtk_cell_accessible_parent_get_child_index.
func (*CellAccessibleParent) GetRendererState ¶
func (recv *CellAccessibleParent) GetRendererState(cell *CellAccessible) CellRendererState
GetRendererState is a wrapper around the C function gtk_cell_accessible_parent_get_renderer_state.
func (*CellAccessibleParent) GrabFocus ¶
func (recv *CellAccessibleParent) GrabFocus(cell *CellAccessible) bool
GrabFocus is a wrapper around the C function gtk_cell_accessible_parent_grab_focus.
func (*CellAccessibleParent) ToC ¶
func (recv *CellAccessibleParent) ToC() unsafe.Pointer
func (*CellAccessibleParent) UpdateRelationset ¶
func (recv *CellAccessibleParent) UpdateRelationset(cell *CellAccessible, relationset *atk.RelationSet)
UpdateRelationset is a wrapper around the C function gtk_cell_accessible_parent_update_relationset.
type CellAccessibleParentIface ¶
type CellAccessibleParentIface struct {
// contains filtered or unexported fields
}
CellAccessibleParentIface is a wrapper around the C record GtkCellAccessibleParentIface.
func CellAccessibleParentIfaceNewFromC ¶
func CellAccessibleParentIfaceNewFromC(u unsafe.Pointer) *CellAccessibleParentIface
func (*CellAccessibleParentIface) ToC ¶
func (recv *CellAccessibleParentIface) ToC() unsafe.Pointer
type CellAccessiblePrivate ¶
type CellAccessiblePrivate struct {
// contains filtered or unexported fields
}
CellAccessiblePrivate is a wrapper around the C record GtkCellAccessiblePrivate.
func CellAccessiblePrivateNewFromC ¶
func CellAccessiblePrivateNewFromC(u unsafe.Pointer) *CellAccessiblePrivate
func (*CellAccessiblePrivate) ToC ¶
func (recv *CellAccessiblePrivate) ToC() unsafe.Pointer
type CellArea ¶
type CellArea struct {
// contains filtered or unexported fields
}
CellArea is a wrapper around the C record GtkCellArea.
func CastToCellArea ¶
CastToWidget down casts any arbitary Object to CellArea. Exercise care, as this is a potentially dangerous function if the Object is not a CellArea.
func CellAreaNewFromC ¶
func (*CellArea) CellLayout ¶
func (recv *CellArea) CellLayout() *CellLayout
CellLayout returns the CellLayout interface implemented by CellArea
func (*CellArea) InitiallyUnowned ¶
func (recv *CellArea) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type CellAreaBox ¶
type CellAreaBox struct {
// contains filtered or unexported fields
}
CellAreaBox is a wrapper around the C record GtkCellAreaBox.
func CastToCellAreaBox ¶
func CastToCellAreaBox(object *gobject.Object) *CellAreaBox
CastToWidget down casts any arbitary Object to CellAreaBox. Exercise care, as this is a potentially dangerous function if the Object is not a CellAreaBox.
func CellAreaBoxNewFromC ¶
func CellAreaBoxNewFromC(u unsafe.Pointer) *CellAreaBox
func (*CellAreaBox) Buildable ¶
func (recv *CellAreaBox) Buildable() *Buildable
Buildable returns the Buildable interface implemented by CellAreaBox
func (*CellAreaBox) CellArea ¶
func (recv *CellAreaBox) CellArea() *CellArea
CellArea upcasts to *CellArea
func (*CellAreaBox) CellLayout ¶
func (recv *CellAreaBox) CellLayout() *CellLayout
CellLayout returns the CellLayout interface implemented by CellAreaBox
func (*CellAreaBox) InitiallyUnowned ¶
func (recv *CellAreaBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellAreaBox) Object ¶
func (recv *CellAreaBox) Object() *gobject.Object
Object upcasts to *Object
func (*CellAreaBox) Orientable ¶
func (recv *CellAreaBox) Orientable() *Orientable
Orientable returns the Orientable interface implemented by CellAreaBox
func (*CellAreaBox) ToC ¶
func (recv *CellAreaBox) ToC() unsafe.Pointer
type CellAreaBoxClass ¶
type CellAreaBoxClass struct {
// contains filtered or unexported fields
}
CellAreaBoxClass is a wrapper around the C record GtkCellAreaBoxClass.
func CellAreaBoxClassNewFromC ¶
func CellAreaBoxClassNewFromC(u unsafe.Pointer) *CellAreaBoxClass
func (*CellAreaBoxClass) ToC ¶
func (recv *CellAreaBoxClass) ToC() unsafe.Pointer
type CellAreaBoxPrivate ¶
type CellAreaBoxPrivate struct {
// contains filtered or unexported fields
}
CellAreaBoxPrivate is a wrapper around the C record GtkCellAreaBoxPrivate.
func CellAreaBoxPrivateNewFromC ¶
func CellAreaBoxPrivateNewFromC(u unsafe.Pointer) *CellAreaBoxPrivate
func (*CellAreaBoxPrivate) ToC ¶
func (recv *CellAreaBoxPrivate) ToC() unsafe.Pointer
type CellAreaClass ¶
type CellAreaClass struct {
// contains filtered or unexported fields
}
CellAreaClass is a wrapper around the C record GtkCellAreaClass.
func CellAreaClassNewFromC ¶
func CellAreaClassNewFromC(u unsafe.Pointer) *CellAreaClass
func (*CellAreaClass) ToC ¶
func (recv *CellAreaClass) ToC() unsafe.Pointer
type CellAreaContext ¶
type CellAreaContext struct {
// contains filtered or unexported fields
}
CellAreaContext is a wrapper around the C record GtkCellAreaContext.
func CastToCellAreaContext ¶
func CastToCellAreaContext(object *gobject.Object) *CellAreaContext
CastToWidget down casts any arbitary Object to CellAreaContext. Exercise care, as this is a potentially dangerous function if the Object is not a CellAreaContext.
func CellAreaContextNewFromC ¶
func CellAreaContextNewFromC(u unsafe.Pointer) *CellAreaContext
func (*CellAreaContext) Allocate ¶
func (recv *CellAreaContext) Allocate(width int32, height int32)
Allocate is a wrapper around the C function gtk_cell_area_context_allocate.
func (*CellAreaContext) Object ¶
func (recv *CellAreaContext) Object() *gobject.Object
Object upcasts to *Object
func (*CellAreaContext) Reset ¶
func (recv *CellAreaContext) Reset()
Reset is a wrapper around the C function gtk_cell_area_context_reset.
func (*CellAreaContext) ToC ¶
func (recv *CellAreaContext) ToC() unsafe.Pointer
type CellAreaContextClass ¶
type CellAreaContextClass struct {
// contains filtered or unexported fields
}
CellAreaContextClass is a wrapper around the C record GtkCellAreaContextClass.
func CellAreaContextClassNewFromC ¶
func CellAreaContextClassNewFromC(u unsafe.Pointer) *CellAreaContextClass
func (*CellAreaContextClass) ToC ¶
func (recv *CellAreaContextClass) ToC() unsafe.Pointer
type CellAreaContextPrivate ¶
type CellAreaContextPrivate struct {
// contains filtered or unexported fields
}
CellAreaContextPrivate is a wrapper around the C record GtkCellAreaContextPrivate.
func CellAreaContextPrivateNewFromC ¶
func CellAreaContextPrivateNewFromC(u unsafe.Pointer) *CellAreaContextPrivate
func (*CellAreaContextPrivate) ToC ¶
func (recv *CellAreaContextPrivate) ToC() unsafe.Pointer
type CellAreaPrivate ¶
type CellAreaPrivate struct {
// contains filtered or unexported fields
}
CellAreaPrivate is a wrapper around the C record GtkCellAreaPrivate.
func CellAreaPrivateNewFromC ¶
func CellAreaPrivateNewFromC(u unsafe.Pointer) *CellAreaPrivate
func (*CellAreaPrivate) ToC ¶
func (recv *CellAreaPrivate) ToC() unsafe.Pointer
type CellEditable ¶
type CellEditable struct {
// contains filtered or unexported fields
}
CellEditable is a wrapper around the C record GtkCellEditable.
func CellEditableNewFromC ¶
func CellEditableNewFromC(u unsafe.Pointer) *CellEditable
func (*CellEditable) ConnectEditingDone ¶
func (recv *CellEditable) ConnectEditingDone(callback CellEditableSignalEditingDoneCallback) int
ConnectEditingDone connects the callback to the 'editing-done' signal for the CellEditable.
The returned value represents the connection, and may be passed to DisconnectEditingDone to remove it.
func (*CellEditable) ConnectRemoveWidget ¶
func (recv *CellEditable) ConnectRemoveWidget(callback CellEditableSignalRemoveWidgetCallback) int
ConnectRemoveWidget connects the callback to the 'remove-widget' signal for the CellEditable.
The returned value represents the connection, and may be passed to DisconnectRemoveWidget to remove it.
func (*CellEditable) DisconnectEditingDone ¶
func (recv *CellEditable) DisconnectEditingDone(connectionID int)
DisconnectEditingDone disconnects a callback from the 'editing-done' signal for the CellEditable.
The connectionID should be a value returned from a call to ConnectEditingDone.
func (*CellEditable) DisconnectRemoveWidget ¶
func (recv *CellEditable) DisconnectRemoveWidget(connectionID int)
DisconnectRemoveWidget disconnects a callback from the 'remove-widget' signal for the CellEditable.
The connectionID should be a value returned from a call to ConnectRemoveWidget.
func (*CellEditable) EditingDone ¶
func (recv *CellEditable) EditingDone()
EditingDone is a wrapper around the C function gtk_cell_editable_editing_done.
func (*CellEditable) RemoveWidget ¶
func (recv *CellEditable) RemoveWidget()
RemoveWidget is a wrapper around the C function gtk_cell_editable_remove_widget.
func (*CellEditable) ToC ¶
func (recv *CellEditable) ToC() unsafe.Pointer
type CellEditableIface ¶
type CellEditableIface struct {
// contains filtered or unexported fields
}
CellEditableIface is a wrapper around the C record GtkCellEditableIface.
func CellEditableIfaceNewFromC ¶
func CellEditableIfaceNewFromC(u unsafe.Pointer) *CellEditableIface
func (*CellEditableIface) ToC ¶
func (recv *CellEditableIface) ToC() unsafe.Pointer
type CellEditableSignalEditingDoneCallback ¶
type CellEditableSignalEditingDoneCallback func()
CellEditableSignalEditingDoneCallback is a callback function for a 'editing-done' signal emitted from a CellEditable.
type CellEditableSignalRemoveWidgetCallback ¶
type CellEditableSignalRemoveWidgetCallback func()
CellEditableSignalRemoveWidgetCallback is a callback function for a 'remove-widget' signal emitted from a CellEditable.
type CellLayout ¶
type CellLayout struct {
// contains filtered or unexported fields
}
CellLayout is a wrapper around the C record GtkCellLayout.
func CellLayoutNewFromC ¶
func CellLayoutNewFromC(u unsafe.Pointer) *CellLayout
func (*CellLayout) ToC ¶
func (recv *CellLayout) ToC() unsafe.Pointer
type CellLayoutIface ¶
type CellLayoutIface struct {
// contains filtered or unexported fields
}
CellLayoutIface is a wrapper around the C record GtkCellLayoutIface.
func CellLayoutIfaceNewFromC ¶
func CellLayoutIfaceNewFromC(u unsafe.Pointer) *CellLayoutIface
func (*CellLayoutIface) ToC ¶
func (recv *CellLayoutIface) ToC() unsafe.Pointer
type CellRenderer ¶
type CellRenderer struct {
// contains filtered or unexported fields
}
CellRenderer is a wrapper around the C record GtkCellRenderer.
func CastToCellRenderer ¶
func CastToCellRenderer(object *gobject.Object) *CellRenderer
CastToWidget down casts any arbitary Object to CellRenderer. Exercise care, as this is a potentially dangerous function if the Object is not a CellRenderer.
func CellRendererNewFromC ¶
func CellRendererNewFromC(u unsafe.Pointer) *CellRenderer
func (*CellRenderer) GetFixedSize ¶
func (recv *CellRenderer) GetFixedSize() (int32, int32)
GetFixedSize is a wrapper around the C function gtk_cell_renderer_get_fixed_size.
func (*CellRenderer) InitiallyUnowned ¶
func (recv *CellRenderer) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellRenderer) Object ¶
func (recv *CellRenderer) Object() *gobject.Object
Object upcasts to *Object
func (*CellRenderer) SetFixedSize ¶
func (recv *CellRenderer) SetFixedSize(width int32, height int32)
SetFixedSize is a wrapper around the C function gtk_cell_renderer_set_fixed_size.
func (*CellRenderer) ToC ¶
func (recv *CellRenderer) ToC() unsafe.Pointer
type CellRendererAccel ¶
type CellRendererAccel struct {
// contains filtered or unexported fields
}
CellRendererAccel is a wrapper around the C record GtkCellRendererAccel.
func CastToCellRendererAccel ¶
func CastToCellRendererAccel(object *gobject.Object) *CellRendererAccel
CastToWidget down casts any arbitary Object to CellRendererAccel. Exercise care, as this is a potentially dangerous function if the Object is not a CellRendererAccel.
func CellRendererAccelNewFromC ¶
func CellRendererAccelNewFromC(u unsafe.Pointer) *CellRendererAccel
func (*CellRendererAccel) CellRenderer ¶
func (recv *CellRendererAccel) CellRenderer() *CellRenderer
CellRenderer upcasts to *CellRenderer
func (*CellRendererAccel) CellRendererText ¶
func (recv *CellRendererAccel) CellRendererText() *CellRendererText
CellRendererText upcasts to *CellRendererText
func (*CellRendererAccel) InitiallyUnowned ¶
func (recv *CellRendererAccel) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellRendererAccel) Object ¶
func (recv *CellRendererAccel) Object() *gobject.Object
Object upcasts to *Object
func (*CellRendererAccel) ToC ¶
func (recv *CellRendererAccel) ToC() unsafe.Pointer
type CellRendererAccelClass ¶
type CellRendererAccelClass struct {
// contains filtered or unexported fields
}
CellRendererAccelClass is a wrapper around the C record GtkCellRendererAccelClass.
func CellRendererAccelClassNewFromC ¶
func CellRendererAccelClassNewFromC(u unsafe.Pointer) *CellRendererAccelClass
func (*CellRendererAccelClass) ToC ¶
func (recv *CellRendererAccelClass) ToC() unsafe.Pointer
type CellRendererAccelMode ¶
type CellRendererAccelMode C.GtkCellRendererAccelMode
const ( GTK_CELL_RENDERER_ACCEL_MODE_GTK CellRendererAccelMode = 0 GTK_CELL_RENDERER_ACCEL_MODE_OTHER CellRendererAccelMode = 1 GTK_CELL_RENDERER_ACCEL_MODE_MODIFIER_TAP CellRendererAccelMode = 2 )
type CellRendererAccelPrivate ¶
type CellRendererAccelPrivate struct {
// contains filtered or unexported fields
}
CellRendererAccelPrivate is a wrapper around the C record GtkCellRendererAccelPrivate.
func CellRendererAccelPrivateNewFromC ¶
func CellRendererAccelPrivateNewFromC(u unsafe.Pointer) *CellRendererAccelPrivate
func (*CellRendererAccelPrivate) ToC ¶
func (recv *CellRendererAccelPrivate) ToC() unsafe.Pointer
type CellRendererClass ¶
type CellRendererClass struct {
// contains filtered or unexported fields
}
CellRendererClass is a wrapper around the C record GtkCellRendererClass.
func CellRendererClassNewFromC ¶
func CellRendererClassNewFromC(u unsafe.Pointer) *CellRendererClass
func (*CellRendererClass) SetAccessibleType ¶
func (recv *CellRendererClass) SetAccessibleType(type_ gobject.Type)
SetAccessibleType is a wrapper around the C function gtk_cell_renderer_class_set_accessible_type.
func (*CellRendererClass) ToC ¶
func (recv *CellRendererClass) ToC() unsafe.Pointer
type CellRendererClassPrivate ¶
type CellRendererClassPrivate struct {
// contains filtered or unexported fields
}
CellRendererClassPrivate is a wrapper around the C record GtkCellRendererClassPrivate.
func CellRendererClassPrivateNewFromC ¶
func CellRendererClassPrivateNewFromC(u unsafe.Pointer) *CellRendererClassPrivate
func (*CellRendererClassPrivate) ToC ¶
func (recv *CellRendererClassPrivate) ToC() unsafe.Pointer
type CellRendererCombo ¶
type CellRendererCombo struct {
// contains filtered or unexported fields
}
CellRendererCombo is a wrapper around the C record GtkCellRendererCombo.
func CastToCellRendererCombo ¶
func CastToCellRendererCombo(object *gobject.Object) *CellRendererCombo
CastToWidget down casts any arbitary Object to CellRendererCombo. Exercise care, as this is a potentially dangerous function if the Object is not a CellRendererCombo.
func CellRendererComboNewFromC ¶
func CellRendererComboNewFromC(u unsafe.Pointer) *CellRendererCombo
func (*CellRendererCombo) CellRenderer ¶
func (recv *CellRendererCombo) CellRenderer() *CellRenderer
CellRenderer upcasts to *CellRenderer
func (*CellRendererCombo) CellRendererText ¶
func (recv *CellRendererCombo) CellRendererText() *CellRendererText
CellRendererText upcasts to *CellRendererText
func (*CellRendererCombo) InitiallyUnowned ¶
func (recv *CellRendererCombo) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellRendererCombo) Object ¶
func (recv *CellRendererCombo) Object() *gobject.Object
Object upcasts to *Object
func (*CellRendererCombo) ToC ¶
func (recv *CellRendererCombo) ToC() unsafe.Pointer
type CellRendererComboClass ¶
type CellRendererComboClass struct {
// contains filtered or unexported fields
}
CellRendererComboClass is a wrapper around the C record GtkCellRendererComboClass.
func CellRendererComboClassNewFromC ¶
func CellRendererComboClassNewFromC(u unsafe.Pointer) *CellRendererComboClass
func (*CellRendererComboClass) ToC ¶
func (recv *CellRendererComboClass) ToC() unsafe.Pointer
type CellRendererComboPrivate ¶
type CellRendererComboPrivate struct {
// contains filtered or unexported fields
}
CellRendererComboPrivate is a wrapper around the C record GtkCellRendererComboPrivate.
func CellRendererComboPrivateNewFromC ¶
func CellRendererComboPrivateNewFromC(u unsafe.Pointer) *CellRendererComboPrivate
func (*CellRendererComboPrivate) ToC ¶
func (recv *CellRendererComboPrivate) ToC() unsafe.Pointer
type CellRendererMode ¶
type CellRendererMode C.GtkCellRendererMode
const ( GTK_CELL_RENDERER_MODE_INERT CellRendererMode = 0 GTK_CELL_RENDERER_MODE_ACTIVATABLE CellRendererMode = 1 GTK_CELL_RENDERER_MODE_EDITABLE CellRendererMode = 2 )
type CellRendererPixbuf ¶
type CellRendererPixbuf struct {
// contains filtered or unexported fields
}
CellRendererPixbuf is a wrapper around the C record GtkCellRendererPixbuf.
func CastToCellRendererPixbuf ¶
func CastToCellRendererPixbuf(object *gobject.Object) *CellRendererPixbuf
CastToWidget down casts any arbitary Object to CellRendererPixbuf. Exercise care, as this is a potentially dangerous function if the Object is not a CellRendererPixbuf.
func CellRendererPixbufNew ¶
func CellRendererPixbufNew() *CellRendererPixbuf
CellRendererPixbufNew is a wrapper around the C function gtk_cell_renderer_pixbuf_new.
func CellRendererPixbufNewFromC ¶
func CellRendererPixbufNewFromC(u unsafe.Pointer) *CellRendererPixbuf
func (*CellRendererPixbuf) CellRenderer ¶
func (recv *CellRendererPixbuf) CellRenderer() *CellRenderer
CellRenderer upcasts to *CellRenderer
func (*CellRendererPixbuf) InitiallyUnowned ¶
func (recv *CellRendererPixbuf) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellRendererPixbuf) Object ¶
func (recv *CellRendererPixbuf) Object() *gobject.Object
Object upcasts to *Object
func (*CellRendererPixbuf) ToC ¶
func (recv *CellRendererPixbuf) ToC() unsafe.Pointer
type CellRendererPixbufClass ¶
type CellRendererPixbufClass struct {
// contains filtered or unexported fields
}
CellRendererPixbufClass is a wrapper around the C record GtkCellRendererPixbufClass.
func CellRendererPixbufClassNewFromC ¶
func CellRendererPixbufClassNewFromC(u unsafe.Pointer) *CellRendererPixbufClass
func (*CellRendererPixbufClass) ToC ¶
func (recv *CellRendererPixbufClass) ToC() unsafe.Pointer
type CellRendererPixbufPrivate ¶
type CellRendererPixbufPrivate struct {
// contains filtered or unexported fields
}
CellRendererPixbufPrivate is a wrapper around the C record GtkCellRendererPixbufPrivate.
func CellRendererPixbufPrivateNewFromC ¶
func CellRendererPixbufPrivateNewFromC(u unsafe.Pointer) *CellRendererPixbufPrivate
func (*CellRendererPixbufPrivate) ToC ¶
func (recv *CellRendererPixbufPrivate) ToC() unsafe.Pointer
type CellRendererPrivate ¶
type CellRendererPrivate struct {
// contains filtered or unexported fields
}
CellRendererPrivate is a wrapper around the C record GtkCellRendererPrivate.
func CellRendererPrivateNewFromC ¶
func CellRendererPrivateNewFromC(u unsafe.Pointer) *CellRendererPrivate
func (*CellRendererPrivate) ToC ¶
func (recv *CellRendererPrivate) ToC() unsafe.Pointer
type CellRendererProgress ¶
type CellRendererProgress struct {
// contains filtered or unexported fields
}
CellRendererProgress is a wrapper around the C record GtkCellRendererProgress.
func CastToCellRendererProgress ¶
func CastToCellRendererProgress(object *gobject.Object) *CellRendererProgress
CastToWidget down casts any arbitary Object to CellRendererProgress. Exercise care, as this is a potentially dangerous function if the Object is not a CellRendererProgress.
func CellRendererProgressNewFromC ¶
func CellRendererProgressNewFromC(u unsafe.Pointer) *CellRendererProgress
func (*CellRendererProgress) CellRenderer ¶
func (recv *CellRendererProgress) CellRenderer() *CellRenderer
CellRenderer upcasts to *CellRenderer
func (*CellRendererProgress) InitiallyUnowned ¶
func (recv *CellRendererProgress) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellRendererProgress) Object ¶
func (recv *CellRendererProgress) Object() *gobject.Object
Object upcasts to *Object
func (*CellRendererProgress) Orientable ¶
func (recv *CellRendererProgress) Orientable() *Orientable
Orientable returns the Orientable interface implemented by CellRendererProgress
func (*CellRendererProgress) ToC ¶
func (recv *CellRendererProgress) ToC() unsafe.Pointer
type CellRendererProgressClass ¶
type CellRendererProgressClass struct {
// contains filtered or unexported fields
}
CellRendererProgressClass is a wrapper around the C record GtkCellRendererProgressClass.
func CellRendererProgressClassNewFromC ¶
func CellRendererProgressClassNewFromC(u unsafe.Pointer) *CellRendererProgressClass
func (*CellRendererProgressClass) ToC ¶
func (recv *CellRendererProgressClass) ToC() unsafe.Pointer
type CellRendererProgressPrivate ¶
type CellRendererProgressPrivate struct {
// contains filtered or unexported fields
}
CellRendererProgressPrivate is a wrapper around the C record GtkCellRendererProgressPrivate.
func CellRendererProgressPrivateNewFromC ¶
func CellRendererProgressPrivateNewFromC(u unsafe.Pointer) *CellRendererProgressPrivate
func (*CellRendererProgressPrivate) ToC ¶
func (recv *CellRendererProgressPrivate) ToC() unsafe.Pointer
type CellRendererSpin ¶
type CellRendererSpin struct {
// contains filtered or unexported fields
}
CellRendererSpin is a wrapper around the C record GtkCellRendererSpin.
func CastToCellRendererSpin ¶
func CastToCellRendererSpin(object *gobject.Object) *CellRendererSpin
CastToWidget down casts any arbitary Object to CellRendererSpin. Exercise care, as this is a potentially dangerous function if the Object is not a CellRendererSpin.
func CellRendererSpinNewFromC ¶
func CellRendererSpinNewFromC(u unsafe.Pointer) *CellRendererSpin
func (*CellRendererSpin) CellRenderer ¶
func (recv *CellRendererSpin) CellRenderer() *CellRenderer
CellRenderer upcasts to *CellRenderer
func (*CellRendererSpin) CellRendererText ¶
func (recv *CellRendererSpin) CellRendererText() *CellRendererText
CellRendererText upcasts to *CellRendererText
func (*CellRendererSpin) InitiallyUnowned ¶
func (recv *CellRendererSpin) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellRendererSpin) Object ¶
func (recv *CellRendererSpin) Object() *gobject.Object
Object upcasts to *Object
func (*CellRendererSpin) ToC ¶
func (recv *CellRendererSpin) ToC() unsafe.Pointer
type CellRendererSpinClass ¶
type CellRendererSpinClass struct {
// contains filtered or unexported fields
}
CellRendererSpinClass is a wrapper around the C record GtkCellRendererSpinClass.
func CellRendererSpinClassNewFromC ¶
func CellRendererSpinClassNewFromC(u unsafe.Pointer) *CellRendererSpinClass
func (*CellRendererSpinClass) ToC ¶
func (recv *CellRendererSpinClass) ToC() unsafe.Pointer
type CellRendererSpinPrivate ¶
type CellRendererSpinPrivate struct {
// contains filtered or unexported fields
}
CellRendererSpinPrivate is a wrapper around the C record GtkCellRendererSpinPrivate.
func CellRendererSpinPrivateNewFromC ¶
func CellRendererSpinPrivateNewFromC(u unsafe.Pointer) *CellRendererSpinPrivate
func (*CellRendererSpinPrivate) ToC ¶
func (recv *CellRendererSpinPrivate) ToC() unsafe.Pointer
type CellRendererSpinner ¶
type CellRendererSpinner struct {
// contains filtered or unexported fields
}
CellRendererSpinner is a wrapper around the C record GtkCellRendererSpinner.
func CastToCellRendererSpinner ¶
func CastToCellRendererSpinner(object *gobject.Object) *CellRendererSpinner
CastToWidget down casts any arbitary Object to CellRendererSpinner. Exercise care, as this is a potentially dangerous function if the Object is not a CellRendererSpinner.
func CellRendererSpinnerNewFromC ¶
func CellRendererSpinnerNewFromC(u unsafe.Pointer) *CellRendererSpinner
func (*CellRendererSpinner) CellRenderer ¶
func (recv *CellRendererSpinner) CellRenderer() *CellRenderer
CellRenderer upcasts to *CellRenderer
func (*CellRendererSpinner) InitiallyUnowned ¶
func (recv *CellRendererSpinner) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellRendererSpinner) Object ¶
func (recv *CellRendererSpinner) Object() *gobject.Object
Object upcasts to *Object
func (*CellRendererSpinner) ToC ¶
func (recv *CellRendererSpinner) ToC() unsafe.Pointer
type CellRendererSpinnerClass ¶
type CellRendererSpinnerClass struct {
// contains filtered or unexported fields
}
CellRendererSpinnerClass is a wrapper around the C record GtkCellRendererSpinnerClass.
func CellRendererSpinnerClassNewFromC ¶
func CellRendererSpinnerClassNewFromC(u unsafe.Pointer) *CellRendererSpinnerClass
func (*CellRendererSpinnerClass) ToC ¶
func (recv *CellRendererSpinnerClass) ToC() unsafe.Pointer
type CellRendererSpinnerPrivate ¶
type CellRendererSpinnerPrivate struct {
// contains filtered or unexported fields
}
CellRendererSpinnerPrivate is a wrapper around the C record GtkCellRendererSpinnerPrivate.
func CellRendererSpinnerPrivateNewFromC ¶
func CellRendererSpinnerPrivateNewFromC(u unsafe.Pointer) *CellRendererSpinnerPrivate
func (*CellRendererSpinnerPrivate) ToC ¶
func (recv *CellRendererSpinnerPrivate) ToC() unsafe.Pointer
type CellRendererState ¶
type CellRendererState C.GtkCellRendererState
const ( GTK_CELL_RENDERER_SELECTED CellRendererState = 1 GTK_CELL_RENDERER_PRELIT CellRendererState = 2 GTK_CELL_RENDERER_INSENSITIVE CellRendererState = 4 GTK_CELL_RENDERER_SORTED CellRendererState = 8 GTK_CELL_RENDERER_FOCUSED CellRendererState = 16 GTK_CELL_RENDERER_EXPANDABLE CellRendererState = 32 GTK_CELL_RENDERER_EXPANDED CellRendererState = 64 )
type CellRendererText ¶
type CellRendererText struct {
// contains filtered or unexported fields
}
CellRendererText is a wrapper around the C record GtkCellRendererText.
func CastToCellRendererText ¶
func CastToCellRendererText(object *gobject.Object) *CellRendererText
CastToWidget down casts any arbitary Object to CellRendererText. Exercise care, as this is a potentially dangerous function if the Object is not a CellRendererText.
func CellRendererTextNew ¶
func CellRendererTextNew() *CellRendererText
CellRendererTextNew is a wrapper around the C function gtk_cell_renderer_text_new.
func CellRendererTextNewFromC ¶
func CellRendererTextNewFromC(u unsafe.Pointer) *CellRendererText
func (*CellRendererText) CellRenderer ¶
func (recv *CellRendererText) CellRenderer() *CellRenderer
CellRenderer upcasts to *CellRenderer
func (*CellRendererText) InitiallyUnowned ¶
func (recv *CellRendererText) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellRendererText) Object ¶
func (recv *CellRendererText) Object() *gobject.Object
Object upcasts to *Object
func (*CellRendererText) SetFixedHeightFromFont ¶
func (recv *CellRendererText) SetFixedHeightFromFont(numberOfRows int32)
SetFixedHeightFromFont is a wrapper around the C function gtk_cell_renderer_text_set_fixed_height_from_font.
func (*CellRendererText) ToC ¶
func (recv *CellRendererText) ToC() unsafe.Pointer
type CellRendererTextClass ¶
type CellRendererTextClass struct {
// contains filtered or unexported fields
}
CellRendererTextClass is a wrapper around the C record GtkCellRendererTextClass.
func CellRendererTextClassNewFromC ¶
func CellRendererTextClassNewFromC(u unsafe.Pointer) *CellRendererTextClass
func (*CellRendererTextClass) ToC ¶
func (recv *CellRendererTextClass) ToC() unsafe.Pointer
type CellRendererTextPrivate ¶
type CellRendererTextPrivate struct {
// contains filtered or unexported fields
}
CellRendererTextPrivate is a wrapper around the C record GtkCellRendererTextPrivate.
func CellRendererTextPrivateNewFromC ¶
func CellRendererTextPrivateNewFromC(u unsafe.Pointer) *CellRendererTextPrivate
func (*CellRendererTextPrivate) ToC ¶
func (recv *CellRendererTextPrivate) ToC() unsafe.Pointer
type CellRendererToggle ¶
type CellRendererToggle struct {
// contains filtered or unexported fields
}
CellRendererToggle is a wrapper around the C record GtkCellRendererToggle.
func CastToCellRendererToggle ¶
func CastToCellRendererToggle(object *gobject.Object) *CellRendererToggle
CastToWidget down casts any arbitary Object to CellRendererToggle. Exercise care, as this is a potentially dangerous function if the Object is not a CellRendererToggle.
func CellRendererToggleNew ¶
func CellRendererToggleNew() *CellRendererToggle
CellRendererToggleNew is a wrapper around the C function gtk_cell_renderer_toggle_new.
func CellRendererToggleNewFromC ¶
func CellRendererToggleNewFromC(u unsafe.Pointer) *CellRendererToggle
func (*CellRendererToggle) CellRenderer ¶
func (recv *CellRendererToggle) CellRenderer() *CellRenderer
CellRenderer upcasts to *CellRenderer
func (*CellRendererToggle) GetActive ¶
func (recv *CellRendererToggle) GetActive() bool
GetActive is a wrapper around the C function gtk_cell_renderer_toggle_get_active.
func (*CellRendererToggle) GetRadio ¶
func (recv *CellRendererToggle) GetRadio() bool
GetRadio is a wrapper around the C function gtk_cell_renderer_toggle_get_radio.
func (*CellRendererToggle) InitiallyUnowned ¶
func (recv *CellRendererToggle) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellRendererToggle) Object ¶
func (recv *CellRendererToggle) Object() *gobject.Object
Object upcasts to *Object
func (*CellRendererToggle) SetActive ¶
func (recv *CellRendererToggle) SetActive(setting bool)
SetActive is a wrapper around the C function gtk_cell_renderer_toggle_set_active.
func (*CellRendererToggle) SetRadio ¶
func (recv *CellRendererToggle) SetRadio(radio bool)
SetRadio is a wrapper around the C function gtk_cell_renderer_toggle_set_radio.
func (*CellRendererToggle) ToC ¶
func (recv *CellRendererToggle) ToC() unsafe.Pointer
type CellRendererToggleClass ¶
type CellRendererToggleClass struct {
// contains filtered or unexported fields
}
CellRendererToggleClass is a wrapper around the C record GtkCellRendererToggleClass.
func CellRendererToggleClassNewFromC ¶
func CellRendererToggleClassNewFromC(u unsafe.Pointer) *CellRendererToggleClass
func (*CellRendererToggleClass) ToC ¶
func (recv *CellRendererToggleClass) ToC() unsafe.Pointer
type CellRendererTogglePrivate ¶
type CellRendererTogglePrivate struct {
// contains filtered or unexported fields
}
CellRendererTogglePrivate is a wrapper around the C record GtkCellRendererTogglePrivate.
func CellRendererTogglePrivateNewFromC ¶
func CellRendererTogglePrivateNewFromC(u unsafe.Pointer) *CellRendererTogglePrivate
func (*CellRendererTogglePrivate) ToC ¶
func (recv *CellRendererTogglePrivate) ToC() unsafe.Pointer
type CellView ¶
type CellView struct {
// contains filtered or unexported fields
}
CellView is a wrapper around the C record GtkCellView.
func CastToCellView ¶
CastToWidget down casts any arbitary Object to CellView. Exercise care, as this is a potentially dangerous function if the Object is not a CellView.
func CellViewNewFromC ¶
func (*CellView) CellLayout ¶
func (recv *CellView) CellLayout() *CellLayout
CellLayout returns the CellLayout interface implemented by CellView
func (*CellView) ImplementorIface ¶
func (recv *CellView) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by CellView
func (*CellView) InitiallyUnowned ¶
func (recv *CellView) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CellView) Orientable ¶
func (recv *CellView) Orientable() *Orientable
Orientable returns the Orientable interface implemented by CellView
type CellViewClass ¶
type CellViewClass struct {
// contains filtered or unexported fields
}
CellViewClass is a wrapper around the C record GtkCellViewClass.
func CellViewClassNewFromC ¶
func CellViewClassNewFromC(u unsafe.Pointer) *CellViewClass
func (*CellViewClass) ToC ¶
func (recv *CellViewClass) ToC() unsafe.Pointer
type CellViewPrivate ¶
type CellViewPrivate struct {
// contains filtered or unexported fields
}
CellViewPrivate is a wrapper around the C record GtkCellViewPrivate.
func CellViewPrivateNewFromC ¶
func CellViewPrivateNewFromC(u unsafe.Pointer) *CellViewPrivate
func (*CellViewPrivate) ToC ¶
func (recv *CellViewPrivate) ToC() unsafe.Pointer
type CheckButton ¶
type CheckButton struct {
// contains filtered or unexported fields
}
CheckButton is a wrapper around the C record GtkCheckButton.
func CastToCheckButton ¶
func CastToCheckButton(object *gobject.Object) *CheckButton
CastToWidget down casts any arbitary Object to CheckButton. Exercise care, as this is a potentially dangerous function if the Object is not a CheckButton.
func CheckButtonNew ¶
func CheckButtonNew() *CheckButton
CheckButtonNew is a wrapper around the C function gtk_check_button_new.
func CheckButtonNewFromC ¶
func CheckButtonNewFromC(u unsafe.Pointer) *CheckButton
func CheckButtonNewWithLabel ¶
func CheckButtonNewWithLabel(label string) *CheckButton
CheckButtonNewWithLabel is a wrapper around the C function gtk_check_button_new_with_label.
func CheckButtonNewWithMnemonic ¶
func CheckButtonNewWithMnemonic(label string) *CheckButton
CheckButtonNewWithMnemonic is a wrapper around the C function gtk_check_button_new_with_mnemonic.
func (*CheckButton) Actionable ¶
func (recv *CheckButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by CheckButton
func (*CheckButton) Activatable ¶
func (recv *CheckButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by CheckButton
func (*CheckButton) Buildable ¶
func (recv *CheckButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by CheckButton
func (*CheckButton) Container ¶
func (recv *CheckButton) Container() *Container
Container upcasts to *Container
func (*CheckButton) ImplementorIface ¶
func (recv *CheckButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by CheckButton
func (*CheckButton) InitiallyUnowned ¶
func (recv *CheckButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CheckButton) Object ¶
func (recv *CheckButton) Object() *gobject.Object
Object upcasts to *Object
func (*CheckButton) ToC ¶
func (recv *CheckButton) ToC() unsafe.Pointer
func (*CheckButton) ToggleButton ¶
func (recv *CheckButton) ToggleButton() *ToggleButton
ToggleButton upcasts to *ToggleButton
type CheckButtonClass ¶
type CheckButtonClass struct {
// contains filtered or unexported fields
}
CheckButtonClass is a wrapper around the C record GtkCheckButtonClass.
func CheckButtonClassNewFromC ¶
func CheckButtonClassNewFromC(u unsafe.Pointer) *CheckButtonClass
func (*CheckButtonClass) ToC ¶
func (recv *CheckButtonClass) ToC() unsafe.Pointer
type CheckMenuItem ¶
type CheckMenuItem struct {
// contains filtered or unexported fields
}
CheckMenuItem is a wrapper around the C record GtkCheckMenuItem.
func CastToCheckMenuItem ¶
func CastToCheckMenuItem(object *gobject.Object) *CheckMenuItem
CastToWidget down casts any arbitary Object to CheckMenuItem. Exercise care, as this is a potentially dangerous function if the Object is not a CheckMenuItem.
func CheckMenuItemNew ¶
func CheckMenuItemNew() *CheckMenuItem
CheckMenuItemNew is a wrapper around the C function gtk_check_menu_item_new.
func CheckMenuItemNewFromC ¶
func CheckMenuItemNewFromC(u unsafe.Pointer) *CheckMenuItem
func CheckMenuItemNewWithLabel ¶
func CheckMenuItemNewWithLabel(label string) *CheckMenuItem
CheckMenuItemNewWithLabel is a wrapper around the C function gtk_check_menu_item_new_with_label.
func CheckMenuItemNewWithMnemonic ¶
func CheckMenuItemNewWithMnemonic(label string) *CheckMenuItem
CheckMenuItemNewWithMnemonic is a wrapper around the C function gtk_check_menu_item_new_with_mnemonic.
func (*CheckMenuItem) Actionable ¶
func (recv *CheckMenuItem) Actionable() *Actionable
Actionable returns the Actionable interface implemented by CheckMenuItem
func (*CheckMenuItem) Activatable ¶
func (recv *CheckMenuItem) Activatable() *Activatable
Activatable returns the Activatable interface implemented by CheckMenuItem
func (*CheckMenuItem) Buildable ¶
func (recv *CheckMenuItem) Buildable() *Buildable
Buildable returns the Buildable interface implemented by CheckMenuItem
func (*CheckMenuItem) ConnectToggled ¶
func (recv *CheckMenuItem) ConnectToggled(callback CheckMenuItemSignalToggledCallback) int
ConnectToggled connects the callback to the 'toggled' signal for the CheckMenuItem.
The returned value represents the connection, and may be passed to DisconnectToggled to remove it.
func (*CheckMenuItem) Container ¶
func (recv *CheckMenuItem) Container() *Container
Container upcasts to *Container
func (*CheckMenuItem) DisconnectToggled ¶
func (recv *CheckMenuItem) DisconnectToggled(connectionID int)
DisconnectToggled disconnects a callback from the 'toggled' signal for the CheckMenuItem.
The connectionID should be a value returned from a call to ConnectToggled.
func (*CheckMenuItem) GetActive ¶
func (recv *CheckMenuItem) GetActive() bool
GetActive is a wrapper around the C function gtk_check_menu_item_get_active.
func (*CheckMenuItem) GetInconsistent ¶
func (recv *CheckMenuItem) GetInconsistent() bool
GetInconsistent is a wrapper around the C function gtk_check_menu_item_get_inconsistent.
func (*CheckMenuItem) ImplementorIface ¶
func (recv *CheckMenuItem) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by CheckMenuItem
func (*CheckMenuItem) InitiallyUnowned ¶
func (recv *CheckMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*CheckMenuItem) MenuItem ¶
func (recv *CheckMenuItem) MenuItem() *MenuItem
MenuItem upcasts to *MenuItem
func (*CheckMenuItem) Object ¶
func (recv *CheckMenuItem) Object() *gobject.Object
Object upcasts to *Object
func (*CheckMenuItem) SetActive ¶
func (recv *CheckMenuItem) SetActive(isActive bool)
SetActive is a wrapper around the C function gtk_check_menu_item_set_active.
func (*CheckMenuItem) SetInconsistent ¶
func (recv *CheckMenuItem) SetInconsistent(setting bool)
SetInconsistent is a wrapper around the C function gtk_check_menu_item_set_inconsistent.
func (*CheckMenuItem) ToC ¶
func (recv *CheckMenuItem) ToC() unsafe.Pointer
func (*CheckMenuItem) Toggled ¶
func (recv *CheckMenuItem) Toggled()
Toggled is a wrapper around the C function gtk_check_menu_item_toggled.
func (*CheckMenuItem) Widget ¶
func (recv *CheckMenuItem) Widget() *Widget
Widget upcasts to *Widget
type CheckMenuItemAccessible ¶
type CheckMenuItemAccessible struct {
// contains filtered or unexported fields
}
CheckMenuItemAccessible is a wrapper around the C record GtkCheckMenuItemAccessible.
func CastToCheckMenuItemAccessible ¶
func CastToCheckMenuItemAccessible(object *gobject.Object) *CheckMenuItemAccessible
CastToWidget down casts any arbitary Object to CheckMenuItemAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a CheckMenuItemAccessible.
func CheckMenuItemAccessibleNewFromC ¶
func CheckMenuItemAccessibleNewFromC(u unsafe.Pointer) *CheckMenuItemAccessible
func (*CheckMenuItemAccessible) Accessible ¶
func (recv *CheckMenuItemAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*CheckMenuItemAccessible) Action ¶
func (recv *CheckMenuItemAccessible) Action() *atk.Action
Action returns the Action interface implemented by CheckMenuItemAccessible
func (*CheckMenuItemAccessible) Component ¶
func (recv *CheckMenuItemAccessible) Component() *atk.Component
Component returns the Component interface implemented by CheckMenuItemAccessible
func (*CheckMenuItemAccessible) ContainerAccessible ¶
func (recv *CheckMenuItemAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*CheckMenuItemAccessible) MenuItemAccessible ¶
func (recv *CheckMenuItemAccessible) MenuItemAccessible() *MenuItemAccessible
MenuItemAccessible upcasts to *MenuItemAccessible
func (*CheckMenuItemAccessible) Object ¶
func (recv *CheckMenuItemAccessible) Object() *atk.Object
Object upcasts to *Object
func (*CheckMenuItemAccessible) Selection ¶
func (recv *CheckMenuItemAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by CheckMenuItemAccessible
func (*CheckMenuItemAccessible) ToC ¶
func (recv *CheckMenuItemAccessible) ToC() unsafe.Pointer
func (*CheckMenuItemAccessible) WidgetAccessible ¶
func (recv *CheckMenuItemAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type CheckMenuItemAccessibleClass ¶
type CheckMenuItemAccessibleClass struct {
// contains filtered or unexported fields
}
CheckMenuItemAccessibleClass is a wrapper around the C record GtkCheckMenuItemAccessibleClass.
func CheckMenuItemAccessibleClassNewFromC ¶
func CheckMenuItemAccessibleClassNewFromC(u unsafe.Pointer) *CheckMenuItemAccessibleClass
func (*CheckMenuItemAccessibleClass) ToC ¶
func (recv *CheckMenuItemAccessibleClass) ToC() unsafe.Pointer
type CheckMenuItemAccessiblePrivate ¶
type CheckMenuItemAccessiblePrivate struct {
// contains filtered or unexported fields
}
CheckMenuItemAccessiblePrivate is a wrapper around the C record GtkCheckMenuItemAccessiblePrivate.
func CheckMenuItemAccessiblePrivateNewFromC ¶
func CheckMenuItemAccessiblePrivateNewFromC(u unsafe.Pointer) *CheckMenuItemAccessiblePrivate
func (*CheckMenuItemAccessiblePrivate) ToC ¶
func (recv *CheckMenuItemAccessiblePrivate) ToC() unsafe.Pointer
type CheckMenuItemClass ¶
type CheckMenuItemClass struct {
// contains filtered or unexported fields
}
CheckMenuItemClass is a wrapper around the C record GtkCheckMenuItemClass.
func CheckMenuItemClassNewFromC ¶
func CheckMenuItemClassNewFromC(u unsafe.Pointer) *CheckMenuItemClass
func (*CheckMenuItemClass) ToC ¶
func (recv *CheckMenuItemClass) ToC() unsafe.Pointer
type CheckMenuItemPrivate ¶
type CheckMenuItemPrivate struct {
// contains filtered or unexported fields
}
CheckMenuItemPrivate is a wrapper around the C record GtkCheckMenuItemPrivate.
func CheckMenuItemPrivateNewFromC ¶
func CheckMenuItemPrivateNewFromC(u unsafe.Pointer) *CheckMenuItemPrivate
func (*CheckMenuItemPrivate) ToC ¶
func (recv *CheckMenuItemPrivate) ToC() unsafe.Pointer
type CheckMenuItemSignalToggledCallback ¶
type CheckMenuItemSignalToggledCallback func()
CheckMenuItemSignalToggledCallback is a callback function for a 'toggled' signal emitted from a CheckMenuItem.
type Clipboard ¶
type Clipboard struct {
// contains filtered or unexported fields
}
Clipboard is a wrapper around the C record GtkClipboard.
func CastToClipboard ¶
CastToWidget down casts any arbitary Object to Clipboard. Exercise care, as this is a potentially dangerous function if the Object is not a Clipboard.
func ClipboardNewFromC ¶
func (*Clipboard) Clear ¶
func (recv *Clipboard) Clear()
Clear is a wrapper around the C function gtk_clipboard_clear.
func (*Clipboard) WaitForText ¶
WaitForText is a wrapper around the C function gtk_clipboard_wait_for_text.
func (*Clipboard) WaitIsTextAvailable ¶
WaitIsTextAvailable is a wrapper around the C function gtk_clipboard_wait_is_text_available.
type ColorButton ¶
type ColorButton struct {
// contains filtered or unexported fields
}
ColorButton is a wrapper around the C record GtkColorButton.
func CastToColorButton ¶
func CastToColorButton(object *gobject.Object) *ColorButton
CastToWidget down casts any arbitary Object to ColorButton. Exercise care, as this is a potentially dangerous function if the Object is not a ColorButton.
func ColorButtonNewFromC ¶
func ColorButtonNewFromC(u unsafe.Pointer) *ColorButton
func (*ColorButton) Actionable ¶
func (recv *ColorButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by ColorButton
func (*ColorButton) Activatable ¶
func (recv *ColorButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by ColorButton
func (*ColorButton) Buildable ¶
func (recv *ColorButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ColorButton
func (*ColorButton) ColorChooser ¶
func (recv *ColorButton) ColorChooser() *ColorChooser
ColorChooser returns the ColorChooser interface implemented by ColorButton
func (*ColorButton) Container ¶
func (recv *ColorButton) Container() *Container
Container upcasts to *Container
func (*ColorButton) ImplementorIface ¶
func (recv *ColorButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ColorButton
func (*ColorButton) InitiallyUnowned ¶
func (recv *ColorButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ColorButton) Object ¶
func (recv *ColorButton) Object() *gobject.Object
Object upcasts to *Object
func (*ColorButton) ToC ¶
func (recv *ColorButton) ToC() unsafe.Pointer
type ColorButtonClass ¶
type ColorButtonClass struct {
// contains filtered or unexported fields
}
ColorButtonClass is a wrapper around the C record GtkColorButtonClass.
func ColorButtonClassNewFromC ¶
func ColorButtonClassNewFromC(u unsafe.Pointer) *ColorButtonClass
func (*ColorButtonClass) ToC ¶
func (recv *ColorButtonClass) ToC() unsafe.Pointer
type ColorButtonPrivate ¶
type ColorButtonPrivate struct {
// contains filtered or unexported fields
}
ColorButtonPrivate is a wrapper around the C record GtkColorButtonPrivate.
func ColorButtonPrivateNewFromC ¶
func ColorButtonPrivateNewFromC(u unsafe.Pointer) *ColorButtonPrivate
func (*ColorButtonPrivate) ToC ¶
func (recv *ColorButtonPrivate) ToC() unsafe.Pointer
type ColorChooser ¶
type ColorChooser struct {
// contains filtered or unexported fields
}
ColorChooser is a wrapper around the C record GtkColorChooser.
func ColorChooserNewFromC ¶
func ColorChooserNewFromC(u unsafe.Pointer) *ColorChooser
func (*ColorChooser) ToC ¶
func (recv *ColorChooser) ToC() unsafe.Pointer
type ColorChooserDialog ¶
type ColorChooserDialog struct {
// contains filtered or unexported fields
}
ColorChooserDialog is a wrapper around the C record GtkColorChooserDialog.
func CastToColorChooserDialog ¶
func CastToColorChooserDialog(object *gobject.Object) *ColorChooserDialog
CastToWidget down casts any arbitary Object to ColorChooserDialog. Exercise care, as this is a potentially dangerous function if the Object is not a ColorChooserDialog.
func ColorChooserDialogNewFromC ¶
func ColorChooserDialogNewFromC(u unsafe.Pointer) *ColorChooserDialog
func (*ColorChooserDialog) Buildable ¶
func (recv *ColorChooserDialog) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ColorChooserDialog
func (*ColorChooserDialog) ColorChooser ¶
func (recv *ColorChooserDialog) ColorChooser() *ColorChooser
ColorChooser returns the ColorChooser interface implemented by ColorChooserDialog
func (*ColorChooserDialog) Container ¶
func (recv *ColorChooserDialog) Container() *Container
Container upcasts to *Container
func (*ColorChooserDialog) Dialog ¶
func (recv *ColorChooserDialog) Dialog() *Dialog
Dialog upcasts to *Dialog
func (*ColorChooserDialog) ImplementorIface ¶
func (recv *ColorChooserDialog) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ColorChooserDialog
func (*ColorChooserDialog) InitiallyUnowned ¶
func (recv *ColorChooserDialog) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ColorChooserDialog) Object ¶
func (recv *ColorChooserDialog) Object() *gobject.Object
Object upcasts to *Object
func (*ColorChooserDialog) ToC ¶
func (recv *ColorChooserDialog) ToC() unsafe.Pointer
func (*ColorChooserDialog) Widget ¶
func (recv *ColorChooserDialog) Widget() *Widget
Widget upcasts to *Widget
func (*ColorChooserDialog) Window ¶
func (recv *ColorChooserDialog) Window() *Window
Window upcasts to *Window
type ColorChooserDialogClass ¶
type ColorChooserDialogClass struct {
// contains filtered or unexported fields
}
ColorChooserDialogClass is a wrapper around the C record GtkColorChooserDialogClass.
func ColorChooserDialogClassNewFromC ¶
func ColorChooserDialogClassNewFromC(u unsafe.Pointer) *ColorChooserDialogClass
func (*ColorChooserDialogClass) ToC ¶
func (recv *ColorChooserDialogClass) ToC() unsafe.Pointer
type ColorChooserDialogPrivate ¶
type ColorChooserDialogPrivate struct {
// contains filtered or unexported fields
}
ColorChooserDialogPrivate is a wrapper around the C record GtkColorChooserDialogPrivate.
func ColorChooserDialogPrivateNewFromC ¶
func ColorChooserDialogPrivateNewFromC(u unsafe.Pointer) *ColorChooserDialogPrivate
func (*ColorChooserDialogPrivate) ToC ¶
func (recv *ColorChooserDialogPrivate) ToC() unsafe.Pointer
type ColorChooserInterface ¶
type ColorChooserInterface struct {
// contains filtered or unexported fields
}
ColorChooserInterface is a wrapper around the C record GtkColorChooserInterface.
func ColorChooserInterfaceNewFromC ¶
func ColorChooserInterfaceNewFromC(u unsafe.Pointer) *ColorChooserInterface
func (*ColorChooserInterface) ToC ¶
func (recv *ColorChooserInterface) ToC() unsafe.Pointer
type ColorChooserWidget ¶
type ColorChooserWidget struct {
// contains filtered or unexported fields
}
ColorChooserWidget is a wrapper around the C record GtkColorChooserWidget.
func CastToColorChooserWidget ¶
func CastToColorChooserWidget(object *gobject.Object) *ColorChooserWidget
CastToWidget down casts any arbitary Object to ColorChooserWidget. Exercise care, as this is a potentially dangerous function if the Object is not a ColorChooserWidget.
func ColorChooserWidgetNewFromC ¶
func ColorChooserWidgetNewFromC(u unsafe.Pointer) *ColorChooserWidget
func (*ColorChooserWidget) Buildable ¶
func (recv *ColorChooserWidget) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ColorChooserWidget
func (*ColorChooserWidget) ColorChooser ¶
func (recv *ColorChooserWidget) ColorChooser() *ColorChooser
ColorChooser returns the ColorChooser interface implemented by ColorChooserWidget
func (*ColorChooserWidget) Container ¶
func (recv *ColorChooserWidget) Container() *Container
Container upcasts to *Container
func (*ColorChooserWidget) ImplementorIface ¶
func (recv *ColorChooserWidget) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ColorChooserWidget
func (*ColorChooserWidget) InitiallyUnowned ¶
func (recv *ColorChooserWidget) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ColorChooserWidget) Object ¶
func (recv *ColorChooserWidget) Object() *gobject.Object
Object upcasts to *Object
func (*ColorChooserWidget) Orientable ¶
func (recv *ColorChooserWidget) Orientable() *Orientable
Orientable returns the Orientable interface implemented by ColorChooserWidget
func (*ColorChooserWidget) ToC ¶
func (recv *ColorChooserWidget) ToC() unsafe.Pointer
func (*ColorChooserWidget) Widget ¶
func (recv *ColorChooserWidget) Widget() *Widget
Widget upcasts to *Widget
type ColorChooserWidgetClass ¶
type ColorChooserWidgetClass struct {
// contains filtered or unexported fields
}
ColorChooserWidgetClass is a wrapper around the C record GtkColorChooserWidgetClass.
func ColorChooserWidgetClassNewFromC ¶
func ColorChooserWidgetClassNewFromC(u unsafe.Pointer) *ColorChooserWidgetClass
func (*ColorChooserWidgetClass) ToC ¶
func (recv *ColorChooserWidgetClass) ToC() unsafe.Pointer
type ColorChooserWidgetPrivate ¶
type ColorChooserWidgetPrivate struct {
// contains filtered or unexported fields
}
ColorChooserWidgetPrivate is a wrapper around the C record GtkColorChooserWidgetPrivate.
func ColorChooserWidgetPrivateNewFromC ¶
func ColorChooserWidgetPrivateNewFromC(u unsafe.Pointer) *ColorChooserWidgetPrivate
func (*ColorChooserWidgetPrivate) ToC ¶
func (recv *ColorChooserWidgetPrivate) ToC() unsafe.Pointer
type ColorSelection ¶
type ColorSelection struct {
// contains filtered or unexported fields
}
ColorSelection is a wrapper around the C record GtkColorSelection.
func CastToColorSelection ¶
func CastToColorSelection(object *gobject.Object) *ColorSelection
CastToWidget down casts any arbitary Object to ColorSelection. Exercise care, as this is a potentially dangerous function if the Object is not a ColorSelection.
func ColorSelectionNew ¶
func ColorSelectionNew() *ColorSelection
ColorSelectionNew is a wrapper around the C function gtk_color_selection_new.
func ColorSelectionNewFromC ¶
func ColorSelectionNewFromC(u unsafe.Pointer) *ColorSelection
func (*ColorSelection) Buildable ¶
func (recv *ColorSelection) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ColorSelection
func (*ColorSelection) ConnectColorChanged ¶
func (recv *ColorSelection) ConnectColorChanged(callback ColorSelectionSignalColorChangedCallback) int
ConnectColorChanged connects the callback to the 'color-changed' signal for the ColorSelection.
The returned value represents the connection, and may be passed to DisconnectColorChanged to remove it.
func (*ColorSelection) Container ¶
func (recv *ColorSelection) Container() *Container
Container upcasts to *Container
func (*ColorSelection) DisconnectColorChanged ¶
func (recv *ColorSelection) DisconnectColorChanged(connectionID int)
DisconnectColorChanged disconnects a callback from the 'color-changed' signal for the ColorSelection.
The connectionID should be a value returned from a call to ConnectColorChanged.
func (*ColorSelection) GetCurrentAlpha ¶
func (recv *ColorSelection) GetCurrentAlpha() uint16
GetCurrentAlpha is a wrapper around the C function gtk_color_selection_get_current_alpha.
func (*ColorSelection) GetCurrentColor ¶
func (recv *ColorSelection) GetCurrentColor() *gdk.Color
GetCurrentColor is a wrapper around the C function gtk_color_selection_get_current_color.
func (*ColorSelection) GetHasOpacityControl ¶
func (recv *ColorSelection) GetHasOpacityControl() bool
GetHasOpacityControl is a wrapper around the C function gtk_color_selection_get_has_opacity_control.
func (*ColorSelection) GetHasPalette ¶
func (recv *ColorSelection) GetHasPalette() bool
GetHasPalette is a wrapper around the C function gtk_color_selection_get_has_palette.
func (*ColorSelection) GetPreviousAlpha ¶
func (recv *ColorSelection) GetPreviousAlpha() uint16
GetPreviousAlpha is a wrapper around the C function gtk_color_selection_get_previous_alpha.
func (*ColorSelection) GetPreviousColor ¶
func (recv *ColorSelection) GetPreviousColor() *gdk.Color
GetPreviousColor is a wrapper around the C function gtk_color_selection_get_previous_color.
func (*ColorSelection) ImplementorIface ¶
func (recv *ColorSelection) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ColorSelection
func (*ColorSelection) InitiallyUnowned ¶
func (recv *ColorSelection) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ColorSelection) IsAdjusting ¶
func (recv *ColorSelection) IsAdjusting() bool
IsAdjusting is a wrapper around the C function gtk_color_selection_is_adjusting.
func (*ColorSelection) Object ¶
func (recv *ColorSelection) Object() *gobject.Object
Object upcasts to *Object
func (*ColorSelection) Orientable ¶
func (recv *ColorSelection) Orientable() *Orientable
Orientable returns the Orientable interface implemented by ColorSelection
func (*ColorSelection) SetCurrentAlpha ¶
func (recv *ColorSelection) SetCurrentAlpha(alpha uint16)
SetCurrentAlpha is a wrapper around the C function gtk_color_selection_set_current_alpha.
func (*ColorSelection) SetCurrentColor ¶
func (recv *ColorSelection) SetCurrentColor(color *gdk.Color)
SetCurrentColor is a wrapper around the C function gtk_color_selection_set_current_color.
func (*ColorSelection) SetHasOpacityControl ¶
func (recv *ColorSelection) SetHasOpacityControl(hasOpacity bool)
SetHasOpacityControl is a wrapper around the C function gtk_color_selection_set_has_opacity_control.
func (*ColorSelection) SetHasPalette ¶
func (recv *ColorSelection) SetHasPalette(hasPalette bool)
SetHasPalette is a wrapper around the C function gtk_color_selection_set_has_palette.
func (*ColorSelection) SetPreviousAlpha ¶
func (recv *ColorSelection) SetPreviousAlpha(alpha uint16)
SetPreviousAlpha is a wrapper around the C function gtk_color_selection_set_previous_alpha.
func (*ColorSelection) SetPreviousColor ¶
func (recv *ColorSelection) SetPreviousColor(color *gdk.Color)
SetPreviousColor is a wrapper around the C function gtk_color_selection_set_previous_color.
func (*ColorSelection) ToC ¶
func (recv *ColorSelection) ToC() unsafe.Pointer
func (*ColorSelection) Widget ¶
func (recv *ColorSelection) Widget() *Widget
Widget upcasts to *Widget
type ColorSelectionClass ¶
type ColorSelectionClass struct {
// contains filtered or unexported fields
}
ColorSelectionClass is a wrapper around the C record GtkColorSelectionClass.
func ColorSelectionClassNewFromC ¶
func ColorSelectionClassNewFromC(u unsafe.Pointer) *ColorSelectionClass
func (*ColorSelectionClass) ToC ¶
func (recv *ColorSelectionClass) ToC() unsafe.Pointer
type ColorSelectionDialog ¶
type ColorSelectionDialog struct {
// contains filtered or unexported fields
}
ColorSelectionDialog is a wrapper around the C record GtkColorSelectionDialog.
func CastToColorSelectionDialog ¶
func CastToColorSelectionDialog(object *gobject.Object) *ColorSelectionDialog
CastToWidget down casts any arbitary Object to ColorSelectionDialog. Exercise care, as this is a potentially dangerous function if the Object is not a ColorSelectionDialog.
func ColorSelectionDialogNew ¶
func ColorSelectionDialogNew(title string) *ColorSelectionDialog
ColorSelectionDialogNew is a wrapper around the C function gtk_color_selection_dialog_new.
func ColorSelectionDialogNewFromC ¶
func ColorSelectionDialogNewFromC(u unsafe.Pointer) *ColorSelectionDialog
func (*ColorSelectionDialog) Buildable ¶
func (recv *ColorSelectionDialog) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ColorSelectionDialog
func (*ColorSelectionDialog) Container ¶
func (recv *ColorSelectionDialog) Container() *Container
Container upcasts to *Container
func (*ColorSelectionDialog) Dialog ¶
func (recv *ColorSelectionDialog) Dialog() *Dialog
Dialog upcasts to *Dialog
func (*ColorSelectionDialog) ImplementorIface ¶
func (recv *ColorSelectionDialog) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ColorSelectionDialog
func (*ColorSelectionDialog) InitiallyUnowned ¶
func (recv *ColorSelectionDialog) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ColorSelectionDialog) Object ¶
func (recv *ColorSelectionDialog) Object() *gobject.Object
Object upcasts to *Object
func (*ColorSelectionDialog) ToC ¶
func (recv *ColorSelectionDialog) ToC() unsafe.Pointer
func (*ColorSelectionDialog) Widget ¶
func (recv *ColorSelectionDialog) Widget() *Widget
Widget upcasts to *Widget
func (*ColorSelectionDialog) Window ¶
func (recv *ColorSelectionDialog) Window() *Window
Window upcasts to *Window
type ColorSelectionDialogClass ¶
type ColorSelectionDialogClass struct {
// contains filtered or unexported fields
}
ColorSelectionDialogClass is a wrapper around the C record GtkColorSelectionDialogClass.
func ColorSelectionDialogClassNewFromC ¶
func ColorSelectionDialogClassNewFromC(u unsafe.Pointer) *ColorSelectionDialogClass
func (*ColorSelectionDialogClass) ToC ¶
func (recv *ColorSelectionDialogClass) ToC() unsafe.Pointer
type ColorSelectionDialogPrivate ¶
type ColorSelectionDialogPrivate struct {
// contains filtered or unexported fields
}
ColorSelectionDialogPrivate is a wrapper around the C record GtkColorSelectionDialogPrivate.
func ColorSelectionDialogPrivateNewFromC ¶
func ColorSelectionDialogPrivateNewFromC(u unsafe.Pointer) *ColorSelectionDialogPrivate
func (*ColorSelectionDialogPrivate) ToC ¶
func (recv *ColorSelectionDialogPrivate) ToC() unsafe.Pointer
type ColorSelectionPrivate ¶
type ColorSelectionPrivate struct {
// contains filtered or unexported fields
}
ColorSelectionPrivate is a wrapper around the C record GtkColorSelectionPrivate.
func ColorSelectionPrivateNewFromC ¶
func ColorSelectionPrivateNewFromC(u unsafe.Pointer) *ColorSelectionPrivate
func (*ColorSelectionPrivate) ToC ¶
func (recv *ColorSelectionPrivate) ToC() unsafe.Pointer
type ColorSelectionSignalColorChangedCallback ¶
type ColorSelectionSignalColorChangedCallback func()
ColorSelectionSignalColorChangedCallback is a callback function for a 'color-changed' signal emitted from a ColorSelection.
type ComboBox ¶
type ComboBox struct {
// contains filtered or unexported fields
}
ComboBox is a wrapper around the C record GtkComboBox.
func CastToComboBox ¶
CastToWidget down casts any arbitary Object to ComboBox. Exercise care, as this is a potentially dangerous function if the Object is not a ComboBox.
func ComboBoxNewFromC ¶
func ComboBoxNewWithArea ¶
ComboBoxNewWithArea is a wrapper around the C function gtk_combo_box_new_with_area.
func ComboBoxNewWithAreaAndEntry ¶
ComboBoxNewWithAreaAndEntry is a wrapper around the C function gtk_combo_box_new_with_area_and_entry.
func (*ComboBox) CellEditable ¶
func (recv *ComboBox) CellEditable() *CellEditable
CellEditable returns the CellEditable interface implemented by ComboBox
func (*ComboBox) CellLayout ¶
func (recv *ComboBox) CellLayout() *CellLayout
CellLayout returns the CellLayout interface implemented by ComboBox
func (*ComboBox) GetAddTearoffs ¶
GetAddTearoffs is a wrapper around the C function gtk_combo_box_get_add_tearoffs.
func (*ComboBox) ImplementorIface ¶
func (recv *ComboBox) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ComboBox
func (*ComboBox) InitiallyUnowned ¶
func (recv *ComboBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type ComboBoxAccessible ¶
type ComboBoxAccessible struct {
// contains filtered or unexported fields
}
ComboBoxAccessible is a wrapper around the C record GtkComboBoxAccessible.
func CastToComboBoxAccessible ¶
func CastToComboBoxAccessible(object *gobject.Object) *ComboBoxAccessible
CastToWidget down casts any arbitary Object to ComboBoxAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ComboBoxAccessible.
func ComboBoxAccessibleNewFromC ¶
func ComboBoxAccessibleNewFromC(u unsafe.Pointer) *ComboBoxAccessible
func (*ComboBoxAccessible) Accessible ¶
func (recv *ComboBoxAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ComboBoxAccessible) Action ¶
func (recv *ComboBoxAccessible) Action() *atk.Action
Action returns the Action interface implemented by ComboBoxAccessible
func (*ComboBoxAccessible) Component ¶
func (recv *ComboBoxAccessible) Component() *atk.Component
Component returns the Component interface implemented by ComboBoxAccessible
func (*ComboBoxAccessible) ContainerAccessible ¶
func (recv *ComboBoxAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*ComboBoxAccessible) Object ¶
func (recv *ComboBoxAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ComboBoxAccessible) Selection ¶
func (recv *ComboBoxAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by ComboBoxAccessible
func (*ComboBoxAccessible) ToC ¶
func (recv *ComboBoxAccessible) ToC() unsafe.Pointer
func (*ComboBoxAccessible) WidgetAccessible ¶
func (recv *ComboBoxAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ComboBoxAccessibleClass ¶
type ComboBoxAccessibleClass struct {
// contains filtered or unexported fields
}
ComboBoxAccessibleClass is a wrapper around the C record GtkComboBoxAccessibleClass.
func ComboBoxAccessibleClassNewFromC ¶
func ComboBoxAccessibleClassNewFromC(u unsafe.Pointer) *ComboBoxAccessibleClass
func (*ComboBoxAccessibleClass) ToC ¶
func (recv *ComboBoxAccessibleClass) ToC() unsafe.Pointer
type ComboBoxAccessiblePrivate ¶
type ComboBoxAccessiblePrivate struct {
// contains filtered or unexported fields
}
ComboBoxAccessiblePrivate is a wrapper around the C record GtkComboBoxAccessiblePrivate.
func ComboBoxAccessiblePrivateNewFromC ¶
func ComboBoxAccessiblePrivateNewFromC(u unsafe.Pointer) *ComboBoxAccessiblePrivate
func (*ComboBoxAccessiblePrivate) ToC ¶
func (recv *ComboBoxAccessiblePrivate) ToC() unsafe.Pointer
type ComboBoxClass ¶
type ComboBoxClass struct {
// contains filtered or unexported fields
}
ComboBoxClass is a wrapper around the C record GtkComboBoxClass.
func ComboBoxClassNewFromC ¶
func ComboBoxClassNewFromC(u unsafe.Pointer) *ComboBoxClass
func (*ComboBoxClass) ToC ¶
func (recv *ComboBoxClass) ToC() unsafe.Pointer
type ComboBoxPrivate ¶
type ComboBoxPrivate struct {
// contains filtered or unexported fields
}
ComboBoxPrivate is a wrapper around the C record GtkComboBoxPrivate.
func ComboBoxPrivateNewFromC ¶
func ComboBoxPrivateNewFromC(u unsafe.Pointer) *ComboBoxPrivate
func (*ComboBoxPrivate) ToC ¶
func (recv *ComboBoxPrivate) ToC() unsafe.Pointer
type ComboBoxText ¶
type ComboBoxText struct {
// contains filtered or unexported fields
}
ComboBoxText is a wrapper around the C record GtkComboBoxText.
func CastToComboBoxText ¶
func CastToComboBoxText(object *gobject.Object) *ComboBoxText
CastToWidget down casts any arbitary Object to ComboBoxText. Exercise care, as this is a potentially dangerous function if the Object is not a ComboBoxText.
func ComboBoxTextNewFromC ¶
func ComboBoxTextNewFromC(u unsafe.Pointer) *ComboBoxText
func (*ComboBoxText) Buildable ¶
func (recv *ComboBoxText) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ComboBoxText
func (*ComboBoxText) CellEditable ¶
func (recv *ComboBoxText) CellEditable() *CellEditable
CellEditable returns the CellEditable interface implemented by ComboBoxText
func (*ComboBoxText) CellLayout ¶
func (recv *ComboBoxText) CellLayout() *CellLayout
CellLayout returns the CellLayout interface implemented by ComboBoxText
func (*ComboBoxText) ComboBox ¶
func (recv *ComboBoxText) ComboBox() *ComboBox
ComboBox upcasts to *ComboBox
func (*ComboBoxText) Container ¶
func (recv *ComboBoxText) Container() *Container
Container upcasts to *Container
func (*ComboBoxText) ImplementorIface ¶
func (recv *ComboBoxText) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ComboBoxText
func (*ComboBoxText) InitiallyUnowned ¶
func (recv *ComboBoxText) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ComboBoxText) Object ¶
func (recv *ComboBoxText) Object() *gobject.Object
Object upcasts to *Object
func (*ComboBoxText) ToC ¶
func (recv *ComboBoxText) ToC() unsafe.Pointer
type ComboBoxTextClass ¶
type ComboBoxTextClass struct {
// contains filtered or unexported fields
}
ComboBoxTextClass is a wrapper around the C record GtkComboBoxTextClass.
func ComboBoxTextClassNewFromC ¶
func ComboBoxTextClassNewFromC(u unsafe.Pointer) *ComboBoxTextClass
func (*ComboBoxTextClass) ToC ¶
func (recv *ComboBoxTextClass) ToC() unsafe.Pointer
type ComboBoxTextPrivate ¶
type ComboBoxTextPrivate struct {
// contains filtered or unexported fields
}
ComboBoxTextPrivate is a wrapper around the C record GtkComboBoxTextPrivate.
func ComboBoxTextPrivateNewFromC ¶
func ComboBoxTextPrivateNewFromC(u unsafe.Pointer) *ComboBoxTextPrivate
func (*ComboBoxTextPrivate) ToC ¶
func (recv *ComboBoxTextPrivate) ToC() unsafe.Pointer
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
Container is a wrapper around the C record GtkContainer.
func CastToContainer ¶
CastToWidget down casts any arbitary Object to Container. Exercise care, as this is a potentially dangerous function if the Object is not a Container.
func ContainerNewFromC ¶
func (*Container) CheckResize ¶
func (recv *Container) CheckResize()
CheckResize is a wrapper around the C function gtk_container_check_resize.
func (*Container) ChildGetProperty ¶
ChildGetProperty is a wrapper around the C function gtk_container_child_get_property.
func (*Container) ChildSetProperty ¶
ChildSetProperty is a wrapper around the C function gtk_container_child_set_property.
func (*Container) ChildType ¶
ChildType is a wrapper around the C function gtk_container_child_type.
func (*Container) ConnectAdd ¶
func (recv *Container) ConnectAdd(callback ContainerSignalAddCallback) int
ConnectAdd connects the callback to the 'add' signal for the Container.
The returned value represents the connection, and may be passed to DisconnectAdd to remove it.
func (*Container) ConnectCheckResize ¶
func (recv *Container) ConnectCheckResize(callback ContainerSignalCheckResizeCallback) int
ConnectCheckResize connects the callback to the 'check-resize' signal for the Container.
The returned value represents the connection, and may be passed to DisconnectCheckResize to remove it.
func (*Container) ConnectRemove ¶
func (recv *Container) ConnectRemove(callback ContainerSignalRemoveCallback) int
ConnectRemove connects the callback to the 'remove' signal for the Container.
The returned value represents the connection, and may be passed to DisconnectRemove to remove it.
func (*Container) ConnectSetFocusChild ¶
func (recv *Container) ConnectSetFocusChild(callback ContainerSignalSetFocusChildCallback) int
ConnectSetFocusChild connects the callback to the 'set-focus-child' signal for the Container.
The returned value represents the connection, and may be passed to DisconnectSetFocusChild to remove it.
func (*Container) DisconnectAdd ¶
DisconnectAdd disconnects a callback from the 'add' signal for the Container.
The connectionID should be a value returned from a call to ConnectAdd.
func (*Container) DisconnectCheckResize ¶
DisconnectCheckResize disconnects a callback from the 'check-resize' signal for the Container.
The connectionID should be a value returned from a call to ConnectCheckResize.
func (*Container) DisconnectRemove ¶
DisconnectRemove disconnects a callback from the 'remove' signal for the Container.
The connectionID should be a value returned from a call to ConnectRemove.
func (*Container) DisconnectSetFocusChild ¶
DisconnectSetFocusChild disconnects a callback from the 'set-focus-child' signal for the Container.
The connectionID should be a value returned from a call to ConnectSetFocusChild.
func (*Container) GetBorderWidth ¶
GetBorderWidth is a wrapper around the C function gtk_container_get_border_width.
func (*Container) GetChildren ¶
GetChildren is a wrapper around the C function gtk_container_get_children.
func (*Container) GetFocusChain ¶
GetFocusChain is a wrapper around the C function gtk_container_get_focus_chain.
func (*Container) GetFocusHadjustment ¶
func (recv *Container) GetFocusHadjustment() *Adjustment
GetFocusHadjustment is a wrapper around the C function gtk_container_get_focus_hadjustment.
func (*Container) GetFocusVadjustment ¶
func (recv *Container) GetFocusVadjustment() *Adjustment
GetFocusVadjustment is a wrapper around the C function gtk_container_get_focus_vadjustment.
func (*Container) GetPathForChild ¶
func (recv *Container) GetPathForChild(child *Widget) *WidgetPath
GetPathForChild is a wrapper around the C function gtk_container_get_path_for_child.
func (*Container) GetResizeMode ¶
func (recv *Container) GetResizeMode() ResizeMode
GetResizeMode is a wrapper around the C function gtk_container_get_resize_mode.
func (*Container) ImplementorIface ¶
func (recv *Container) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Container
func (*Container) InitiallyUnowned ¶
func (recv *Container) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Container) PropagateDraw ¶
PropagateDraw is a wrapper around the C function gtk_container_propagate_draw.
func (*Container) ResizeChildren ¶
func (recv *Container) ResizeChildren()
ResizeChildren is a wrapper around the C function gtk_container_resize_children.
func (*Container) SetBorderWidth ¶
SetBorderWidth is a wrapper around the C function gtk_container_set_border_width.
func (*Container) SetFocusChain ¶
SetFocusChain is a wrapper around the C function gtk_container_set_focus_chain.
func (*Container) SetFocusChild ¶
SetFocusChild is a wrapper around the C function gtk_container_set_focus_child.
func (*Container) SetFocusHadjustment ¶
func (recv *Container) SetFocusHadjustment(adjustment *Adjustment)
SetFocusHadjustment is a wrapper around the C function gtk_container_set_focus_hadjustment.
func (*Container) SetFocusVadjustment ¶
func (recv *Container) SetFocusVadjustment(adjustment *Adjustment)
SetFocusVadjustment is a wrapper around the C function gtk_container_set_focus_vadjustment.
func (*Container) SetReallocateRedraws ¶
SetReallocateRedraws is a wrapper around the C function gtk_container_set_reallocate_redraws.
func (*Container) SetResizeMode ¶
func (recv *Container) SetResizeMode(resizeMode ResizeMode)
SetResizeMode is a wrapper around the C function gtk_container_set_resize_mode.
func (*Container) UnsetFocusChain ¶
func (recv *Container) UnsetFocusChain()
UnsetFocusChain is a wrapper around the C function gtk_container_unset_focus_chain.
type ContainerAccessible ¶
type ContainerAccessible struct {
// contains filtered or unexported fields
}
ContainerAccessible is a wrapper around the C record GtkContainerAccessible.
func CastToContainerAccessible ¶
func CastToContainerAccessible(object *gobject.Object) *ContainerAccessible
CastToWidget down casts any arbitary Object to ContainerAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ContainerAccessible.
func ContainerAccessibleNewFromC ¶
func ContainerAccessibleNewFromC(u unsafe.Pointer) *ContainerAccessible
func (*ContainerAccessible) Accessible ¶
func (recv *ContainerAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ContainerAccessible) Component ¶
func (recv *ContainerAccessible) Component() *atk.Component
Component returns the Component interface implemented by ContainerAccessible
func (*ContainerAccessible) Object ¶
func (recv *ContainerAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ContainerAccessible) ToC ¶
func (recv *ContainerAccessible) ToC() unsafe.Pointer
func (*ContainerAccessible) WidgetAccessible ¶
func (recv *ContainerAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ContainerAccessibleClass ¶
type ContainerAccessibleClass struct {
// contains filtered or unexported fields
}
ContainerAccessibleClass is a wrapper around the C record GtkContainerAccessibleClass.
func ContainerAccessibleClassNewFromC ¶
func ContainerAccessibleClassNewFromC(u unsafe.Pointer) *ContainerAccessibleClass
func (*ContainerAccessibleClass) ToC ¶
func (recv *ContainerAccessibleClass) ToC() unsafe.Pointer
type ContainerAccessiblePrivate ¶
type ContainerAccessiblePrivate struct {
// contains filtered or unexported fields
}
ContainerAccessiblePrivate is a wrapper around the C record GtkContainerAccessiblePrivate.
func ContainerAccessiblePrivateNewFromC ¶
func ContainerAccessiblePrivateNewFromC(u unsafe.Pointer) *ContainerAccessiblePrivate
func (*ContainerAccessiblePrivate) ToC ¶
func (recv *ContainerAccessiblePrivate) ToC() unsafe.Pointer
type ContainerCellAccessible ¶
type ContainerCellAccessible struct {
// contains filtered or unexported fields
}
ContainerCellAccessible is a wrapper around the C record GtkContainerCellAccessible.
func CastToContainerCellAccessible ¶
func CastToContainerCellAccessible(object *gobject.Object) *ContainerCellAccessible
CastToWidget down casts any arbitary Object to ContainerCellAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ContainerCellAccessible.
func ContainerCellAccessibleNew ¶
func ContainerCellAccessibleNew() *ContainerCellAccessible
ContainerCellAccessibleNew is a wrapper around the C function gtk_container_cell_accessible_new.
func ContainerCellAccessibleNewFromC ¶
func ContainerCellAccessibleNewFromC(u unsafe.Pointer) *ContainerCellAccessible
func (*ContainerCellAccessible) Accessible ¶
func (recv *ContainerCellAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ContainerCellAccessible) Action ¶
func (recv *ContainerCellAccessible) Action() *atk.Action
Action returns the Action interface implemented by ContainerCellAccessible
func (*ContainerCellAccessible) AddChild ¶
func (recv *ContainerCellAccessible) AddChild(child *CellAccessible)
AddChild is a wrapper around the C function gtk_container_cell_accessible_add_child.
func (*ContainerCellAccessible) CellAccessible ¶
func (recv *ContainerCellAccessible) CellAccessible() *CellAccessible
CellAccessible upcasts to *CellAccessible
func (*ContainerCellAccessible) Component ¶
func (recv *ContainerCellAccessible) Component() *atk.Component
Component returns the Component interface implemented by ContainerCellAccessible
func (*ContainerCellAccessible) GetChildren ¶
func (recv *ContainerCellAccessible) GetChildren() *glib.List
GetChildren is a wrapper around the C function gtk_container_cell_accessible_get_children.
func (*ContainerCellAccessible) Object ¶
func (recv *ContainerCellAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ContainerCellAccessible) RemoveChild ¶
func (recv *ContainerCellAccessible) RemoveChild(child *CellAccessible)
RemoveChild is a wrapper around the C function gtk_container_cell_accessible_remove_child.
func (*ContainerCellAccessible) ToC ¶
func (recv *ContainerCellAccessible) ToC() unsafe.Pointer
type ContainerCellAccessibleClass ¶
type ContainerCellAccessibleClass struct {
// contains filtered or unexported fields
}
ContainerCellAccessibleClass is a wrapper around the C record GtkContainerCellAccessibleClass.
func ContainerCellAccessibleClassNewFromC ¶
func ContainerCellAccessibleClassNewFromC(u unsafe.Pointer) *ContainerCellAccessibleClass
func (*ContainerCellAccessibleClass) ToC ¶
func (recv *ContainerCellAccessibleClass) ToC() unsafe.Pointer
type ContainerCellAccessiblePrivate ¶
type ContainerCellAccessiblePrivate struct {
// contains filtered or unexported fields
}
ContainerCellAccessiblePrivate is a wrapper around the C record GtkContainerCellAccessiblePrivate.
func ContainerCellAccessiblePrivateNewFromC ¶
func ContainerCellAccessiblePrivateNewFromC(u unsafe.Pointer) *ContainerCellAccessiblePrivate
func (*ContainerCellAccessiblePrivate) ToC ¶
func (recv *ContainerCellAccessiblePrivate) ToC() unsafe.Pointer
type ContainerClass ¶
type ContainerClass struct {
// contains filtered or unexported fields
}
ContainerClass is a wrapper around the C record GtkContainerClass.
func ContainerClassNewFromC ¶
func ContainerClassNewFromC(u unsafe.Pointer) *ContainerClass
func (*ContainerClass) HandleBorderWidth ¶
func (recv *ContainerClass) HandleBorderWidth()
HandleBorderWidth is a wrapper around the C function gtk_container_class_handle_border_width.
func (*ContainerClass) ToC ¶
func (recv *ContainerClass) ToC() unsafe.Pointer
type ContainerPrivate ¶
type ContainerPrivate struct {
// contains filtered or unexported fields
}
ContainerPrivate is a wrapper around the C record GtkContainerPrivate.
func ContainerPrivateNewFromC ¶
func ContainerPrivateNewFromC(u unsafe.Pointer) *ContainerPrivate
func (*ContainerPrivate) ToC ¶
func (recv *ContainerPrivate) ToC() unsafe.Pointer
type ContainerSignalAddCallback ¶
type ContainerSignalAddCallback func(object *Widget)
ContainerSignalAddCallback is a callback function for a 'add' signal emitted from a Container.
type ContainerSignalCheckResizeCallback ¶
type ContainerSignalCheckResizeCallback func()
ContainerSignalCheckResizeCallback is a callback function for a 'check-resize' signal emitted from a Container.
type ContainerSignalRemoveCallback ¶
type ContainerSignalRemoveCallback func(object *Widget)
ContainerSignalRemoveCallback is a callback function for a 'remove' signal emitted from a Container.
type ContainerSignalSetFocusChildCallback ¶
type ContainerSignalSetFocusChildCallback func(object *Widget)
ContainerSignalSetFocusChildCallback is a callback function for a 'set-focus-child' signal emitted from a Container.
type CornerType ¶
type CornerType C.GtkCornerType
const ( GTK_CORNER_TOP_LEFT CornerType = 0 GTK_CORNER_BOTTOM_LEFT CornerType = 1 GTK_CORNER_TOP_RIGHT CornerType = 2 GTK_CORNER_BOTTOM_RIGHT CornerType = 3 )
type CssProvider ¶
type CssProvider struct {
// contains filtered or unexported fields
}
CssProvider is a wrapper around the C record GtkCssProvider.
func CastToCssProvider ¶
func CastToCssProvider(object *gobject.Object) *CssProvider
CastToWidget down casts any arbitary Object to CssProvider. Exercise care, as this is a potentially dangerous function if the Object is not a CssProvider.
func CssProviderNew ¶
func CssProviderNew() *CssProvider
CssProviderNew is a wrapper around the C function gtk_css_provider_new.
func CssProviderNewFromC ¶
func CssProviderNewFromC(u unsafe.Pointer) *CssProvider
func (*CssProvider) ConnectParsingError ¶
func (recv *CssProvider) ConnectParsingError(callback CssProviderSignalParsingErrorCallback) int
ConnectParsingError connects the callback to the 'parsing-error' signal for the CssProvider.
The returned value represents the connection, and may be passed to DisconnectParsingError to remove it.
func (*CssProvider) DisconnectParsingError ¶
func (recv *CssProvider) DisconnectParsingError(connectionID int)
DisconnectParsingError disconnects a callback from the 'parsing-error' signal for the CssProvider.
The connectionID should be a value returned from a call to ConnectParsingError.
func (*CssProvider) LoadFromData ¶
func (recv *CssProvider) LoadFromData(data []uint8) (bool, error)
LoadFromData is a wrapper around the C function gtk_css_provider_load_from_data.
func (*CssProvider) LoadFromFile ¶
func (recv *CssProvider) LoadFromFile(file *gio.File) (bool, error)
LoadFromFile is a wrapper around the C function gtk_css_provider_load_from_file.
func (*CssProvider) LoadFromPath ¶
func (recv *CssProvider) LoadFromPath(path string) (bool, error)
LoadFromPath is a wrapper around the C function gtk_css_provider_load_from_path.
func (*CssProvider) Object ¶
func (recv *CssProvider) Object() *gobject.Object
Object upcasts to *Object
func (*CssProvider) StyleProvider ¶
func (recv *CssProvider) StyleProvider() *StyleProvider
StyleProvider returns the StyleProvider interface implemented by CssProvider
func (*CssProvider) ToC ¶
func (recv *CssProvider) ToC() unsafe.Pointer
type CssProviderClass ¶
type CssProviderClass struct {
// contains filtered or unexported fields
}
CssProviderClass is a wrapper around the C record GtkCssProviderClass.
func CssProviderClassNewFromC ¶
func CssProviderClassNewFromC(u unsafe.Pointer) *CssProviderClass
func (*CssProviderClass) ToC ¶
func (recv *CssProviderClass) ToC() unsafe.Pointer
type CssProviderError ¶
type CssProviderError C.GtkCssProviderError
const ( GTK_CSS_PROVIDER_ERROR_FAILED CssProviderError = 0 GTK_CSS_PROVIDER_ERROR_SYNTAX CssProviderError = 1 GTK_CSS_PROVIDER_ERROR_IMPORT CssProviderError = 2 GTK_CSS_PROVIDER_ERROR_NAME CssProviderError = 3 GTK_CSS_PROVIDER_ERROR_DEPRECATED CssProviderError = 4 GTK_CSS_PROVIDER_ERROR_UNKNOWN_VALUE CssProviderError = 5 )
type CssProviderPrivate ¶
type CssProviderPrivate struct {
// contains filtered or unexported fields
}
CssProviderPrivate is a wrapper around the C record GtkCssProviderPrivate.
func CssProviderPrivateNewFromC ¶
func CssProviderPrivateNewFromC(u unsafe.Pointer) *CssProviderPrivate
func (*CssProviderPrivate) ToC ¶
func (recv *CssProviderPrivate) ToC() unsafe.Pointer
type CssProviderSignalParsingErrorCallback ¶
CssProviderSignalParsingErrorCallback is a callback function for a 'parsing-error' signal emitted from a CssProvider.
type DebugFlag ¶
type DebugFlag C.GtkDebugFlag
const ( GTK_DEBUG_MISC DebugFlag = 1 GTK_DEBUG_PLUGSOCKET DebugFlag = 2 GTK_DEBUG_TEXT DebugFlag = 4 GTK_DEBUG_TREE DebugFlag = 8 GTK_DEBUG_UPDATES DebugFlag = 16 GTK_DEBUG_KEYBINDINGS DebugFlag = 32 GTK_DEBUG_MULTIHEAD DebugFlag = 64 GTK_DEBUG_MODULES DebugFlag = 128 GTK_DEBUG_GEOMETRY DebugFlag = 256 GTK_DEBUG_ICONTHEME DebugFlag = 512 GTK_DEBUG_PRINTING DebugFlag = 1024 GTK_DEBUG_BUILDER DebugFlag = 2048 GTK_DEBUG_SIZE_REQUEST DebugFlag = 4096 GTK_DEBUG_NO_CSS_CACHE DebugFlag = 8192 GTK_DEBUG_BASELINES DebugFlag = 16384 GTK_DEBUG_PIXEL_CACHE DebugFlag = 32768 GTK_DEBUG_NO_PIXEL_CACHE DebugFlag = 65536 GTK_DEBUG_INTERACTIVE DebugFlag = 131072 GTK_DEBUG_TOUCHSCREEN DebugFlag = 262144 GTK_DEBUG_ACTIONS DebugFlag = 524288 GTK_DEBUG_RESIZE DebugFlag = 1048576 GTK_DEBUG_LAYOUT DebugFlag = 2097152 )
type DeleteType ¶
type DeleteType C.GtkDeleteType
const ( GTK_DELETE_CHARS DeleteType = 0 GTK_DELETE_WORD_ENDS DeleteType = 1 GTK_DELETE_WORDS DeleteType = 2 GTK_DELETE_DISPLAY_LINES DeleteType = 3 GTK_DELETE_DISPLAY_LINE_ENDS DeleteType = 4 GTK_DELETE_PARAGRAPH_ENDS DeleteType = 5 GTK_DELETE_PARAGRAPHS DeleteType = 6 GTK_DELETE_WHITESPACE DeleteType = 7 )
type DestDefaults ¶
type DestDefaults C.GtkDestDefaults
const ( GTK_DEST_DEFAULT_MOTION DestDefaults = 1 GTK_DEST_DEFAULT_HIGHLIGHT DestDefaults = 2 GTK_DEST_DEFAULT_DROP DestDefaults = 4 GTK_DEST_DEFAULT_ALL DestDefaults = 7 )
type Dialog ¶
type Dialog struct {
// contains filtered or unexported fields
}
Dialog is a wrapper around the C record GtkDialog.
func CastToDialog ¶
CastToWidget down casts any arbitary Object to Dialog. Exercise care, as this is a potentially dangerous function if the Object is not a Dialog.
func DialogNew ¶
func DialogNew() *Dialog
DialogNew is a wrapper around the C function gtk_dialog_new.
func DialogNewFromC ¶
func (*Dialog) AddActionWidget ¶
AddActionWidget is a wrapper around the C function gtk_dialog_add_action_widget.
func (*Dialog) ConnectClose ¶
func (recv *Dialog) ConnectClose(callback DialogSignalCloseCallback) int
ConnectClose connects the callback to the 'close' signal for the Dialog.
The returned value represents the connection, and may be passed to DisconnectClose to remove it.
func (*Dialog) DisconnectClose ¶
DisconnectClose disconnects a callback from the 'close' signal for the Dialog.
The connectionID should be a value returned from a call to ConnectClose.
func (*Dialog) ImplementorIface ¶
func (recv *Dialog) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Dialog
func (*Dialog) InitiallyUnowned ¶
func (recv *Dialog) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Dialog) SetDefaultResponse ¶
SetDefaultResponse is a wrapper around the C function gtk_dialog_set_default_response.
func (*Dialog) SetResponseSensitive ¶
SetResponseSensitive is a wrapper around the C function gtk_dialog_set_response_sensitive.
type DialogClass ¶
type DialogClass struct {
// contains filtered or unexported fields
}
DialogClass is a wrapper around the C record GtkDialogClass.
func DialogClassNewFromC ¶
func DialogClassNewFromC(u unsafe.Pointer) *DialogClass
func (*DialogClass) ToC ¶
func (recv *DialogClass) ToC() unsafe.Pointer
type DialogFlags ¶
type DialogFlags C.GtkDialogFlags
const ( GTK_DIALOG_MODAL DialogFlags = 1 GTK_DIALOG_DESTROY_WITH_PARENT DialogFlags = 2 GTK_DIALOG_USE_HEADER_BAR DialogFlags = 4 )
type DialogPrivate ¶
type DialogPrivate struct {
// contains filtered or unexported fields
}
DialogPrivate is a wrapper around the C record GtkDialogPrivate.
func DialogPrivateNewFromC ¶
func DialogPrivateNewFromC(u unsafe.Pointer) *DialogPrivate
func (*DialogPrivate) ToC ¶
func (recv *DialogPrivate) ToC() unsafe.Pointer
type DialogSignalCloseCallback ¶
type DialogSignalCloseCallback func()
DialogSignalCloseCallback is a callback function for a 'close' signal emitted from a Dialog.
type DirectionType ¶
type DirectionType C.GtkDirectionType
const ( GTK_DIR_TAB_FORWARD DirectionType = 0 GTK_DIR_TAB_BACKWARD DirectionType = 1 GTK_DIR_UP DirectionType = 2 GTK_DIR_DOWN DirectionType = 3 GTK_DIR_LEFT DirectionType = 4 GTK_DIR_RIGHT DirectionType = 5 )
type DragResult ¶
type DragResult C.GtkDragResult
const ( GTK_DRAG_RESULT_SUCCESS DragResult = 0 GTK_DRAG_RESULT_NO_TARGET DragResult = 1 GTK_DRAG_RESULT_USER_CANCELLED DragResult = 2 GTK_DRAG_RESULT_TIMEOUT_EXPIRED DragResult = 3 GTK_DRAG_RESULT_GRAB_BROKEN DragResult = 4 GTK_DRAG_RESULT_ERROR DragResult = 5 )
type DrawingArea ¶
type DrawingArea struct {
// contains filtered or unexported fields
}
DrawingArea is a wrapper around the C record GtkDrawingArea.
func CastToDrawingArea ¶
func CastToDrawingArea(object *gobject.Object) *DrawingArea
CastToWidget down casts any arbitary Object to DrawingArea. Exercise care, as this is a potentially dangerous function if the Object is not a DrawingArea.
func DrawingAreaNew ¶
func DrawingAreaNew() *DrawingArea
DrawingAreaNew is a wrapper around the C function gtk_drawing_area_new.
func DrawingAreaNewFromC ¶
func DrawingAreaNewFromC(u unsafe.Pointer) *DrawingArea
func (*DrawingArea) Buildable ¶
func (recv *DrawingArea) Buildable() *Buildable
Buildable returns the Buildable interface implemented by DrawingArea
func (*DrawingArea) ImplementorIface ¶
func (recv *DrawingArea) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by DrawingArea
func (*DrawingArea) InitiallyUnowned ¶
func (recv *DrawingArea) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*DrawingArea) Object ¶
func (recv *DrawingArea) Object() *gobject.Object
Object upcasts to *Object
func (*DrawingArea) ToC ¶
func (recv *DrawingArea) ToC() unsafe.Pointer
type DrawingAreaClass ¶
type DrawingAreaClass struct {
// contains filtered or unexported fields
}
DrawingAreaClass is a wrapper around the C record GtkDrawingAreaClass.
func DrawingAreaClassNewFromC ¶
func DrawingAreaClassNewFromC(u unsafe.Pointer) *DrawingAreaClass
func (*DrawingAreaClass) ToC ¶
func (recv *DrawingAreaClass) ToC() unsafe.Pointer
type Editable ¶
type Editable struct {
// contains filtered or unexported fields
}
Editable is a wrapper around the C record GtkEditable.
func EditableNewFromC ¶
func (*Editable) ConnectChanged ¶
func (recv *Editable) ConnectChanged(callback EditableSignalChangedCallback) int
ConnectChanged connects the callback to the 'changed' signal for the Editable.
The returned value represents the connection, and may be passed to DisconnectChanged to remove it.
func (*Editable) CopyClipboard ¶
func (recv *Editable) CopyClipboard()
CopyClipboard is a wrapper around the C function gtk_editable_copy_clipboard.
func (*Editable) CutClipboard ¶
func (recv *Editable) CutClipboard()
CutClipboard is a wrapper around the C function gtk_editable_cut_clipboard.
func (*Editable) DeleteSelection ¶
func (recv *Editable) DeleteSelection()
DeleteSelection is a wrapper around the C function gtk_editable_delete_selection.
func (*Editable) DeleteText ¶
DeleteText is a wrapper around the C function gtk_editable_delete_text.
func (*Editable) DisconnectChanged ¶
DisconnectChanged disconnects a callback from the 'changed' signal for the Editable.
The connectionID should be a value returned from a call to ConnectChanged.
func (*Editable) GetEditable ¶
GetEditable is a wrapper around the C function gtk_editable_get_editable.
func (*Editable) GetPosition ¶
GetPosition is a wrapper around the C function gtk_editable_get_position.
func (*Editable) GetSelectionBounds ¶
GetSelectionBounds is a wrapper around the C function gtk_editable_get_selection_bounds.
func (*Editable) InsertText ¶
InsertText is a wrapper around the C function gtk_editable_insert_text.
func (*Editable) PasteClipboard ¶
func (recv *Editable) PasteClipboard()
PasteClipboard is a wrapper around the C function gtk_editable_paste_clipboard.
func (*Editable) SelectRegion ¶
SelectRegion is a wrapper around the C function gtk_editable_select_region.
func (*Editable) SetEditable ¶
SetEditable is a wrapper around the C function gtk_editable_set_editable.
func (*Editable) SetPosition ¶
SetPosition is a wrapper around the C function gtk_editable_set_position.
type EditableInterface ¶
type EditableInterface struct {
// contains filtered or unexported fields
}
EditableInterface is a wrapper around the C record GtkEditableInterface.
func EditableInterfaceNewFromC ¶
func EditableInterfaceNewFromC(u unsafe.Pointer) *EditableInterface
func (*EditableInterface) ToC ¶
func (recv *EditableInterface) ToC() unsafe.Pointer
type EditableSignalChangedCallback ¶
type EditableSignalChangedCallback func()
EditableSignalChangedCallback is a callback function for a 'changed' signal emitted from a Editable.
type Entry ¶
type Entry struct {
// contains filtered or unexported fields
}
Entry is a wrapper around the C record GtkEntry.
func CastToEntry ¶
CastToWidget down casts any arbitary Object to Entry. Exercise care, as this is a potentially dangerous function if the Object is not a Entry.
func EntryNewFromC ¶
func (*Entry) CellEditable ¶
func (recv *Entry) CellEditable() *CellEditable
CellEditable returns the CellEditable interface implemented by Entry
func (*Entry) ConnectActivate ¶
func (recv *Entry) ConnectActivate(callback EntrySignalActivateCallback) int
ConnectActivate connects the callback to the 'activate' signal for the Entry.
The returned value represents the connection, and may be passed to DisconnectActivate to remove it.
func (*Entry) ConnectBackspace ¶
func (recv *Entry) ConnectBackspace(callback EntrySignalBackspaceCallback) int
ConnectBackspace connects the callback to the 'backspace' signal for the Entry.
The returned value represents the connection, and may be passed to DisconnectBackspace to remove it.
func (*Entry) ConnectCopyClipboard ¶
func (recv *Entry) ConnectCopyClipboard(callback EntrySignalCopyClipboardCallback) int
ConnectCopyClipboard connects the callback to the 'copy-clipboard' signal for the Entry.
The returned value represents the connection, and may be passed to DisconnectCopyClipboard to remove it.
func (*Entry) ConnectCutClipboard ¶
func (recv *Entry) ConnectCutClipboard(callback EntrySignalCutClipboardCallback) int
ConnectCutClipboard connects the callback to the 'cut-clipboard' signal for the Entry.
The returned value represents the connection, and may be passed to DisconnectCutClipboard to remove it.
func (*Entry) ConnectPasteClipboard ¶
func (recv *Entry) ConnectPasteClipboard(callback EntrySignalPasteClipboardCallback) int
ConnectPasteClipboard connects the callback to the 'paste-clipboard' signal for the Entry.
The returned value represents the connection, and may be passed to DisconnectPasteClipboard to remove it.
func (*Entry) ConnectPopulatePopup ¶
func (recv *Entry) ConnectPopulatePopup(callback EntrySignalPopulatePopupCallback) int
ConnectPopulatePopup connects the callback to the 'populate-popup' signal for the Entry.
The returned value represents the connection, and may be passed to DisconnectPopulatePopup to remove it.
func (*Entry) ConnectToggleOverwrite ¶
func (recv *Entry) ConnectToggleOverwrite(callback EntrySignalToggleOverwriteCallback) int
ConnectToggleOverwrite connects the callback to the 'toggle-overwrite' signal for the Entry.
The returned value represents the connection, and may be passed to DisconnectToggleOverwrite to remove it.
func (*Entry) DisconnectActivate ¶
DisconnectActivate disconnects a callback from the 'activate' signal for the Entry.
The connectionID should be a value returned from a call to ConnectActivate.
func (*Entry) DisconnectBackspace ¶
DisconnectBackspace disconnects a callback from the 'backspace' signal for the Entry.
The connectionID should be a value returned from a call to ConnectBackspace.
func (*Entry) DisconnectCopyClipboard ¶
DisconnectCopyClipboard disconnects a callback from the 'copy-clipboard' signal for the Entry.
The connectionID should be a value returned from a call to ConnectCopyClipboard.
func (*Entry) DisconnectCutClipboard ¶
DisconnectCutClipboard disconnects a callback from the 'cut-clipboard' signal for the Entry.
The connectionID should be a value returned from a call to ConnectCutClipboard.
func (*Entry) DisconnectPasteClipboard ¶
DisconnectPasteClipboard disconnects a callback from the 'paste-clipboard' signal for the Entry.
The connectionID should be a value returned from a call to ConnectPasteClipboard.
func (*Entry) DisconnectPopulatePopup ¶
DisconnectPopulatePopup disconnects a callback from the 'populate-popup' signal for the Entry.
The connectionID should be a value returned from a call to ConnectPopulatePopup.
func (*Entry) DisconnectToggleOverwrite ¶
DisconnectToggleOverwrite disconnects a callback from the 'toggle-overwrite' signal for the Entry.
The connectionID should be a value returned from a call to ConnectToggleOverwrite.
func (*Entry) GetActivatesDefault ¶
GetActivatesDefault is a wrapper around the C function gtk_entry_get_activates_default.
func (*Entry) GetHasFrame ¶
GetHasFrame is a wrapper around the C function gtk_entry_get_has_frame.
func (*Entry) GetInvisibleChar ¶
GetInvisibleChar is a wrapper around the C function gtk_entry_get_invisible_char.
func (*Entry) GetLayoutOffsets ¶
GetLayoutOffsets is a wrapper around the C function gtk_entry_get_layout_offsets.
func (*Entry) GetMaxLength ¶
GetMaxLength is a wrapper around the C function gtk_entry_get_max_length.
func (*Entry) GetVisibility ¶
GetVisibility is a wrapper around the C function gtk_entry_get_visibility.
func (*Entry) GetWidthChars ¶
GetWidthChars is a wrapper around the C function gtk_entry_get_width_chars.
func (*Entry) ImplementorIface ¶
func (recv *Entry) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Entry
func (*Entry) InitiallyUnowned ¶
func (recv *Entry) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Entry) LayoutIndexToTextIndex ¶
LayoutIndexToTextIndex is a wrapper around the C function gtk_entry_layout_index_to_text_index.
func (*Entry) SetActivatesDefault ¶
SetActivatesDefault is a wrapper around the C function gtk_entry_set_activates_default.
func (*Entry) SetHasFrame ¶
SetHasFrame is a wrapper around the C function gtk_entry_set_has_frame.
func (*Entry) SetInvisibleChar ¶
SetInvisibleChar is a wrapper around the C function gtk_entry_set_invisible_char.
func (*Entry) SetMaxLength ¶
SetMaxLength is a wrapper around the C function gtk_entry_set_max_length.
func (*Entry) SetVisibility ¶
SetVisibility is a wrapper around the C function gtk_entry_set_visibility.
func (*Entry) SetWidthChars ¶
SetWidthChars is a wrapper around the C function gtk_entry_set_width_chars.
func (*Entry) TextIndexToLayoutIndex ¶
TextIndexToLayoutIndex is a wrapper around the C function gtk_entry_text_index_to_layout_index.
type EntryAccessible ¶
type EntryAccessible struct {
// contains filtered or unexported fields
}
EntryAccessible is a wrapper around the C record GtkEntryAccessible.
func CastToEntryAccessible ¶
func CastToEntryAccessible(object *gobject.Object) *EntryAccessible
CastToWidget down casts any arbitary Object to EntryAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a EntryAccessible.
func EntryAccessibleNewFromC ¶
func EntryAccessibleNewFromC(u unsafe.Pointer) *EntryAccessible
func (*EntryAccessible) Accessible ¶
func (recv *EntryAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*EntryAccessible) Action ¶
func (recv *EntryAccessible) Action() *atk.Action
Action returns the Action interface implemented by EntryAccessible
func (*EntryAccessible) Component ¶
func (recv *EntryAccessible) Component() *atk.Component
Component returns the Component interface implemented by EntryAccessible
func (*EntryAccessible) EditableText ¶
func (recv *EntryAccessible) EditableText() *atk.EditableText
EditableText returns the EditableText interface implemented by EntryAccessible
func (*EntryAccessible) Object ¶
func (recv *EntryAccessible) Object() *atk.Object
Object upcasts to *Object
func (*EntryAccessible) Text ¶
func (recv *EntryAccessible) Text() *atk.Text
Text returns the Text interface implemented by EntryAccessible
func (*EntryAccessible) ToC ¶
func (recv *EntryAccessible) ToC() unsafe.Pointer
func (*EntryAccessible) WidgetAccessible ¶
func (recv *EntryAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type EntryAccessibleClass ¶
type EntryAccessibleClass struct {
// contains filtered or unexported fields
}
EntryAccessibleClass is a wrapper around the C record GtkEntryAccessibleClass.
func EntryAccessibleClassNewFromC ¶
func EntryAccessibleClassNewFromC(u unsafe.Pointer) *EntryAccessibleClass
func (*EntryAccessibleClass) ToC ¶
func (recv *EntryAccessibleClass) ToC() unsafe.Pointer
type EntryAccessiblePrivate ¶
type EntryAccessiblePrivate struct {
// contains filtered or unexported fields
}
EntryAccessiblePrivate is a wrapper around the C record GtkEntryAccessiblePrivate.
func EntryAccessiblePrivateNewFromC ¶
func EntryAccessiblePrivateNewFromC(u unsafe.Pointer) *EntryAccessiblePrivate
func (*EntryAccessiblePrivate) ToC ¶
func (recv *EntryAccessiblePrivate) ToC() unsafe.Pointer
type EntryBuffer ¶
type EntryBuffer struct {
// contains filtered or unexported fields
}
EntryBuffer is a wrapper around the C record GtkEntryBuffer.
func CastToEntryBuffer ¶
func CastToEntryBuffer(object *gobject.Object) *EntryBuffer
CastToWidget down casts any arbitary Object to EntryBuffer. Exercise care, as this is a potentially dangerous function if the Object is not a EntryBuffer.
func EntryBufferNewFromC ¶
func EntryBufferNewFromC(u unsafe.Pointer) *EntryBuffer
func (*EntryBuffer) Object ¶
func (recv *EntryBuffer) Object() *gobject.Object
Object upcasts to *Object
func (*EntryBuffer) ToC ¶
func (recv *EntryBuffer) ToC() unsafe.Pointer
type EntryBufferClass ¶
type EntryBufferClass struct {
// contains filtered or unexported fields
}
EntryBufferClass is a wrapper around the C record GtkEntryBufferClass.
func EntryBufferClassNewFromC ¶
func EntryBufferClassNewFromC(u unsafe.Pointer) *EntryBufferClass
func (*EntryBufferClass) ToC ¶
func (recv *EntryBufferClass) ToC() unsafe.Pointer
type EntryBufferPrivate ¶
type EntryBufferPrivate struct {
// contains filtered or unexported fields
}
EntryBufferPrivate is a wrapper around the C record GtkEntryBufferPrivate.
func EntryBufferPrivateNewFromC ¶
func EntryBufferPrivateNewFromC(u unsafe.Pointer) *EntryBufferPrivate
func (*EntryBufferPrivate) ToC ¶
func (recv *EntryBufferPrivate) ToC() unsafe.Pointer
type EntryClass ¶
type EntryClass struct {
// contains filtered or unexported fields
}
EntryClass is a wrapper around the C record GtkEntryClass.
func EntryClassNewFromC ¶
func EntryClassNewFromC(u unsafe.Pointer) *EntryClass
func (*EntryClass) ToC ¶
func (recv *EntryClass) ToC() unsafe.Pointer
type EntryCompletion ¶
type EntryCompletion struct {
// contains filtered or unexported fields
}
EntryCompletion is a wrapper around the C record GtkEntryCompletion.
func CastToEntryCompletion ¶
func CastToEntryCompletion(object *gobject.Object) *EntryCompletion
CastToWidget down casts any arbitary Object to EntryCompletion. Exercise care, as this is a potentially dangerous function if the Object is not a EntryCompletion.
func EntryCompletionNewFromC ¶
func EntryCompletionNewFromC(u unsafe.Pointer) *EntryCompletion
func (*EntryCompletion) Buildable ¶
func (recv *EntryCompletion) Buildable() *Buildable
Buildable returns the Buildable interface implemented by EntryCompletion
func (*EntryCompletion) CellLayout ¶
func (recv *EntryCompletion) CellLayout() *CellLayout
CellLayout returns the CellLayout interface implemented by EntryCompletion
func (*EntryCompletion) Object ¶
func (recv *EntryCompletion) Object() *gobject.Object
Object upcasts to *Object
func (*EntryCompletion) ToC ¶
func (recv *EntryCompletion) ToC() unsafe.Pointer
type EntryCompletionClass ¶
type EntryCompletionClass struct {
// contains filtered or unexported fields
}
EntryCompletionClass is a wrapper around the C record GtkEntryCompletionClass.
func EntryCompletionClassNewFromC ¶
func EntryCompletionClassNewFromC(u unsafe.Pointer) *EntryCompletionClass
func (*EntryCompletionClass) ToC ¶
func (recv *EntryCompletionClass) ToC() unsafe.Pointer
type EntryCompletionPrivate ¶
type EntryCompletionPrivate struct {
// contains filtered or unexported fields
}
EntryCompletionPrivate is a wrapper around the C record GtkEntryCompletionPrivate.
func EntryCompletionPrivateNewFromC ¶
func EntryCompletionPrivateNewFromC(u unsafe.Pointer) *EntryCompletionPrivate
func (*EntryCompletionPrivate) ToC ¶
func (recv *EntryCompletionPrivate) ToC() unsafe.Pointer
type EntryPrivate ¶
type EntryPrivate struct {
// contains filtered or unexported fields
}
EntryPrivate is a wrapper around the C record GtkEntryPrivate.
func EntryPrivateNewFromC ¶
func EntryPrivateNewFromC(u unsafe.Pointer) *EntryPrivate
func (*EntryPrivate) ToC ¶
func (recv *EntryPrivate) ToC() unsafe.Pointer
type EntrySignalActivateCallback ¶
type EntrySignalActivateCallback func()
EntrySignalActivateCallback is a callback function for a 'activate' signal emitted from a Entry.
type EntrySignalBackspaceCallback ¶
type EntrySignalBackspaceCallback func()
EntrySignalBackspaceCallback is a callback function for a 'backspace' signal emitted from a Entry.
type EntrySignalCopyClipboardCallback ¶
type EntrySignalCopyClipboardCallback func()
EntrySignalCopyClipboardCallback is a callback function for a 'copy-clipboard' signal emitted from a Entry.
type EntrySignalCutClipboardCallback ¶
type EntrySignalCutClipboardCallback func()
EntrySignalCutClipboardCallback is a callback function for a 'cut-clipboard' signal emitted from a Entry.
type EntrySignalPasteClipboardCallback ¶
type EntrySignalPasteClipboardCallback func()
EntrySignalPasteClipboardCallback is a callback function for a 'paste-clipboard' signal emitted from a Entry.
type EntrySignalPopulatePopupCallback ¶
type EntrySignalPopulatePopupCallback func(widget *Widget)
EntrySignalPopulatePopupCallback is a callback function for a 'populate-popup' signal emitted from a Entry.
type EntrySignalToggleOverwriteCallback ¶
type EntrySignalToggleOverwriteCallback func()
EntrySignalToggleOverwriteCallback is a callback function for a 'toggle-overwrite' signal emitted from a Entry.
type EventBox ¶
type EventBox struct {
// contains filtered or unexported fields
}
EventBox is a wrapper around the C record GtkEventBox.
func CastToEventBox ¶
CastToWidget down casts any arbitary Object to EventBox. Exercise care, as this is a potentially dangerous function if the Object is not a EventBox.
func EventBoxNew ¶
func EventBoxNew() *EventBox
EventBoxNew is a wrapper around the C function gtk_event_box_new.
func EventBoxNewFromC ¶
func (*EventBox) ImplementorIface ¶
func (recv *EventBox) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by EventBox
func (*EventBox) InitiallyUnowned ¶
func (recv *EventBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type EventBoxClass ¶
type EventBoxClass struct {
// contains filtered or unexported fields
}
EventBoxClass is a wrapper around the C record GtkEventBoxClass.
func EventBoxClassNewFromC ¶
func EventBoxClassNewFromC(u unsafe.Pointer) *EventBoxClass
func (*EventBoxClass) ToC ¶
func (recv *EventBoxClass) ToC() unsafe.Pointer
type EventBoxPrivate ¶
type EventBoxPrivate struct {
// contains filtered or unexported fields
}
EventBoxPrivate is a wrapper around the C record GtkEventBoxPrivate.
func EventBoxPrivateNewFromC ¶
func EventBoxPrivateNewFromC(u unsafe.Pointer) *EventBoxPrivate
func (*EventBoxPrivate) ToC ¶
func (recv *EventBoxPrivate) ToC() unsafe.Pointer
type EventController ¶
type EventController struct {
// contains filtered or unexported fields
}
EventController is a wrapper around the C record GtkEventController.
func CastToEventController ¶
func CastToEventController(object *gobject.Object) *EventController
CastToWidget down casts any arbitary Object to EventController. Exercise care, as this is a potentially dangerous function if the Object is not a EventController.
func EventControllerNewFromC ¶
func EventControllerNewFromC(u unsafe.Pointer) *EventController
func (*EventController) Object ¶
func (recv *EventController) Object() *gobject.Object
Object upcasts to *Object
func (*EventController) ToC ¶
func (recv *EventController) ToC() unsafe.Pointer
type EventControllerClass ¶
type EventControllerClass struct {
// contains filtered or unexported fields
}
EventControllerClass is a wrapper around the C record GtkEventControllerClass.
func EventControllerClassNewFromC ¶
func EventControllerClassNewFromC(u unsafe.Pointer) *EventControllerClass
func (*EventControllerClass) ToC ¶
func (recv *EventControllerClass) ToC() unsafe.Pointer
type Expander ¶
type Expander struct {
// contains filtered or unexported fields
}
Expander is a wrapper around the C record GtkExpander.
func CastToExpander ¶
CastToWidget down casts any arbitary Object to Expander. Exercise care, as this is a potentially dangerous function if the Object is not a Expander.
func ExpanderNewFromC ¶
func (*Expander) ConnectActivate ¶
func (recv *Expander) ConnectActivate(callback ExpanderSignalActivateCallback) int
ConnectActivate connects the callback to the 'activate' signal for the Expander.
The returned value represents the connection, and may be passed to DisconnectActivate to remove it.
func (*Expander) DisconnectActivate ¶
DisconnectActivate disconnects a callback from the 'activate' signal for the Expander.
The connectionID should be a value returned from a call to ConnectActivate.
func (*Expander) ImplementorIface ¶
func (recv *Expander) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Expander
func (*Expander) InitiallyUnowned ¶
func (recv *Expander) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type ExpanderAccessible ¶
type ExpanderAccessible struct {
// contains filtered or unexported fields
}
ExpanderAccessible is a wrapper around the C record GtkExpanderAccessible.
func CastToExpanderAccessible ¶
func CastToExpanderAccessible(object *gobject.Object) *ExpanderAccessible
CastToWidget down casts any arbitary Object to ExpanderAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ExpanderAccessible.
func ExpanderAccessibleNewFromC ¶
func ExpanderAccessibleNewFromC(u unsafe.Pointer) *ExpanderAccessible
func (*ExpanderAccessible) Accessible ¶
func (recv *ExpanderAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ExpanderAccessible) Action ¶
func (recv *ExpanderAccessible) Action() *atk.Action
Action returns the Action interface implemented by ExpanderAccessible
func (*ExpanderAccessible) Component ¶
func (recv *ExpanderAccessible) Component() *atk.Component
Component returns the Component interface implemented by ExpanderAccessible
func (*ExpanderAccessible) ContainerAccessible ¶
func (recv *ExpanderAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*ExpanderAccessible) Object ¶
func (recv *ExpanderAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ExpanderAccessible) ToC ¶
func (recv *ExpanderAccessible) ToC() unsafe.Pointer
func (*ExpanderAccessible) WidgetAccessible ¶
func (recv *ExpanderAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ExpanderAccessibleClass ¶
type ExpanderAccessibleClass struct {
// contains filtered or unexported fields
}
ExpanderAccessibleClass is a wrapper around the C record GtkExpanderAccessibleClass.
func ExpanderAccessibleClassNewFromC ¶
func ExpanderAccessibleClassNewFromC(u unsafe.Pointer) *ExpanderAccessibleClass
func (*ExpanderAccessibleClass) ToC ¶
func (recv *ExpanderAccessibleClass) ToC() unsafe.Pointer
type ExpanderAccessiblePrivate ¶
type ExpanderAccessiblePrivate struct {
// contains filtered or unexported fields
}
ExpanderAccessiblePrivate is a wrapper around the C record GtkExpanderAccessiblePrivate.
func ExpanderAccessiblePrivateNewFromC ¶
func ExpanderAccessiblePrivateNewFromC(u unsafe.Pointer) *ExpanderAccessiblePrivate
func (*ExpanderAccessiblePrivate) ToC ¶
func (recv *ExpanderAccessiblePrivate) ToC() unsafe.Pointer
type ExpanderClass ¶
type ExpanderClass struct {
// contains filtered or unexported fields
}
ExpanderClass is a wrapper around the C record GtkExpanderClass.
func ExpanderClassNewFromC ¶
func ExpanderClassNewFromC(u unsafe.Pointer) *ExpanderClass
func (*ExpanderClass) ToC ¶
func (recv *ExpanderClass) ToC() unsafe.Pointer
type ExpanderPrivate ¶
type ExpanderPrivate struct {
// contains filtered or unexported fields
}
ExpanderPrivate is a wrapper around the C record GtkExpanderPrivate.
func ExpanderPrivateNewFromC ¶
func ExpanderPrivateNewFromC(u unsafe.Pointer) *ExpanderPrivate
func (*ExpanderPrivate) ToC ¶
func (recv *ExpanderPrivate) ToC() unsafe.Pointer
type ExpanderSignalActivateCallback ¶
type ExpanderSignalActivateCallback func()
ExpanderSignalActivateCallback is a callback function for a 'activate' signal emitted from a Expander.
type ExpanderStyle ¶
type ExpanderStyle C.GtkExpanderStyle
const ( GTK_EXPANDER_COLLAPSED ExpanderStyle = 0 GTK_EXPANDER_SEMI_COLLAPSED ExpanderStyle = 1 GTK_EXPANDER_SEMI_EXPANDED ExpanderStyle = 2 GTK_EXPANDER_EXPANDED ExpanderStyle = 3 )
type FileChooser ¶
type FileChooser struct {
// contains filtered or unexported fields
}
FileChooser is a wrapper around the C record GtkFileChooser.
func FileChooserNewFromC ¶
func FileChooserNewFromC(u unsafe.Pointer) *FileChooser
func (*FileChooser) ConnectCurrentFolderChanged ¶
func (recv *FileChooser) ConnectCurrentFolderChanged(callback FileChooserSignalCurrentFolderChangedCallback) int
ConnectCurrentFolderChanged connects the callback to the 'current-folder-changed' signal for the FileChooser.
The returned value represents the connection, and may be passed to DisconnectCurrentFolderChanged to remove it.
func (*FileChooser) ConnectFileActivated ¶
func (recv *FileChooser) ConnectFileActivated(callback FileChooserSignalFileActivatedCallback) int
ConnectFileActivated connects the callback to the 'file-activated' signal for the FileChooser.
The returned value represents the connection, and may be passed to DisconnectFileActivated to remove it.
func (*FileChooser) ConnectSelectionChanged ¶
func (recv *FileChooser) ConnectSelectionChanged(callback FileChooserSignalSelectionChangedCallback) int
ConnectSelectionChanged connects the callback to the 'selection-changed' signal for the FileChooser.
The returned value represents the connection, and may be passed to DisconnectSelectionChanged to remove it.
func (*FileChooser) ConnectUpdatePreview ¶
func (recv *FileChooser) ConnectUpdatePreview(callback FileChooserSignalUpdatePreviewCallback) int
ConnectUpdatePreview connects the callback to the 'update-preview' signal for the FileChooser.
The returned value represents the connection, and may be passed to DisconnectUpdatePreview to remove it.
func (*FileChooser) DisconnectCurrentFolderChanged ¶
func (recv *FileChooser) DisconnectCurrentFolderChanged(connectionID int)
DisconnectCurrentFolderChanged disconnects a callback from the 'current-folder-changed' signal for the FileChooser.
The connectionID should be a value returned from a call to ConnectCurrentFolderChanged.
func (*FileChooser) DisconnectFileActivated ¶
func (recv *FileChooser) DisconnectFileActivated(connectionID int)
DisconnectFileActivated disconnects a callback from the 'file-activated' signal for the FileChooser.
The connectionID should be a value returned from a call to ConnectFileActivated.
func (*FileChooser) DisconnectSelectionChanged ¶
func (recv *FileChooser) DisconnectSelectionChanged(connectionID int)
DisconnectSelectionChanged disconnects a callback from the 'selection-changed' signal for the FileChooser.
The connectionID should be a value returned from a call to ConnectSelectionChanged.
func (*FileChooser) DisconnectUpdatePreview ¶
func (recv *FileChooser) DisconnectUpdatePreview(connectionID int)
DisconnectUpdatePreview disconnects a callback from the 'update-preview' signal for the FileChooser.
The connectionID should be a value returned from a call to ConnectUpdatePreview.
func (*FileChooser) GetUsePreviewLabel ¶
func (recv *FileChooser) GetUsePreviewLabel() bool
GetUsePreviewLabel is a wrapper around the C function gtk_file_chooser_get_use_preview_label.
func (*FileChooser) ToC ¶
func (recv *FileChooser) ToC() unsafe.Pointer
type FileChooserAction ¶
type FileChooserAction C.GtkFileChooserAction
const ( GTK_FILE_CHOOSER_ACTION_OPEN FileChooserAction = 0 GTK_FILE_CHOOSER_ACTION_SAVE FileChooserAction = 1 GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER FileChooserAction = 2 GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER FileChooserAction = 3 )
type FileChooserButton ¶
type FileChooserButton struct {
// contains filtered or unexported fields
}
FileChooserButton is a wrapper around the C record GtkFileChooserButton.
func CastToFileChooserButton ¶
func CastToFileChooserButton(object *gobject.Object) *FileChooserButton
CastToWidget down casts any arbitary Object to FileChooserButton. Exercise care, as this is a potentially dangerous function if the Object is not a FileChooserButton.
func FileChooserButtonNewFromC ¶
func FileChooserButtonNewFromC(u unsafe.Pointer) *FileChooserButton
func (*FileChooserButton) Buildable ¶
func (recv *FileChooserButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by FileChooserButton
func (*FileChooserButton) Container ¶
func (recv *FileChooserButton) Container() *Container
Container upcasts to *Container
func (*FileChooserButton) FileChooser ¶
func (recv *FileChooserButton) FileChooser() *FileChooser
FileChooser returns the FileChooser interface implemented by FileChooserButton
func (*FileChooserButton) ImplementorIface ¶
func (recv *FileChooserButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by FileChooserButton
func (*FileChooserButton) InitiallyUnowned ¶
func (recv *FileChooserButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FileChooserButton) Object ¶
func (recv *FileChooserButton) Object() *gobject.Object
Object upcasts to *Object
func (*FileChooserButton) Orientable ¶
func (recv *FileChooserButton) Orientable() *Orientable
Orientable returns the Orientable interface implemented by FileChooserButton
func (*FileChooserButton) ToC ¶
func (recv *FileChooserButton) ToC() unsafe.Pointer
func (*FileChooserButton) Widget ¶
func (recv *FileChooserButton) Widget() *Widget
Widget upcasts to *Widget
type FileChooserButtonClass ¶
type FileChooserButtonClass struct {
// contains filtered or unexported fields
}
FileChooserButtonClass is a wrapper around the C record GtkFileChooserButtonClass.
func FileChooserButtonClassNewFromC ¶
func FileChooserButtonClassNewFromC(u unsafe.Pointer) *FileChooserButtonClass
func (*FileChooserButtonClass) ToC ¶
func (recv *FileChooserButtonClass) ToC() unsafe.Pointer
type FileChooserButtonPrivate ¶
type FileChooserButtonPrivate struct {
// contains filtered or unexported fields
}
FileChooserButtonPrivate is a wrapper around the C record GtkFileChooserButtonPrivate.
func FileChooserButtonPrivateNewFromC ¶
func FileChooserButtonPrivateNewFromC(u unsafe.Pointer) *FileChooserButtonPrivate
func (*FileChooserButtonPrivate) ToC ¶
func (recv *FileChooserButtonPrivate) ToC() unsafe.Pointer
type FileChooserDialog ¶
type FileChooserDialog struct {
// contains filtered or unexported fields
}
FileChooserDialog is a wrapper around the C record GtkFileChooserDialog.
func CastToFileChooserDialog ¶
func CastToFileChooserDialog(object *gobject.Object) *FileChooserDialog
CastToWidget down casts any arbitary Object to FileChooserDialog. Exercise care, as this is a potentially dangerous function if the Object is not a FileChooserDialog.
func FileChooserDialogNewFromC ¶
func FileChooserDialogNewFromC(u unsafe.Pointer) *FileChooserDialog
func (*FileChooserDialog) Buildable ¶
func (recv *FileChooserDialog) Buildable() *Buildable
Buildable returns the Buildable interface implemented by FileChooserDialog
func (*FileChooserDialog) Container ¶
func (recv *FileChooserDialog) Container() *Container
Container upcasts to *Container
func (*FileChooserDialog) Dialog ¶
func (recv *FileChooserDialog) Dialog() *Dialog
Dialog upcasts to *Dialog
func (*FileChooserDialog) FileChooser ¶
func (recv *FileChooserDialog) FileChooser() *FileChooser
FileChooser returns the FileChooser interface implemented by FileChooserDialog
func (*FileChooserDialog) ImplementorIface ¶
func (recv *FileChooserDialog) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by FileChooserDialog
func (*FileChooserDialog) InitiallyUnowned ¶
func (recv *FileChooserDialog) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FileChooserDialog) Object ¶
func (recv *FileChooserDialog) Object() *gobject.Object
Object upcasts to *Object
func (*FileChooserDialog) ToC ¶
func (recv *FileChooserDialog) ToC() unsafe.Pointer
func (*FileChooserDialog) Widget ¶
func (recv *FileChooserDialog) Widget() *Widget
Widget upcasts to *Widget
func (*FileChooserDialog) Window ¶
func (recv *FileChooserDialog) Window() *Window
Window upcasts to *Window
type FileChooserDialogClass ¶
type FileChooserDialogClass struct {
// contains filtered or unexported fields
}
FileChooserDialogClass is a wrapper around the C record GtkFileChooserDialogClass.
func FileChooserDialogClassNewFromC ¶
func FileChooserDialogClassNewFromC(u unsafe.Pointer) *FileChooserDialogClass
func (*FileChooserDialogClass) ToC ¶
func (recv *FileChooserDialogClass) ToC() unsafe.Pointer
type FileChooserDialogPrivate ¶
type FileChooserDialogPrivate struct {
// contains filtered or unexported fields
}
FileChooserDialogPrivate is a wrapper around the C record GtkFileChooserDialogPrivate.
func FileChooserDialogPrivateNewFromC ¶
func FileChooserDialogPrivateNewFromC(u unsafe.Pointer) *FileChooserDialogPrivate
func (*FileChooserDialogPrivate) ToC ¶
func (recv *FileChooserDialogPrivate) ToC() unsafe.Pointer
type FileChooserError ¶
type FileChooserError C.GtkFileChooserError
const ( GTK_FILE_CHOOSER_ERROR_NONEXISTENT FileChooserError = 0 GTK_FILE_CHOOSER_ERROR_BAD_FILENAME FileChooserError = 1 GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS FileChooserError = 2 GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME FileChooserError = 3 )
type FileChooserSignalCurrentFolderChangedCallback ¶
type FileChooserSignalCurrentFolderChangedCallback func()
FileChooserSignalCurrentFolderChangedCallback is a callback function for a 'current-folder-changed' signal emitted from a FileChooser.
type FileChooserSignalFileActivatedCallback ¶
type FileChooserSignalFileActivatedCallback func()
FileChooserSignalFileActivatedCallback is a callback function for a 'file-activated' signal emitted from a FileChooser.
type FileChooserSignalSelectionChangedCallback ¶
type FileChooserSignalSelectionChangedCallback func()
FileChooserSignalSelectionChangedCallback is a callback function for a 'selection-changed' signal emitted from a FileChooser.
type FileChooserSignalUpdatePreviewCallback ¶
type FileChooserSignalUpdatePreviewCallback func()
FileChooserSignalUpdatePreviewCallback is a callback function for a 'update-preview' signal emitted from a FileChooser.
type FileChooserWidget ¶
type FileChooserWidget struct {
// contains filtered or unexported fields
}
FileChooserWidget is a wrapper around the C record GtkFileChooserWidget.
func CastToFileChooserWidget ¶
func CastToFileChooserWidget(object *gobject.Object) *FileChooserWidget
CastToWidget down casts any arbitary Object to FileChooserWidget. Exercise care, as this is a potentially dangerous function if the Object is not a FileChooserWidget.
func FileChooserWidgetNewFromC ¶
func FileChooserWidgetNewFromC(u unsafe.Pointer) *FileChooserWidget
func (*FileChooserWidget) Buildable ¶
func (recv *FileChooserWidget) Buildable() *Buildable
Buildable returns the Buildable interface implemented by FileChooserWidget
func (*FileChooserWidget) ConnectDesktopFolder ¶
func (recv *FileChooserWidget) ConnectDesktopFolder(callback FileChooserWidgetSignalDesktopFolderCallback) int
ConnectDesktopFolder connects the callback to the 'desktop-folder' signal for the FileChooserWidget.
The returned value represents the connection, and may be passed to DisconnectDesktopFolder to remove it.
func (*FileChooserWidget) ConnectDownFolder ¶
func (recv *FileChooserWidget) ConnectDownFolder(callback FileChooserWidgetSignalDownFolderCallback) int
ConnectDownFolder connects the callback to the 'down-folder' signal for the FileChooserWidget.
The returned value represents the connection, and may be passed to DisconnectDownFolder to remove it.
func (*FileChooserWidget) ConnectHomeFolder ¶
func (recv *FileChooserWidget) ConnectHomeFolder(callback FileChooserWidgetSignalHomeFolderCallback) int
ConnectHomeFolder connects the callback to the 'home-folder' signal for the FileChooserWidget.
The returned value represents the connection, and may be passed to DisconnectHomeFolder to remove it.
func (*FileChooserWidget) ConnectLocationPopupOnPaste ¶
func (recv *FileChooserWidget) ConnectLocationPopupOnPaste(callback FileChooserWidgetSignalLocationPopupOnPasteCallback) int
ConnectLocationPopupOnPaste connects the callback to the 'location-popup-on-paste' signal for the FileChooserWidget.
The returned value represents the connection, and may be passed to DisconnectLocationPopupOnPaste to remove it.
func (*FileChooserWidget) ConnectLocationTogglePopup ¶
func (recv *FileChooserWidget) ConnectLocationTogglePopup(callback FileChooserWidgetSignalLocationTogglePopupCallback) int
ConnectLocationTogglePopup connects the callback to the 'location-toggle-popup' signal for the FileChooserWidget.
The returned value represents the connection, and may be passed to DisconnectLocationTogglePopup to remove it.
func (*FileChooserWidget) ConnectPlacesShortcut ¶
func (recv *FileChooserWidget) ConnectPlacesShortcut(callback FileChooserWidgetSignalPlacesShortcutCallback) int
ConnectPlacesShortcut connects the callback to the 'places-shortcut' signal for the FileChooserWidget.
The returned value represents the connection, and may be passed to DisconnectPlacesShortcut to remove it.
func (*FileChooserWidget) ConnectRecentShortcut ¶
func (recv *FileChooserWidget) ConnectRecentShortcut(callback FileChooserWidgetSignalRecentShortcutCallback) int
ConnectRecentShortcut connects the callback to the 'recent-shortcut' signal for the FileChooserWidget.
The returned value represents the connection, and may be passed to DisconnectRecentShortcut to remove it.
func (*FileChooserWidget) ConnectSearchShortcut ¶
func (recv *FileChooserWidget) ConnectSearchShortcut(callback FileChooserWidgetSignalSearchShortcutCallback) int
ConnectSearchShortcut connects the callback to the 'search-shortcut' signal for the FileChooserWidget.
The returned value represents the connection, and may be passed to DisconnectSearchShortcut to remove it.
func (*FileChooserWidget) ConnectShowHidden ¶
func (recv *FileChooserWidget) ConnectShowHidden(callback FileChooserWidgetSignalShowHiddenCallback) int
ConnectShowHidden connects the callback to the 'show-hidden' signal for the FileChooserWidget.
The returned value represents the connection, and may be passed to DisconnectShowHidden to remove it.
func (*FileChooserWidget) ConnectUpFolder ¶
func (recv *FileChooserWidget) ConnectUpFolder(callback FileChooserWidgetSignalUpFolderCallback) int
ConnectUpFolder connects the callback to the 'up-folder' signal for the FileChooserWidget.
The returned value represents the connection, and may be passed to DisconnectUpFolder to remove it.
func (*FileChooserWidget) Container ¶
func (recv *FileChooserWidget) Container() *Container
Container upcasts to *Container
func (*FileChooserWidget) DisconnectDesktopFolder ¶
func (recv *FileChooserWidget) DisconnectDesktopFolder(connectionID int)
DisconnectDesktopFolder disconnects a callback from the 'desktop-folder' signal for the FileChooserWidget.
The connectionID should be a value returned from a call to ConnectDesktopFolder.
func (*FileChooserWidget) DisconnectDownFolder ¶
func (recv *FileChooserWidget) DisconnectDownFolder(connectionID int)
DisconnectDownFolder disconnects a callback from the 'down-folder' signal for the FileChooserWidget.
The connectionID should be a value returned from a call to ConnectDownFolder.
func (*FileChooserWidget) DisconnectHomeFolder ¶
func (recv *FileChooserWidget) DisconnectHomeFolder(connectionID int)
DisconnectHomeFolder disconnects a callback from the 'home-folder' signal for the FileChooserWidget.
The connectionID should be a value returned from a call to ConnectHomeFolder.
func (*FileChooserWidget) DisconnectLocationPopupOnPaste ¶
func (recv *FileChooserWidget) DisconnectLocationPopupOnPaste(connectionID int)
DisconnectLocationPopupOnPaste disconnects a callback from the 'location-popup-on-paste' signal for the FileChooserWidget.
The connectionID should be a value returned from a call to ConnectLocationPopupOnPaste.
func (*FileChooserWidget) DisconnectLocationTogglePopup ¶
func (recv *FileChooserWidget) DisconnectLocationTogglePopup(connectionID int)
DisconnectLocationTogglePopup disconnects a callback from the 'location-toggle-popup' signal for the FileChooserWidget.
The connectionID should be a value returned from a call to ConnectLocationTogglePopup.
func (*FileChooserWidget) DisconnectPlacesShortcut ¶
func (recv *FileChooserWidget) DisconnectPlacesShortcut(connectionID int)
DisconnectPlacesShortcut disconnects a callback from the 'places-shortcut' signal for the FileChooserWidget.
The connectionID should be a value returned from a call to ConnectPlacesShortcut.
func (*FileChooserWidget) DisconnectRecentShortcut ¶
func (recv *FileChooserWidget) DisconnectRecentShortcut(connectionID int)
DisconnectRecentShortcut disconnects a callback from the 'recent-shortcut' signal for the FileChooserWidget.
The connectionID should be a value returned from a call to ConnectRecentShortcut.
func (*FileChooserWidget) DisconnectSearchShortcut ¶
func (recv *FileChooserWidget) DisconnectSearchShortcut(connectionID int)
DisconnectSearchShortcut disconnects a callback from the 'search-shortcut' signal for the FileChooserWidget.
The connectionID should be a value returned from a call to ConnectSearchShortcut.
func (*FileChooserWidget) DisconnectShowHidden ¶
func (recv *FileChooserWidget) DisconnectShowHidden(connectionID int)
DisconnectShowHidden disconnects a callback from the 'show-hidden' signal for the FileChooserWidget.
The connectionID should be a value returned from a call to ConnectShowHidden.
func (*FileChooserWidget) DisconnectUpFolder ¶
func (recv *FileChooserWidget) DisconnectUpFolder(connectionID int)
DisconnectUpFolder disconnects a callback from the 'up-folder' signal for the FileChooserWidget.
The connectionID should be a value returned from a call to ConnectUpFolder.
func (*FileChooserWidget) FileChooser ¶
func (recv *FileChooserWidget) FileChooser() *FileChooser
FileChooser returns the FileChooser interface implemented by FileChooserWidget
func (*FileChooserWidget) ImplementorIface ¶
func (recv *FileChooserWidget) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by FileChooserWidget
func (*FileChooserWidget) InitiallyUnowned ¶
func (recv *FileChooserWidget) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FileChooserWidget) Object ¶
func (recv *FileChooserWidget) Object() *gobject.Object
Object upcasts to *Object
func (*FileChooserWidget) Orientable ¶
func (recv *FileChooserWidget) Orientable() *Orientable
Orientable returns the Orientable interface implemented by FileChooserWidget
func (*FileChooserWidget) ToC ¶
func (recv *FileChooserWidget) ToC() unsafe.Pointer
func (*FileChooserWidget) Widget ¶
func (recv *FileChooserWidget) Widget() *Widget
Widget upcasts to *Widget
type FileChooserWidgetClass ¶
type FileChooserWidgetClass struct {
// contains filtered or unexported fields
}
FileChooserWidgetClass is a wrapper around the C record GtkFileChooserWidgetClass.
func FileChooserWidgetClassNewFromC ¶
func FileChooserWidgetClassNewFromC(u unsafe.Pointer) *FileChooserWidgetClass
func (*FileChooserWidgetClass) ToC ¶
func (recv *FileChooserWidgetClass) ToC() unsafe.Pointer
type FileChooserWidgetPrivate ¶
type FileChooserWidgetPrivate struct {
// contains filtered or unexported fields
}
FileChooserWidgetPrivate is a wrapper around the C record GtkFileChooserWidgetPrivate.
func FileChooserWidgetPrivateNewFromC ¶
func FileChooserWidgetPrivateNewFromC(u unsafe.Pointer) *FileChooserWidgetPrivate
func (*FileChooserWidgetPrivate) ToC ¶
func (recv *FileChooserWidgetPrivate) ToC() unsafe.Pointer
type FileChooserWidgetSignalDesktopFolderCallback ¶
type FileChooserWidgetSignalDesktopFolderCallback func()
FileChooserWidgetSignalDesktopFolderCallback is a callback function for a 'desktop-folder' signal emitted from a FileChooserWidget.
type FileChooserWidgetSignalDownFolderCallback ¶
type FileChooserWidgetSignalDownFolderCallback func()
FileChooserWidgetSignalDownFolderCallback is a callback function for a 'down-folder' signal emitted from a FileChooserWidget.
type FileChooserWidgetSignalHomeFolderCallback ¶
type FileChooserWidgetSignalHomeFolderCallback func()
FileChooserWidgetSignalHomeFolderCallback is a callback function for a 'home-folder' signal emitted from a FileChooserWidget.
type FileChooserWidgetSignalLocationPopupOnPasteCallback ¶
type FileChooserWidgetSignalLocationPopupOnPasteCallback func()
FileChooserWidgetSignalLocationPopupOnPasteCallback is a callback function for a 'location-popup-on-paste' signal emitted from a FileChooserWidget.
type FileChooserWidgetSignalLocationTogglePopupCallback ¶
type FileChooserWidgetSignalLocationTogglePopupCallback func()
FileChooserWidgetSignalLocationTogglePopupCallback is a callback function for a 'location-toggle-popup' signal emitted from a FileChooserWidget.
type FileChooserWidgetSignalPlacesShortcutCallback ¶
type FileChooserWidgetSignalPlacesShortcutCallback func()
FileChooserWidgetSignalPlacesShortcutCallback is a callback function for a 'places-shortcut' signal emitted from a FileChooserWidget.
type FileChooserWidgetSignalRecentShortcutCallback ¶
type FileChooserWidgetSignalRecentShortcutCallback func()
FileChooserWidgetSignalRecentShortcutCallback is a callback function for a 'recent-shortcut' signal emitted from a FileChooserWidget.
type FileChooserWidgetSignalSearchShortcutCallback ¶
type FileChooserWidgetSignalSearchShortcutCallback func()
FileChooserWidgetSignalSearchShortcutCallback is a callback function for a 'search-shortcut' signal emitted from a FileChooserWidget.
type FileChooserWidgetSignalShowHiddenCallback ¶
type FileChooserWidgetSignalShowHiddenCallback func()
FileChooserWidgetSignalShowHiddenCallback is a callback function for a 'show-hidden' signal emitted from a FileChooserWidget.
type FileChooserWidgetSignalUpFolderCallback ¶
type FileChooserWidgetSignalUpFolderCallback func()
FileChooserWidgetSignalUpFolderCallback is a callback function for a 'up-folder' signal emitted from a FileChooserWidget.
type FileFilter ¶
type FileFilter struct {
// contains filtered or unexported fields
}
FileFilter is a wrapper around the C record GtkFileFilter.
func CastToFileFilter ¶
func CastToFileFilter(object *gobject.Object) *FileFilter
CastToWidget down casts any arbitary Object to FileFilter. Exercise care, as this is a potentially dangerous function if the Object is not a FileFilter.
func FileFilterNewFromC ¶
func FileFilterNewFromC(u unsafe.Pointer) *FileFilter
func (*FileFilter) Buildable ¶
func (recv *FileFilter) Buildable() *Buildable
Buildable returns the Buildable interface implemented by FileFilter
func (*FileFilter) InitiallyUnowned ¶
func (recv *FileFilter) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FileFilter) Object ¶
func (recv *FileFilter) Object() *gobject.Object
Object upcasts to *Object
func (*FileFilter) ToC ¶
func (recv *FileFilter) ToC() unsafe.Pointer
type FileFilterFlags ¶
type FileFilterFlags C.GtkFileFilterFlags
const ( GTK_FILE_FILTER_FILENAME FileFilterFlags = 1 GTK_FILE_FILTER_URI FileFilterFlags = 2 GTK_FILE_FILTER_DISPLAY_NAME FileFilterFlags = 4 GTK_FILE_FILTER_MIME_TYPE FileFilterFlags = 8 )
type FileFilterInfo ¶
type FileFilterInfo struct { Contains FileFilterFlags Filename string Uri string DisplayName string MimeType string // contains filtered or unexported fields }
FileFilterInfo is a wrapper around the C record GtkFileFilterInfo.
func FileFilterInfoNewFromC ¶
func FileFilterInfoNewFromC(u unsafe.Pointer) *FileFilterInfo
func (*FileFilterInfo) ToC ¶
func (recv *FileFilterInfo) ToC() unsafe.Pointer
type Fixed ¶
type Fixed struct {
// contains filtered or unexported fields
}
Fixed is a wrapper around the C record GtkFixed.
func CastToFixed ¶
CastToWidget down casts any arbitary Object to Fixed. Exercise care, as this is a potentially dangerous function if the Object is not a Fixed.
func FixedNewFromC ¶
func (*Fixed) ImplementorIface ¶
func (recv *Fixed) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Fixed
func (*Fixed) InitiallyUnowned ¶
func (recv *Fixed) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type FixedChild ¶
type FixedChild struct { // widget : record X int32 Y int32 // contains filtered or unexported fields }
FixedChild is a wrapper around the C record GtkFixedChild.
func FixedChildNewFromC ¶
func FixedChildNewFromC(u unsafe.Pointer) *FixedChild
func (*FixedChild) ToC ¶
func (recv *FixedChild) ToC() unsafe.Pointer
type FixedClass ¶
type FixedClass struct {
// contains filtered or unexported fields
}
FixedClass is a wrapper around the C record GtkFixedClass.
func FixedClassNewFromC ¶
func FixedClassNewFromC(u unsafe.Pointer) *FixedClass
func (*FixedClass) ToC ¶
func (recv *FixedClass) ToC() unsafe.Pointer
type FixedPrivate ¶
type FixedPrivate struct {
// contains filtered or unexported fields
}
FixedPrivate is a wrapper around the C record GtkFixedPrivate.
func FixedPrivateNewFromC ¶
func FixedPrivateNewFromC(u unsafe.Pointer) *FixedPrivate
func (*FixedPrivate) ToC ¶
func (recv *FixedPrivate) ToC() unsafe.Pointer
type FlowBox ¶
type FlowBox struct {
// contains filtered or unexported fields
}
FlowBox is a wrapper around the C record GtkFlowBox.
func CastToFlowBox ¶
CastToWidget down casts any arbitary Object to FlowBox. Exercise care, as this is a potentially dangerous function if the Object is not a FlowBox.
func FlowBoxNewFromC ¶
func (*FlowBox) ConnectActivateCursorChild ¶
func (recv *FlowBox) ConnectActivateCursorChild(callback FlowBoxSignalActivateCursorChildCallback) int
ConnectActivateCursorChild connects the callback to the 'activate-cursor-child' signal for the FlowBox.
The returned value represents the connection, and may be passed to DisconnectActivateCursorChild to remove it.
func (*FlowBox) ConnectChildActivated ¶
func (recv *FlowBox) ConnectChildActivated(callback FlowBoxSignalChildActivatedCallback) int
ConnectChildActivated connects the callback to the 'child-activated' signal for the FlowBox.
The returned value represents the connection, and may be passed to DisconnectChildActivated to remove it.
func (*FlowBox) ConnectSelectAll ¶
func (recv *FlowBox) ConnectSelectAll(callback FlowBoxSignalSelectAllCallback) int
ConnectSelectAll connects the callback to the 'select-all' signal for the FlowBox.
The returned value represents the connection, and may be passed to DisconnectSelectAll to remove it.
func (*FlowBox) ConnectSelectedChildrenChanged ¶
func (recv *FlowBox) ConnectSelectedChildrenChanged(callback FlowBoxSignalSelectedChildrenChangedCallback) int
ConnectSelectedChildrenChanged connects the callback to the 'selected-children-changed' signal for the FlowBox.
The returned value represents the connection, and may be passed to DisconnectSelectedChildrenChanged to remove it.
func (*FlowBox) ConnectToggleCursorChild ¶
func (recv *FlowBox) ConnectToggleCursorChild(callback FlowBoxSignalToggleCursorChildCallback) int
ConnectToggleCursorChild connects the callback to the 'toggle-cursor-child' signal for the FlowBox.
The returned value represents the connection, and may be passed to DisconnectToggleCursorChild to remove it.
func (*FlowBox) ConnectUnselectAll ¶
func (recv *FlowBox) ConnectUnselectAll(callback FlowBoxSignalUnselectAllCallback) int
ConnectUnselectAll connects the callback to the 'unselect-all' signal for the FlowBox.
The returned value represents the connection, and may be passed to DisconnectUnselectAll to remove it.
func (*FlowBox) DisconnectActivateCursorChild ¶
DisconnectActivateCursorChild disconnects a callback from the 'activate-cursor-child' signal for the FlowBox.
The connectionID should be a value returned from a call to ConnectActivateCursorChild.
func (*FlowBox) DisconnectChildActivated ¶
DisconnectChildActivated disconnects a callback from the 'child-activated' signal for the FlowBox.
The connectionID should be a value returned from a call to ConnectChildActivated.
func (*FlowBox) DisconnectSelectAll ¶
DisconnectSelectAll disconnects a callback from the 'select-all' signal for the FlowBox.
The connectionID should be a value returned from a call to ConnectSelectAll.
func (*FlowBox) DisconnectSelectedChildrenChanged ¶
DisconnectSelectedChildrenChanged disconnects a callback from the 'selected-children-changed' signal for the FlowBox.
The connectionID should be a value returned from a call to ConnectSelectedChildrenChanged.
func (*FlowBox) DisconnectToggleCursorChild ¶
DisconnectToggleCursorChild disconnects a callback from the 'toggle-cursor-child' signal for the FlowBox.
The connectionID should be a value returned from a call to ConnectToggleCursorChild.
func (*FlowBox) DisconnectUnselectAll ¶
DisconnectUnselectAll disconnects a callback from the 'unselect-all' signal for the FlowBox.
The connectionID should be a value returned from a call to ConnectUnselectAll.
func (*FlowBox) ImplementorIface ¶
func (recv *FlowBox) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by FlowBox
func (*FlowBox) InitiallyUnowned ¶
func (recv *FlowBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FlowBox) Orientable ¶
func (recv *FlowBox) Orientable() *Orientable
Orientable returns the Orientable interface implemented by FlowBox
type FlowBoxAccessible ¶
type FlowBoxAccessible struct {
// contains filtered or unexported fields
}
FlowBoxAccessible is a wrapper around the C record GtkFlowBoxAccessible.
func CastToFlowBoxAccessible ¶
func CastToFlowBoxAccessible(object *gobject.Object) *FlowBoxAccessible
CastToWidget down casts any arbitary Object to FlowBoxAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a FlowBoxAccessible.
func FlowBoxAccessibleNewFromC ¶
func FlowBoxAccessibleNewFromC(u unsafe.Pointer) *FlowBoxAccessible
func (*FlowBoxAccessible) Accessible ¶
func (recv *FlowBoxAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*FlowBoxAccessible) Component ¶
func (recv *FlowBoxAccessible) Component() *atk.Component
Component returns the Component interface implemented by FlowBoxAccessible
func (*FlowBoxAccessible) ContainerAccessible ¶
func (recv *FlowBoxAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*FlowBoxAccessible) Object ¶
func (recv *FlowBoxAccessible) Object() *atk.Object
Object upcasts to *Object
func (*FlowBoxAccessible) Selection ¶
func (recv *FlowBoxAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by FlowBoxAccessible
func (*FlowBoxAccessible) ToC ¶
func (recv *FlowBoxAccessible) ToC() unsafe.Pointer
func (*FlowBoxAccessible) WidgetAccessible ¶
func (recv *FlowBoxAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type FlowBoxAccessibleClass ¶
type FlowBoxAccessibleClass struct {
// contains filtered or unexported fields
}
FlowBoxAccessibleClass is a wrapper around the C record GtkFlowBoxAccessibleClass.
func FlowBoxAccessibleClassNewFromC ¶
func FlowBoxAccessibleClassNewFromC(u unsafe.Pointer) *FlowBoxAccessibleClass
func (*FlowBoxAccessibleClass) ToC ¶
func (recv *FlowBoxAccessibleClass) ToC() unsafe.Pointer
type FlowBoxAccessiblePrivate ¶
type FlowBoxAccessiblePrivate struct {
// contains filtered or unexported fields
}
FlowBoxAccessiblePrivate is a wrapper around the C record GtkFlowBoxAccessiblePrivate.
func FlowBoxAccessiblePrivateNewFromC ¶
func FlowBoxAccessiblePrivateNewFromC(u unsafe.Pointer) *FlowBoxAccessiblePrivate
func (*FlowBoxAccessiblePrivate) ToC ¶
func (recv *FlowBoxAccessiblePrivate) ToC() unsafe.Pointer
type FlowBoxChild ¶
type FlowBoxChild struct {
// contains filtered or unexported fields
}
FlowBoxChild is a wrapper around the C record GtkFlowBoxChild.
func CastToFlowBoxChild ¶
func CastToFlowBoxChild(object *gobject.Object) *FlowBoxChild
CastToWidget down casts any arbitary Object to FlowBoxChild. Exercise care, as this is a potentially dangerous function if the Object is not a FlowBoxChild.
func FlowBoxChildNewFromC ¶
func FlowBoxChildNewFromC(u unsafe.Pointer) *FlowBoxChild
func (*FlowBoxChild) Buildable ¶
func (recv *FlowBoxChild) Buildable() *Buildable
Buildable returns the Buildable interface implemented by FlowBoxChild
func (*FlowBoxChild) ConnectActivate ¶
func (recv *FlowBoxChild) ConnectActivate(callback FlowBoxChildSignalActivateCallback) int
ConnectActivate connects the callback to the 'activate' signal for the FlowBoxChild.
The returned value represents the connection, and may be passed to DisconnectActivate to remove it.
func (*FlowBoxChild) Container ¶
func (recv *FlowBoxChild) Container() *Container
Container upcasts to *Container
func (*FlowBoxChild) DisconnectActivate ¶
func (recv *FlowBoxChild) DisconnectActivate(connectionID int)
DisconnectActivate disconnects a callback from the 'activate' signal for the FlowBoxChild.
The connectionID should be a value returned from a call to ConnectActivate.
func (*FlowBoxChild) ImplementorIface ¶
func (recv *FlowBoxChild) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by FlowBoxChild
func (*FlowBoxChild) InitiallyUnowned ¶
func (recv *FlowBoxChild) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FlowBoxChild) Object ¶
func (recv *FlowBoxChild) Object() *gobject.Object
Object upcasts to *Object
func (*FlowBoxChild) ToC ¶
func (recv *FlowBoxChild) ToC() unsafe.Pointer
type FlowBoxChildAccessible ¶
type FlowBoxChildAccessible struct {
// contains filtered or unexported fields
}
FlowBoxChildAccessible is a wrapper around the C record GtkFlowBoxChildAccessible.
func CastToFlowBoxChildAccessible ¶
func CastToFlowBoxChildAccessible(object *gobject.Object) *FlowBoxChildAccessible
CastToWidget down casts any arbitary Object to FlowBoxChildAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a FlowBoxChildAccessible.
func FlowBoxChildAccessibleNewFromC ¶
func FlowBoxChildAccessibleNewFromC(u unsafe.Pointer) *FlowBoxChildAccessible
func (*FlowBoxChildAccessible) Accessible ¶
func (recv *FlowBoxChildAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*FlowBoxChildAccessible) Component ¶
func (recv *FlowBoxChildAccessible) Component() *atk.Component
Component returns the Component interface implemented by FlowBoxChildAccessible
func (*FlowBoxChildAccessible) ContainerAccessible ¶
func (recv *FlowBoxChildAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*FlowBoxChildAccessible) Object ¶
func (recv *FlowBoxChildAccessible) Object() *atk.Object
Object upcasts to *Object
func (*FlowBoxChildAccessible) ToC ¶
func (recv *FlowBoxChildAccessible) ToC() unsafe.Pointer
func (*FlowBoxChildAccessible) WidgetAccessible ¶
func (recv *FlowBoxChildAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type FlowBoxChildAccessibleClass ¶
type FlowBoxChildAccessibleClass struct {
// contains filtered or unexported fields
}
FlowBoxChildAccessibleClass is a wrapper around the C record GtkFlowBoxChildAccessibleClass.
func FlowBoxChildAccessibleClassNewFromC ¶
func FlowBoxChildAccessibleClassNewFromC(u unsafe.Pointer) *FlowBoxChildAccessibleClass
func (*FlowBoxChildAccessibleClass) ToC ¶
func (recv *FlowBoxChildAccessibleClass) ToC() unsafe.Pointer
type FlowBoxChildClass ¶
type FlowBoxChildClass struct {
// contains filtered or unexported fields
}
FlowBoxChildClass is a wrapper around the C record GtkFlowBoxChildClass.
func FlowBoxChildClassNewFromC ¶
func FlowBoxChildClassNewFromC(u unsafe.Pointer) *FlowBoxChildClass
func (*FlowBoxChildClass) ToC ¶
func (recv *FlowBoxChildClass) ToC() unsafe.Pointer
type FlowBoxChildSignalActivateCallback ¶
type FlowBoxChildSignalActivateCallback func()
FlowBoxChildSignalActivateCallback is a callback function for a 'activate' signal emitted from a FlowBoxChild.
type FlowBoxClass ¶
type FlowBoxClass struct {
// contains filtered or unexported fields
}
FlowBoxClass is a wrapper around the C record GtkFlowBoxClass.
func FlowBoxClassNewFromC ¶
func FlowBoxClassNewFromC(u unsafe.Pointer) *FlowBoxClass
func (*FlowBoxClass) ToC ¶
func (recv *FlowBoxClass) ToC() unsafe.Pointer
type FlowBoxSignalActivateCursorChildCallback ¶
type FlowBoxSignalActivateCursorChildCallback func()
FlowBoxSignalActivateCursorChildCallback is a callback function for a 'activate-cursor-child' signal emitted from a FlowBox.
type FlowBoxSignalChildActivatedCallback ¶
type FlowBoxSignalChildActivatedCallback func(child *FlowBoxChild)
FlowBoxSignalChildActivatedCallback is a callback function for a 'child-activated' signal emitted from a FlowBox.
type FlowBoxSignalSelectAllCallback ¶
type FlowBoxSignalSelectAllCallback func()
FlowBoxSignalSelectAllCallback is a callback function for a 'select-all' signal emitted from a FlowBox.
type FlowBoxSignalSelectedChildrenChangedCallback ¶
type FlowBoxSignalSelectedChildrenChangedCallback func()
FlowBoxSignalSelectedChildrenChangedCallback is a callback function for a 'selected-children-changed' signal emitted from a FlowBox.
type FlowBoxSignalToggleCursorChildCallback ¶
type FlowBoxSignalToggleCursorChildCallback func()
FlowBoxSignalToggleCursorChildCallback is a callback function for a 'toggle-cursor-child' signal emitted from a FlowBox.
type FlowBoxSignalUnselectAllCallback ¶
type FlowBoxSignalUnselectAllCallback func()
FlowBoxSignalUnselectAllCallback is a callback function for a 'unselect-all' signal emitted from a FlowBox.
type FontButton ¶
type FontButton struct {
// contains filtered or unexported fields
}
FontButton is a wrapper around the C record GtkFontButton.
func CastToFontButton ¶
func CastToFontButton(object *gobject.Object) *FontButton
CastToWidget down casts any arbitary Object to FontButton. Exercise care, as this is a potentially dangerous function if the Object is not a FontButton.
func FontButtonNewFromC ¶
func FontButtonNewFromC(u unsafe.Pointer) *FontButton
func (*FontButton) Actionable ¶
func (recv *FontButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by FontButton
func (*FontButton) Activatable ¶
func (recv *FontButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by FontButton
func (*FontButton) Buildable ¶
func (recv *FontButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by FontButton
func (*FontButton) Container ¶
func (recv *FontButton) Container() *Container
Container upcasts to *Container
func (*FontButton) FontChooser ¶
func (recv *FontButton) FontChooser() *FontChooser
FontChooser returns the FontChooser interface implemented by FontButton
func (*FontButton) ImplementorIface ¶
func (recv *FontButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by FontButton
func (*FontButton) InitiallyUnowned ¶
func (recv *FontButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FontButton) Object ¶
func (recv *FontButton) Object() *gobject.Object
Object upcasts to *Object
func (*FontButton) ToC ¶
func (recv *FontButton) ToC() unsafe.Pointer
type FontButtonClass ¶
type FontButtonClass struct {
// contains filtered or unexported fields
}
FontButtonClass is a wrapper around the C record GtkFontButtonClass.
func FontButtonClassNewFromC ¶
func FontButtonClassNewFromC(u unsafe.Pointer) *FontButtonClass
func (*FontButtonClass) ToC ¶
func (recv *FontButtonClass) ToC() unsafe.Pointer
type FontButtonPrivate ¶
type FontButtonPrivate struct {
// contains filtered or unexported fields
}
FontButtonPrivate is a wrapper around the C record GtkFontButtonPrivate.
func FontButtonPrivateNewFromC ¶
func FontButtonPrivateNewFromC(u unsafe.Pointer) *FontButtonPrivate
func (*FontButtonPrivate) ToC ¶
func (recv *FontButtonPrivate) ToC() unsafe.Pointer
type FontChooser ¶
type FontChooser struct {
// contains filtered or unexported fields
}
FontChooser is a wrapper around the C record GtkFontChooser.
func FontChooserNewFromC ¶
func FontChooserNewFromC(u unsafe.Pointer) *FontChooser
func (*FontChooser) ToC ¶
func (recv *FontChooser) ToC() unsafe.Pointer
type FontChooserDialog ¶
type FontChooserDialog struct {
// contains filtered or unexported fields
}
FontChooserDialog is a wrapper around the C record GtkFontChooserDialog.
func CastToFontChooserDialog ¶
func CastToFontChooserDialog(object *gobject.Object) *FontChooserDialog
CastToWidget down casts any arbitary Object to FontChooserDialog. Exercise care, as this is a potentially dangerous function if the Object is not a FontChooserDialog.
func FontChooserDialogNewFromC ¶
func FontChooserDialogNewFromC(u unsafe.Pointer) *FontChooserDialog
func (*FontChooserDialog) Buildable ¶
func (recv *FontChooserDialog) Buildable() *Buildable
Buildable returns the Buildable interface implemented by FontChooserDialog
func (*FontChooserDialog) Container ¶
func (recv *FontChooserDialog) Container() *Container
Container upcasts to *Container
func (*FontChooserDialog) Dialog ¶
func (recv *FontChooserDialog) Dialog() *Dialog
Dialog upcasts to *Dialog
func (*FontChooserDialog) FontChooser ¶
func (recv *FontChooserDialog) FontChooser() *FontChooser
FontChooser returns the FontChooser interface implemented by FontChooserDialog
func (*FontChooserDialog) ImplementorIface ¶
func (recv *FontChooserDialog) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by FontChooserDialog
func (*FontChooserDialog) InitiallyUnowned ¶
func (recv *FontChooserDialog) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FontChooserDialog) Object ¶
func (recv *FontChooserDialog) Object() *gobject.Object
Object upcasts to *Object
func (*FontChooserDialog) ToC ¶
func (recv *FontChooserDialog) ToC() unsafe.Pointer
func (*FontChooserDialog) Widget ¶
func (recv *FontChooserDialog) Widget() *Widget
Widget upcasts to *Widget
func (*FontChooserDialog) Window ¶
func (recv *FontChooserDialog) Window() *Window
Window upcasts to *Window
type FontChooserDialogClass ¶
type FontChooserDialogClass struct {
// contains filtered or unexported fields
}
FontChooserDialogClass is a wrapper around the C record GtkFontChooserDialogClass.
func FontChooserDialogClassNewFromC ¶
func FontChooserDialogClassNewFromC(u unsafe.Pointer) *FontChooserDialogClass
func (*FontChooserDialogClass) ToC ¶
func (recv *FontChooserDialogClass) ToC() unsafe.Pointer
type FontChooserDialogPrivate ¶
type FontChooserDialogPrivate struct {
// contains filtered or unexported fields
}
FontChooserDialogPrivate is a wrapper around the C record GtkFontChooserDialogPrivate.
func FontChooserDialogPrivateNewFromC ¶
func FontChooserDialogPrivateNewFromC(u unsafe.Pointer) *FontChooserDialogPrivate
func (*FontChooserDialogPrivate) ToC ¶
func (recv *FontChooserDialogPrivate) ToC() unsafe.Pointer
type FontChooserIface ¶
type FontChooserIface struct {
// contains filtered or unexported fields
}
FontChooserIface is a wrapper around the C record GtkFontChooserIface.
func FontChooserIfaceNewFromC ¶
func FontChooserIfaceNewFromC(u unsafe.Pointer) *FontChooserIface
func (*FontChooserIface) ToC ¶
func (recv *FontChooserIface) ToC() unsafe.Pointer
type FontChooserWidget ¶
type FontChooserWidget struct {
// contains filtered or unexported fields
}
FontChooserWidget is a wrapper around the C record GtkFontChooserWidget.
func CastToFontChooserWidget ¶
func CastToFontChooserWidget(object *gobject.Object) *FontChooserWidget
CastToWidget down casts any arbitary Object to FontChooserWidget. Exercise care, as this is a potentially dangerous function if the Object is not a FontChooserWidget.
func FontChooserWidgetNewFromC ¶
func FontChooserWidgetNewFromC(u unsafe.Pointer) *FontChooserWidget
func (*FontChooserWidget) Buildable ¶
func (recv *FontChooserWidget) Buildable() *Buildable
Buildable returns the Buildable interface implemented by FontChooserWidget
func (*FontChooserWidget) Container ¶
func (recv *FontChooserWidget) Container() *Container
Container upcasts to *Container
func (*FontChooserWidget) FontChooser ¶
func (recv *FontChooserWidget) FontChooser() *FontChooser
FontChooser returns the FontChooser interface implemented by FontChooserWidget
func (*FontChooserWidget) ImplementorIface ¶
func (recv *FontChooserWidget) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by FontChooserWidget
func (*FontChooserWidget) InitiallyUnowned ¶
func (recv *FontChooserWidget) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FontChooserWidget) Object ¶
func (recv *FontChooserWidget) Object() *gobject.Object
Object upcasts to *Object
func (*FontChooserWidget) Orientable ¶
func (recv *FontChooserWidget) Orientable() *Orientable
Orientable returns the Orientable interface implemented by FontChooserWidget
func (*FontChooserWidget) ToC ¶
func (recv *FontChooserWidget) ToC() unsafe.Pointer
func (*FontChooserWidget) Widget ¶
func (recv *FontChooserWidget) Widget() *Widget
Widget upcasts to *Widget
type FontChooserWidgetClass ¶
type FontChooserWidgetClass struct {
// contains filtered or unexported fields
}
FontChooserWidgetClass is a wrapper around the C record GtkFontChooserWidgetClass.
func FontChooserWidgetClassNewFromC ¶
func FontChooserWidgetClassNewFromC(u unsafe.Pointer) *FontChooserWidgetClass
func (*FontChooserWidgetClass) ToC ¶
func (recv *FontChooserWidgetClass) ToC() unsafe.Pointer
type FontChooserWidgetPrivate ¶
type FontChooserWidgetPrivate struct {
// contains filtered or unexported fields
}
FontChooserWidgetPrivate is a wrapper around the C record GtkFontChooserWidgetPrivate.
func FontChooserWidgetPrivateNewFromC ¶
func FontChooserWidgetPrivateNewFromC(u unsafe.Pointer) *FontChooserWidgetPrivate
func (*FontChooserWidgetPrivate) ToC ¶
func (recv *FontChooserWidgetPrivate) ToC() unsafe.Pointer
type FontSelection ¶
type FontSelection struct {
// contains filtered or unexported fields
}
FontSelection is a wrapper around the C record GtkFontSelection.
func CastToFontSelection ¶
func CastToFontSelection(object *gobject.Object) *FontSelection
CastToWidget down casts any arbitary Object to FontSelection. Exercise care, as this is a potentially dangerous function if the Object is not a FontSelection.
func FontSelectionNew ¶
func FontSelectionNew() *FontSelection
FontSelectionNew is a wrapper around the C function gtk_font_selection_new.
func FontSelectionNewFromC ¶
func FontSelectionNewFromC(u unsafe.Pointer) *FontSelection
func (*FontSelection) Buildable ¶
func (recv *FontSelection) Buildable() *Buildable
Buildable returns the Buildable interface implemented by FontSelection
func (*FontSelection) Container ¶
func (recv *FontSelection) Container() *Container
Container upcasts to *Container
func (*FontSelection) GetFontName ¶
func (recv *FontSelection) GetFontName() string
GetFontName is a wrapper around the C function gtk_font_selection_get_font_name.
func (*FontSelection) GetPreviewText ¶
func (recv *FontSelection) GetPreviewText() string
GetPreviewText is a wrapper around the C function gtk_font_selection_get_preview_text.
func (*FontSelection) ImplementorIface ¶
func (recv *FontSelection) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by FontSelection
func (*FontSelection) InitiallyUnowned ¶
func (recv *FontSelection) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FontSelection) Object ¶
func (recv *FontSelection) Object() *gobject.Object
Object upcasts to *Object
func (*FontSelection) Orientable ¶
func (recv *FontSelection) Orientable() *Orientable
Orientable returns the Orientable interface implemented by FontSelection
func (*FontSelection) SetFontName ¶
func (recv *FontSelection) SetFontName(fontname string) bool
SetFontName is a wrapper around the C function gtk_font_selection_set_font_name.
func (*FontSelection) SetPreviewText ¶
func (recv *FontSelection) SetPreviewText(text string)
SetPreviewText is a wrapper around the C function gtk_font_selection_set_preview_text.
func (*FontSelection) ToC ¶
func (recv *FontSelection) ToC() unsafe.Pointer
func (*FontSelection) Widget ¶
func (recv *FontSelection) Widget() *Widget
Widget upcasts to *Widget
type FontSelectionClass ¶
type FontSelectionClass struct {
// contains filtered or unexported fields
}
FontSelectionClass is a wrapper around the C record GtkFontSelectionClass.
func FontSelectionClassNewFromC ¶
func FontSelectionClassNewFromC(u unsafe.Pointer) *FontSelectionClass
func (*FontSelectionClass) ToC ¶
func (recv *FontSelectionClass) ToC() unsafe.Pointer
type FontSelectionDialog ¶
type FontSelectionDialog struct {
// contains filtered or unexported fields
}
FontSelectionDialog is a wrapper around the C record GtkFontSelectionDialog.
func CastToFontSelectionDialog ¶
func CastToFontSelectionDialog(object *gobject.Object) *FontSelectionDialog
CastToWidget down casts any arbitary Object to FontSelectionDialog. Exercise care, as this is a potentially dangerous function if the Object is not a FontSelectionDialog.
func FontSelectionDialogNew ¶
func FontSelectionDialogNew(title string) *FontSelectionDialog
FontSelectionDialogNew is a wrapper around the C function gtk_font_selection_dialog_new.
func FontSelectionDialogNewFromC ¶
func FontSelectionDialogNewFromC(u unsafe.Pointer) *FontSelectionDialog
func (*FontSelectionDialog) Buildable ¶
func (recv *FontSelectionDialog) Buildable() *Buildable
Buildable returns the Buildable interface implemented by FontSelectionDialog
func (*FontSelectionDialog) Container ¶
func (recv *FontSelectionDialog) Container() *Container
Container upcasts to *Container
func (*FontSelectionDialog) Dialog ¶
func (recv *FontSelectionDialog) Dialog() *Dialog
Dialog upcasts to *Dialog
func (*FontSelectionDialog) GetFontName ¶
func (recv *FontSelectionDialog) GetFontName() string
GetFontName is a wrapper around the C function gtk_font_selection_dialog_get_font_name.
func (*FontSelectionDialog) GetPreviewText ¶
func (recv *FontSelectionDialog) GetPreviewText() string
GetPreviewText is a wrapper around the C function gtk_font_selection_dialog_get_preview_text.
func (*FontSelectionDialog) ImplementorIface ¶
func (recv *FontSelectionDialog) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by FontSelectionDialog
func (*FontSelectionDialog) InitiallyUnowned ¶
func (recv *FontSelectionDialog) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*FontSelectionDialog) Object ¶
func (recv *FontSelectionDialog) Object() *gobject.Object
Object upcasts to *Object
func (*FontSelectionDialog) SetFontName ¶
func (recv *FontSelectionDialog) SetFontName(fontname string) bool
SetFontName is a wrapper around the C function gtk_font_selection_dialog_set_font_name.
func (*FontSelectionDialog) SetPreviewText ¶
func (recv *FontSelectionDialog) SetPreviewText(text string)
SetPreviewText is a wrapper around the C function gtk_font_selection_dialog_set_preview_text.
func (*FontSelectionDialog) ToC ¶
func (recv *FontSelectionDialog) ToC() unsafe.Pointer
func (*FontSelectionDialog) Widget ¶
func (recv *FontSelectionDialog) Widget() *Widget
Widget upcasts to *Widget
func (*FontSelectionDialog) Window ¶
func (recv *FontSelectionDialog) Window() *Window
Window upcasts to *Window
type FontSelectionDialogClass ¶
type FontSelectionDialogClass struct {
// contains filtered or unexported fields
}
FontSelectionDialogClass is a wrapper around the C record GtkFontSelectionDialogClass.
func FontSelectionDialogClassNewFromC ¶
func FontSelectionDialogClassNewFromC(u unsafe.Pointer) *FontSelectionDialogClass
func (*FontSelectionDialogClass) ToC ¶
func (recv *FontSelectionDialogClass) ToC() unsafe.Pointer
type FontSelectionDialogPrivate ¶
type FontSelectionDialogPrivate struct {
// contains filtered or unexported fields
}
FontSelectionDialogPrivate is a wrapper around the C record GtkFontSelectionDialogPrivate.
func FontSelectionDialogPrivateNewFromC ¶
func FontSelectionDialogPrivateNewFromC(u unsafe.Pointer) *FontSelectionDialogPrivate
func (*FontSelectionDialogPrivate) ToC ¶
func (recv *FontSelectionDialogPrivate) ToC() unsafe.Pointer
type FontSelectionPrivate ¶
type FontSelectionPrivate struct {
// contains filtered or unexported fields
}
FontSelectionPrivate is a wrapper around the C record GtkFontSelectionPrivate.
func FontSelectionPrivateNewFromC ¶
func FontSelectionPrivateNewFromC(u unsafe.Pointer) *FontSelectionPrivate
func (*FontSelectionPrivate) ToC ¶
func (recv *FontSelectionPrivate) ToC() unsafe.Pointer
type Frame ¶
type Frame struct {
// contains filtered or unexported fields
}
Frame is a wrapper around the C record GtkFrame.
func CastToFrame ¶
CastToWidget down casts any arbitary Object to Frame. Exercise care, as this is a potentially dangerous function if the Object is not a Frame.
func FrameNewFromC ¶
func (*Frame) GetLabelAlign ¶
GetLabelAlign is a wrapper around the C function gtk_frame_get_label_align.
func (*Frame) GetLabelWidget ¶
GetLabelWidget is a wrapper around the C function gtk_frame_get_label_widget.
func (*Frame) GetShadowType ¶
func (recv *Frame) GetShadowType() ShadowType
GetShadowType is a wrapper around the C function gtk_frame_get_shadow_type.
func (*Frame) ImplementorIface ¶
func (recv *Frame) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Frame
func (*Frame) InitiallyUnowned ¶
func (recv *Frame) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Frame) SetLabelAlign ¶
SetLabelAlign is a wrapper around the C function gtk_frame_set_label_align.
func (*Frame) SetLabelWidget ¶
SetLabelWidget is a wrapper around the C function gtk_frame_set_label_widget.
func (*Frame) SetShadowType ¶
func (recv *Frame) SetShadowType(type_ ShadowType)
SetShadowType is a wrapper around the C function gtk_frame_set_shadow_type.
type FrameAccessible ¶
type FrameAccessible struct {
// contains filtered or unexported fields
}
FrameAccessible is a wrapper around the C record GtkFrameAccessible.
func CastToFrameAccessible ¶
func CastToFrameAccessible(object *gobject.Object) *FrameAccessible
CastToWidget down casts any arbitary Object to FrameAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a FrameAccessible.
func FrameAccessibleNewFromC ¶
func FrameAccessibleNewFromC(u unsafe.Pointer) *FrameAccessible
func (*FrameAccessible) Accessible ¶
func (recv *FrameAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*FrameAccessible) Component ¶
func (recv *FrameAccessible) Component() *atk.Component
Component returns the Component interface implemented by FrameAccessible
func (*FrameAccessible) ContainerAccessible ¶
func (recv *FrameAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*FrameAccessible) Object ¶
func (recv *FrameAccessible) Object() *atk.Object
Object upcasts to *Object
func (*FrameAccessible) ToC ¶
func (recv *FrameAccessible) ToC() unsafe.Pointer
func (*FrameAccessible) WidgetAccessible ¶
func (recv *FrameAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type FrameAccessibleClass ¶
type FrameAccessibleClass struct {
// contains filtered or unexported fields
}
FrameAccessibleClass is a wrapper around the C record GtkFrameAccessibleClass.
func FrameAccessibleClassNewFromC ¶
func FrameAccessibleClassNewFromC(u unsafe.Pointer) *FrameAccessibleClass
func (*FrameAccessibleClass) ToC ¶
func (recv *FrameAccessibleClass) ToC() unsafe.Pointer
type FrameAccessiblePrivate ¶
type FrameAccessiblePrivate struct {
// contains filtered or unexported fields
}
FrameAccessiblePrivate is a wrapper around the C record GtkFrameAccessiblePrivate.
func FrameAccessiblePrivateNewFromC ¶
func FrameAccessiblePrivateNewFromC(u unsafe.Pointer) *FrameAccessiblePrivate
func (*FrameAccessiblePrivate) ToC ¶
func (recv *FrameAccessiblePrivate) ToC() unsafe.Pointer
type FrameClass ¶
type FrameClass struct {
// contains filtered or unexported fields
}
FrameClass is a wrapper around the C record GtkFrameClass.
func FrameClassNewFromC ¶
func FrameClassNewFromC(u unsafe.Pointer) *FrameClass
func (*FrameClass) ToC ¶
func (recv *FrameClass) ToC() unsafe.Pointer
type FramePrivate ¶
type FramePrivate struct {
// contains filtered or unexported fields
}
FramePrivate is a wrapper around the C record GtkFramePrivate.
func FramePrivateNewFromC ¶
func FramePrivateNewFromC(u unsafe.Pointer) *FramePrivate
func (*FramePrivate) ToC ¶
func (recv *FramePrivate) ToC() unsafe.Pointer
type Gesture ¶
type Gesture struct {
// contains filtered or unexported fields
}
Gesture is a wrapper around the C record GtkGesture.
func CastToGesture ¶
CastToWidget down casts any arbitary Object to Gesture. Exercise care, as this is a potentially dangerous function if the Object is not a Gesture.
func GestureNewFromC ¶
func (*Gesture) EventController ¶
func (recv *Gesture) EventController() *EventController
EventController upcasts to *EventController
type GestureClass ¶
type GestureClass struct {
// contains filtered or unexported fields
}
GestureClass is a wrapper around the C record GtkGestureClass.
func GestureClassNewFromC ¶
func GestureClassNewFromC(u unsafe.Pointer) *GestureClass
func (*GestureClass) ToC ¶
func (recv *GestureClass) ToC() unsafe.Pointer
type GestureDrag ¶
type GestureDrag struct {
// contains filtered or unexported fields
}
GestureDrag is a wrapper around the C record GtkGestureDrag.
func CastToGestureDrag ¶
func CastToGestureDrag(object *gobject.Object) *GestureDrag
CastToWidget down casts any arbitary Object to GestureDrag. Exercise care, as this is a potentially dangerous function if the Object is not a GestureDrag.
func GestureDragNewFromC ¶
func GestureDragNewFromC(u unsafe.Pointer) *GestureDrag
func (*GestureDrag) EventController ¶
func (recv *GestureDrag) EventController() *EventController
EventController upcasts to *EventController
func (*GestureDrag) Gesture ¶
func (recv *GestureDrag) Gesture() *Gesture
Gesture upcasts to *Gesture
func (*GestureDrag) GestureSingle ¶
func (recv *GestureDrag) GestureSingle() *GestureSingle
GestureSingle upcasts to *GestureSingle
func (*GestureDrag) Object ¶
func (recv *GestureDrag) Object() *gobject.Object
Object upcasts to *Object
func (*GestureDrag) ToC ¶
func (recv *GestureDrag) ToC() unsafe.Pointer
type GestureDragClass ¶
type GestureDragClass struct {
// contains filtered or unexported fields
}
GestureDragClass is a wrapper around the C record GtkGestureDragClass.
func GestureDragClassNewFromC ¶
func GestureDragClassNewFromC(u unsafe.Pointer) *GestureDragClass
func (*GestureDragClass) ToC ¶
func (recv *GestureDragClass) ToC() unsafe.Pointer
type GestureLongPress ¶
type GestureLongPress struct {
// contains filtered or unexported fields
}
GestureLongPress is a wrapper around the C record GtkGestureLongPress.
func CastToGestureLongPress ¶
func CastToGestureLongPress(object *gobject.Object) *GestureLongPress
CastToWidget down casts any arbitary Object to GestureLongPress. Exercise care, as this is a potentially dangerous function if the Object is not a GestureLongPress.
func GestureLongPressNewFromC ¶
func GestureLongPressNewFromC(u unsafe.Pointer) *GestureLongPress
func (*GestureLongPress) EventController ¶
func (recv *GestureLongPress) EventController() *EventController
EventController upcasts to *EventController
func (*GestureLongPress) Gesture ¶
func (recv *GestureLongPress) Gesture() *Gesture
Gesture upcasts to *Gesture
func (*GestureLongPress) GestureSingle ¶
func (recv *GestureLongPress) GestureSingle() *GestureSingle
GestureSingle upcasts to *GestureSingle
func (*GestureLongPress) Object ¶
func (recv *GestureLongPress) Object() *gobject.Object
Object upcasts to *Object
func (*GestureLongPress) ToC ¶
func (recv *GestureLongPress) ToC() unsafe.Pointer
type GestureLongPressClass ¶
type GestureLongPressClass struct {
// contains filtered or unexported fields
}
GestureLongPressClass is a wrapper around the C record GtkGestureLongPressClass.
func GestureLongPressClassNewFromC ¶
func GestureLongPressClassNewFromC(u unsafe.Pointer) *GestureLongPressClass
func (*GestureLongPressClass) ToC ¶
func (recv *GestureLongPressClass) ToC() unsafe.Pointer
type GestureMultiPress ¶
type GestureMultiPress struct {
// contains filtered or unexported fields
}
GestureMultiPress is a wrapper around the C record GtkGestureMultiPress.
func CastToGestureMultiPress ¶
func CastToGestureMultiPress(object *gobject.Object) *GestureMultiPress
CastToWidget down casts any arbitary Object to GestureMultiPress. Exercise care, as this is a potentially dangerous function if the Object is not a GestureMultiPress.
func GestureMultiPressNewFromC ¶
func GestureMultiPressNewFromC(u unsafe.Pointer) *GestureMultiPress
func (*GestureMultiPress) EventController ¶
func (recv *GestureMultiPress) EventController() *EventController
EventController upcasts to *EventController
func (*GestureMultiPress) Gesture ¶
func (recv *GestureMultiPress) Gesture() *Gesture
Gesture upcasts to *Gesture
func (*GestureMultiPress) GestureSingle ¶
func (recv *GestureMultiPress) GestureSingle() *GestureSingle
GestureSingle upcasts to *GestureSingle
func (*GestureMultiPress) Object ¶
func (recv *GestureMultiPress) Object() *gobject.Object
Object upcasts to *Object
func (*GestureMultiPress) ToC ¶
func (recv *GestureMultiPress) ToC() unsafe.Pointer
type GestureMultiPressClass ¶
type GestureMultiPressClass struct {
// contains filtered or unexported fields
}
GestureMultiPressClass is a wrapper around the C record GtkGestureMultiPressClass.
func GestureMultiPressClassNewFromC ¶
func GestureMultiPressClassNewFromC(u unsafe.Pointer) *GestureMultiPressClass
func (*GestureMultiPressClass) ToC ¶
func (recv *GestureMultiPressClass) ToC() unsafe.Pointer
type GesturePan ¶
type GesturePan struct {
// contains filtered or unexported fields
}
GesturePan is a wrapper around the C record GtkGesturePan.
func CastToGesturePan ¶
func CastToGesturePan(object *gobject.Object) *GesturePan
CastToWidget down casts any arbitary Object to GesturePan. Exercise care, as this is a potentially dangerous function if the Object is not a GesturePan.
func GesturePanNewFromC ¶
func GesturePanNewFromC(u unsafe.Pointer) *GesturePan
func (*GesturePan) EventController ¶
func (recv *GesturePan) EventController() *EventController
EventController upcasts to *EventController
func (*GesturePan) GestureDrag ¶
func (recv *GesturePan) GestureDrag() *GestureDrag
GestureDrag upcasts to *GestureDrag
func (*GesturePan) GestureSingle ¶
func (recv *GesturePan) GestureSingle() *GestureSingle
GestureSingle upcasts to *GestureSingle
func (*GesturePan) Object ¶
func (recv *GesturePan) Object() *gobject.Object
Object upcasts to *Object
func (*GesturePan) ToC ¶
func (recv *GesturePan) ToC() unsafe.Pointer
type GesturePanClass ¶
type GesturePanClass struct {
// contains filtered or unexported fields
}
GesturePanClass is a wrapper around the C record GtkGesturePanClass.
func GesturePanClassNewFromC ¶
func GesturePanClassNewFromC(u unsafe.Pointer) *GesturePanClass
func (*GesturePanClass) ToC ¶
func (recv *GesturePanClass) ToC() unsafe.Pointer
type GestureRotate ¶
type GestureRotate struct {
// contains filtered or unexported fields
}
GestureRotate is a wrapper around the C record GtkGestureRotate.
func CastToGestureRotate ¶
func CastToGestureRotate(object *gobject.Object) *GestureRotate
CastToWidget down casts any arbitary Object to GestureRotate. Exercise care, as this is a potentially dangerous function if the Object is not a GestureRotate.
func GestureRotateNewFromC ¶
func GestureRotateNewFromC(u unsafe.Pointer) *GestureRotate
func (*GestureRotate) EventController ¶
func (recv *GestureRotate) EventController() *EventController
EventController upcasts to *EventController
func (*GestureRotate) Gesture ¶
func (recv *GestureRotate) Gesture() *Gesture
Gesture upcasts to *Gesture
func (*GestureRotate) Object ¶
func (recv *GestureRotate) Object() *gobject.Object
Object upcasts to *Object
func (*GestureRotate) ToC ¶
func (recv *GestureRotate) ToC() unsafe.Pointer
type GestureRotateClass ¶
type GestureRotateClass struct {
// contains filtered or unexported fields
}
GestureRotateClass is a wrapper around the C record GtkGestureRotateClass.
func GestureRotateClassNewFromC ¶
func GestureRotateClassNewFromC(u unsafe.Pointer) *GestureRotateClass
func (*GestureRotateClass) ToC ¶
func (recv *GestureRotateClass) ToC() unsafe.Pointer
type GestureSingle ¶
type GestureSingle struct {
// contains filtered or unexported fields
}
GestureSingle is a wrapper around the C record GtkGestureSingle.
func CastToGestureSingle ¶
func CastToGestureSingle(object *gobject.Object) *GestureSingle
CastToWidget down casts any arbitary Object to GestureSingle. Exercise care, as this is a potentially dangerous function if the Object is not a GestureSingle.
func GestureSingleNewFromC ¶
func GestureSingleNewFromC(u unsafe.Pointer) *GestureSingle
func (*GestureSingle) EventController ¶
func (recv *GestureSingle) EventController() *EventController
EventController upcasts to *EventController
func (*GestureSingle) Gesture ¶
func (recv *GestureSingle) Gesture() *Gesture
Gesture upcasts to *Gesture
func (*GestureSingle) Object ¶
func (recv *GestureSingle) Object() *gobject.Object
Object upcasts to *Object
func (*GestureSingle) ToC ¶
func (recv *GestureSingle) ToC() unsafe.Pointer
type GestureSingleClass ¶
type GestureSingleClass struct {
// contains filtered or unexported fields
}
GestureSingleClass is a wrapper around the C record GtkGestureSingleClass.
func GestureSingleClassNewFromC ¶
func GestureSingleClassNewFromC(u unsafe.Pointer) *GestureSingleClass
func (*GestureSingleClass) ToC ¶
func (recv *GestureSingleClass) ToC() unsafe.Pointer
type GestureSwipe ¶
type GestureSwipe struct {
// contains filtered or unexported fields
}
GestureSwipe is a wrapper around the C record GtkGestureSwipe.
func CastToGestureSwipe ¶
func CastToGestureSwipe(object *gobject.Object) *GestureSwipe
CastToWidget down casts any arbitary Object to GestureSwipe. Exercise care, as this is a potentially dangerous function if the Object is not a GestureSwipe.
func GestureSwipeNewFromC ¶
func GestureSwipeNewFromC(u unsafe.Pointer) *GestureSwipe
func (*GestureSwipe) EventController ¶
func (recv *GestureSwipe) EventController() *EventController
EventController upcasts to *EventController
func (*GestureSwipe) Gesture ¶
func (recv *GestureSwipe) Gesture() *Gesture
Gesture upcasts to *Gesture
func (*GestureSwipe) GestureSingle ¶
func (recv *GestureSwipe) GestureSingle() *GestureSingle
GestureSingle upcasts to *GestureSingle
func (*GestureSwipe) Object ¶
func (recv *GestureSwipe) Object() *gobject.Object
Object upcasts to *Object
func (*GestureSwipe) ToC ¶
func (recv *GestureSwipe) ToC() unsafe.Pointer
type GestureSwipeClass ¶
type GestureSwipeClass struct {
// contains filtered or unexported fields
}
GestureSwipeClass is a wrapper around the C record GtkGestureSwipeClass.
func GestureSwipeClassNewFromC ¶
func GestureSwipeClassNewFromC(u unsafe.Pointer) *GestureSwipeClass
func (*GestureSwipeClass) ToC ¶
func (recv *GestureSwipeClass) ToC() unsafe.Pointer
type GestureZoom ¶
type GestureZoom struct {
// contains filtered or unexported fields
}
GestureZoom is a wrapper around the C record GtkGestureZoom.
func CastToGestureZoom ¶
func CastToGestureZoom(object *gobject.Object) *GestureZoom
CastToWidget down casts any arbitary Object to GestureZoom. Exercise care, as this is a potentially dangerous function if the Object is not a GestureZoom.
func GestureZoomNewFromC ¶
func GestureZoomNewFromC(u unsafe.Pointer) *GestureZoom
func (*GestureZoom) EventController ¶
func (recv *GestureZoom) EventController() *EventController
EventController upcasts to *EventController
func (*GestureZoom) Gesture ¶
func (recv *GestureZoom) Gesture() *Gesture
Gesture upcasts to *Gesture
func (*GestureZoom) Object ¶
func (recv *GestureZoom) Object() *gobject.Object
Object upcasts to *Object
func (*GestureZoom) ToC ¶
func (recv *GestureZoom) ToC() unsafe.Pointer
type GestureZoomClass ¶
type GestureZoomClass struct {
// contains filtered or unexported fields
}
GestureZoomClass is a wrapper around the C record GtkGestureZoomClass.
func GestureZoomClassNewFromC ¶
func GestureZoomClassNewFromC(u unsafe.Pointer) *GestureZoomClass
func (*GestureZoomClass) ToC ¶
func (recv *GestureZoomClass) ToC() unsafe.Pointer
type Gradient ¶
type Gradient struct {
// contains filtered or unexported fields
}
Gradient is a wrapper around the C record GtkGradient.
func GradientNewFromC ¶
func (*Gradient) ResolveForContext ¶
func (recv *Gradient) ResolveForContext(context *StyleContext) *cairo.Pattern
ResolveForContext is a wrapper around the C function gtk_gradient_resolve_for_context.
type Grid ¶
type Grid struct {
// contains filtered or unexported fields
}
Grid is a wrapper around the C record GtkGrid.
func CastToGrid ¶
CastToWidget down casts any arbitary Object to Grid. Exercise care, as this is a potentially dangerous function if the Object is not a Grid.
func GridNewFromC ¶
func (*Grid) AttachNextTo ¶
func (recv *Grid) AttachNextTo(child *Widget, sibling *Widget, side PositionType, width int32, height int32)
AttachNextTo is a wrapper around the C function gtk_grid_attach_next_to.
func (*Grid) GetColumnHomogeneous ¶
GetColumnHomogeneous is a wrapper around the C function gtk_grid_get_column_homogeneous.
func (*Grid) GetColumnSpacing ¶
GetColumnSpacing is a wrapper around the C function gtk_grid_get_column_spacing.
func (*Grid) GetRowHomogeneous ¶
GetRowHomogeneous is a wrapper around the C function gtk_grid_get_row_homogeneous.
func (*Grid) GetRowSpacing ¶
GetRowSpacing is a wrapper around the C function gtk_grid_get_row_spacing.
func (*Grid) ImplementorIface ¶
func (recv *Grid) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Grid
func (*Grid) InitiallyUnowned ¶
func (recv *Grid) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Grid) Orientable ¶
func (recv *Grid) Orientable() *Orientable
Orientable returns the Orientable interface implemented by Grid
func (*Grid) SetColumnHomogeneous ¶
SetColumnHomogeneous is a wrapper around the C function gtk_grid_set_column_homogeneous.
func (*Grid) SetColumnSpacing ¶
SetColumnSpacing is a wrapper around the C function gtk_grid_set_column_spacing.
func (*Grid) SetRowHomogeneous ¶
SetRowHomogeneous is a wrapper around the C function gtk_grid_set_row_homogeneous.
func (*Grid) SetRowSpacing ¶
SetRowSpacing is a wrapper around the C function gtk_grid_set_row_spacing.
type GridClass ¶
type GridClass struct {
// contains filtered or unexported fields
}
GridClass is a wrapper around the C record GtkGridClass.
func GridClassNewFromC ¶
type GridPrivate ¶
type GridPrivate struct {
// contains filtered or unexported fields
}
GridPrivate is a wrapper around the C record GtkGridPrivate.
func GridPrivateNewFromC ¶
func GridPrivateNewFromC(u unsafe.Pointer) *GridPrivate
func (*GridPrivate) ToC ¶
func (recv *GridPrivate) ToC() unsafe.Pointer
type HBox ¶
type HBox struct {
// contains filtered or unexported fields
}
HBox is a wrapper around the C record GtkHBox.
func CastToHBox ¶
CastToWidget down casts any arbitary Object to HBox. Exercise care, as this is a potentially dangerous function if the Object is not a HBox.
func HBoxNewFromC ¶
func (*HBox) ImplementorIface ¶
func (recv *HBox) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by HBox
func (*HBox) InitiallyUnowned ¶
func (recv *HBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*HBox) Orientable ¶
func (recv *HBox) Orientable() *Orientable
Orientable returns the Orientable interface implemented by HBox
type HBoxClass ¶
type HBoxClass struct {
// contains filtered or unexported fields
}
HBoxClass is a wrapper around the C record GtkHBoxClass.
func HBoxClassNewFromC ¶
type HButtonBox ¶
type HButtonBox struct {
// contains filtered or unexported fields
}
HButtonBox is a wrapper around the C record GtkHButtonBox.
func CastToHButtonBox ¶
func CastToHButtonBox(object *gobject.Object) *HButtonBox
CastToWidget down casts any arbitary Object to HButtonBox. Exercise care, as this is a potentially dangerous function if the Object is not a HButtonBox.
func HButtonBoxNew ¶
func HButtonBoxNew() *HButtonBox
HButtonBoxNew is a wrapper around the C function gtk_hbutton_box_new.
func HButtonBoxNewFromC ¶
func HButtonBoxNewFromC(u unsafe.Pointer) *HButtonBox
func (*HButtonBox) Buildable ¶
func (recv *HButtonBox) Buildable() *Buildable
Buildable returns the Buildable interface implemented by HButtonBox
func (*HButtonBox) ButtonBox ¶
func (recv *HButtonBox) ButtonBox() *ButtonBox
ButtonBox upcasts to *ButtonBox
func (*HButtonBox) Container ¶
func (recv *HButtonBox) Container() *Container
Container upcasts to *Container
func (*HButtonBox) ImplementorIface ¶
func (recv *HButtonBox) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by HButtonBox
func (*HButtonBox) InitiallyUnowned ¶
func (recv *HButtonBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*HButtonBox) Object ¶
func (recv *HButtonBox) Object() *gobject.Object
Object upcasts to *Object
func (*HButtonBox) Orientable ¶
func (recv *HButtonBox) Orientable() *Orientable
Orientable returns the Orientable interface implemented by HButtonBox
func (*HButtonBox) ToC ¶
func (recv *HButtonBox) ToC() unsafe.Pointer
type HButtonBoxClass ¶
type HButtonBoxClass struct {
// contains filtered or unexported fields
}
HButtonBoxClass is a wrapper around the C record GtkHButtonBoxClass.
func HButtonBoxClassNewFromC ¶
func HButtonBoxClassNewFromC(u unsafe.Pointer) *HButtonBoxClass
func (*HButtonBoxClass) ToC ¶
func (recv *HButtonBoxClass) ToC() unsafe.Pointer
type HPaned ¶
type HPaned struct {
// contains filtered or unexported fields
}
HPaned is a wrapper around the C record GtkHPaned.
func CastToHPaned ¶
CastToWidget down casts any arbitary Object to HPaned. Exercise care, as this is a potentially dangerous function if the Object is not a HPaned.
func HPanedNew ¶
func HPanedNew() *HPaned
HPanedNew is a wrapper around the C function gtk_hpaned_new.
func HPanedNewFromC ¶
func (*HPaned) ImplementorIface ¶
func (recv *HPaned) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by HPaned
func (*HPaned) InitiallyUnowned ¶
func (recv *HPaned) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*HPaned) Orientable ¶
func (recv *HPaned) Orientable() *Orientable
Orientable returns the Orientable interface implemented by HPaned
type HPanedClass ¶
type HPanedClass struct {
// contains filtered or unexported fields
}
HPanedClass is a wrapper around the C record GtkHPanedClass.
func HPanedClassNewFromC ¶
func HPanedClassNewFromC(u unsafe.Pointer) *HPanedClass
func (*HPanedClass) ToC ¶
func (recv *HPanedClass) ToC() unsafe.Pointer
type HSV ¶
type HSV struct {
// contains filtered or unexported fields
}
HSV is a wrapper around the C record GtkHSV.
func CastToHSV ¶
CastToWidget down casts any arbitary Object to HSV. Exercise care, as this is a potentially dangerous function if the Object is not a HSV.
func HSVNewFromC ¶
func (*HSV) ConnectChanged ¶
func (recv *HSV) ConnectChanged(callback HSVSignalChangedCallback) int
ConnectChanged connects the callback to the 'changed' signal for the HSV.
The returned value represents the connection, and may be passed to DisconnectChanged to remove it.
func (*HSV) DisconnectChanged ¶
DisconnectChanged disconnects a callback from the 'changed' signal for the HSV.
The connectionID should be a value returned from a call to ConnectChanged.
func (*HSV) ImplementorIface ¶
func (recv *HSV) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by HSV
func (*HSV) InitiallyUnowned ¶
func (recv *HSV) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type HSVClass ¶
type HSVClass struct {
// contains filtered or unexported fields
}
HSVClass is a wrapper around the C record GtkHSVClass.
func HSVClassNewFromC ¶
type HSVPrivate ¶
type HSVPrivate struct {
// contains filtered or unexported fields
}
HSVPrivate is a wrapper around the C record GtkHSVPrivate.
func HSVPrivateNewFromC ¶
func HSVPrivateNewFromC(u unsafe.Pointer) *HSVPrivate
func (*HSVPrivate) ToC ¶
func (recv *HSVPrivate) ToC() unsafe.Pointer
type HSVSignalChangedCallback ¶
type HSVSignalChangedCallback func()
HSVSignalChangedCallback is a callback function for a 'changed' signal emitted from a HSV.
type HScale ¶
type HScale struct {
// contains filtered or unexported fields
}
HScale is a wrapper around the C record GtkHScale.
func CastToHScale ¶
CastToWidget down casts any arbitary Object to HScale. Exercise care, as this is a potentially dangerous function if the Object is not a HScale.
func HScaleNew ¶
func HScaleNew(adjustment *Adjustment) *HScale
HScaleNew is a wrapper around the C function gtk_hscale_new.
func HScaleNewFromC ¶
func HScaleNewWithRange ¶
HScaleNewWithRange is a wrapper around the C function gtk_hscale_new_with_range.
func (*HScale) ImplementorIface ¶
func (recv *HScale) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by HScale
func (*HScale) InitiallyUnowned ¶
func (recv *HScale) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*HScale) Orientable ¶
func (recv *HScale) Orientable() *Orientable
Orientable returns the Orientable interface implemented by HScale
type HScaleClass ¶
type HScaleClass struct {
// contains filtered or unexported fields
}
HScaleClass is a wrapper around the C record GtkHScaleClass.
func HScaleClassNewFromC ¶
func HScaleClassNewFromC(u unsafe.Pointer) *HScaleClass
func (*HScaleClass) ToC ¶
func (recv *HScaleClass) ToC() unsafe.Pointer
type HScrollbar ¶
type HScrollbar struct {
// contains filtered or unexported fields
}
HScrollbar is a wrapper around the C record GtkHScrollbar.
func CastToHScrollbar ¶
func CastToHScrollbar(object *gobject.Object) *HScrollbar
CastToWidget down casts any arbitary Object to HScrollbar. Exercise care, as this is a potentially dangerous function if the Object is not a HScrollbar.
func HScrollbarNew ¶
func HScrollbarNew(adjustment *Adjustment) *HScrollbar
HScrollbarNew is a wrapper around the C function gtk_hscrollbar_new.
func HScrollbarNewFromC ¶
func HScrollbarNewFromC(u unsafe.Pointer) *HScrollbar
func (*HScrollbar) Buildable ¶
func (recv *HScrollbar) Buildable() *Buildable
Buildable returns the Buildable interface implemented by HScrollbar
func (*HScrollbar) ImplementorIface ¶
func (recv *HScrollbar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by HScrollbar
func (*HScrollbar) InitiallyUnowned ¶
func (recv *HScrollbar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*HScrollbar) Object ¶
func (recv *HScrollbar) Object() *gobject.Object
Object upcasts to *Object
func (*HScrollbar) Orientable ¶
func (recv *HScrollbar) Orientable() *Orientable
Orientable returns the Orientable interface implemented by HScrollbar
func (*HScrollbar) Scrollbar ¶
func (recv *HScrollbar) Scrollbar() *Scrollbar
Scrollbar upcasts to *Scrollbar
func (*HScrollbar) ToC ¶
func (recv *HScrollbar) ToC() unsafe.Pointer
type HScrollbarClass ¶
type HScrollbarClass struct {
// contains filtered or unexported fields
}
HScrollbarClass is a wrapper around the C record GtkHScrollbarClass.
func HScrollbarClassNewFromC ¶
func HScrollbarClassNewFromC(u unsafe.Pointer) *HScrollbarClass
func (*HScrollbarClass) ToC ¶
func (recv *HScrollbarClass) ToC() unsafe.Pointer
type HSeparator ¶
type HSeparator struct {
// contains filtered or unexported fields
}
HSeparator is a wrapper around the C record GtkHSeparator.
func CastToHSeparator ¶
func CastToHSeparator(object *gobject.Object) *HSeparator
CastToWidget down casts any arbitary Object to HSeparator. Exercise care, as this is a potentially dangerous function if the Object is not a HSeparator.
func HSeparatorNew ¶
func HSeparatorNew() *HSeparator
HSeparatorNew is a wrapper around the C function gtk_hseparator_new.
func HSeparatorNewFromC ¶
func HSeparatorNewFromC(u unsafe.Pointer) *HSeparator
func (*HSeparator) Buildable ¶
func (recv *HSeparator) Buildable() *Buildable
Buildable returns the Buildable interface implemented by HSeparator
func (*HSeparator) ImplementorIface ¶
func (recv *HSeparator) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by HSeparator
func (*HSeparator) InitiallyUnowned ¶
func (recv *HSeparator) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*HSeparator) Object ¶
func (recv *HSeparator) Object() *gobject.Object
Object upcasts to *Object
func (*HSeparator) Orientable ¶
func (recv *HSeparator) Orientable() *Orientable
Orientable returns the Orientable interface implemented by HSeparator
func (*HSeparator) Separator ¶
func (recv *HSeparator) Separator() *Separator
Separator upcasts to *Separator
func (*HSeparator) ToC ¶
func (recv *HSeparator) ToC() unsafe.Pointer
type HSeparatorClass ¶
type HSeparatorClass struct {
// contains filtered or unexported fields
}
HSeparatorClass is a wrapper around the C record GtkHSeparatorClass.
func HSeparatorClassNewFromC ¶
func HSeparatorClassNewFromC(u unsafe.Pointer) *HSeparatorClass
func (*HSeparatorClass) ToC ¶
func (recv *HSeparatorClass) ToC() unsafe.Pointer
type HandleBox ¶
type HandleBox struct {
// contains filtered or unexported fields
}
HandleBox is a wrapper around the C record GtkHandleBox.
func CastToHandleBox ¶
CastToWidget down casts any arbitary Object to HandleBox. Exercise care, as this is a potentially dangerous function if the Object is not a HandleBox.
func HandleBoxNew ¶
func HandleBoxNew() *HandleBox
HandleBoxNew is a wrapper around the C function gtk_handle_box_new.
func HandleBoxNewFromC ¶
func (*HandleBox) ConnectChildAttached ¶
func (recv *HandleBox) ConnectChildAttached(callback HandleBoxSignalChildAttachedCallback) int
ConnectChildAttached connects the callback to the 'child-attached' signal for the HandleBox.
The returned value represents the connection, and may be passed to DisconnectChildAttached to remove it.
func (*HandleBox) ConnectChildDetached ¶
func (recv *HandleBox) ConnectChildDetached(callback HandleBoxSignalChildDetachedCallback) int
ConnectChildDetached connects the callback to the 'child-detached' signal for the HandleBox.
The returned value represents the connection, and may be passed to DisconnectChildDetached to remove it.
func (*HandleBox) DisconnectChildAttached ¶
DisconnectChildAttached disconnects a callback from the 'child-attached' signal for the HandleBox.
The connectionID should be a value returned from a call to ConnectChildAttached.
func (*HandleBox) DisconnectChildDetached ¶
DisconnectChildDetached disconnects a callback from the 'child-detached' signal for the HandleBox.
The connectionID should be a value returned from a call to ConnectChildDetached.
func (*HandleBox) GetHandlePosition ¶
func (recv *HandleBox) GetHandlePosition() PositionType
GetHandlePosition is a wrapper around the C function gtk_handle_box_get_handle_position.
func (*HandleBox) GetShadowType ¶
func (recv *HandleBox) GetShadowType() ShadowType
GetShadowType is a wrapper around the C function gtk_handle_box_get_shadow_type.
func (*HandleBox) GetSnapEdge ¶
func (recv *HandleBox) GetSnapEdge() PositionType
GetSnapEdge is a wrapper around the C function gtk_handle_box_get_snap_edge.
func (*HandleBox) ImplementorIface ¶
func (recv *HandleBox) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by HandleBox
func (*HandleBox) InitiallyUnowned ¶
func (recv *HandleBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*HandleBox) SetHandlePosition ¶
func (recv *HandleBox) SetHandlePosition(position PositionType)
SetHandlePosition is a wrapper around the C function gtk_handle_box_set_handle_position.
func (*HandleBox) SetShadowType ¶
func (recv *HandleBox) SetShadowType(type_ ShadowType)
SetShadowType is a wrapper around the C function gtk_handle_box_set_shadow_type.
func (*HandleBox) SetSnapEdge ¶
func (recv *HandleBox) SetSnapEdge(edge PositionType)
SetSnapEdge is a wrapper around the C function gtk_handle_box_set_snap_edge.
type HandleBoxClass ¶
type HandleBoxClass struct {
// contains filtered or unexported fields
}
HandleBoxClass is a wrapper around the C record GtkHandleBoxClass.
func HandleBoxClassNewFromC ¶
func HandleBoxClassNewFromC(u unsafe.Pointer) *HandleBoxClass
func (*HandleBoxClass) ToC ¶
func (recv *HandleBoxClass) ToC() unsafe.Pointer
type HandleBoxPrivate ¶
type HandleBoxPrivate struct {
// contains filtered or unexported fields
}
HandleBoxPrivate is a wrapper around the C record GtkHandleBoxPrivate.
func HandleBoxPrivateNewFromC ¶
func HandleBoxPrivateNewFromC(u unsafe.Pointer) *HandleBoxPrivate
func (*HandleBoxPrivate) ToC ¶
func (recv *HandleBoxPrivate) ToC() unsafe.Pointer
type HandleBoxSignalChildAttachedCallback ¶
type HandleBoxSignalChildAttachedCallback func(widget *Widget)
HandleBoxSignalChildAttachedCallback is a callback function for a 'child-attached' signal emitted from a HandleBox.
type HandleBoxSignalChildDetachedCallback ¶
type HandleBoxSignalChildDetachedCallback func(widget *Widget)
HandleBoxSignalChildDetachedCallback is a callback function for a 'child-detached' signal emitted from a HandleBox.
type HeaderBar ¶
type HeaderBar struct {
// contains filtered or unexported fields
}
HeaderBar is a wrapper around the C record GtkHeaderBar.
func CastToHeaderBar ¶
CastToWidget down casts any arbitary Object to HeaderBar. Exercise care, as this is a potentially dangerous function if the Object is not a HeaderBar.
func HeaderBarNewFromC ¶
func (*HeaderBar) ImplementorIface ¶
func (recv *HeaderBar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by HeaderBar
func (*HeaderBar) InitiallyUnowned ¶
func (recv *HeaderBar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type HeaderBarClass ¶
type HeaderBarClass struct {
// contains filtered or unexported fields
}
HeaderBarClass is a wrapper around the C record GtkHeaderBarClass.
func HeaderBarClassNewFromC ¶
func HeaderBarClassNewFromC(u unsafe.Pointer) *HeaderBarClass
func (*HeaderBarClass) ToC ¶
func (recv *HeaderBarClass) ToC() unsafe.Pointer
type HeaderBarPrivate ¶
type HeaderBarPrivate struct {
// contains filtered or unexported fields
}
HeaderBarPrivate is a wrapper around the C record GtkHeaderBarPrivate.
func HeaderBarPrivateNewFromC ¶
func HeaderBarPrivateNewFromC(u unsafe.Pointer) *HeaderBarPrivate
func (*HeaderBarPrivate) ToC ¶
func (recv *HeaderBarPrivate) ToC() unsafe.Pointer
type IMContext ¶
type IMContext struct {
// contains filtered or unexported fields
}
IMContext is a wrapper around the C record GtkIMContext.
func CastToIMContext ¶
CastToWidget down casts any arbitary Object to IMContext. Exercise care, as this is a potentially dangerous function if the Object is not a IMContext.
func IMContextNewFromC ¶
func (*IMContext) ConnectPreeditChanged ¶
func (recv *IMContext) ConnectPreeditChanged(callback IMContextSignalPreeditChangedCallback) int
ConnectPreeditChanged connects the callback to the 'preedit-changed' signal for the IMContext.
The returned value represents the connection, and may be passed to DisconnectPreeditChanged to remove it.
func (*IMContext) ConnectPreeditEnd ¶
func (recv *IMContext) ConnectPreeditEnd(callback IMContextSignalPreeditEndCallback) int
ConnectPreeditEnd connects the callback to the 'preedit-end' signal for the IMContext.
The returned value represents the connection, and may be passed to DisconnectPreeditEnd to remove it.
func (*IMContext) ConnectPreeditStart ¶
func (recv *IMContext) ConnectPreeditStart(callback IMContextSignalPreeditStartCallback) int
ConnectPreeditStart connects the callback to the 'preedit-start' signal for the IMContext.
The returned value represents the connection, and may be passed to DisconnectPreeditStart to remove it.
func (*IMContext) ConnectRetrieveSurrounding ¶
func (recv *IMContext) ConnectRetrieveSurrounding(callback IMContextSignalRetrieveSurroundingCallback) int
ConnectRetrieveSurrounding connects the callback to the 'retrieve-surrounding' signal for the IMContext.
The returned value represents the connection, and may be passed to DisconnectRetrieveSurrounding to remove it.
func (*IMContext) DeleteSurrounding ¶
DeleteSurrounding is a wrapper around the C function gtk_im_context_delete_surrounding.
func (*IMContext) DisconnectPreeditChanged ¶
DisconnectPreeditChanged disconnects a callback from the 'preedit-changed' signal for the IMContext.
The connectionID should be a value returned from a call to ConnectPreeditChanged.
func (*IMContext) DisconnectPreeditEnd ¶
DisconnectPreeditEnd disconnects a callback from the 'preedit-end' signal for the IMContext.
The connectionID should be a value returned from a call to ConnectPreeditEnd.
func (*IMContext) DisconnectPreeditStart ¶
DisconnectPreeditStart disconnects a callback from the 'preedit-start' signal for the IMContext.
The connectionID should be a value returned from a call to ConnectPreeditStart.
func (*IMContext) DisconnectRetrieveSurrounding ¶
DisconnectRetrieveSurrounding disconnects a callback from the 'retrieve-surrounding' signal for the IMContext.
The connectionID should be a value returned from a call to ConnectRetrieveSurrounding.
func (*IMContext) FilterKeypress ¶
FilterKeypress is a wrapper around the C function gtk_im_context_filter_keypress.
func (*IMContext) FocusIn ¶
func (recv *IMContext) FocusIn()
FocusIn is a wrapper around the C function gtk_im_context_focus_in.
func (*IMContext) FocusOut ¶
func (recv *IMContext) FocusOut()
FocusOut is a wrapper around the C function gtk_im_context_focus_out.
func (*IMContext) GetPreeditString ¶
GetPreeditString is a wrapper around the C function gtk_im_context_get_preedit_string.
func (*IMContext) GetSurrounding ¶
GetSurrounding is a wrapper around the C function gtk_im_context_get_surrounding.
func (*IMContext) Reset ¶
func (recv *IMContext) Reset()
Reset is a wrapper around the C function gtk_im_context_reset.
func (*IMContext) SetClientWindow ¶
SetClientWindow is a wrapper around the C function gtk_im_context_set_client_window.
func (*IMContext) SetSurrounding ¶
SetSurrounding is a wrapper around the C function gtk_im_context_set_surrounding.
func (*IMContext) SetUsePreedit ¶
SetUsePreedit is a wrapper around the C function gtk_im_context_set_use_preedit.
type IMContextClass ¶
type IMContextClass struct {
// contains filtered or unexported fields
}
IMContextClass is a wrapper around the C record GtkIMContextClass.
func IMContextClassNewFromC ¶
func IMContextClassNewFromC(u unsafe.Pointer) *IMContextClass
func (*IMContextClass) ToC ¶
func (recv *IMContextClass) ToC() unsafe.Pointer
type IMContextInfo ¶
type IMContextInfo struct { ContextId string ContextName string Domain string DomainDirname string DefaultLocales string // contains filtered or unexported fields }
IMContextInfo is a wrapper around the C record GtkIMContextInfo.
func IMContextInfoNewFromC ¶
func IMContextInfoNewFromC(u unsafe.Pointer) *IMContextInfo
func (*IMContextInfo) ToC ¶
func (recv *IMContextInfo) ToC() unsafe.Pointer
type IMContextSignalPreeditChangedCallback ¶
type IMContextSignalPreeditChangedCallback func()
IMContextSignalPreeditChangedCallback is a callback function for a 'preedit-changed' signal emitted from a IMContext.
type IMContextSignalPreeditEndCallback ¶
type IMContextSignalPreeditEndCallback func()
IMContextSignalPreeditEndCallback is a callback function for a 'preedit-end' signal emitted from a IMContext.
type IMContextSignalPreeditStartCallback ¶
type IMContextSignalPreeditStartCallback func()
IMContextSignalPreeditStartCallback is a callback function for a 'preedit-start' signal emitted from a IMContext.
type IMContextSignalRetrieveSurroundingCallback ¶
type IMContextSignalRetrieveSurroundingCallback func() bool
IMContextSignalRetrieveSurroundingCallback is a callback function for a 'retrieve-surrounding' signal emitted from a IMContext.
type IMContextSimple ¶
type IMContextSimple struct {
// contains filtered or unexported fields
}
IMContextSimple is a wrapper around the C record GtkIMContextSimple.
func CastToIMContextSimple ¶
func CastToIMContextSimple(object *gobject.Object) *IMContextSimple
CastToWidget down casts any arbitary Object to IMContextSimple. Exercise care, as this is a potentially dangerous function if the Object is not a IMContextSimple.
func IMContextSimpleNew ¶
func IMContextSimpleNew() *IMContextSimple
IMContextSimpleNew is a wrapper around the C function gtk_im_context_simple_new.
func IMContextSimpleNewFromC ¶
func IMContextSimpleNewFromC(u unsafe.Pointer) *IMContextSimple
func (*IMContextSimple) AddTable ¶
func (recv *IMContextSimple) AddTable(data []uint16, maxSeqLen int32, nSeqs int32)
AddTable is a wrapper around the C function gtk_im_context_simple_add_table.
func (*IMContextSimple) IMContext ¶
func (recv *IMContextSimple) IMContext() *IMContext
IMContext upcasts to *IMContext
func (*IMContextSimple) Object ¶
func (recv *IMContextSimple) Object() *gobject.Object
Object upcasts to *Object
func (*IMContextSimple) ToC ¶
func (recv *IMContextSimple) ToC() unsafe.Pointer
type IMContextSimpleClass ¶
type IMContextSimpleClass struct {
// contains filtered or unexported fields
}
IMContextSimpleClass is a wrapper around the C record GtkIMContextSimpleClass.
func IMContextSimpleClassNewFromC ¶
func IMContextSimpleClassNewFromC(u unsafe.Pointer) *IMContextSimpleClass
func (*IMContextSimpleClass) ToC ¶
func (recv *IMContextSimpleClass) ToC() unsafe.Pointer
type IMContextSimplePrivate ¶
type IMContextSimplePrivate struct {
// contains filtered or unexported fields
}
IMContextSimplePrivate is a wrapper around the C record GtkIMContextSimplePrivate.
func IMContextSimplePrivateNewFromC ¶
func IMContextSimplePrivateNewFromC(u unsafe.Pointer) *IMContextSimplePrivate
func (*IMContextSimplePrivate) ToC ¶
func (recv *IMContextSimplePrivate) ToC() unsafe.Pointer
type IMMulticontext ¶
type IMMulticontext struct {
// contains filtered or unexported fields
}
IMMulticontext is a wrapper around the C record GtkIMMulticontext.
func CastToIMMulticontext ¶
func CastToIMMulticontext(object *gobject.Object) *IMMulticontext
CastToWidget down casts any arbitary Object to IMMulticontext. Exercise care, as this is a potentially dangerous function if the Object is not a IMMulticontext.
func IMMulticontextNew ¶
func IMMulticontextNew() *IMMulticontext
IMMulticontextNew is a wrapper around the C function gtk_im_multicontext_new.
func IMMulticontextNewFromC ¶
func IMMulticontextNewFromC(u unsafe.Pointer) *IMMulticontext
func (*IMMulticontext) AppendMenuitems ¶
func (recv *IMMulticontext) AppendMenuitems(menushell *MenuShell)
AppendMenuitems is a wrapper around the C function gtk_im_multicontext_append_menuitems.
func (*IMMulticontext) IMContext ¶
func (recv *IMMulticontext) IMContext() *IMContext
IMContext upcasts to *IMContext
func (*IMMulticontext) Object ¶
func (recv *IMMulticontext) Object() *gobject.Object
Object upcasts to *Object
func (*IMMulticontext) ToC ¶
func (recv *IMMulticontext) ToC() unsafe.Pointer
type IMMulticontextClass ¶
type IMMulticontextClass struct {
// contains filtered or unexported fields
}
IMMulticontextClass is a wrapper around the C record GtkIMMulticontextClass.
func IMMulticontextClassNewFromC ¶
func IMMulticontextClassNewFromC(u unsafe.Pointer) *IMMulticontextClass
func (*IMMulticontextClass) ToC ¶
func (recv *IMMulticontextClass) ToC() unsafe.Pointer
type IMMulticontextPrivate ¶
type IMMulticontextPrivate struct {
// contains filtered or unexported fields
}
IMMulticontextPrivate is a wrapper around the C record GtkIMMulticontextPrivate.
func IMMulticontextPrivateNewFromC ¶
func IMMulticontextPrivateNewFromC(u unsafe.Pointer) *IMMulticontextPrivate
func (*IMMulticontextPrivate) ToC ¶
func (recv *IMMulticontextPrivate) ToC() unsafe.Pointer
type IMPreeditStyle ¶
type IMPreeditStyle C.GtkIMPreeditStyle
const ( GTK_IM_PREEDIT_NOTHING IMPreeditStyle = 0 GTK_IM_PREEDIT_CALLBACK IMPreeditStyle = 1 GTK_IM_PREEDIT_NONE IMPreeditStyle = 2 )
type IMStatusStyle ¶
type IMStatusStyle C.GtkIMStatusStyle
const ( GTK_IM_STATUS_NOTHING IMStatusStyle = 0 GTK_IM_STATUS_CALLBACK IMStatusStyle = 1 GTK_IM_STATUS_NONE IMStatusStyle = 2 )
type IconFactory ¶
type IconFactory struct {
// contains filtered or unexported fields
}
IconFactory is a wrapper around the C record GtkIconFactory.
func CastToIconFactory ¶
func CastToIconFactory(object *gobject.Object) *IconFactory
CastToWidget down casts any arbitary Object to IconFactory. Exercise care, as this is a potentially dangerous function if the Object is not a IconFactory.
func IconFactoryNew ¶
func IconFactoryNew() *IconFactory
IconFactoryNew is a wrapper around the C function gtk_icon_factory_new.
func IconFactoryNewFromC ¶
func IconFactoryNewFromC(u unsafe.Pointer) *IconFactory
func (*IconFactory) Add ¶
func (recv *IconFactory) Add(stockId string, iconSet *IconSet)
Add is a wrapper around the C function gtk_icon_factory_add.
func (*IconFactory) AddDefault ¶
func (recv *IconFactory) AddDefault()
AddDefault is a wrapper around the C function gtk_icon_factory_add_default.
func (*IconFactory) Buildable ¶
func (recv *IconFactory) Buildable() *Buildable
Buildable returns the Buildable interface implemented by IconFactory
func (*IconFactory) Lookup ¶
func (recv *IconFactory) Lookup(stockId string) *IconSet
Lookup is a wrapper around the C function gtk_icon_factory_lookup.
func (*IconFactory) Object ¶
func (recv *IconFactory) Object() *gobject.Object
Object upcasts to *Object
func (*IconFactory) RemoveDefault ¶
func (recv *IconFactory) RemoveDefault()
RemoveDefault is a wrapper around the C function gtk_icon_factory_remove_default.
func (*IconFactory) ToC ¶
func (recv *IconFactory) ToC() unsafe.Pointer
type IconFactoryClass ¶
type IconFactoryClass struct {
// contains filtered or unexported fields
}
IconFactoryClass is a wrapper around the C record GtkIconFactoryClass.
func IconFactoryClassNewFromC ¶
func IconFactoryClassNewFromC(u unsafe.Pointer) *IconFactoryClass
func (*IconFactoryClass) ToC ¶
func (recv *IconFactoryClass) ToC() unsafe.Pointer
type IconFactoryPrivate ¶
type IconFactoryPrivate struct {
// contains filtered or unexported fields
}
IconFactoryPrivate is a wrapper around the C record GtkIconFactoryPrivate.
func IconFactoryPrivateNewFromC ¶
func IconFactoryPrivateNewFromC(u unsafe.Pointer) *IconFactoryPrivate
func (*IconFactoryPrivate) ToC ¶
func (recv *IconFactoryPrivate) ToC() unsafe.Pointer
type IconInfo ¶
type IconInfo struct {
// contains filtered or unexported fields
}
IconInfo is a wrapper around the C record GtkIconInfo.
func CastToIconInfo ¶
CastToWidget down casts any arbitary Object to IconInfo. Exercise care, as this is a potentially dangerous function if the Object is not a IconInfo.
func IconInfoNewFromC ¶
type IconInfoClass ¶
type IconInfoClass struct {
// contains filtered or unexported fields
}
IconInfoClass is a wrapper around the C record GtkIconInfoClass.
func IconInfoClassNewFromC ¶
func IconInfoClassNewFromC(u unsafe.Pointer) *IconInfoClass
func (*IconInfoClass) ToC ¶
func (recv *IconInfoClass) ToC() unsafe.Pointer
type IconLookupFlags ¶
type IconLookupFlags C.GtkIconLookupFlags
const ( GTK_ICON_LOOKUP_NO_SVG IconLookupFlags = 1 GTK_ICON_LOOKUP_FORCE_SVG IconLookupFlags = 2 GTK_ICON_LOOKUP_USE_BUILTIN IconLookupFlags = 4 GTK_ICON_LOOKUP_GENERIC_FALLBACK IconLookupFlags = 8 GTK_ICON_LOOKUP_FORCE_SIZE IconLookupFlags = 16 GTK_ICON_LOOKUP_FORCE_REGULAR IconLookupFlags = 32 GTK_ICON_LOOKUP_FORCE_SYMBOLIC IconLookupFlags = 64 GTK_ICON_LOOKUP_DIR_LTR IconLookupFlags = 128 GTK_ICON_LOOKUP_DIR_RTL IconLookupFlags = 256 )
type IconSet ¶
type IconSet struct {
// contains filtered or unexported fields
}
IconSet is a wrapper around the C record GtkIconSet.
func IconSetNew ¶
func IconSetNew() *IconSet
IconSetNew is a wrapper around the C function gtk_icon_set_new.
func IconSetNewFromC ¶
func IconSetNewFromPixbuf ¶
IconSetNewFromPixbuf is a wrapper around the C function gtk_icon_set_new_from_pixbuf.
func (*IconSet) AddSource ¶
func (recv *IconSet) AddSource(source *IconSource)
AddSource is a wrapper around the C function gtk_icon_set_add_source.
type IconSize ¶
type IconSize C.GtkIconSize
func IconSizeFromName ¶
IconSizeFromName is a wrapper around the C function gtk_icon_size_from_name.
type IconSource ¶
type IconSource struct {
// contains filtered or unexported fields
}
IconSource is a wrapper around the C record GtkIconSource.
func IconSourceNew ¶
func IconSourceNew() *IconSource
IconSourceNew is a wrapper around the C function gtk_icon_source_new.
func IconSourceNewFromC ¶
func IconSourceNewFromC(u unsafe.Pointer) *IconSource
func (*IconSource) Copy ¶
func (recv *IconSource) Copy() *IconSource
Copy is a wrapper around the C function gtk_icon_source_copy.
func (*IconSource) Free ¶
func (recv *IconSource) Free()
Free is a wrapper around the C function gtk_icon_source_free.
func (*IconSource) GetDirection ¶
func (recv *IconSource) GetDirection() TextDirection
GetDirection is a wrapper around the C function gtk_icon_source_get_direction.
func (*IconSource) GetDirectionWildcarded ¶
func (recv *IconSource) GetDirectionWildcarded() bool
GetDirectionWildcarded is a wrapper around the C function gtk_icon_source_get_direction_wildcarded.
func (*IconSource) GetFilename ¶
func (recv *IconSource) GetFilename() string
GetFilename is a wrapper around the C function gtk_icon_source_get_filename.
func (*IconSource) GetIconName ¶
func (recv *IconSource) GetIconName() string
GetIconName is a wrapper around the C function gtk_icon_source_get_icon_name.
func (*IconSource) GetPixbuf ¶
func (recv *IconSource) GetPixbuf() *gdkpixbuf.Pixbuf
GetPixbuf is a wrapper around the C function gtk_icon_source_get_pixbuf.
func (*IconSource) GetSize ¶
func (recv *IconSource) GetSize() IconSize
GetSize is a wrapper around the C function gtk_icon_source_get_size.
func (*IconSource) GetSizeWildcarded ¶
func (recv *IconSource) GetSizeWildcarded() bool
GetSizeWildcarded is a wrapper around the C function gtk_icon_source_get_size_wildcarded.
func (*IconSource) GetState ¶
func (recv *IconSource) GetState() StateType
GetState is a wrapper around the C function gtk_icon_source_get_state.
func (*IconSource) GetStateWildcarded ¶
func (recv *IconSource) GetStateWildcarded() bool
GetStateWildcarded is a wrapper around the C function gtk_icon_source_get_state_wildcarded.
func (*IconSource) SetDirection ¶
func (recv *IconSource) SetDirection(direction TextDirection)
SetDirection is a wrapper around the C function gtk_icon_source_set_direction.
func (*IconSource) SetDirectionWildcarded ¶
func (recv *IconSource) SetDirectionWildcarded(setting bool)
SetDirectionWildcarded is a wrapper around the C function gtk_icon_source_set_direction_wildcarded.
func (*IconSource) SetFilename ¶
func (recv *IconSource) SetFilename(filename string)
SetFilename is a wrapper around the C function gtk_icon_source_set_filename.
func (*IconSource) SetIconName ¶
func (recv *IconSource) SetIconName(iconName string)
SetIconName is a wrapper around the C function gtk_icon_source_set_icon_name.
func (*IconSource) SetPixbuf ¶
func (recv *IconSource) SetPixbuf(pixbuf *gdkpixbuf.Pixbuf)
SetPixbuf is a wrapper around the C function gtk_icon_source_set_pixbuf.
func (*IconSource) SetSize ¶
func (recv *IconSource) SetSize(size IconSize)
SetSize is a wrapper around the C function gtk_icon_source_set_size.
func (*IconSource) SetSizeWildcarded ¶
func (recv *IconSource) SetSizeWildcarded(setting bool)
SetSizeWildcarded is a wrapper around the C function gtk_icon_source_set_size_wildcarded.
func (*IconSource) SetState ¶
func (recv *IconSource) SetState(state StateType)
SetState is a wrapper around the C function gtk_icon_source_set_state.
func (*IconSource) SetStateWildcarded ¶
func (recv *IconSource) SetStateWildcarded(setting bool)
SetStateWildcarded is a wrapper around the C function gtk_icon_source_set_state_wildcarded.
func (*IconSource) ToC ¶
func (recv *IconSource) ToC() unsafe.Pointer
type IconTheme ¶
type IconTheme struct {
// contains filtered or unexported fields
}
IconTheme is a wrapper around the C record GtkIconTheme.
func CastToIconTheme ¶
CastToWidget down casts any arbitary Object to IconTheme. Exercise care, as this is a potentially dangerous function if the Object is not a IconTheme.
func IconThemeNewFromC ¶
func (*IconTheme) ConnectChanged ¶
func (recv *IconTheme) ConnectChanged(callback IconThemeSignalChangedCallback) int
ConnectChanged connects the callback to the 'changed' signal for the IconTheme.
The returned value represents the connection, and may be passed to DisconnectChanged to remove it.
func (*IconTheme) DisconnectChanged ¶
DisconnectChanged disconnects a callback from the 'changed' signal for the IconTheme.
The connectionID should be a value returned from a call to ConnectChanged.
type IconThemeClass ¶
type IconThemeClass struct {
// contains filtered or unexported fields
}
IconThemeClass is a wrapper around the C record GtkIconThemeClass.
func IconThemeClassNewFromC ¶
func IconThemeClassNewFromC(u unsafe.Pointer) *IconThemeClass
func (*IconThemeClass) ToC ¶
func (recv *IconThemeClass) ToC() unsafe.Pointer
type IconThemeError ¶
type IconThemeError C.GtkIconThemeError
const ( GTK_ICON_THEME_NOT_FOUND IconThemeError = 0 GTK_ICON_THEME_FAILED IconThemeError = 1 )
type IconThemePrivate ¶
type IconThemePrivate struct {
// contains filtered or unexported fields
}
IconThemePrivate is a wrapper around the C record GtkIconThemePrivate.
func IconThemePrivateNewFromC ¶
func IconThemePrivateNewFromC(u unsafe.Pointer) *IconThemePrivate
func (*IconThemePrivate) ToC ¶
func (recv *IconThemePrivate) ToC() unsafe.Pointer
type IconThemeSignalChangedCallback ¶
type IconThemeSignalChangedCallback func()
IconThemeSignalChangedCallback is a callback function for a 'changed' signal emitted from a IconTheme.
type IconView ¶
type IconView struct {
// contains filtered or unexported fields
}
IconView is a wrapper around the C record GtkIconView.
func CastToIconView ¶
CastToWidget down casts any arbitary Object to IconView. Exercise care, as this is a potentially dangerous function if the Object is not a IconView.
func IconViewNewFromC ¶
func (*IconView) CellLayout ¶
func (recv *IconView) CellLayout() *CellLayout
CellLayout returns the CellLayout interface implemented by IconView
func (*IconView) ConnectActivateCursorItem ¶
func (recv *IconView) ConnectActivateCursorItem(callback IconViewSignalActivateCursorItemCallback) int
ConnectActivateCursorItem connects the callback to the 'activate-cursor-item' signal for the IconView.
The returned value represents the connection, and may be passed to DisconnectActivateCursorItem to remove it.
func (*IconView) ConnectItemActivated ¶
func (recv *IconView) ConnectItemActivated(callback IconViewSignalItemActivatedCallback) int
ConnectItemActivated connects the callback to the 'item-activated' signal for the IconView.
The returned value represents the connection, and may be passed to DisconnectItemActivated to remove it.
func (*IconView) ConnectSelectAll ¶
func (recv *IconView) ConnectSelectAll(callback IconViewSignalSelectAllCallback) int
ConnectSelectAll connects the callback to the 'select-all' signal for the IconView.
The returned value represents the connection, and may be passed to DisconnectSelectAll to remove it.
func (*IconView) ConnectSelectCursorItem ¶
func (recv *IconView) ConnectSelectCursorItem(callback IconViewSignalSelectCursorItemCallback) int
ConnectSelectCursorItem connects the callback to the 'select-cursor-item' signal for the IconView.
The returned value represents the connection, and may be passed to DisconnectSelectCursorItem to remove it.
func (*IconView) ConnectSelectionChanged ¶
func (recv *IconView) ConnectSelectionChanged(callback IconViewSignalSelectionChangedCallback) int
ConnectSelectionChanged connects the callback to the 'selection-changed' signal for the IconView.
The returned value represents the connection, and may be passed to DisconnectSelectionChanged to remove it.
func (*IconView) ConnectToggleCursorItem ¶
func (recv *IconView) ConnectToggleCursorItem(callback IconViewSignalToggleCursorItemCallback) int
ConnectToggleCursorItem connects the callback to the 'toggle-cursor-item' signal for the IconView.
The returned value represents the connection, and may be passed to DisconnectToggleCursorItem to remove it.
func (*IconView) ConnectUnselectAll ¶
func (recv *IconView) ConnectUnselectAll(callback IconViewSignalUnselectAllCallback) int
ConnectUnselectAll connects the callback to the 'unselect-all' signal for the IconView.
The returned value represents the connection, and may be passed to DisconnectUnselectAll to remove it.
func (*IconView) DisconnectActivateCursorItem ¶
DisconnectActivateCursorItem disconnects a callback from the 'activate-cursor-item' signal for the IconView.
The connectionID should be a value returned from a call to ConnectActivateCursorItem.
func (*IconView) DisconnectItemActivated ¶
DisconnectItemActivated disconnects a callback from the 'item-activated' signal for the IconView.
The connectionID should be a value returned from a call to ConnectItemActivated.
func (*IconView) DisconnectSelectAll ¶
DisconnectSelectAll disconnects a callback from the 'select-all' signal for the IconView.
The connectionID should be a value returned from a call to ConnectSelectAll.
func (*IconView) DisconnectSelectCursorItem ¶
DisconnectSelectCursorItem disconnects a callback from the 'select-cursor-item' signal for the IconView.
The connectionID should be a value returned from a call to ConnectSelectCursorItem.
func (*IconView) DisconnectSelectionChanged ¶
DisconnectSelectionChanged disconnects a callback from the 'selection-changed' signal for the IconView.
The connectionID should be a value returned from a call to ConnectSelectionChanged.
func (*IconView) DisconnectToggleCursorItem ¶
DisconnectToggleCursorItem disconnects a callback from the 'toggle-cursor-item' signal for the IconView.
The connectionID should be a value returned from a call to ConnectToggleCursorItem.
func (*IconView) DisconnectUnselectAll ¶
DisconnectUnselectAll disconnects a callback from the 'unselect-all' signal for the IconView.
The connectionID should be a value returned from a call to ConnectUnselectAll.
func (*IconView) ImplementorIface ¶
func (recv *IconView) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by IconView
func (*IconView) InitiallyUnowned ¶
func (recv *IconView) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*IconView) Scrollable ¶
func (recv *IconView) Scrollable() *Scrollable
Scrollable returns the Scrollable interface implemented by IconView
type IconViewAccessible ¶
type IconViewAccessible struct {
// contains filtered or unexported fields
}
IconViewAccessible is a wrapper around the C record GtkIconViewAccessible.
func CastToIconViewAccessible ¶
func CastToIconViewAccessible(object *gobject.Object) *IconViewAccessible
CastToWidget down casts any arbitary Object to IconViewAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a IconViewAccessible.
func IconViewAccessibleNewFromC ¶
func IconViewAccessibleNewFromC(u unsafe.Pointer) *IconViewAccessible
func (*IconViewAccessible) Accessible ¶
func (recv *IconViewAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*IconViewAccessible) Component ¶
func (recv *IconViewAccessible) Component() *atk.Component
Component returns the Component interface implemented by IconViewAccessible
func (*IconViewAccessible) ContainerAccessible ¶
func (recv *IconViewAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*IconViewAccessible) Object ¶
func (recv *IconViewAccessible) Object() *atk.Object
Object upcasts to *Object
func (*IconViewAccessible) Selection ¶
func (recv *IconViewAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by IconViewAccessible
func (*IconViewAccessible) ToC ¶
func (recv *IconViewAccessible) ToC() unsafe.Pointer
func (*IconViewAccessible) WidgetAccessible ¶
func (recv *IconViewAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type IconViewAccessibleClass ¶
type IconViewAccessibleClass struct {
// contains filtered or unexported fields
}
IconViewAccessibleClass is a wrapper around the C record GtkIconViewAccessibleClass.
func IconViewAccessibleClassNewFromC ¶
func IconViewAccessibleClassNewFromC(u unsafe.Pointer) *IconViewAccessibleClass
func (*IconViewAccessibleClass) ToC ¶
func (recv *IconViewAccessibleClass) ToC() unsafe.Pointer
type IconViewAccessiblePrivate ¶
type IconViewAccessiblePrivate struct {
// contains filtered or unexported fields
}
IconViewAccessiblePrivate is a wrapper around the C record GtkIconViewAccessiblePrivate.
func IconViewAccessiblePrivateNewFromC ¶
func IconViewAccessiblePrivateNewFromC(u unsafe.Pointer) *IconViewAccessiblePrivate
func (*IconViewAccessiblePrivate) ToC ¶
func (recv *IconViewAccessiblePrivate) ToC() unsafe.Pointer
type IconViewClass ¶
type IconViewClass struct {
// contains filtered or unexported fields
}
IconViewClass is a wrapper around the C record GtkIconViewClass.
func IconViewClassNewFromC ¶
func IconViewClassNewFromC(u unsafe.Pointer) *IconViewClass
func (*IconViewClass) ToC ¶
func (recv *IconViewClass) ToC() unsafe.Pointer
type IconViewDropPosition ¶
type IconViewDropPosition C.GtkIconViewDropPosition
const ( GTK_ICON_VIEW_NO_DROP IconViewDropPosition = 0 GTK_ICON_VIEW_DROP_INTO IconViewDropPosition = 1 GTK_ICON_VIEW_DROP_LEFT IconViewDropPosition = 2 GTK_ICON_VIEW_DROP_RIGHT IconViewDropPosition = 3 GTK_ICON_VIEW_DROP_ABOVE IconViewDropPosition = 4 GTK_ICON_VIEW_DROP_BELOW IconViewDropPosition = 5 )
type IconViewPrivate ¶
type IconViewPrivate struct {
// contains filtered or unexported fields
}
IconViewPrivate is a wrapper around the C record GtkIconViewPrivate.
func IconViewPrivateNewFromC ¶
func IconViewPrivateNewFromC(u unsafe.Pointer) *IconViewPrivate
func (*IconViewPrivate) ToC ¶
func (recv *IconViewPrivate) ToC() unsafe.Pointer
type IconViewSignalActivateCursorItemCallback ¶
type IconViewSignalActivateCursorItemCallback func() bool
IconViewSignalActivateCursorItemCallback is a callback function for a 'activate-cursor-item' signal emitted from a IconView.
type IconViewSignalItemActivatedCallback ¶
type IconViewSignalItemActivatedCallback func(path *TreePath)
IconViewSignalItemActivatedCallback is a callback function for a 'item-activated' signal emitted from a IconView.
type IconViewSignalSelectAllCallback ¶
type IconViewSignalSelectAllCallback func()
IconViewSignalSelectAllCallback is a callback function for a 'select-all' signal emitted from a IconView.
type IconViewSignalSelectCursorItemCallback ¶
type IconViewSignalSelectCursorItemCallback func()
IconViewSignalSelectCursorItemCallback is a callback function for a 'select-cursor-item' signal emitted from a IconView.
type IconViewSignalSelectionChangedCallback ¶
type IconViewSignalSelectionChangedCallback func()
IconViewSignalSelectionChangedCallback is a callback function for a 'selection-changed' signal emitted from a IconView.
type IconViewSignalToggleCursorItemCallback ¶
type IconViewSignalToggleCursorItemCallback func()
IconViewSignalToggleCursorItemCallback is a callback function for a 'toggle-cursor-item' signal emitted from a IconView.
type IconViewSignalUnselectAllCallback ¶
type IconViewSignalUnselectAllCallback func()
IconViewSignalUnselectAllCallback is a callback function for a 'unselect-all' signal emitted from a IconView.
type Image ¶
type Image struct {
// contains filtered or unexported fields
}
Image is a wrapper around the C record GtkImage.
func CastToImage ¶
CastToWidget down casts any arbitary Object to Image. Exercise care, as this is a potentially dangerous function if the Object is not a Image.
func ImageNewFromAnimation ¶
func ImageNewFromAnimation(animation *gdkpixbuf.PixbufAnimation) *Image
ImageNewFromAnimation is a wrapper around the C function gtk_image_new_from_animation.
func ImageNewFromC ¶
func ImageNewFromFile ¶
ImageNewFromFile is a wrapper around the C function gtk_image_new_from_file.
func ImageNewFromIconSet ¶
ImageNewFromIconSet is a wrapper around the C function gtk_image_new_from_icon_set.
func ImageNewFromPixbuf ¶
ImageNewFromPixbuf is a wrapper around the C function gtk_image_new_from_pixbuf.
func ImageNewFromStock ¶
ImageNewFromStock is a wrapper around the C function gtk_image_new_from_stock.
func (*Image) GetAnimation ¶
func (recv *Image) GetAnimation() *gdkpixbuf.PixbufAnimation
GetAnimation is a wrapper around the C function gtk_image_get_animation.
func (*Image) GetStorageType ¶
GetStorageType is a wrapper around the C function gtk_image_get_storage_type.
func (*Image) ImplementorIface ¶
func (recv *Image) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Image
func (*Image) InitiallyUnowned ¶
func (recv *Image) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Image) SetFromAnimation ¶
func (recv *Image) SetFromAnimation(animation *gdkpixbuf.PixbufAnimation)
SetFromAnimation is a wrapper around the C function gtk_image_set_from_animation.
func (*Image) SetFromFile ¶
SetFromFile is a wrapper around the C function gtk_image_set_from_file.
func (*Image) SetFromIconSet ¶
SetFromIconSet is a wrapper around the C function gtk_image_set_from_icon_set.
func (*Image) SetFromPixbuf ¶
SetFromPixbuf is a wrapper around the C function gtk_image_set_from_pixbuf.
func (*Image) SetFromResource ¶
SetFromResource is a wrapper around the C function gtk_image_set_from_resource.
func (*Image) SetFromStock ¶
SetFromStock is a wrapper around the C function gtk_image_set_from_stock.
type ImageAccessible ¶
type ImageAccessible struct {
// contains filtered or unexported fields
}
ImageAccessible is a wrapper around the C record GtkImageAccessible.
func CastToImageAccessible ¶
func CastToImageAccessible(object *gobject.Object) *ImageAccessible
CastToWidget down casts any arbitary Object to ImageAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ImageAccessible.
func ImageAccessibleNewFromC ¶
func ImageAccessibleNewFromC(u unsafe.Pointer) *ImageAccessible
func (*ImageAccessible) Accessible ¶
func (recv *ImageAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ImageAccessible) Component ¶
func (recv *ImageAccessible) Component() *atk.Component
Component returns the Component interface implemented by ImageAccessible
func (*ImageAccessible) Image ¶
func (recv *ImageAccessible) Image() *atk.Image
Image returns the Image interface implemented by ImageAccessible
func (*ImageAccessible) Object ¶
func (recv *ImageAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ImageAccessible) ToC ¶
func (recv *ImageAccessible) ToC() unsafe.Pointer
func (*ImageAccessible) WidgetAccessible ¶
func (recv *ImageAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ImageAccessibleClass ¶
type ImageAccessibleClass struct {
// contains filtered or unexported fields
}
ImageAccessibleClass is a wrapper around the C record GtkImageAccessibleClass.
func ImageAccessibleClassNewFromC ¶
func ImageAccessibleClassNewFromC(u unsafe.Pointer) *ImageAccessibleClass
func (*ImageAccessibleClass) ToC ¶
func (recv *ImageAccessibleClass) ToC() unsafe.Pointer
type ImageAccessiblePrivate ¶
type ImageAccessiblePrivate struct {
// contains filtered or unexported fields
}
ImageAccessiblePrivate is a wrapper around the C record GtkImageAccessiblePrivate.
func ImageAccessiblePrivateNewFromC ¶
func ImageAccessiblePrivateNewFromC(u unsafe.Pointer) *ImageAccessiblePrivate
func (*ImageAccessiblePrivate) ToC ¶
func (recv *ImageAccessiblePrivate) ToC() unsafe.Pointer
type ImageCellAccessible ¶
type ImageCellAccessible struct {
// contains filtered or unexported fields
}
ImageCellAccessible is a wrapper around the C record GtkImageCellAccessible.
func CastToImageCellAccessible ¶
func CastToImageCellAccessible(object *gobject.Object) *ImageCellAccessible
CastToWidget down casts any arbitary Object to ImageCellAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ImageCellAccessible.
func ImageCellAccessibleNewFromC ¶
func ImageCellAccessibleNewFromC(u unsafe.Pointer) *ImageCellAccessible
func (*ImageCellAccessible) Accessible ¶
func (recv *ImageCellAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ImageCellAccessible) Action ¶
func (recv *ImageCellAccessible) Action() *atk.Action
Action returns the Action interface implemented by ImageCellAccessible
func (*ImageCellAccessible) CellAccessible ¶
func (recv *ImageCellAccessible) CellAccessible() *CellAccessible
CellAccessible upcasts to *CellAccessible
func (*ImageCellAccessible) Component ¶
func (recv *ImageCellAccessible) Component() *atk.Component
Component returns the Component interface implemented by ImageCellAccessible
func (*ImageCellAccessible) Image ¶
func (recv *ImageCellAccessible) Image() *atk.Image
Image returns the Image interface implemented by ImageCellAccessible
func (*ImageCellAccessible) Object ¶
func (recv *ImageCellAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ImageCellAccessible) RendererCellAccessible ¶
func (recv *ImageCellAccessible) RendererCellAccessible() *RendererCellAccessible
RendererCellAccessible upcasts to *RendererCellAccessible
func (*ImageCellAccessible) ToC ¶
func (recv *ImageCellAccessible) ToC() unsafe.Pointer
type ImageCellAccessibleClass ¶
type ImageCellAccessibleClass struct {
// contains filtered or unexported fields
}
ImageCellAccessibleClass is a wrapper around the C record GtkImageCellAccessibleClass.
func ImageCellAccessibleClassNewFromC ¶
func ImageCellAccessibleClassNewFromC(u unsafe.Pointer) *ImageCellAccessibleClass
func (*ImageCellAccessibleClass) ToC ¶
func (recv *ImageCellAccessibleClass) ToC() unsafe.Pointer
type ImageCellAccessiblePrivate ¶
type ImageCellAccessiblePrivate struct {
// contains filtered or unexported fields
}
ImageCellAccessiblePrivate is a wrapper around the C record GtkImageCellAccessiblePrivate.
func ImageCellAccessiblePrivateNewFromC ¶
func ImageCellAccessiblePrivateNewFromC(u unsafe.Pointer) *ImageCellAccessiblePrivate
func (*ImageCellAccessiblePrivate) ToC ¶
func (recv *ImageCellAccessiblePrivate) ToC() unsafe.Pointer
type ImageClass ¶
type ImageClass struct {
// contains filtered or unexported fields
}
ImageClass is a wrapper around the C record GtkImageClass.
func ImageClassNewFromC ¶
func ImageClassNewFromC(u unsafe.Pointer) *ImageClass
func (*ImageClass) ToC ¶
func (recv *ImageClass) ToC() unsafe.Pointer
type ImageMenuItem ¶
type ImageMenuItem struct {
// contains filtered or unexported fields
}
ImageMenuItem is a wrapper around the C record GtkImageMenuItem.
func CastToImageMenuItem ¶
func CastToImageMenuItem(object *gobject.Object) *ImageMenuItem
CastToWidget down casts any arbitary Object to ImageMenuItem. Exercise care, as this is a potentially dangerous function if the Object is not a ImageMenuItem.
func ImageMenuItemNew ¶
func ImageMenuItemNew() *ImageMenuItem
ImageMenuItemNew is a wrapper around the C function gtk_image_menu_item_new.
func ImageMenuItemNewFromC ¶
func ImageMenuItemNewFromC(u unsafe.Pointer) *ImageMenuItem
func ImageMenuItemNewFromStock ¶
func ImageMenuItemNewFromStock(stockId string, accelGroup *AccelGroup) *ImageMenuItem
ImageMenuItemNewFromStock is a wrapper around the C function gtk_image_menu_item_new_from_stock.
func ImageMenuItemNewWithLabel ¶
func ImageMenuItemNewWithLabel(label string) *ImageMenuItem
ImageMenuItemNewWithLabel is a wrapper around the C function gtk_image_menu_item_new_with_label.
func ImageMenuItemNewWithMnemonic ¶
func ImageMenuItemNewWithMnemonic(label string) *ImageMenuItem
ImageMenuItemNewWithMnemonic is a wrapper around the C function gtk_image_menu_item_new_with_mnemonic.
func (*ImageMenuItem) Actionable ¶
func (recv *ImageMenuItem) Actionable() *Actionable
Actionable returns the Actionable interface implemented by ImageMenuItem
func (*ImageMenuItem) Activatable ¶
func (recv *ImageMenuItem) Activatable() *Activatable
Activatable returns the Activatable interface implemented by ImageMenuItem
func (*ImageMenuItem) Buildable ¶
func (recv *ImageMenuItem) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ImageMenuItem
func (*ImageMenuItem) Container ¶
func (recv *ImageMenuItem) Container() *Container
Container upcasts to *Container
func (*ImageMenuItem) GetImage ¶
func (recv *ImageMenuItem) GetImage() *Widget
GetImage is a wrapper around the C function gtk_image_menu_item_get_image.
func (*ImageMenuItem) ImplementorIface ¶
func (recv *ImageMenuItem) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ImageMenuItem
func (*ImageMenuItem) InitiallyUnowned ¶
func (recv *ImageMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ImageMenuItem) MenuItem ¶
func (recv *ImageMenuItem) MenuItem() *MenuItem
MenuItem upcasts to *MenuItem
func (*ImageMenuItem) Object ¶
func (recv *ImageMenuItem) Object() *gobject.Object
Object upcasts to *Object
func (*ImageMenuItem) SetImage ¶
func (recv *ImageMenuItem) SetImage(image *Widget)
SetImage is a wrapper around the C function gtk_image_menu_item_set_image.
func (*ImageMenuItem) ToC ¶
func (recv *ImageMenuItem) ToC() unsafe.Pointer
func (*ImageMenuItem) Widget ¶
func (recv *ImageMenuItem) Widget() *Widget
Widget upcasts to *Widget
type ImageMenuItemClass ¶
type ImageMenuItemClass struct {
// contains filtered or unexported fields
}
ImageMenuItemClass is a wrapper around the C record GtkImageMenuItemClass.
func ImageMenuItemClassNewFromC ¶
func ImageMenuItemClassNewFromC(u unsafe.Pointer) *ImageMenuItemClass
func (*ImageMenuItemClass) ToC ¶
func (recv *ImageMenuItemClass) ToC() unsafe.Pointer
type ImageMenuItemPrivate ¶
type ImageMenuItemPrivate struct {
// contains filtered or unexported fields
}
ImageMenuItemPrivate is a wrapper around the C record GtkImageMenuItemPrivate.
func ImageMenuItemPrivateNewFromC ¶
func ImageMenuItemPrivateNewFromC(u unsafe.Pointer) *ImageMenuItemPrivate
func (*ImageMenuItemPrivate) ToC ¶
func (recv *ImageMenuItemPrivate) ToC() unsafe.Pointer
type ImagePrivate ¶
type ImagePrivate struct {
// contains filtered or unexported fields
}
ImagePrivate is a wrapper around the C record GtkImagePrivate.
func ImagePrivateNewFromC ¶
func ImagePrivateNewFromC(u unsafe.Pointer) *ImagePrivate
func (*ImagePrivate) ToC ¶
func (recv *ImagePrivate) ToC() unsafe.Pointer
type ImageType ¶
type ImageType C.GtkImageType
type InfoBar ¶
type InfoBar struct {
// contains filtered or unexported fields
}
InfoBar is a wrapper around the C record GtkInfoBar.
func CastToInfoBar ¶
CastToWidget down casts any arbitary Object to InfoBar. Exercise care, as this is a potentially dangerous function if the Object is not a InfoBar.
func InfoBarNewFromC ¶
func (*InfoBar) ImplementorIface ¶
func (recv *InfoBar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by InfoBar
func (*InfoBar) InitiallyUnowned ¶
func (recv *InfoBar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*InfoBar) Orientable ¶
func (recv *InfoBar) Orientable() *Orientable
Orientable returns the Orientable interface implemented by InfoBar
type InfoBarClass ¶
type InfoBarClass struct {
// contains filtered or unexported fields
}
InfoBarClass is a wrapper around the C record GtkInfoBarClass.
func InfoBarClassNewFromC ¶
func InfoBarClassNewFromC(u unsafe.Pointer) *InfoBarClass
func (*InfoBarClass) ToC ¶
func (recv *InfoBarClass) ToC() unsafe.Pointer
type InfoBarPrivate ¶
type InfoBarPrivate struct {
// contains filtered or unexported fields
}
InfoBarPrivate is a wrapper around the C record GtkInfoBarPrivate.
func InfoBarPrivateNewFromC ¶
func InfoBarPrivateNewFromC(u unsafe.Pointer) *InfoBarPrivate
func (*InfoBarPrivate) ToC ¶
func (recv *InfoBarPrivate) ToC() unsafe.Pointer
type Invisible ¶
type Invisible struct {
// contains filtered or unexported fields
}
Invisible is a wrapper around the C record GtkInvisible.
func CastToInvisible ¶
CastToWidget down casts any arbitary Object to Invisible. Exercise care, as this is a potentially dangerous function if the Object is not a Invisible.
func InvisibleNew ¶
func InvisibleNew() *Invisible
InvisibleNew is a wrapper around the C function gtk_invisible_new.
func InvisibleNewFromC ¶
func (*Invisible) ImplementorIface ¶
func (recv *Invisible) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Invisible
func (*Invisible) InitiallyUnowned ¶
func (recv *Invisible) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type InvisibleClass ¶
type InvisibleClass struct {
// contains filtered or unexported fields
}
InvisibleClass is a wrapper around the C record GtkInvisibleClass.
func InvisibleClassNewFromC ¶
func InvisibleClassNewFromC(u unsafe.Pointer) *InvisibleClass
func (*InvisibleClass) ToC ¶
func (recv *InvisibleClass) ToC() unsafe.Pointer
type InvisiblePrivate ¶
type InvisiblePrivate struct {
// contains filtered or unexported fields
}
InvisiblePrivate is a wrapper around the C record GtkInvisiblePrivate.
func InvisiblePrivateNewFromC ¶
func InvisiblePrivateNewFromC(u unsafe.Pointer) *InvisiblePrivate
func (*InvisiblePrivate) ToC ¶
func (recv *InvisiblePrivate) ToC() unsafe.Pointer
type JunctionSides ¶
type JunctionSides C.GtkJunctionSides
const ( GTK_JUNCTION_NONE JunctionSides = 0 GTK_JUNCTION_CORNER_TOPLEFT JunctionSides = 1 GTK_JUNCTION_CORNER_TOPRIGHT JunctionSides = 2 GTK_JUNCTION_CORNER_BOTTOMLEFT JunctionSides = 4 GTK_JUNCTION_CORNER_BOTTOMRIGHT JunctionSides = 8 GTK_JUNCTION_TOP JunctionSides = 3 GTK_JUNCTION_BOTTOM JunctionSides = 12 GTK_JUNCTION_LEFT JunctionSides = 5 GTK_JUNCTION_RIGHT JunctionSides = 10 )
type Justification ¶
type Justification C.GtkJustification
const ( GTK_JUSTIFY_LEFT Justification = 0 GTK_JUSTIFY_RIGHT Justification = 1 GTK_JUSTIFY_CENTER Justification = 2 GTK_JUSTIFY_FILL Justification = 3 )
type Label ¶
type Label struct {
// contains filtered or unexported fields
}
Label is a wrapper around the C record GtkLabel.
func CastToLabel ¶
CastToWidget down casts any arbitary Object to Label. Exercise care, as this is a potentially dangerous function if the Object is not a Label.
func LabelNewFromC ¶
func LabelNewWithMnemonic ¶
LabelNewWithMnemonic is a wrapper around the C function gtk_label_new_with_mnemonic.
func (*Label) ConnectCopyClipboard ¶
func (recv *Label) ConnectCopyClipboard(callback LabelSignalCopyClipboardCallback) int
ConnectCopyClipboard connects the callback to the 'copy-clipboard' signal for the Label.
The returned value represents the connection, and may be passed to DisconnectCopyClipboard to remove it.
func (*Label) ConnectPopulatePopup ¶
func (recv *Label) ConnectPopulatePopup(callback LabelSignalPopulatePopupCallback) int
ConnectPopulatePopup connects the callback to the 'populate-popup' signal for the Label.
The returned value represents the connection, and may be passed to DisconnectPopulatePopup to remove it.
func (*Label) DisconnectCopyClipboard ¶
DisconnectCopyClipboard disconnects a callback from the 'copy-clipboard' signal for the Label.
The connectionID should be a value returned from a call to ConnectCopyClipboard.
func (*Label) DisconnectPopulatePopup ¶
DisconnectPopulatePopup disconnects a callback from the 'populate-popup' signal for the Label.
The connectionID should be a value returned from a call to ConnectPopulatePopup.
func (*Label) GetAttributes ¶
GetAttributes is a wrapper around the C function gtk_label_get_attributes.
func (*Label) GetJustify ¶
func (recv *Label) GetJustify() Justification
GetJustify is a wrapper around the C function gtk_label_get_justify.
func (*Label) GetLayoutOffsets ¶
GetLayoutOffsets is a wrapper around the C function gtk_label_get_layout_offsets.
func (*Label) GetLineWrap ¶
GetLineWrap is a wrapper around the C function gtk_label_get_line_wrap.
func (*Label) GetMnemonicKeyval ¶
GetMnemonicKeyval is a wrapper around the C function gtk_label_get_mnemonic_keyval.
func (*Label) GetMnemonicWidget ¶
GetMnemonicWidget is a wrapper around the C function gtk_label_get_mnemonic_widget.
func (*Label) GetSelectable ¶
GetSelectable is a wrapper around the C function gtk_label_get_selectable.
func (*Label) GetSelectionBounds ¶
GetSelectionBounds is a wrapper around the C function gtk_label_get_selection_bounds.
func (*Label) GetUseMarkup ¶
GetUseMarkup is a wrapper around the C function gtk_label_get_use_markup.
func (*Label) GetUseUnderline ¶
GetUseUnderline is a wrapper around the C function gtk_label_get_use_underline.
func (*Label) ImplementorIface ¶
func (recv *Label) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Label
func (*Label) InitiallyUnowned ¶
func (recv *Label) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Label) SelectRegion ¶
SelectRegion is a wrapper around the C function gtk_label_select_region.
func (*Label) SetAttributes ¶
SetAttributes is a wrapper around the C function gtk_label_set_attributes.
func (*Label) SetJustify ¶
func (recv *Label) SetJustify(jtype Justification)
SetJustify is a wrapper around the C function gtk_label_set_justify.
func (*Label) SetLineWrap ¶
SetLineWrap is a wrapper around the C function gtk_label_set_line_wrap.
func (*Label) SetMarkupWithMnemonic ¶
SetMarkupWithMnemonic is a wrapper around the C function gtk_label_set_markup_with_mnemonic.
func (*Label) SetMnemonicWidget ¶
SetMnemonicWidget is a wrapper around the C function gtk_label_set_mnemonic_widget.
func (*Label) SetPattern ¶
SetPattern is a wrapper around the C function gtk_label_set_pattern.
func (*Label) SetSelectable ¶
SetSelectable is a wrapper around the C function gtk_label_set_selectable.
func (*Label) SetTextWithMnemonic ¶
SetTextWithMnemonic is a wrapper around the C function gtk_label_set_text_with_mnemonic.
func (*Label) SetUseMarkup ¶
SetUseMarkup is a wrapper around the C function gtk_label_set_use_markup.
func (*Label) SetUseUnderline ¶
SetUseUnderline is a wrapper around the C function gtk_label_set_use_underline.
type LabelAccessible ¶
type LabelAccessible struct {
// contains filtered or unexported fields
}
LabelAccessible is a wrapper around the C record GtkLabelAccessible.
func CastToLabelAccessible ¶
func CastToLabelAccessible(object *gobject.Object) *LabelAccessible
CastToWidget down casts any arbitary Object to LabelAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a LabelAccessible.
func LabelAccessibleNewFromC ¶
func LabelAccessibleNewFromC(u unsafe.Pointer) *LabelAccessible
func (*LabelAccessible) Accessible ¶
func (recv *LabelAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*LabelAccessible) Component ¶
func (recv *LabelAccessible) Component() *atk.Component
Component returns the Component interface implemented by LabelAccessible
func (*LabelAccessible) Hypertext ¶
func (recv *LabelAccessible) Hypertext() *atk.Hypertext
Hypertext returns the Hypertext interface implemented by LabelAccessible
func (*LabelAccessible) Object ¶
func (recv *LabelAccessible) Object() *atk.Object
Object upcasts to *Object
func (*LabelAccessible) Text ¶
func (recv *LabelAccessible) Text() *atk.Text
Text returns the Text interface implemented by LabelAccessible
func (*LabelAccessible) ToC ¶
func (recv *LabelAccessible) ToC() unsafe.Pointer
func (*LabelAccessible) WidgetAccessible ¶
func (recv *LabelAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type LabelAccessibleClass ¶
type LabelAccessibleClass struct {
// contains filtered or unexported fields
}
LabelAccessibleClass is a wrapper around the C record GtkLabelAccessibleClass.
func LabelAccessibleClassNewFromC ¶
func LabelAccessibleClassNewFromC(u unsafe.Pointer) *LabelAccessibleClass
func (*LabelAccessibleClass) ToC ¶
func (recv *LabelAccessibleClass) ToC() unsafe.Pointer
type LabelAccessiblePrivate ¶
type LabelAccessiblePrivate struct {
// contains filtered or unexported fields
}
LabelAccessiblePrivate is a wrapper around the C record GtkLabelAccessiblePrivate.
func LabelAccessiblePrivateNewFromC ¶
func LabelAccessiblePrivateNewFromC(u unsafe.Pointer) *LabelAccessiblePrivate
func (*LabelAccessiblePrivate) ToC ¶
func (recv *LabelAccessiblePrivate) ToC() unsafe.Pointer
type LabelClass ¶
type LabelClass struct {
// contains filtered or unexported fields
}
LabelClass is a wrapper around the C record GtkLabelClass.
func LabelClassNewFromC ¶
func LabelClassNewFromC(u unsafe.Pointer) *LabelClass
func (*LabelClass) ToC ¶
func (recv *LabelClass) ToC() unsafe.Pointer
type LabelPrivate ¶
type LabelPrivate struct {
// contains filtered or unexported fields
}
LabelPrivate is a wrapper around the C record GtkLabelPrivate.
func LabelPrivateNewFromC ¶
func LabelPrivateNewFromC(u unsafe.Pointer) *LabelPrivate
func (*LabelPrivate) ToC ¶
func (recv *LabelPrivate) ToC() unsafe.Pointer
type LabelSelectionInfo ¶
type LabelSelectionInfo struct {
// contains filtered or unexported fields
}
LabelSelectionInfo is a wrapper around the C record GtkLabelSelectionInfo.
func LabelSelectionInfoNewFromC ¶
func LabelSelectionInfoNewFromC(u unsafe.Pointer) *LabelSelectionInfo
func (*LabelSelectionInfo) ToC ¶
func (recv *LabelSelectionInfo) ToC() unsafe.Pointer
type LabelSignalCopyClipboardCallback ¶
type LabelSignalCopyClipboardCallback func()
LabelSignalCopyClipboardCallback is a callback function for a 'copy-clipboard' signal emitted from a Label.
type LabelSignalPopulatePopupCallback ¶
type LabelSignalPopulatePopupCallback func(menu *Menu)
LabelSignalPopulatePopupCallback is a callback function for a 'populate-popup' signal emitted from a Label.
type Layout ¶
type Layout struct {
// contains filtered or unexported fields
}
Layout is a wrapper around the C record GtkLayout.
func CastToLayout ¶
CastToWidget down casts any arbitary Object to Layout. Exercise care, as this is a potentially dangerous function if the Object is not a Layout.
func LayoutNew ¶
func LayoutNew(hadjustment *Adjustment, vadjustment *Adjustment) *Layout
LayoutNew is a wrapper around the C function gtk_layout_new.
func LayoutNewFromC ¶
func (*Layout) GetHadjustment ¶
func (recv *Layout) GetHadjustment() *Adjustment
GetHadjustment is a wrapper around the C function gtk_layout_get_hadjustment.
func (*Layout) GetVadjustment ¶
func (recv *Layout) GetVadjustment() *Adjustment
GetVadjustment is a wrapper around the C function gtk_layout_get_vadjustment.
func (*Layout) ImplementorIface ¶
func (recv *Layout) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Layout
func (*Layout) InitiallyUnowned ¶
func (recv *Layout) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Layout) Scrollable ¶
func (recv *Layout) Scrollable() *Scrollable
Scrollable returns the Scrollable interface implemented by Layout
func (*Layout) SetHadjustment ¶
func (recv *Layout) SetHadjustment(adjustment *Adjustment)
SetHadjustment is a wrapper around the C function gtk_layout_set_hadjustment.
func (*Layout) SetVadjustment ¶
func (recv *Layout) SetVadjustment(adjustment *Adjustment)
SetVadjustment is a wrapper around the C function gtk_layout_set_vadjustment.
type LayoutClass ¶
type LayoutClass struct {
// contains filtered or unexported fields
}
LayoutClass is a wrapper around the C record GtkLayoutClass.
func LayoutClassNewFromC ¶
func LayoutClassNewFromC(u unsafe.Pointer) *LayoutClass
func (*LayoutClass) ToC ¶
func (recv *LayoutClass) ToC() unsafe.Pointer
type LayoutPrivate ¶
type LayoutPrivate struct {
// contains filtered or unexported fields
}
LayoutPrivate is a wrapper around the C record GtkLayoutPrivate.
func LayoutPrivateNewFromC ¶
func LayoutPrivateNewFromC(u unsafe.Pointer) *LayoutPrivate
func (*LayoutPrivate) ToC ¶
func (recv *LayoutPrivate) ToC() unsafe.Pointer
type LevelBar ¶
type LevelBar struct {
// contains filtered or unexported fields
}
LevelBar is a wrapper around the C record GtkLevelBar.
func CastToLevelBar ¶
CastToWidget down casts any arbitary Object to LevelBar. Exercise care, as this is a potentially dangerous function if the Object is not a LevelBar.
func LevelBarNewFromC ¶
func (*LevelBar) ImplementorIface ¶
func (recv *LevelBar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by LevelBar
func (*LevelBar) InitiallyUnowned ¶
func (recv *LevelBar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*LevelBar) Orientable ¶
func (recv *LevelBar) Orientable() *Orientable
Orientable returns the Orientable interface implemented by LevelBar
type LevelBarAccessible ¶
type LevelBarAccessible struct {
// contains filtered or unexported fields
}
LevelBarAccessible is a wrapper around the C record GtkLevelBarAccessible.
func CastToLevelBarAccessible ¶
func CastToLevelBarAccessible(object *gobject.Object) *LevelBarAccessible
CastToWidget down casts any arbitary Object to LevelBarAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a LevelBarAccessible.
func LevelBarAccessibleNewFromC ¶
func LevelBarAccessibleNewFromC(u unsafe.Pointer) *LevelBarAccessible
func (*LevelBarAccessible) Accessible ¶
func (recv *LevelBarAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*LevelBarAccessible) Component ¶
func (recv *LevelBarAccessible) Component() *atk.Component
Component returns the Component interface implemented by LevelBarAccessible
func (*LevelBarAccessible) Object ¶
func (recv *LevelBarAccessible) Object() *atk.Object
Object upcasts to *Object
func (*LevelBarAccessible) ToC ¶
func (recv *LevelBarAccessible) ToC() unsafe.Pointer
func (*LevelBarAccessible) Value ¶
func (recv *LevelBarAccessible) Value() *atk.Value
Value returns the Value interface implemented by LevelBarAccessible
func (*LevelBarAccessible) WidgetAccessible ¶
func (recv *LevelBarAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type LevelBarAccessibleClass ¶
type LevelBarAccessibleClass struct {
// contains filtered or unexported fields
}
LevelBarAccessibleClass is a wrapper around the C record GtkLevelBarAccessibleClass.
func LevelBarAccessibleClassNewFromC ¶
func LevelBarAccessibleClassNewFromC(u unsafe.Pointer) *LevelBarAccessibleClass
func (*LevelBarAccessibleClass) ToC ¶
func (recv *LevelBarAccessibleClass) ToC() unsafe.Pointer
type LevelBarAccessiblePrivate ¶
type LevelBarAccessiblePrivate struct {
// contains filtered or unexported fields
}
LevelBarAccessiblePrivate is a wrapper around the C record GtkLevelBarAccessiblePrivate.
func LevelBarAccessiblePrivateNewFromC ¶
func LevelBarAccessiblePrivateNewFromC(u unsafe.Pointer) *LevelBarAccessiblePrivate
func (*LevelBarAccessiblePrivate) ToC ¶
func (recv *LevelBarAccessiblePrivate) ToC() unsafe.Pointer
type LevelBarClass ¶
type LevelBarClass struct {
// contains filtered or unexported fields
}
LevelBarClass is a wrapper around the C record GtkLevelBarClass.
func LevelBarClassNewFromC ¶
func LevelBarClassNewFromC(u unsafe.Pointer) *LevelBarClass
func (*LevelBarClass) ToC ¶
func (recv *LevelBarClass) ToC() unsafe.Pointer
type LevelBarPrivate ¶
type LevelBarPrivate struct {
// contains filtered or unexported fields
}
LevelBarPrivate is a wrapper around the C record GtkLevelBarPrivate.
func LevelBarPrivateNewFromC ¶
func LevelBarPrivateNewFromC(u unsafe.Pointer) *LevelBarPrivate
func (*LevelBarPrivate) ToC ¶
func (recv *LevelBarPrivate) ToC() unsafe.Pointer
type LinkButton ¶
type LinkButton struct {
// contains filtered or unexported fields
}
LinkButton is a wrapper around the C record GtkLinkButton.
func CastToLinkButton ¶
func CastToLinkButton(object *gobject.Object) *LinkButton
CastToWidget down casts any arbitary Object to LinkButton. Exercise care, as this is a potentially dangerous function if the Object is not a LinkButton.
func LinkButtonNewFromC ¶
func LinkButtonNewFromC(u unsafe.Pointer) *LinkButton
func (*LinkButton) Actionable ¶
func (recv *LinkButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by LinkButton
func (*LinkButton) Activatable ¶
func (recv *LinkButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by LinkButton
func (*LinkButton) Buildable ¶
func (recv *LinkButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by LinkButton
func (*LinkButton) ConnectActivateLink ¶
func (recv *LinkButton) ConnectActivateLink(callback LinkButtonSignalActivateLinkCallback) int
ConnectActivateLink connects the callback to the 'activate-link' signal for the LinkButton.
The returned value represents the connection, and may be passed to DisconnectActivateLink to remove it.
func (*LinkButton) Container ¶
func (recv *LinkButton) Container() *Container
Container upcasts to *Container
func (*LinkButton) DisconnectActivateLink ¶
func (recv *LinkButton) DisconnectActivateLink(connectionID int)
DisconnectActivateLink disconnects a callback from the 'activate-link' signal for the LinkButton.
The connectionID should be a value returned from a call to ConnectActivateLink.
func (*LinkButton) ImplementorIface ¶
func (recv *LinkButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by LinkButton
func (*LinkButton) InitiallyUnowned ¶
func (recv *LinkButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*LinkButton) Object ¶
func (recv *LinkButton) Object() *gobject.Object
Object upcasts to *Object
func (*LinkButton) ToC ¶
func (recv *LinkButton) ToC() unsafe.Pointer
type LinkButtonAccessible ¶
type LinkButtonAccessible struct {
// contains filtered or unexported fields
}
LinkButtonAccessible is a wrapper around the C record GtkLinkButtonAccessible.
func CastToLinkButtonAccessible ¶
func CastToLinkButtonAccessible(object *gobject.Object) *LinkButtonAccessible
CastToWidget down casts any arbitary Object to LinkButtonAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a LinkButtonAccessible.
func LinkButtonAccessibleNewFromC ¶
func LinkButtonAccessibleNewFromC(u unsafe.Pointer) *LinkButtonAccessible
func (*LinkButtonAccessible) Accessible ¶
func (recv *LinkButtonAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*LinkButtonAccessible) Action ¶
func (recv *LinkButtonAccessible) Action() *atk.Action
Action returns the Action interface implemented by LinkButtonAccessible
func (*LinkButtonAccessible) ButtonAccessible ¶
func (recv *LinkButtonAccessible) ButtonAccessible() *ButtonAccessible
ButtonAccessible upcasts to *ButtonAccessible
func (*LinkButtonAccessible) Component ¶
func (recv *LinkButtonAccessible) Component() *atk.Component
Component returns the Component interface implemented by LinkButtonAccessible
func (*LinkButtonAccessible) ContainerAccessible ¶
func (recv *LinkButtonAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*LinkButtonAccessible) HyperlinkImpl ¶
func (recv *LinkButtonAccessible) HyperlinkImpl() *atk.HyperlinkImpl
HyperlinkImpl returns the HyperlinkImpl interface implemented by LinkButtonAccessible
func (*LinkButtonAccessible) Image ¶
func (recv *LinkButtonAccessible) Image() *atk.Image
Image returns the Image interface implemented by LinkButtonAccessible
func (*LinkButtonAccessible) Object ¶
func (recv *LinkButtonAccessible) Object() *atk.Object
Object upcasts to *Object
func (*LinkButtonAccessible) ToC ¶
func (recv *LinkButtonAccessible) ToC() unsafe.Pointer
func (*LinkButtonAccessible) WidgetAccessible ¶
func (recv *LinkButtonAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type LinkButtonAccessibleClass ¶
type LinkButtonAccessibleClass struct {
// contains filtered or unexported fields
}
LinkButtonAccessibleClass is a wrapper around the C record GtkLinkButtonAccessibleClass.
func LinkButtonAccessibleClassNewFromC ¶
func LinkButtonAccessibleClassNewFromC(u unsafe.Pointer) *LinkButtonAccessibleClass
func (*LinkButtonAccessibleClass) ToC ¶
func (recv *LinkButtonAccessibleClass) ToC() unsafe.Pointer
type LinkButtonAccessiblePrivate ¶
type LinkButtonAccessiblePrivate struct {
// contains filtered or unexported fields
}
LinkButtonAccessiblePrivate is a wrapper around the C record GtkLinkButtonAccessiblePrivate.
func LinkButtonAccessiblePrivateNewFromC ¶
func LinkButtonAccessiblePrivateNewFromC(u unsafe.Pointer) *LinkButtonAccessiblePrivate
func (*LinkButtonAccessiblePrivate) ToC ¶
func (recv *LinkButtonAccessiblePrivate) ToC() unsafe.Pointer
type LinkButtonClass ¶
type LinkButtonClass struct {
// contains filtered or unexported fields
}
LinkButtonClass is a wrapper around the C record GtkLinkButtonClass.
func LinkButtonClassNewFromC ¶
func LinkButtonClassNewFromC(u unsafe.Pointer) *LinkButtonClass
func (*LinkButtonClass) ToC ¶
func (recv *LinkButtonClass) ToC() unsafe.Pointer
type LinkButtonPrivate ¶
type LinkButtonPrivate struct {
// contains filtered or unexported fields
}
LinkButtonPrivate is a wrapper around the C record GtkLinkButtonPrivate.
func LinkButtonPrivateNewFromC ¶
func LinkButtonPrivateNewFromC(u unsafe.Pointer) *LinkButtonPrivate
func (*LinkButtonPrivate) ToC ¶
func (recv *LinkButtonPrivate) ToC() unsafe.Pointer
type LinkButtonSignalActivateLinkCallback ¶
type LinkButtonSignalActivateLinkCallback func() bool
LinkButtonSignalActivateLinkCallback is a callback function for a 'activate-link' signal emitted from a LinkButton.
type ListBox ¶
type ListBox struct {
// contains filtered or unexported fields
}
ListBox is a wrapper around the C record GtkListBox.
func CastToListBox ¶
CastToWidget down casts any arbitary Object to ListBox. Exercise care, as this is a potentially dangerous function if the Object is not a ListBox.
func ListBoxNewFromC ¶
func (*ListBox) ConnectActivateCursorRow ¶
func (recv *ListBox) ConnectActivateCursorRow(callback ListBoxSignalActivateCursorRowCallback) int
ConnectActivateCursorRow connects the callback to the 'activate-cursor-row' signal for the ListBox.
The returned value represents the connection, and may be passed to DisconnectActivateCursorRow to remove it.
func (*ListBox) ConnectToggleCursorRow ¶
func (recv *ListBox) ConnectToggleCursorRow(callback ListBoxSignalToggleCursorRowCallback) int
ConnectToggleCursorRow connects the callback to the 'toggle-cursor-row' signal for the ListBox.
The returned value represents the connection, and may be passed to DisconnectToggleCursorRow to remove it.
func (*ListBox) DisconnectActivateCursorRow ¶
DisconnectActivateCursorRow disconnects a callback from the 'activate-cursor-row' signal for the ListBox.
The connectionID should be a value returned from a call to ConnectActivateCursorRow.
func (*ListBox) DisconnectToggleCursorRow ¶
DisconnectToggleCursorRow disconnects a callback from the 'toggle-cursor-row' signal for the ListBox.
The connectionID should be a value returned from a call to ConnectToggleCursorRow.
func (*ListBox) ImplementorIface ¶
func (recv *ListBox) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ListBox
func (*ListBox) InitiallyUnowned ¶
func (recv *ListBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type ListBoxAccessible ¶
type ListBoxAccessible struct {
// contains filtered or unexported fields
}
ListBoxAccessible is a wrapper around the C record GtkListBoxAccessible.
func CastToListBoxAccessible ¶
func CastToListBoxAccessible(object *gobject.Object) *ListBoxAccessible
CastToWidget down casts any arbitary Object to ListBoxAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ListBoxAccessible.
func ListBoxAccessibleNewFromC ¶
func ListBoxAccessibleNewFromC(u unsafe.Pointer) *ListBoxAccessible
func (*ListBoxAccessible) Accessible ¶
func (recv *ListBoxAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ListBoxAccessible) Component ¶
func (recv *ListBoxAccessible) Component() *atk.Component
Component returns the Component interface implemented by ListBoxAccessible
func (*ListBoxAccessible) ContainerAccessible ¶
func (recv *ListBoxAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*ListBoxAccessible) Object ¶
func (recv *ListBoxAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ListBoxAccessible) Selection ¶
func (recv *ListBoxAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by ListBoxAccessible
func (*ListBoxAccessible) ToC ¶
func (recv *ListBoxAccessible) ToC() unsafe.Pointer
func (*ListBoxAccessible) WidgetAccessible ¶
func (recv *ListBoxAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ListBoxAccessibleClass ¶
type ListBoxAccessibleClass struct {
// contains filtered or unexported fields
}
ListBoxAccessibleClass is a wrapper around the C record GtkListBoxAccessibleClass.
func ListBoxAccessibleClassNewFromC ¶
func ListBoxAccessibleClassNewFromC(u unsafe.Pointer) *ListBoxAccessibleClass
func (*ListBoxAccessibleClass) ToC ¶
func (recv *ListBoxAccessibleClass) ToC() unsafe.Pointer
type ListBoxAccessiblePrivate ¶
type ListBoxAccessiblePrivate struct {
// contains filtered or unexported fields
}
ListBoxAccessiblePrivate is a wrapper around the C record GtkListBoxAccessiblePrivate.
func ListBoxAccessiblePrivateNewFromC ¶
func ListBoxAccessiblePrivateNewFromC(u unsafe.Pointer) *ListBoxAccessiblePrivate
func (*ListBoxAccessiblePrivate) ToC ¶
func (recv *ListBoxAccessiblePrivate) ToC() unsafe.Pointer
type ListBoxClass ¶
type ListBoxClass struct {
// contains filtered or unexported fields
}
ListBoxClass is a wrapper around the C record GtkListBoxClass.
func ListBoxClassNewFromC ¶
func ListBoxClassNewFromC(u unsafe.Pointer) *ListBoxClass
func (*ListBoxClass) ToC ¶
func (recv *ListBoxClass) ToC() unsafe.Pointer
type ListBoxRow ¶
type ListBoxRow struct {
// contains filtered or unexported fields
}
ListBoxRow is a wrapper around the C record GtkListBoxRow.
func CastToListBoxRow ¶
func CastToListBoxRow(object *gobject.Object) *ListBoxRow
CastToWidget down casts any arbitary Object to ListBoxRow. Exercise care, as this is a potentially dangerous function if the Object is not a ListBoxRow.
func ListBoxRowNewFromC ¶
func ListBoxRowNewFromC(u unsafe.Pointer) *ListBoxRow
func (*ListBoxRow) Actionable ¶
func (recv *ListBoxRow) Actionable() *Actionable
Actionable returns the Actionable interface implemented by ListBoxRow
func (*ListBoxRow) Buildable ¶
func (recv *ListBoxRow) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ListBoxRow
func (*ListBoxRow) Container ¶
func (recv *ListBoxRow) Container() *Container
Container upcasts to *Container
func (*ListBoxRow) ImplementorIface ¶
func (recv *ListBoxRow) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ListBoxRow
func (*ListBoxRow) InitiallyUnowned ¶
func (recv *ListBoxRow) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ListBoxRow) Object ¶
func (recv *ListBoxRow) Object() *gobject.Object
Object upcasts to *Object
func (*ListBoxRow) ToC ¶
func (recv *ListBoxRow) ToC() unsafe.Pointer
type ListBoxRowAccessible ¶
type ListBoxRowAccessible struct {
// contains filtered or unexported fields
}
ListBoxRowAccessible is a wrapper around the C record GtkListBoxRowAccessible.
func CastToListBoxRowAccessible ¶
func CastToListBoxRowAccessible(object *gobject.Object) *ListBoxRowAccessible
CastToWidget down casts any arbitary Object to ListBoxRowAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ListBoxRowAccessible.
func ListBoxRowAccessibleNewFromC ¶
func ListBoxRowAccessibleNewFromC(u unsafe.Pointer) *ListBoxRowAccessible
func (*ListBoxRowAccessible) Accessible ¶
func (recv *ListBoxRowAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ListBoxRowAccessible) Component ¶
func (recv *ListBoxRowAccessible) Component() *atk.Component
Component returns the Component interface implemented by ListBoxRowAccessible
func (*ListBoxRowAccessible) ContainerAccessible ¶
func (recv *ListBoxRowAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*ListBoxRowAccessible) Object ¶
func (recv *ListBoxRowAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ListBoxRowAccessible) ToC ¶
func (recv *ListBoxRowAccessible) ToC() unsafe.Pointer
func (*ListBoxRowAccessible) WidgetAccessible ¶
func (recv *ListBoxRowAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ListBoxRowAccessibleClass ¶
type ListBoxRowAccessibleClass struct {
// contains filtered or unexported fields
}
ListBoxRowAccessibleClass is a wrapper around the C record GtkListBoxRowAccessibleClass.
func ListBoxRowAccessibleClassNewFromC ¶
func ListBoxRowAccessibleClassNewFromC(u unsafe.Pointer) *ListBoxRowAccessibleClass
func (*ListBoxRowAccessibleClass) ToC ¶
func (recv *ListBoxRowAccessibleClass) ToC() unsafe.Pointer
type ListBoxRowClass ¶
type ListBoxRowClass struct {
// contains filtered or unexported fields
}
ListBoxRowClass is a wrapper around the C record GtkListBoxRowClass.
func ListBoxRowClassNewFromC ¶
func ListBoxRowClassNewFromC(u unsafe.Pointer) *ListBoxRowClass
func (*ListBoxRowClass) ToC ¶
func (recv *ListBoxRowClass) ToC() unsafe.Pointer
type ListBoxSignalActivateCursorRowCallback ¶
type ListBoxSignalActivateCursorRowCallback func()
ListBoxSignalActivateCursorRowCallback is a callback function for a 'activate-cursor-row' signal emitted from a ListBox.
type ListBoxSignalToggleCursorRowCallback ¶
type ListBoxSignalToggleCursorRowCallback func()
ListBoxSignalToggleCursorRowCallback is a callback function for a 'toggle-cursor-row' signal emitted from a ListBox.
type ListStore ¶
type ListStore struct {
// contains filtered or unexported fields
}
ListStore is a wrapper around the C record GtkListStore.
func CastToListStore ¶
CastToWidget down casts any arbitary Object to ListStore. Exercise care, as this is a potentially dangerous function if the Object is not a ListStore.
func ListStoreNewFromC ¶
func ListStoreNewv ¶
ListStoreNewv is a wrapper around the C function gtk_list_store_newv.
func (*ListStore) Clear ¶
func (recv *ListStore) Clear()
Clear is a wrapper around the C function gtk_list_store_clear.
func (*ListStore) InsertAfter ¶
InsertAfter is a wrapper around the C function gtk_list_store_insert_after.
func (*ListStore) InsertBefore ¶
InsertBefore is a wrapper around the C function gtk_list_store_insert_before.
func (*ListStore) SetColumnTypes ¶
SetColumnTypes is a wrapper around the C function gtk_list_store_set_column_types.
func (*ListStore) TreeDragDest ¶
func (recv *ListStore) TreeDragDest() *TreeDragDest
TreeDragDest returns the TreeDragDest interface implemented by ListStore
func (*ListStore) TreeDragSource ¶
func (recv *ListStore) TreeDragSource() *TreeDragSource
TreeDragSource returns the TreeDragSource interface implemented by ListStore
func (*ListStore) TreeSortable ¶
func (recv *ListStore) TreeSortable() *TreeSortable
TreeSortable returns the TreeSortable interface implemented by ListStore
type ListStoreClass ¶
type ListStoreClass struct {
// contains filtered or unexported fields
}
ListStoreClass is a wrapper around the C record GtkListStoreClass.
func ListStoreClassNewFromC ¶
func ListStoreClassNewFromC(u unsafe.Pointer) *ListStoreClass
func (*ListStoreClass) ToC ¶
func (recv *ListStoreClass) ToC() unsafe.Pointer
type ListStorePrivate ¶
type ListStorePrivate struct {
// contains filtered or unexported fields
}
ListStorePrivate is a wrapper around the C record GtkListStorePrivate.
func ListStorePrivateNewFromC ¶
func ListStorePrivateNewFromC(u unsafe.Pointer) *ListStorePrivate
func (*ListStorePrivate) ToC ¶
func (recv *ListStorePrivate) ToC() unsafe.Pointer
type LockButton ¶
type LockButton struct {
// contains filtered or unexported fields
}
LockButton is a wrapper around the C record GtkLockButton.
func CastToLockButton ¶
func CastToLockButton(object *gobject.Object) *LockButton
CastToWidget down casts any arbitary Object to LockButton. Exercise care, as this is a potentially dangerous function if the Object is not a LockButton.
func LockButtonNewFromC ¶
func LockButtonNewFromC(u unsafe.Pointer) *LockButton
func (*LockButton) Actionable ¶
func (recv *LockButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by LockButton
func (*LockButton) Activatable ¶
func (recv *LockButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by LockButton
func (*LockButton) Buildable ¶
func (recv *LockButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by LockButton
func (*LockButton) Container ¶
func (recv *LockButton) Container() *Container
Container upcasts to *Container
func (*LockButton) ImplementorIface ¶
func (recv *LockButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by LockButton
func (*LockButton) InitiallyUnowned ¶
func (recv *LockButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*LockButton) Object ¶
func (recv *LockButton) Object() *gobject.Object
Object upcasts to *Object
func (*LockButton) ToC ¶
func (recv *LockButton) ToC() unsafe.Pointer
type LockButtonAccessible ¶
type LockButtonAccessible struct {
// contains filtered or unexported fields
}
LockButtonAccessible is a wrapper around the C record GtkLockButtonAccessible.
func CastToLockButtonAccessible ¶
func CastToLockButtonAccessible(object *gobject.Object) *LockButtonAccessible
CastToWidget down casts any arbitary Object to LockButtonAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a LockButtonAccessible.
func LockButtonAccessibleNewFromC ¶
func LockButtonAccessibleNewFromC(u unsafe.Pointer) *LockButtonAccessible
func (*LockButtonAccessible) Accessible ¶
func (recv *LockButtonAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*LockButtonAccessible) Action ¶
func (recv *LockButtonAccessible) Action() *atk.Action
Action returns the Action interface implemented by LockButtonAccessible
func (*LockButtonAccessible) ButtonAccessible ¶
func (recv *LockButtonAccessible) ButtonAccessible() *ButtonAccessible
ButtonAccessible upcasts to *ButtonAccessible
func (*LockButtonAccessible) Component ¶
func (recv *LockButtonAccessible) Component() *atk.Component
Component returns the Component interface implemented by LockButtonAccessible
func (*LockButtonAccessible) ContainerAccessible ¶
func (recv *LockButtonAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*LockButtonAccessible) Image ¶
func (recv *LockButtonAccessible) Image() *atk.Image
Image returns the Image interface implemented by LockButtonAccessible
func (*LockButtonAccessible) Object ¶
func (recv *LockButtonAccessible) Object() *atk.Object
Object upcasts to *Object
func (*LockButtonAccessible) ToC ¶
func (recv *LockButtonAccessible) ToC() unsafe.Pointer
func (*LockButtonAccessible) WidgetAccessible ¶
func (recv *LockButtonAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type LockButtonAccessibleClass ¶
type LockButtonAccessibleClass struct {
// contains filtered or unexported fields
}
LockButtonAccessibleClass is a wrapper around the C record GtkLockButtonAccessibleClass.
func LockButtonAccessibleClassNewFromC ¶
func LockButtonAccessibleClassNewFromC(u unsafe.Pointer) *LockButtonAccessibleClass
func (*LockButtonAccessibleClass) ToC ¶
func (recv *LockButtonAccessibleClass) ToC() unsafe.Pointer
type LockButtonAccessiblePrivate ¶
type LockButtonAccessiblePrivate struct {
// contains filtered or unexported fields
}
LockButtonAccessiblePrivate is a wrapper around the C record GtkLockButtonAccessiblePrivate.
func LockButtonAccessiblePrivateNewFromC ¶
func LockButtonAccessiblePrivateNewFromC(u unsafe.Pointer) *LockButtonAccessiblePrivate
func (*LockButtonAccessiblePrivate) ToC ¶
func (recv *LockButtonAccessiblePrivate) ToC() unsafe.Pointer
type LockButtonClass ¶
type LockButtonClass struct {
// contains filtered or unexported fields
}
LockButtonClass is a wrapper around the C record GtkLockButtonClass.
func LockButtonClassNewFromC ¶
func LockButtonClassNewFromC(u unsafe.Pointer) *LockButtonClass
func (*LockButtonClass) ToC ¶
func (recv *LockButtonClass) ToC() unsafe.Pointer
type LockButtonPrivate ¶
type LockButtonPrivate struct {
// contains filtered or unexported fields
}
LockButtonPrivate is a wrapper around the C record GtkLockButtonPrivate.
func LockButtonPrivateNewFromC ¶
func LockButtonPrivateNewFromC(u unsafe.Pointer) *LockButtonPrivate
func (*LockButtonPrivate) ToC ¶
func (recv *LockButtonPrivate) ToC() unsafe.Pointer
type Menu ¶
type Menu struct {
// contains filtered or unexported fields
}
Menu is a wrapper around the C record GtkMenu.
func CastToMenu ¶
CastToWidget down casts any arbitary Object to Menu. Exercise care, as this is a potentially dangerous function if the Object is not a Menu.
func MenuNewFromC ¶
func (*Menu) Detach ¶
func (recv *Menu) Detach()
Detach is a wrapper around the C function gtk_menu_detach.
func (*Menu) GetAccelGroup ¶
func (recv *Menu) GetAccelGroup() *AccelGroup
GetAccelGroup is a wrapper around the C function gtk_menu_get_accel_group.
func (*Menu) GetAttachWidget ¶
GetAttachWidget is a wrapper around the C function gtk_menu_get_attach_widget.
func (*Menu) GetTearoffState ¶
GetTearoffState is a wrapper around the C function gtk_menu_get_tearoff_state.
func (*Menu) ImplementorIface ¶
func (recv *Menu) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Menu
func (*Menu) InitiallyUnowned ¶
func (recv *Menu) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Menu) Popdown ¶
func (recv *Menu) Popdown()
Popdown is a wrapper around the C function gtk_menu_popdown.
func (*Menu) ReorderChild ¶
ReorderChild is a wrapper around the C function gtk_menu_reorder_child.
func (*Menu) Reposition ¶
func (recv *Menu) Reposition()
Reposition is a wrapper around the C function gtk_menu_reposition.
func (*Menu) SetAccelGroup ¶
func (recv *Menu) SetAccelGroup(accelGroup *AccelGroup)
SetAccelGroup is a wrapper around the C function gtk_menu_set_accel_group.
func (*Menu) SetAccelPath ¶
SetAccelPath is a wrapper around the C function gtk_menu_set_accel_path.
func (*Menu) SetTearoffState ¶
SetTearoffState is a wrapper around the C function gtk_menu_set_tearoff_state.
type MenuAccessible ¶
type MenuAccessible struct {
// contains filtered or unexported fields
}
MenuAccessible is a wrapper around the C record GtkMenuAccessible.
func CastToMenuAccessible ¶
func CastToMenuAccessible(object *gobject.Object) *MenuAccessible
CastToWidget down casts any arbitary Object to MenuAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a MenuAccessible.
func MenuAccessibleNewFromC ¶
func MenuAccessibleNewFromC(u unsafe.Pointer) *MenuAccessible
func (*MenuAccessible) Accessible ¶
func (recv *MenuAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*MenuAccessible) Component ¶
func (recv *MenuAccessible) Component() *atk.Component
Component returns the Component interface implemented by MenuAccessible
func (*MenuAccessible) ContainerAccessible ¶
func (recv *MenuAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*MenuAccessible) MenuShellAccessible ¶
func (recv *MenuAccessible) MenuShellAccessible() *MenuShellAccessible
MenuShellAccessible upcasts to *MenuShellAccessible
func (*MenuAccessible) Object ¶
func (recv *MenuAccessible) Object() *atk.Object
Object upcasts to *Object
func (*MenuAccessible) Selection ¶
func (recv *MenuAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by MenuAccessible
func (*MenuAccessible) ToC ¶
func (recv *MenuAccessible) ToC() unsafe.Pointer
func (*MenuAccessible) WidgetAccessible ¶
func (recv *MenuAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type MenuAccessibleClass ¶
type MenuAccessibleClass struct {
// contains filtered or unexported fields
}
MenuAccessibleClass is a wrapper around the C record GtkMenuAccessibleClass.
func MenuAccessibleClassNewFromC ¶
func MenuAccessibleClassNewFromC(u unsafe.Pointer) *MenuAccessibleClass
func (*MenuAccessibleClass) ToC ¶
func (recv *MenuAccessibleClass) ToC() unsafe.Pointer
type MenuAccessiblePrivate ¶
type MenuAccessiblePrivate struct {
// contains filtered or unexported fields
}
MenuAccessiblePrivate is a wrapper around the C record GtkMenuAccessiblePrivate.
func MenuAccessiblePrivateNewFromC ¶
func MenuAccessiblePrivateNewFromC(u unsafe.Pointer) *MenuAccessiblePrivate
func (*MenuAccessiblePrivate) ToC ¶
func (recv *MenuAccessiblePrivate) ToC() unsafe.Pointer
type MenuBar ¶
type MenuBar struct {
// contains filtered or unexported fields
}
MenuBar is a wrapper around the C record GtkMenuBar.
func CastToMenuBar ¶
CastToWidget down casts any arbitary Object to MenuBar. Exercise care, as this is a potentially dangerous function if the Object is not a MenuBar.
func MenuBarNew ¶
func MenuBarNew() *MenuBar
MenuBarNew is a wrapper around the C function gtk_menu_bar_new.
func MenuBarNewFromC ¶
func (*MenuBar) ImplementorIface ¶
func (recv *MenuBar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by MenuBar
func (*MenuBar) InitiallyUnowned ¶
func (recv *MenuBar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type MenuBarClass ¶
type MenuBarClass struct {
// contains filtered or unexported fields
}
MenuBarClass is a wrapper around the C record GtkMenuBarClass.
func MenuBarClassNewFromC ¶
func MenuBarClassNewFromC(u unsafe.Pointer) *MenuBarClass
func (*MenuBarClass) ToC ¶
func (recv *MenuBarClass) ToC() unsafe.Pointer
type MenuBarPrivate ¶
type MenuBarPrivate struct {
// contains filtered or unexported fields
}
MenuBarPrivate is a wrapper around the C record GtkMenuBarPrivate.
func MenuBarPrivateNewFromC ¶
func MenuBarPrivateNewFromC(u unsafe.Pointer) *MenuBarPrivate
func (*MenuBarPrivate) ToC ¶
func (recv *MenuBarPrivate) ToC() unsafe.Pointer
type MenuButton ¶
type MenuButton struct {
// contains filtered or unexported fields
}
MenuButton is a wrapper around the C record GtkMenuButton.
func CastToMenuButton ¶
func CastToMenuButton(object *gobject.Object) *MenuButton
CastToWidget down casts any arbitary Object to MenuButton. Exercise care, as this is a potentially dangerous function if the Object is not a MenuButton.
func MenuButtonNewFromC ¶
func MenuButtonNewFromC(u unsafe.Pointer) *MenuButton
func (*MenuButton) Actionable ¶
func (recv *MenuButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by MenuButton
func (*MenuButton) Activatable ¶
func (recv *MenuButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by MenuButton
func (*MenuButton) Buildable ¶
func (recv *MenuButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by MenuButton
func (*MenuButton) Container ¶
func (recv *MenuButton) Container() *Container
Container upcasts to *Container
func (*MenuButton) ImplementorIface ¶
func (recv *MenuButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by MenuButton
func (*MenuButton) InitiallyUnowned ¶
func (recv *MenuButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*MenuButton) Object ¶
func (recv *MenuButton) Object() *gobject.Object
Object upcasts to *Object
func (*MenuButton) ToC ¶
func (recv *MenuButton) ToC() unsafe.Pointer
func (*MenuButton) ToggleButton ¶
func (recv *MenuButton) ToggleButton() *ToggleButton
ToggleButton upcasts to *ToggleButton
type MenuButtonAccessible ¶
type MenuButtonAccessible struct {
// contains filtered or unexported fields
}
MenuButtonAccessible is a wrapper around the C record GtkMenuButtonAccessible.
func CastToMenuButtonAccessible ¶
func CastToMenuButtonAccessible(object *gobject.Object) *MenuButtonAccessible
CastToWidget down casts any arbitary Object to MenuButtonAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a MenuButtonAccessible.
func MenuButtonAccessibleNewFromC ¶
func MenuButtonAccessibleNewFromC(u unsafe.Pointer) *MenuButtonAccessible
func (*MenuButtonAccessible) Accessible ¶
func (recv *MenuButtonAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*MenuButtonAccessible) Action ¶
func (recv *MenuButtonAccessible) Action() *atk.Action
Action returns the Action interface implemented by MenuButtonAccessible
func (*MenuButtonAccessible) ButtonAccessible ¶
func (recv *MenuButtonAccessible) ButtonAccessible() *ButtonAccessible
ButtonAccessible upcasts to *ButtonAccessible
func (*MenuButtonAccessible) Component ¶
func (recv *MenuButtonAccessible) Component() *atk.Component
Component returns the Component interface implemented by MenuButtonAccessible
func (*MenuButtonAccessible) ContainerAccessible ¶
func (recv *MenuButtonAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*MenuButtonAccessible) Image ¶
func (recv *MenuButtonAccessible) Image() *atk.Image
Image returns the Image interface implemented by MenuButtonAccessible
func (*MenuButtonAccessible) Object ¶
func (recv *MenuButtonAccessible) Object() *atk.Object
Object upcasts to *Object
func (*MenuButtonAccessible) ToC ¶
func (recv *MenuButtonAccessible) ToC() unsafe.Pointer
func (*MenuButtonAccessible) ToggleButtonAccessible ¶
func (recv *MenuButtonAccessible) ToggleButtonAccessible() *ToggleButtonAccessible
ToggleButtonAccessible upcasts to *ToggleButtonAccessible
func (*MenuButtonAccessible) WidgetAccessible ¶
func (recv *MenuButtonAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type MenuButtonAccessibleClass ¶
type MenuButtonAccessibleClass struct {
// contains filtered or unexported fields
}
MenuButtonAccessibleClass is a wrapper around the C record GtkMenuButtonAccessibleClass.
func MenuButtonAccessibleClassNewFromC ¶
func MenuButtonAccessibleClassNewFromC(u unsafe.Pointer) *MenuButtonAccessibleClass
func (*MenuButtonAccessibleClass) ToC ¶
func (recv *MenuButtonAccessibleClass) ToC() unsafe.Pointer
type MenuButtonAccessiblePrivate ¶
type MenuButtonAccessiblePrivate struct {
// contains filtered or unexported fields
}
MenuButtonAccessiblePrivate is a wrapper around the C record GtkMenuButtonAccessiblePrivate.
func MenuButtonAccessiblePrivateNewFromC ¶
func MenuButtonAccessiblePrivateNewFromC(u unsafe.Pointer) *MenuButtonAccessiblePrivate
func (*MenuButtonAccessiblePrivate) ToC ¶
func (recv *MenuButtonAccessiblePrivate) ToC() unsafe.Pointer
type MenuButtonClass ¶
type MenuButtonClass struct {
// contains filtered or unexported fields
}
MenuButtonClass is a wrapper around the C record GtkMenuButtonClass.
func MenuButtonClassNewFromC ¶
func MenuButtonClassNewFromC(u unsafe.Pointer) *MenuButtonClass
func (*MenuButtonClass) ToC ¶
func (recv *MenuButtonClass) ToC() unsafe.Pointer
type MenuButtonPrivate ¶
type MenuButtonPrivate struct {
// contains filtered or unexported fields
}
MenuButtonPrivate is a wrapper around the C record GtkMenuButtonPrivate.
func MenuButtonPrivateNewFromC ¶
func MenuButtonPrivateNewFromC(u unsafe.Pointer) *MenuButtonPrivate
func (*MenuButtonPrivate) ToC ¶
func (recv *MenuButtonPrivate) ToC() unsafe.Pointer
type MenuClass ¶
type MenuClass struct {
// contains filtered or unexported fields
}
MenuClass is a wrapper around the C record GtkMenuClass.
func MenuClassNewFromC ¶
type MenuDirectionType ¶
type MenuDirectionType C.GtkMenuDirectionType
const ( GTK_MENU_DIR_PARENT MenuDirectionType = 0 GTK_MENU_DIR_CHILD MenuDirectionType = 1 GTK_MENU_DIR_NEXT MenuDirectionType = 2 GTK_MENU_DIR_PREV MenuDirectionType = 3 )
type MenuItem ¶
type MenuItem struct {
// contains filtered or unexported fields
}
MenuItem is a wrapper around the C record GtkMenuItem.
func CastToMenuItem ¶
CastToWidget down casts any arbitary Object to MenuItem. Exercise care, as this is a potentially dangerous function if the Object is not a MenuItem.
func MenuItemNew ¶
func MenuItemNew() *MenuItem
MenuItemNew is a wrapper around the C function gtk_menu_item_new.
func MenuItemNewFromC ¶
func MenuItemNewWithLabel ¶
MenuItemNewWithLabel is a wrapper around the C function gtk_menu_item_new_with_label.
func MenuItemNewWithMnemonic ¶
MenuItemNewWithMnemonic is a wrapper around the C function gtk_menu_item_new_with_mnemonic.
func (*MenuItem) Actionable ¶
func (recv *MenuItem) Actionable() *Actionable
Actionable returns the Actionable interface implemented by MenuItem
func (*MenuItem) Activatable ¶
func (recv *MenuItem) Activatable() *Activatable
Activatable returns the Activatable interface implemented by MenuItem
func (*MenuItem) Activate ¶
func (recv *MenuItem) Activate()
Activate is a wrapper around the C function gtk_menu_item_activate.
func (*MenuItem) ConnectActivate ¶
func (recv *MenuItem) ConnectActivate(callback MenuItemSignalActivateCallback) int
ConnectActivate connects the callback to the 'activate' signal for the MenuItem.
The returned value represents the connection, and may be passed to DisconnectActivate to remove it.
func (*MenuItem) ConnectActivateItem ¶
func (recv *MenuItem) ConnectActivateItem(callback MenuItemSignalActivateItemCallback) int
ConnectActivateItem connects the callback to the 'activate-item' signal for the MenuItem.
The returned value represents the connection, and may be passed to DisconnectActivateItem to remove it.
func (*MenuItem) ConnectDeselect ¶
func (recv *MenuItem) ConnectDeselect(callback MenuItemSignalDeselectCallback) int
ConnectDeselect connects the callback to the 'deselect' signal for the MenuItem.
The returned value represents the connection, and may be passed to DisconnectDeselect to remove it.
func (*MenuItem) ConnectSelect ¶
func (recv *MenuItem) ConnectSelect(callback MenuItemSignalSelectCallback) int
ConnectSelect connects the callback to the 'select' signal for the MenuItem.
The returned value represents the connection, and may be passed to DisconnectSelect to remove it.
func (*MenuItem) Deselect ¶
func (recv *MenuItem) Deselect()
Deselect is a wrapper around the C function gtk_menu_item_deselect.
func (*MenuItem) DisconnectActivate ¶
DisconnectActivate disconnects a callback from the 'activate' signal for the MenuItem.
The connectionID should be a value returned from a call to ConnectActivate.
func (*MenuItem) DisconnectActivateItem ¶
DisconnectActivateItem disconnects a callback from the 'activate-item' signal for the MenuItem.
The connectionID should be a value returned from a call to ConnectActivateItem.
func (*MenuItem) DisconnectDeselect ¶
DisconnectDeselect disconnects a callback from the 'deselect' signal for the MenuItem.
The connectionID should be a value returned from a call to ConnectDeselect.
func (*MenuItem) DisconnectSelect ¶
DisconnectSelect disconnects a callback from the 'select' signal for the MenuItem.
The connectionID should be a value returned from a call to ConnectSelect.
func (*MenuItem) GetRightJustified ¶
GetRightJustified is a wrapper around the C function gtk_menu_item_get_right_justified.
func (*MenuItem) GetSubmenu ¶
GetSubmenu is a wrapper around the C function gtk_menu_item_get_submenu.
func (*MenuItem) ImplementorIface ¶
func (recv *MenuItem) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by MenuItem
func (*MenuItem) InitiallyUnowned ¶
func (recv *MenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*MenuItem) Select ¶
func (recv *MenuItem) Select()
Select is a wrapper around the C function gtk_menu_item_select.
func (*MenuItem) SetAccelPath ¶
SetAccelPath is a wrapper around the C function gtk_menu_item_set_accel_path.
func (*MenuItem) SetRightJustified ¶
SetRightJustified is a wrapper around the C function gtk_menu_item_set_right_justified.
func (*MenuItem) SetSubmenu ¶
SetSubmenu is a wrapper around the C function gtk_menu_item_set_submenu.
func (*MenuItem) ToggleSizeAllocate ¶
ToggleSizeAllocate is a wrapper around the C function gtk_menu_item_toggle_size_allocate.
func (*MenuItem) ToggleSizeRequest ¶
ToggleSizeRequest is a wrapper around the C function gtk_menu_item_toggle_size_request.
type MenuItemAccessible ¶
type MenuItemAccessible struct {
// contains filtered or unexported fields
}
MenuItemAccessible is a wrapper around the C record GtkMenuItemAccessible.
func CastToMenuItemAccessible ¶
func CastToMenuItemAccessible(object *gobject.Object) *MenuItemAccessible
CastToWidget down casts any arbitary Object to MenuItemAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a MenuItemAccessible.
func MenuItemAccessibleNewFromC ¶
func MenuItemAccessibleNewFromC(u unsafe.Pointer) *MenuItemAccessible
func (*MenuItemAccessible) Accessible ¶
func (recv *MenuItemAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*MenuItemAccessible) Action ¶
func (recv *MenuItemAccessible) Action() *atk.Action
Action returns the Action interface implemented by MenuItemAccessible
func (*MenuItemAccessible) Component ¶
func (recv *MenuItemAccessible) Component() *atk.Component
Component returns the Component interface implemented by MenuItemAccessible
func (*MenuItemAccessible) ContainerAccessible ¶
func (recv *MenuItemAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*MenuItemAccessible) Object ¶
func (recv *MenuItemAccessible) Object() *atk.Object
Object upcasts to *Object
func (*MenuItemAccessible) Selection ¶
func (recv *MenuItemAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by MenuItemAccessible
func (*MenuItemAccessible) ToC ¶
func (recv *MenuItemAccessible) ToC() unsafe.Pointer
func (*MenuItemAccessible) WidgetAccessible ¶
func (recv *MenuItemAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type MenuItemAccessibleClass ¶
type MenuItemAccessibleClass struct {
// contains filtered or unexported fields
}
MenuItemAccessibleClass is a wrapper around the C record GtkMenuItemAccessibleClass.
func MenuItemAccessibleClassNewFromC ¶
func MenuItemAccessibleClassNewFromC(u unsafe.Pointer) *MenuItemAccessibleClass
func (*MenuItemAccessibleClass) ToC ¶
func (recv *MenuItemAccessibleClass) ToC() unsafe.Pointer
type MenuItemAccessiblePrivate ¶
type MenuItemAccessiblePrivate struct {
// contains filtered or unexported fields
}
MenuItemAccessiblePrivate is a wrapper around the C record GtkMenuItemAccessiblePrivate.
func MenuItemAccessiblePrivateNewFromC ¶
func MenuItemAccessiblePrivateNewFromC(u unsafe.Pointer) *MenuItemAccessiblePrivate
func (*MenuItemAccessiblePrivate) ToC ¶
func (recv *MenuItemAccessiblePrivate) ToC() unsafe.Pointer
type MenuItemClass ¶
type MenuItemClass struct {
// contains filtered or unexported fields
}
MenuItemClass is a wrapper around the C record GtkMenuItemClass.
func MenuItemClassNewFromC ¶
func MenuItemClassNewFromC(u unsafe.Pointer) *MenuItemClass
func (*MenuItemClass) ToC ¶
func (recv *MenuItemClass) ToC() unsafe.Pointer
type MenuItemPrivate ¶
type MenuItemPrivate struct {
// contains filtered or unexported fields
}
MenuItemPrivate is a wrapper around the C record GtkMenuItemPrivate.
func MenuItemPrivateNewFromC ¶
func MenuItemPrivateNewFromC(u unsafe.Pointer) *MenuItemPrivate
func (*MenuItemPrivate) ToC ¶
func (recv *MenuItemPrivate) ToC() unsafe.Pointer
type MenuItemSignalActivateCallback ¶
type MenuItemSignalActivateCallback func()
MenuItemSignalActivateCallback is a callback function for a 'activate' signal emitted from a MenuItem.
type MenuItemSignalActivateItemCallback ¶
type MenuItemSignalActivateItemCallback func()
MenuItemSignalActivateItemCallback is a callback function for a 'activate-item' signal emitted from a MenuItem.
type MenuItemSignalDeselectCallback ¶
type MenuItemSignalDeselectCallback func()
MenuItemSignalDeselectCallback is a callback function for a 'deselect' signal emitted from a MenuItem.
type MenuItemSignalSelectCallback ¶
type MenuItemSignalSelectCallback func()
MenuItemSignalSelectCallback is a callback function for a 'select' signal emitted from a MenuItem.
type MenuPrivate ¶
type MenuPrivate struct {
// contains filtered or unexported fields
}
MenuPrivate is a wrapper around the C record GtkMenuPrivate.
func MenuPrivateNewFromC ¶
func MenuPrivateNewFromC(u unsafe.Pointer) *MenuPrivate
func (*MenuPrivate) ToC ¶
func (recv *MenuPrivate) ToC() unsafe.Pointer
type MenuShell ¶
type MenuShell struct {
// contains filtered or unexported fields
}
MenuShell is a wrapper around the C record GtkMenuShell.
func CastToMenuShell ¶
CastToWidget down casts any arbitary Object to MenuShell. Exercise care, as this is a potentially dangerous function if the Object is not a MenuShell.
func MenuShellNewFromC ¶
func (*MenuShell) ActivateItem ¶
ActivateItem is a wrapper around the C function gtk_menu_shell_activate_item.
func (*MenuShell) ConnectActivateCurrent ¶
func (recv *MenuShell) ConnectActivateCurrent(callback MenuShellSignalActivateCurrentCallback) int
ConnectActivateCurrent connects the callback to the 'activate-current' signal for the MenuShell.
The returned value represents the connection, and may be passed to DisconnectActivateCurrent to remove it.
func (*MenuShell) ConnectCancel ¶
func (recv *MenuShell) ConnectCancel(callback MenuShellSignalCancelCallback) int
ConnectCancel connects the callback to the 'cancel' signal for the MenuShell.
The returned value represents the connection, and may be passed to DisconnectCancel to remove it.
func (*MenuShell) ConnectDeactivate ¶
func (recv *MenuShell) ConnectDeactivate(callback MenuShellSignalDeactivateCallback) int
ConnectDeactivate connects the callback to the 'deactivate' signal for the MenuShell.
The returned value represents the connection, and may be passed to DisconnectDeactivate to remove it.
func (*MenuShell) ConnectSelectionDone ¶
func (recv *MenuShell) ConnectSelectionDone(callback MenuShellSignalSelectionDoneCallback) int
ConnectSelectionDone connects the callback to the 'selection-done' signal for the MenuShell.
The returned value represents the connection, and may be passed to DisconnectSelectionDone to remove it.
func (*MenuShell) Deactivate ¶
func (recv *MenuShell) Deactivate()
Deactivate is a wrapper around the C function gtk_menu_shell_deactivate.
func (*MenuShell) Deselect ¶
func (recv *MenuShell) Deselect()
Deselect is a wrapper around the C function gtk_menu_shell_deselect.
func (*MenuShell) DisconnectActivateCurrent ¶
DisconnectActivateCurrent disconnects a callback from the 'activate-current' signal for the MenuShell.
The connectionID should be a value returned from a call to ConnectActivateCurrent.
func (*MenuShell) DisconnectCancel ¶
DisconnectCancel disconnects a callback from the 'cancel' signal for the MenuShell.
The connectionID should be a value returned from a call to ConnectCancel.
func (*MenuShell) DisconnectDeactivate ¶
DisconnectDeactivate disconnects a callback from the 'deactivate' signal for the MenuShell.
The connectionID should be a value returned from a call to ConnectDeactivate.
func (*MenuShell) DisconnectSelectionDone ¶
DisconnectSelectionDone disconnects a callback from the 'selection-done' signal for the MenuShell.
The connectionID should be a value returned from a call to ConnectSelectionDone.
func (*MenuShell) ImplementorIface ¶
func (recv *MenuShell) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by MenuShell
func (*MenuShell) InitiallyUnowned ¶
func (recv *MenuShell) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*MenuShell) SelectItem ¶
SelectItem is a wrapper around the C function gtk_menu_shell_select_item.
type MenuShellAccessible ¶
type MenuShellAccessible struct {
// contains filtered or unexported fields
}
MenuShellAccessible is a wrapper around the C record GtkMenuShellAccessible.
func CastToMenuShellAccessible ¶
func CastToMenuShellAccessible(object *gobject.Object) *MenuShellAccessible
CastToWidget down casts any arbitary Object to MenuShellAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a MenuShellAccessible.
func MenuShellAccessibleNewFromC ¶
func MenuShellAccessibleNewFromC(u unsafe.Pointer) *MenuShellAccessible
func (*MenuShellAccessible) Accessible ¶
func (recv *MenuShellAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*MenuShellAccessible) Component ¶
func (recv *MenuShellAccessible) Component() *atk.Component
Component returns the Component interface implemented by MenuShellAccessible
func (*MenuShellAccessible) ContainerAccessible ¶
func (recv *MenuShellAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*MenuShellAccessible) Object ¶
func (recv *MenuShellAccessible) Object() *atk.Object
Object upcasts to *Object
func (*MenuShellAccessible) Selection ¶
func (recv *MenuShellAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by MenuShellAccessible
func (*MenuShellAccessible) ToC ¶
func (recv *MenuShellAccessible) ToC() unsafe.Pointer
func (*MenuShellAccessible) WidgetAccessible ¶
func (recv *MenuShellAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type MenuShellAccessibleClass ¶
type MenuShellAccessibleClass struct {
// contains filtered or unexported fields
}
MenuShellAccessibleClass is a wrapper around the C record GtkMenuShellAccessibleClass.
func MenuShellAccessibleClassNewFromC ¶
func MenuShellAccessibleClassNewFromC(u unsafe.Pointer) *MenuShellAccessibleClass
func (*MenuShellAccessibleClass) ToC ¶
func (recv *MenuShellAccessibleClass) ToC() unsafe.Pointer
type MenuShellAccessiblePrivate ¶
type MenuShellAccessiblePrivate struct {
// contains filtered or unexported fields
}
MenuShellAccessiblePrivate is a wrapper around the C record GtkMenuShellAccessiblePrivate.
func MenuShellAccessiblePrivateNewFromC ¶
func MenuShellAccessiblePrivateNewFromC(u unsafe.Pointer) *MenuShellAccessiblePrivate
func (*MenuShellAccessiblePrivate) ToC ¶
func (recv *MenuShellAccessiblePrivate) ToC() unsafe.Pointer
type MenuShellClass ¶
type MenuShellClass struct {
// contains filtered or unexported fields
}
MenuShellClass is a wrapper around the C record GtkMenuShellClass.
func MenuShellClassNewFromC ¶
func MenuShellClassNewFromC(u unsafe.Pointer) *MenuShellClass
func (*MenuShellClass) ToC ¶
func (recv *MenuShellClass) ToC() unsafe.Pointer
type MenuShellPrivate ¶
type MenuShellPrivate struct {
// contains filtered or unexported fields
}
MenuShellPrivate is a wrapper around the C record GtkMenuShellPrivate.
func MenuShellPrivateNewFromC ¶
func MenuShellPrivateNewFromC(u unsafe.Pointer) *MenuShellPrivate
func (*MenuShellPrivate) ToC ¶
func (recv *MenuShellPrivate) ToC() unsafe.Pointer
type MenuShellSignalActivateCurrentCallback ¶
type MenuShellSignalActivateCurrentCallback func(forceHide bool)
MenuShellSignalActivateCurrentCallback is a callback function for a 'activate-current' signal emitted from a MenuShell.
type MenuShellSignalCancelCallback ¶
type MenuShellSignalCancelCallback func()
MenuShellSignalCancelCallback is a callback function for a 'cancel' signal emitted from a MenuShell.
type MenuShellSignalDeactivateCallback ¶
type MenuShellSignalDeactivateCallback func()
MenuShellSignalDeactivateCallback is a callback function for a 'deactivate' signal emitted from a MenuShell.
type MenuShellSignalSelectionDoneCallback ¶
type MenuShellSignalSelectionDoneCallback func()
MenuShellSignalSelectionDoneCallback is a callback function for a 'selection-done' signal emitted from a MenuShell.
type MenuToolButton ¶
type MenuToolButton struct {
// contains filtered or unexported fields
}
MenuToolButton is a wrapper around the C record GtkMenuToolButton.
func CastToMenuToolButton ¶
func CastToMenuToolButton(object *gobject.Object) *MenuToolButton
CastToWidget down casts any arbitary Object to MenuToolButton. Exercise care, as this is a potentially dangerous function if the Object is not a MenuToolButton.
func MenuToolButtonNewFromC ¶
func MenuToolButtonNewFromC(u unsafe.Pointer) *MenuToolButton
func (*MenuToolButton) Actionable ¶
func (recv *MenuToolButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by MenuToolButton
func (*MenuToolButton) Activatable ¶
func (recv *MenuToolButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by MenuToolButton
func (*MenuToolButton) Buildable ¶
func (recv *MenuToolButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by MenuToolButton
func (*MenuToolButton) ConnectShowMenu ¶
func (recv *MenuToolButton) ConnectShowMenu(callback MenuToolButtonSignalShowMenuCallback) int
ConnectShowMenu connects the callback to the 'show-menu' signal for the MenuToolButton.
The returned value represents the connection, and may be passed to DisconnectShowMenu to remove it.
func (*MenuToolButton) Container ¶
func (recv *MenuToolButton) Container() *Container
Container upcasts to *Container
func (*MenuToolButton) DisconnectShowMenu ¶
func (recv *MenuToolButton) DisconnectShowMenu(connectionID int)
DisconnectShowMenu disconnects a callback from the 'show-menu' signal for the MenuToolButton.
The connectionID should be a value returned from a call to ConnectShowMenu.
func (*MenuToolButton) ImplementorIface ¶
func (recv *MenuToolButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by MenuToolButton
func (*MenuToolButton) InitiallyUnowned ¶
func (recv *MenuToolButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*MenuToolButton) Object ¶
func (recv *MenuToolButton) Object() *gobject.Object
Object upcasts to *Object
func (*MenuToolButton) ToC ¶
func (recv *MenuToolButton) ToC() unsafe.Pointer
func (*MenuToolButton) ToolButton ¶
func (recv *MenuToolButton) ToolButton() *ToolButton
ToolButton upcasts to *ToolButton
func (*MenuToolButton) ToolItem ¶
func (recv *MenuToolButton) ToolItem() *ToolItem
ToolItem upcasts to *ToolItem
func (*MenuToolButton) Widget ¶
func (recv *MenuToolButton) Widget() *Widget
Widget upcasts to *Widget
type MenuToolButtonClass ¶
type MenuToolButtonClass struct {
// contains filtered or unexported fields
}
MenuToolButtonClass is a wrapper around the C record GtkMenuToolButtonClass.
func MenuToolButtonClassNewFromC ¶
func MenuToolButtonClassNewFromC(u unsafe.Pointer) *MenuToolButtonClass
func (*MenuToolButtonClass) ToC ¶
func (recv *MenuToolButtonClass) ToC() unsafe.Pointer
type MenuToolButtonPrivate ¶
type MenuToolButtonPrivate struct {
// contains filtered or unexported fields
}
MenuToolButtonPrivate is a wrapper around the C record GtkMenuToolButtonPrivate.
func MenuToolButtonPrivateNewFromC ¶
func MenuToolButtonPrivateNewFromC(u unsafe.Pointer) *MenuToolButtonPrivate
func (*MenuToolButtonPrivate) ToC ¶
func (recv *MenuToolButtonPrivate) ToC() unsafe.Pointer
type MenuToolButtonSignalShowMenuCallback ¶
type MenuToolButtonSignalShowMenuCallback func()
MenuToolButtonSignalShowMenuCallback is a callback function for a 'show-menu' signal emitted from a MenuToolButton.
type MessageDialog ¶
type MessageDialog struct {
// contains filtered or unexported fields
}
MessageDialog is a wrapper around the C record GtkMessageDialog.
func CastToMessageDialog ¶
func CastToMessageDialog(object *gobject.Object) *MessageDialog
CastToWidget down casts any arbitary Object to MessageDialog. Exercise care, as this is a potentially dangerous function if the Object is not a MessageDialog.
func MessageDialogNewFromC ¶
func MessageDialogNewFromC(u unsafe.Pointer) *MessageDialog
func (*MessageDialog) Buildable ¶
func (recv *MessageDialog) Buildable() *Buildable
Buildable returns the Buildable interface implemented by MessageDialog
func (*MessageDialog) Container ¶
func (recv *MessageDialog) Container() *Container
Container upcasts to *Container
func (*MessageDialog) Dialog ¶
func (recv *MessageDialog) Dialog() *Dialog
Dialog upcasts to *Dialog
func (*MessageDialog) ImplementorIface ¶
func (recv *MessageDialog) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by MessageDialog
func (*MessageDialog) InitiallyUnowned ¶
func (recv *MessageDialog) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*MessageDialog) Object ¶
func (recv *MessageDialog) Object() *gobject.Object
Object upcasts to *Object
func (*MessageDialog) ToC ¶
func (recv *MessageDialog) ToC() unsafe.Pointer
func (*MessageDialog) Widget ¶
func (recv *MessageDialog) Widget() *Widget
Widget upcasts to *Widget
func (*MessageDialog) Window ¶
func (recv *MessageDialog) Window() *Window
Window upcasts to *Window
type MessageDialogClass ¶
type MessageDialogClass struct {
// contains filtered or unexported fields
}
MessageDialogClass is a wrapper around the C record GtkMessageDialogClass.
func MessageDialogClassNewFromC ¶
func MessageDialogClassNewFromC(u unsafe.Pointer) *MessageDialogClass
func (*MessageDialogClass) ToC ¶
func (recv *MessageDialogClass) ToC() unsafe.Pointer
type MessageDialogPrivate ¶
type MessageDialogPrivate struct {
// contains filtered or unexported fields
}
MessageDialogPrivate is a wrapper around the C record GtkMessageDialogPrivate.
func MessageDialogPrivateNewFromC ¶
func MessageDialogPrivateNewFromC(u unsafe.Pointer) *MessageDialogPrivate
func (*MessageDialogPrivate) ToC ¶
func (recv *MessageDialogPrivate) ToC() unsafe.Pointer
type MessageType ¶
type MessageType C.GtkMessageType
const ( GTK_MESSAGE_INFO MessageType = 0 GTK_MESSAGE_WARNING MessageType = 1 GTK_MESSAGE_QUESTION MessageType = 2 GTK_MESSAGE_ERROR MessageType = 3 GTK_MESSAGE_OTHER MessageType = 4 )
type Misc ¶
type Misc struct {
// contains filtered or unexported fields
}
Misc is a wrapper around the C record GtkMisc.
func CastToMisc ¶
CastToWidget down casts any arbitary Object to Misc. Exercise care, as this is a potentially dangerous function if the Object is not a Misc.
func MiscNewFromC ¶
func (*Misc) GetAlignment ¶
GetAlignment is a wrapper around the C function gtk_misc_get_alignment.
func (*Misc) GetPadding ¶
GetPadding is a wrapper around the C function gtk_misc_get_padding.
func (*Misc) ImplementorIface ¶
func (recv *Misc) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Misc
func (*Misc) InitiallyUnowned ¶
func (recv *Misc) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Misc) SetAlignment ¶
SetAlignment is a wrapper around the C function gtk_misc_set_alignment.
func (*Misc) SetPadding ¶
SetPadding is a wrapper around the C function gtk_misc_set_padding.
type MiscClass ¶
type MiscClass struct {
// contains filtered or unexported fields
}
MiscClass is a wrapper around the C record GtkMiscClass.
func MiscClassNewFromC ¶
type MiscPrivate ¶
type MiscPrivate struct {
// contains filtered or unexported fields
}
MiscPrivate is a wrapper around the C record GtkMiscPrivate.
func MiscPrivateNewFromC ¶
func MiscPrivateNewFromC(u unsafe.Pointer) *MiscPrivate
func (*MiscPrivate) ToC ¶
func (recv *MiscPrivate) ToC() unsafe.Pointer
type ModelButton ¶
type ModelButton struct {
// contains filtered or unexported fields
}
ModelButton is a wrapper around the C record GtkModelButton.
func CastToModelButton ¶
func CastToModelButton(object *gobject.Object) *ModelButton
CastToWidget down casts any arbitary Object to ModelButton. Exercise care, as this is a potentially dangerous function if the Object is not a ModelButton.
func ModelButtonNewFromC ¶
func ModelButtonNewFromC(u unsafe.Pointer) *ModelButton
func (*ModelButton) Actionable ¶
func (recv *ModelButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by ModelButton
func (*ModelButton) Activatable ¶
func (recv *ModelButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by ModelButton
func (*ModelButton) Buildable ¶
func (recv *ModelButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ModelButton
func (*ModelButton) Container ¶
func (recv *ModelButton) Container() *Container
Container upcasts to *Container
func (*ModelButton) ImplementorIface ¶
func (recv *ModelButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ModelButton
func (*ModelButton) InitiallyUnowned ¶
func (recv *ModelButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ModelButton) Object ¶
func (recv *ModelButton) Object() *gobject.Object
Object upcasts to *Object
func (*ModelButton) ToC ¶
func (recv *ModelButton) ToC() unsafe.Pointer
type MountOperation ¶
type MountOperation struct {
// contains filtered or unexported fields
}
MountOperation is a wrapper around the C record GtkMountOperation.
func CastToMountOperation ¶
func CastToMountOperation(object *gobject.Object) *MountOperation
CastToWidget down casts any arbitary Object to MountOperation. Exercise care, as this is a potentially dangerous function if the Object is not a MountOperation.
func MountOperationNewFromC ¶
func MountOperationNewFromC(u unsafe.Pointer) *MountOperation
func (*MountOperation) MountOperation ¶
func (recv *MountOperation) MountOperation() *gio.MountOperation
MountOperation upcasts to *MountOperation
func (*MountOperation) Object ¶
func (recv *MountOperation) Object() *gobject.Object
Object upcasts to *Object
func (*MountOperation) ToC ¶
func (recv *MountOperation) ToC() unsafe.Pointer
type MountOperationClass ¶
type MountOperationClass struct {
// contains filtered or unexported fields
}
MountOperationClass is a wrapper around the C record GtkMountOperationClass.
func MountOperationClassNewFromC ¶
func MountOperationClassNewFromC(u unsafe.Pointer) *MountOperationClass
func (*MountOperationClass) ToC ¶
func (recv *MountOperationClass) ToC() unsafe.Pointer
type MountOperationPrivate ¶
type MountOperationPrivate struct {
// contains filtered or unexported fields
}
MountOperationPrivate is a wrapper around the C record GtkMountOperationPrivate.
func MountOperationPrivateNewFromC ¶
func MountOperationPrivateNewFromC(u unsafe.Pointer) *MountOperationPrivate
func (*MountOperationPrivate) ToC ¶
func (recv *MountOperationPrivate) ToC() unsafe.Pointer
type MovementStep ¶
type MovementStep C.GtkMovementStep
const ( GTK_MOVEMENT_LOGICAL_POSITIONS MovementStep = 0 GTK_MOVEMENT_VISUAL_POSITIONS MovementStep = 1 GTK_MOVEMENT_WORDS MovementStep = 2 GTK_MOVEMENT_DISPLAY_LINES MovementStep = 3 GTK_MOVEMENT_DISPLAY_LINE_ENDS MovementStep = 4 GTK_MOVEMENT_PARAGRAPHS MovementStep = 5 GTK_MOVEMENT_PARAGRAPH_ENDS MovementStep = 6 GTK_MOVEMENT_PAGES MovementStep = 7 GTK_MOVEMENT_BUFFER_ENDS MovementStep = 8 GTK_MOVEMENT_HORIZONTAL_PAGES MovementStep = 9 )
type Notebook ¶
type Notebook struct {
// contains filtered or unexported fields
}
Notebook is a wrapper around the C record GtkNotebook.
func CastToNotebook ¶
CastToWidget down casts any arbitary Object to Notebook. Exercise care, as this is a potentially dangerous function if the Object is not a Notebook.
func NotebookNew ¶
func NotebookNew() *Notebook
NotebookNew is a wrapper around the C function gtk_notebook_new.
func NotebookNewFromC ¶
func (*Notebook) AppendPage ¶
AppendPage is a wrapper around the C function gtk_notebook_append_page.
func (*Notebook) AppendPageMenu ¶
AppendPageMenu is a wrapper around the C function gtk_notebook_append_page_menu.
func (*Notebook) ConnectSelectPage ¶
func (recv *Notebook) ConnectSelectPage(callback NotebookSignalSelectPageCallback) int
ConnectSelectPage connects the callback to the 'select-page' signal for the Notebook.
The returned value represents the connection, and may be passed to DisconnectSelectPage to remove it.
func (*Notebook) DisconnectSelectPage ¶
DisconnectSelectPage disconnects a callback from the 'select-page' signal for the Notebook.
The connectionID should be a value returned from a call to ConnectSelectPage.
func (*Notebook) GetCurrentPage ¶
GetCurrentPage is a wrapper around the C function gtk_notebook_get_current_page.
func (*Notebook) GetMenuLabel ¶
GetMenuLabel is a wrapper around the C function gtk_notebook_get_menu_label.
func (*Notebook) GetMenuLabelText ¶
GetMenuLabelText is a wrapper around the C function gtk_notebook_get_menu_label_text.
func (*Notebook) GetNthPage ¶
GetNthPage is a wrapper around the C function gtk_notebook_get_nth_page.
func (*Notebook) GetScrollable ¶
GetScrollable is a wrapper around the C function gtk_notebook_get_scrollable.
func (*Notebook) GetShowBorder ¶
GetShowBorder is a wrapper around the C function gtk_notebook_get_show_border.
func (*Notebook) GetShowTabs ¶
GetShowTabs is a wrapper around the C function gtk_notebook_get_show_tabs.
func (*Notebook) GetTabLabel ¶
GetTabLabel is a wrapper around the C function gtk_notebook_get_tab_label.
func (*Notebook) GetTabLabelText ¶
GetTabLabelText is a wrapper around the C function gtk_notebook_get_tab_label_text.
func (*Notebook) GetTabPos ¶
func (recv *Notebook) GetTabPos() PositionType
GetTabPos is a wrapper around the C function gtk_notebook_get_tab_pos.
func (*Notebook) ImplementorIface ¶
func (recv *Notebook) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Notebook
func (*Notebook) InitiallyUnowned ¶
func (recv *Notebook) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Notebook) InsertPage ¶
InsertPage is a wrapper around the C function gtk_notebook_insert_page.
func (*Notebook) InsertPageMenu ¶
func (recv *Notebook) InsertPageMenu(child *Widget, tabLabel *Widget, menuLabel *Widget, position int32) int32
InsertPageMenu is a wrapper around the C function gtk_notebook_insert_page_menu.
func (*Notebook) NextPage ¶
func (recv *Notebook) NextPage()
NextPage is a wrapper around the C function gtk_notebook_next_page.
func (*Notebook) PopupDisable ¶
func (recv *Notebook) PopupDisable()
PopupDisable is a wrapper around the C function gtk_notebook_popup_disable.
func (*Notebook) PopupEnable ¶
func (recv *Notebook) PopupEnable()
PopupEnable is a wrapper around the C function gtk_notebook_popup_enable.
func (*Notebook) PrependPage ¶
PrependPage is a wrapper around the C function gtk_notebook_prepend_page.
func (*Notebook) PrependPageMenu ¶
PrependPageMenu is a wrapper around the C function gtk_notebook_prepend_page_menu.
func (*Notebook) PrevPage ¶
func (recv *Notebook) PrevPage()
PrevPage is a wrapper around the C function gtk_notebook_prev_page.
func (*Notebook) RemovePage ¶
RemovePage is a wrapper around the C function gtk_notebook_remove_page.
func (*Notebook) ReorderChild ¶
ReorderChild is a wrapper around the C function gtk_notebook_reorder_child.
func (*Notebook) SetCurrentPage ¶
SetCurrentPage is a wrapper around the C function gtk_notebook_set_current_page.
func (*Notebook) SetMenuLabel ¶
SetMenuLabel is a wrapper around the C function gtk_notebook_set_menu_label.
func (*Notebook) SetMenuLabelText ¶
SetMenuLabelText is a wrapper around the C function gtk_notebook_set_menu_label_text.
func (*Notebook) SetScrollable ¶
SetScrollable is a wrapper around the C function gtk_notebook_set_scrollable.
func (*Notebook) SetShowBorder ¶
SetShowBorder is a wrapper around the C function gtk_notebook_set_show_border.
func (*Notebook) SetShowTabs ¶
SetShowTabs is a wrapper around the C function gtk_notebook_set_show_tabs.
func (*Notebook) SetTabLabel ¶
SetTabLabel is a wrapper around the C function gtk_notebook_set_tab_label.
func (*Notebook) SetTabLabelText ¶
SetTabLabelText is a wrapper around the C function gtk_notebook_set_tab_label_text.
func (*Notebook) SetTabPos ¶
func (recv *Notebook) SetTabPos(pos PositionType)
SetTabPos is a wrapper around the C function gtk_notebook_set_tab_pos.
type NotebookAccessible ¶
type NotebookAccessible struct {
// contains filtered or unexported fields
}
NotebookAccessible is a wrapper around the C record GtkNotebookAccessible.
func CastToNotebookAccessible ¶
func CastToNotebookAccessible(object *gobject.Object) *NotebookAccessible
CastToWidget down casts any arbitary Object to NotebookAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a NotebookAccessible.
func NotebookAccessibleNewFromC ¶
func NotebookAccessibleNewFromC(u unsafe.Pointer) *NotebookAccessible
func (*NotebookAccessible) Accessible ¶
func (recv *NotebookAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*NotebookAccessible) Component ¶
func (recv *NotebookAccessible) Component() *atk.Component
Component returns the Component interface implemented by NotebookAccessible
func (*NotebookAccessible) ContainerAccessible ¶
func (recv *NotebookAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*NotebookAccessible) Object ¶
func (recv *NotebookAccessible) Object() *atk.Object
Object upcasts to *Object
func (*NotebookAccessible) Selection ¶
func (recv *NotebookAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by NotebookAccessible
func (*NotebookAccessible) ToC ¶
func (recv *NotebookAccessible) ToC() unsafe.Pointer
func (*NotebookAccessible) WidgetAccessible ¶
func (recv *NotebookAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type NotebookAccessibleClass ¶
type NotebookAccessibleClass struct {
// contains filtered or unexported fields
}
NotebookAccessibleClass is a wrapper around the C record GtkNotebookAccessibleClass.
func NotebookAccessibleClassNewFromC ¶
func NotebookAccessibleClassNewFromC(u unsafe.Pointer) *NotebookAccessibleClass
func (*NotebookAccessibleClass) ToC ¶
func (recv *NotebookAccessibleClass) ToC() unsafe.Pointer
type NotebookAccessiblePrivate ¶
type NotebookAccessiblePrivate struct {
// contains filtered or unexported fields
}
NotebookAccessiblePrivate is a wrapper around the C record GtkNotebookAccessiblePrivate.
func NotebookAccessiblePrivateNewFromC ¶
func NotebookAccessiblePrivateNewFromC(u unsafe.Pointer) *NotebookAccessiblePrivate
func (*NotebookAccessiblePrivate) ToC ¶
func (recv *NotebookAccessiblePrivate) ToC() unsafe.Pointer
type NotebookClass ¶
type NotebookClass struct {
// contains filtered or unexported fields
}
NotebookClass is a wrapper around the C record GtkNotebookClass.
func NotebookClassNewFromC ¶
func NotebookClassNewFromC(u unsafe.Pointer) *NotebookClass
func (*NotebookClass) ToC ¶
func (recv *NotebookClass) ToC() unsafe.Pointer
type NotebookPageAccessible ¶
type NotebookPageAccessible struct {
// contains filtered or unexported fields
}
NotebookPageAccessible is a wrapper around the C record GtkNotebookPageAccessible.
func CastToNotebookPageAccessible ¶
func CastToNotebookPageAccessible(object *gobject.Object) *NotebookPageAccessible
CastToWidget down casts any arbitary Object to NotebookPageAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a NotebookPageAccessible.
func NotebookPageAccessibleNew ¶
func NotebookPageAccessibleNew(notebook *NotebookAccessible, child *Widget) *NotebookPageAccessible
NotebookPageAccessibleNew is a wrapper around the C function gtk_notebook_page_accessible_new.
func NotebookPageAccessibleNewFromC ¶
func NotebookPageAccessibleNewFromC(u unsafe.Pointer) *NotebookPageAccessible
func (*NotebookPageAccessible) Component ¶
func (recv *NotebookPageAccessible) Component() *atk.Component
Component returns the Component interface implemented by NotebookPageAccessible
func (*NotebookPageAccessible) Invalidate ¶
func (recv *NotebookPageAccessible) Invalidate()
Invalidate is a wrapper around the C function gtk_notebook_page_accessible_invalidate.
func (*NotebookPageAccessible) Object ¶
func (recv *NotebookPageAccessible) Object() *atk.Object
Object upcasts to *Object
func (*NotebookPageAccessible) ToC ¶
func (recv *NotebookPageAccessible) ToC() unsafe.Pointer
type NotebookPageAccessibleClass ¶
type NotebookPageAccessibleClass struct {
// contains filtered or unexported fields
}
NotebookPageAccessibleClass is a wrapper around the C record GtkNotebookPageAccessibleClass.
func NotebookPageAccessibleClassNewFromC ¶
func NotebookPageAccessibleClassNewFromC(u unsafe.Pointer) *NotebookPageAccessibleClass
func (*NotebookPageAccessibleClass) ToC ¶
func (recv *NotebookPageAccessibleClass) ToC() unsafe.Pointer
type NotebookPageAccessiblePrivate ¶
type NotebookPageAccessiblePrivate struct {
// contains filtered or unexported fields
}
NotebookPageAccessiblePrivate is a wrapper around the C record GtkNotebookPageAccessiblePrivate.
func NotebookPageAccessiblePrivateNewFromC ¶
func NotebookPageAccessiblePrivateNewFromC(u unsafe.Pointer) *NotebookPageAccessiblePrivate
func (*NotebookPageAccessiblePrivate) ToC ¶
func (recv *NotebookPageAccessiblePrivate) ToC() unsafe.Pointer
type NotebookPrivate ¶
type NotebookPrivate struct {
// contains filtered or unexported fields
}
NotebookPrivate is a wrapper around the C record GtkNotebookPrivate.
func NotebookPrivateNewFromC ¶
func NotebookPrivateNewFromC(u unsafe.Pointer) *NotebookPrivate
func (*NotebookPrivate) ToC ¶
func (recv *NotebookPrivate) ToC() unsafe.Pointer
type NotebookSignalSelectPageCallback ¶
NotebookSignalSelectPageCallback is a callback function for a 'select-page' signal emitted from a Notebook.
type NotebookTab ¶
type NotebookTab C.GtkNotebookTab
const ( GTK_NOTEBOOK_TAB_FIRST NotebookTab = 0 GTK_NOTEBOOK_TAB_LAST NotebookTab = 1 )
type NumberUpLayout ¶
type NumberUpLayout C.GtkNumberUpLayout
const ( GTK_NUMBER_UP_LAYOUT_LEFT_TO_RIGHT_TOP_TO_BOTTOM NumberUpLayout = 0 GTK_NUMBER_UP_LAYOUT_LEFT_TO_RIGHT_BOTTOM_TO_TOP NumberUpLayout = 1 GTK_NUMBER_UP_LAYOUT_RIGHT_TO_LEFT_TOP_TO_BOTTOM NumberUpLayout = 2 GTK_NUMBER_UP_LAYOUT_RIGHT_TO_LEFT_BOTTOM_TO_TOP NumberUpLayout = 3 GTK_NUMBER_UP_LAYOUT_TOP_TO_BOTTOM_LEFT_TO_RIGHT NumberUpLayout = 4 GTK_NUMBER_UP_LAYOUT_TOP_TO_BOTTOM_RIGHT_TO_LEFT NumberUpLayout = 5 GTK_NUMBER_UP_LAYOUT_BOTTOM_TO_TOP_LEFT_TO_RIGHT NumberUpLayout = 6 GTK_NUMBER_UP_LAYOUT_BOTTOM_TO_TOP_RIGHT_TO_LEFT NumberUpLayout = 7 )
type NumerableIcon ¶
type NumerableIcon struct {
// contains filtered or unexported fields
}
NumerableIcon is a wrapper around the C record GtkNumerableIcon.
func CastToNumerableIcon ¶
func CastToNumerableIcon(object *gobject.Object) *NumerableIcon
CastToWidget down casts any arbitary Object to NumerableIcon. Exercise care, as this is a potentially dangerous function if the Object is not a NumerableIcon.
func NumerableIconNewFromC ¶
func NumerableIconNewFromC(u unsafe.Pointer) *NumerableIcon
func (*NumerableIcon) EmblemedIcon ¶
func (recv *NumerableIcon) EmblemedIcon() *gio.EmblemedIcon
EmblemedIcon upcasts to *EmblemedIcon
func (*NumerableIcon) Icon ¶
func (recv *NumerableIcon) Icon() *gio.Icon
Icon returns the Icon interface implemented by NumerableIcon
func (*NumerableIcon) Object ¶
func (recv *NumerableIcon) Object() *gobject.Object
Object upcasts to *Object
func (*NumerableIcon) ToC ¶
func (recv *NumerableIcon) ToC() unsafe.Pointer
type NumerableIconClass ¶
type NumerableIconClass struct {
// contains filtered or unexported fields
}
NumerableIconClass is a wrapper around the C record GtkNumerableIconClass.
func NumerableIconClassNewFromC ¶
func NumerableIconClassNewFromC(u unsafe.Pointer) *NumerableIconClass
func (*NumerableIconClass) ToC ¶
func (recv *NumerableIconClass) ToC() unsafe.Pointer
type NumerableIconPrivate ¶
type NumerableIconPrivate struct {
// contains filtered or unexported fields
}
NumerableIconPrivate is a wrapper around the C record GtkNumerableIconPrivate.
func NumerableIconPrivateNewFromC ¶
func NumerableIconPrivateNewFromC(u unsafe.Pointer) *NumerableIconPrivate
func (*NumerableIconPrivate) ToC ¶
func (recv *NumerableIconPrivate) ToC() unsafe.Pointer
type OffscreenWindow ¶
type OffscreenWindow struct {
// contains filtered or unexported fields
}
OffscreenWindow is a wrapper around the C record GtkOffscreenWindow.
func CastToOffscreenWindow ¶
func CastToOffscreenWindow(object *gobject.Object) *OffscreenWindow
CastToWidget down casts any arbitary Object to OffscreenWindow. Exercise care, as this is a potentially dangerous function if the Object is not a OffscreenWindow.
func OffscreenWindowNewFromC ¶
func OffscreenWindowNewFromC(u unsafe.Pointer) *OffscreenWindow
func (*OffscreenWindow) Buildable ¶
func (recv *OffscreenWindow) Buildable() *Buildable
Buildable returns the Buildable interface implemented by OffscreenWindow
func (*OffscreenWindow) Container ¶
func (recv *OffscreenWindow) Container() *Container
Container upcasts to *Container
func (*OffscreenWindow) ImplementorIface ¶
func (recv *OffscreenWindow) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by OffscreenWindow
func (*OffscreenWindow) InitiallyUnowned ¶
func (recv *OffscreenWindow) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*OffscreenWindow) Object ¶
func (recv *OffscreenWindow) Object() *gobject.Object
Object upcasts to *Object
func (*OffscreenWindow) ToC ¶
func (recv *OffscreenWindow) ToC() unsafe.Pointer
func (*OffscreenWindow) Widget ¶
func (recv *OffscreenWindow) Widget() *Widget
Widget upcasts to *Widget
func (*OffscreenWindow) Window ¶
func (recv *OffscreenWindow) Window() *Window
Window upcasts to *Window
type OffscreenWindowClass ¶
type OffscreenWindowClass struct {
// contains filtered or unexported fields
}
OffscreenWindowClass is a wrapper around the C record GtkOffscreenWindowClass.
func OffscreenWindowClassNewFromC ¶
func OffscreenWindowClassNewFromC(u unsafe.Pointer) *OffscreenWindowClass
func (*OffscreenWindowClass) ToC ¶
func (recv *OffscreenWindowClass) ToC() unsafe.Pointer
type Orientable ¶
type Orientable struct {
// contains filtered or unexported fields
}
Orientable is a wrapper around the C record GtkOrientable.
func OrientableNewFromC ¶
func OrientableNewFromC(u unsafe.Pointer) *Orientable
func (*Orientable) ToC ¶
func (recv *Orientable) ToC() unsafe.Pointer
type OrientableIface ¶
type OrientableIface struct {
// contains filtered or unexported fields
}
OrientableIface is a wrapper around the C record GtkOrientableIface.
func OrientableIfaceNewFromC ¶
func OrientableIfaceNewFromC(u unsafe.Pointer) *OrientableIface
func (*OrientableIface) ToC ¶
func (recv *OrientableIface) ToC() unsafe.Pointer
type Orientation ¶
type Orientation C.GtkOrientation
const ( GTK_ORIENTATION_HORIZONTAL Orientation = 0 GTK_ORIENTATION_VERTICAL Orientation = 1 )
type Overlay ¶
type Overlay struct {
// contains filtered or unexported fields
}
Overlay is a wrapper around the C record GtkOverlay.
func CastToOverlay ¶
CastToWidget down casts any arbitary Object to Overlay. Exercise care, as this is a potentially dangerous function if the Object is not a Overlay.
func OverlayNewFromC ¶
func (*Overlay) ImplementorIface ¶
func (recv *Overlay) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Overlay
func (*Overlay) InitiallyUnowned ¶
func (recv *Overlay) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type OverlayClass ¶
type OverlayClass struct {
// contains filtered or unexported fields
}
OverlayClass is a wrapper around the C record GtkOverlayClass.
func OverlayClassNewFromC ¶
func OverlayClassNewFromC(u unsafe.Pointer) *OverlayClass
func (*OverlayClass) ToC ¶
func (recv *OverlayClass) ToC() unsafe.Pointer
type OverlayPrivate ¶
type OverlayPrivate struct {
// contains filtered or unexported fields
}
OverlayPrivate is a wrapper around the C record GtkOverlayPrivate.
func OverlayPrivateNewFromC ¶
func OverlayPrivateNewFromC(u unsafe.Pointer) *OverlayPrivate
func (*OverlayPrivate) ToC ¶
func (recv *OverlayPrivate) ToC() unsafe.Pointer
type PackDirection ¶
type PackDirection C.GtkPackDirection
const ( GTK_PACK_DIRECTION_LTR PackDirection = 0 GTK_PACK_DIRECTION_RTL PackDirection = 1 GTK_PACK_DIRECTION_TTB PackDirection = 2 GTK_PACK_DIRECTION_BTT PackDirection = 3 )
type PackType ¶
type PackType C.GtkPackType
type PageOrientation ¶
type PageOrientation C.GtkPageOrientation
const ( GTK_PAGE_ORIENTATION_PORTRAIT PageOrientation = 0 GTK_PAGE_ORIENTATION_LANDSCAPE PageOrientation = 1 GTK_PAGE_ORIENTATION_REVERSE_PORTRAIT PageOrientation = 2 GTK_PAGE_ORIENTATION_REVERSE_LANDSCAPE PageOrientation = 3 )
type PageSet ¶
type PageSet C.GtkPageSet
type PageSetup ¶
type PageSetup struct {
// contains filtered or unexported fields
}
PageSetup is a wrapper around the C record GtkPageSetup.
func CastToPageSetup ¶
CastToWidget down casts any arbitary Object to PageSetup. Exercise care, as this is a potentially dangerous function if the Object is not a PageSetup.
func PageSetupNewFromC ¶
type Paned ¶
type Paned struct {
// contains filtered or unexported fields
}
Paned is a wrapper around the C record GtkPaned.
func CastToPaned ¶
CastToWidget down casts any arbitary Object to Paned. Exercise care, as this is a potentially dangerous function if the Object is not a Paned.
func PanedNewFromC ¶
func (*Paned) GetPosition ¶
GetPosition is a wrapper around the C function gtk_paned_get_position.
func (*Paned) ImplementorIface ¶
func (recv *Paned) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Paned
func (*Paned) InitiallyUnowned ¶
func (recv *Paned) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Paned) Orientable ¶
func (recv *Paned) Orientable() *Orientable
Orientable returns the Orientable interface implemented by Paned
func (*Paned) SetPosition ¶
SetPosition is a wrapper around the C function gtk_paned_set_position.
type PanedAccessible ¶
type PanedAccessible struct {
// contains filtered or unexported fields
}
PanedAccessible is a wrapper around the C record GtkPanedAccessible.
func CastToPanedAccessible ¶
func CastToPanedAccessible(object *gobject.Object) *PanedAccessible
CastToWidget down casts any arbitary Object to PanedAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a PanedAccessible.
func PanedAccessibleNewFromC ¶
func PanedAccessibleNewFromC(u unsafe.Pointer) *PanedAccessible
func (*PanedAccessible) Accessible ¶
func (recv *PanedAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*PanedAccessible) Component ¶
func (recv *PanedAccessible) Component() *atk.Component
Component returns the Component interface implemented by PanedAccessible
func (*PanedAccessible) ContainerAccessible ¶
func (recv *PanedAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*PanedAccessible) Object ¶
func (recv *PanedAccessible) Object() *atk.Object
Object upcasts to *Object
func (*PanedAccessible) ToC ¶
func (recv *PanedAccessible) ToC() unsafe.Pointer
func (*PanedAccessible) Value ¶
func (recv *PanedAccessible) Value() *atk.Value
Value returns the Value interface implemented by PanedAccessible
func (*PanedAccessible) WidgetAccessible ¶
func (recv *PanedAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type PanedAccessibleClass ¶
type PanedAccessibleClass struct {
// contains filtered or unexported fields
}
PanedAccessibleClass is a wrapper around the C record GtkPanedAccessibleClass.
func PanedAccessibleClassNewFromC ¶
func PanedAccessibleClassNewFromC(u unsafe.Pointer) *PanedAccessibleClass
func (*PanedAccessibleClass) ToC ¶
func (recv *PanedAccessibleClass) ToC() unsafe.Pointer
type PanedAccessiblePrivate ¶
type PanedAccessiblePrivate struct {
// contains filtered or unexported fields
}
PanedAccessiblePrivate is a wrapper around the C record GtkPanedAccessiblePrivate.
func PanedAccessiblePrivateNewFromC ¶
func PanedAccessiblePrivateNewFromC(u unsafe.Pointer) *PanedAccessiblePrivate
func (*PanedAccessiblePrivate) ToC ¶
func (recv *PanedAccessiblePrivate) ToC() unsafe.Pointer
type PanedClass ¶
type PanedClass struct {
// contains filtered or unexported fields
}
PanedClass is a wrapper around the C record GtkPanedClass.
func PanedClassNewFromC ¶
func PanedClassNewFromC(u unsafe.Pointer) *PanedClass
func (*PanedClass) ToC ¶
func (recv *PanedClass) ToC() unsafe.Pointer
type PanedPrivate ¶
type PanedPrivate struct {
// contains filtered or unexported fields
}
PanedPrivate is a wrapper around the C record GtkPanedPrivate.
func PanedPrivateNewFromC ¶
func PanedPrivateNewFromC(u unsafe.Pointer) *PanedPrivate
func (*PanedPrivate) ToC ¶
func (recv *PanedPrivate) ToC() unsafe.Pointer
type PaperSize ¶
type PaperSize struct {
// contains filtered or unexported fields
}
PaperSize is a wrapper around the C record GtkPaperSize.
func PaperSizeNewFromC ¶
type PathPriorityType ¶
type PathPriorityType C.GtkPathPriorityType
const ( GTK_PATH_PRIO_LOWEST PathPriorityType = 0 GTK_PATH_PRIO_GTK PathPriorityType = 4 GTK_PATH_PRIO_APPLICATION PathPriorityType = 8 GTK_PATH_PRIO_THEME PathPriorityType = 10 GTK_PATH_PRIO_RC PathPriorityType = 12 GTK_PATH_PRIO_HIGHEST PathPriorityType = 15 )
type PathType ¶
type PathType C.GtkPathType
type PlacesOpenFlags ¶
type PlacesOpenFlags C.GtkPlacesOpenFlags
const ( GTK_PLACES_OPEN_NORMAL PlacesOpenFlags = 1 GTK_PLACES_OPEN_NEW_TAB PlacesOpenFlags = 2 GTK_PLACES_OPEN_NEW_WINDOW PlacesOpenFlags = 4 )
type PlacesSidebar ¶
type PlacesSidebar struct {
// contains filtered or unexported fields
}
PlacesSidebar is a wrapper around the C record GtkPlacesSidebar.
func CastToPlacesSidebar ¶
func CastToPlacesSidebar(object *gobject.Object) *PlacesSidebar
CastToWidget down casts any arbitary Object to PlacesSidebar. Exercise care, as this is a potentially dangerous function if the Object is not a PlacesSidebar.
func PlacesSidebarNewFromC ¶
func PlacesSidebarNewFromC(u unsafe.Pointer) *PlacesSidebar
func (*PlacesSidebar) Buildable ¶
func (recv *PlacesSidebar) Buildable() *Buildable
Buildable returns the Buildable interface implemented by PlacesSidebar
func (*PlacesSidebar) ConnectShowConnectToServer ¶
func (recv *PlacesSidebar) ConnectShowConnectToServer(callback PlacesSidebarSignalShowConnectToServerCallback) int
ConnectShowConnectToServer connects the callback to the 'show-connect-to-server' signal for the PlacesSidebar.
The returned value represents the connection, and may be passed to DisconnectShowConnectToServer to remove it.
func (*PlacesSidebar) Container ¶
func (recv *PlacesSidebar) Container() *Container
Container upcasts to *Container
func (*PlacesSidebar) DisconnectShowConnectToServer ¶
func (recv *PlacesSidebar) DisconnectShowConnectToServer(connectionID int)
DisconnectShowConnectToServer disconnects a callback from the 'show-connect-to-server' signal for the PlacesSidebar.
The connectionID should be a value returned from a call to ConnectShowConnectToServer.
func (*PlacesSidebar) GetShowConnectToServer ¶
func (recv *PlacesSidebar) GetShowConnectToServer() bool
GetShowConnectToServer is a wrapper around the C function gtk_places_sidebar_get_show_connect_to_server.
func (*PlacesSidebar) ImplementorIface ¶
func (recv *PlacesSidebar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by PlacesSidebar
func (*PlacesSidebar) InitiallyUnowned ¶
func (recv *PlacesSidebar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*PlacesSidebar) Object ¶
func (recv *PlacesSidebar) Object() *gobject.Object
Object upcasts to *Object
func (*PlacesSidebar) ScrolledWindow ¶
func (recv *PlacesSidebar) ScrolledWindow() *ScrolledWindow
ScrolledWindow upcasts to *ScrolledWindow
func (*PlacesSidebar) ToC ¶
func (recv *PlacesSidebar) ToC() unsafe.Pointer
func (*PlacesSidebar) Widget ¶
func (recv *PlacesSidebar) Widget() *Widget
Widget upcasts to *Widget
type PlacesSidebarClass ¶
type PlacesSidebarClass struct {
// contains filtered or unexported fields
}
PlacesSidebarClass is a wrapper around the C record GtkPlacesSidebarClass.
func PlacesSidebarClassNewFromC ¶
func PlacesSidebarClassNewFromC(u unsafe.Pointer) *PlacesSidebarClass
func (*PlacesSidebarClass) ToC ¶
func (recv *PlacesSidebarClass) ToC() unsafe.Pointer
type PlacesSidebarSignalShowConnectToServerCallback ¶
type PlacesSidebarSignalShowConnectToServerCallback func()
PlacesSidebarSignalShowConnectToServerCallback is a callback function for a 'show-connect-to-server' signal emitted from a PlacesSidebar.
type PlugClass ¶
type PlugClass struct {
// contains filtered or unexported fields
}
PlugClass is a wrapper around the C record GtkPlugClass.
func PlugClassNewFromC ¶
type PlugPrivate ¶
type PlugPrivate struct {
// contains filtered or unexported fields
}
PlugPrivate is a wrapper around the C record GtkPlugPrivate.
func PlugPrivateNewFromC ¶
func PlugPrivateNewFromC(u unsafe.Pointer) *PlugPrivate
func (*PlugPrivate) ToC ¶
func (recv *PlugPrivate) ToC() unsafe.Pointer
type PolicyType ¶
type PolicyType C.GtkPolicyType
const ( GTK_POLICY_ALWAYS PolicyType = 0 GTK_POLICY_AUTOMATIC PolicyType = 1 GTK_POLICY_NEVER PolicyType = 2 GTK_POLICY_EXTERNAL PolicyType = 3 )
type Popover ¶
type Popover struct {
// contains filtered or unexported fields
}
Popover is a wrapper around the C record GtkPopover.
func CastToPopover ¶
CastToWidget down casts any arbitary Object to Popover. Exercise care, as this is a potentially dangerous function if the Object is not a Popover.
func PopoverNewFromC ¶
func (*Popover) ConnectClosed ¶
func (recv *Popover) ConnectClosed(callback PopoverSignalClosedCallback) int
ConnectClosed connects the callback to the 'closed' signal for the Popover.
The returned value represents the connection, and may be passed to DisconnectClosed to remove it.
func (*Popover) DisconnectClosed ¶
DisconnectClosed disconnects a callback from the 'closed' signal for the Popover.
The connectionID should be a value returned from a call to ConnectClosed.
func (*Popover) GetPosition ¶
func (recv *Popover) GetPosition() PositionType
GetPosition is a wrapper around the C function gtk_popover_get_position.
func (*Popover) ImplementorIface ¶
func (recv *Popover) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Popover
func (*Popover) InitiallyUnowned ¶
func (recv *Popover) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type PopoverAccessible ¶
type PopoverAccessible struct {
// contains filtered or unexported fields
}
PopoverAccessible is a wrapper around the C record GtkPopoverAccessible.
func CastToPopoverAccessible ¶
func CastToPopoverAccessible(object *gobject.Object) *PopoverAccessible
CastToWidget down casts any arbitary Object to PopoverAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a PopoverAccessible.
func PopoverAccessibleNewFromC ¶
func PopoverAccessibleNewFromC(u unsafe.Pointer) *PopoverAccessible
func (*PopoverAccessible) Accessible ¶
func (recv *PopoverAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*PopoverAccessible) Component ¶
func (recv *PopoverAccessible) Component() *atk.Component
Component returns the Component interface implemented by PopoverAccessible
func (*PopoverAccessible) ContainerAccessible ¶
func (recv *PopoverAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*PopoverAccessible) Object ¶
func (recv *PopoverAccessible) Object() *atk.Object
Object upcasts to *Object
func (*PopoverAccessible) ToC ¶
func (recv *PopoverAccessible) ToC() unsafe.Pointer
func (*PopoverAccessible) WidgetAccessible ¶
func (recv *PopoverAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type PopoverAccessibleClass ¶
type PopoverAccessibleClass struct {
// contains filtered or unexported fields
}
PopoverAccessibleClass is a wrapper around the C record GtkPopoverAccessibleClass.
func PopoverAccessibleClassNewFromC ¶
func PopoverAccessibleClassNewFromC(u unsafe.Pointer) *PopoverAccessibleClass
func (*PopoverAccessibleClass) ToC ¶
func (recv *PopoverAccessibleClass) ToC() unsafe.Pointer
type PopoverClass ¶
type PopoverClass struct {
// contains filtered or unexported fields
}
PopoverClass is a wrapper around the C record GtkPopoverClass.
func PopoverClassNewFromC ¶
func PopoverClassNewFromC(u unsafe.Pointer) *PopoverClass
func (*PopoverClass) ToC ¶
func (recv *PopoverClass) ToC() unsafe.Pointer
type PopoverMenu ¶
type PopoverMenu struct {
// contains filtered or unexported fields
}
PopoverMenu is a wrapper around the C record GtkPopoverMenu.
func CastToPopoverMenu ¶
func CastToPopoverMenu(object *gobject.Object) *PopoverMenu
CastToWidget down casts any arbitary Object to PopoverMenu. Exercise care, as this is a potentially dangerous function if the Object is not a PopoverMenu.
func PopoverMenuNewFromC ¶
func PopoverMenuNewFromC(u unsafe.Pointer) *PopoverMenu
func (*PopoverMenu) Buildable ¶
func (recv *PopoverMenu) Buildable() *Buildable
Buildable returns the Buildable interface implemented by PopoverMenu
func (*PopoverMenu) Container ¶
func (recv *PopoverMenu) Container() *Container
Container upcasts to *Container
func (*PopoverMenu) ImplementorIface ¶
func (recv *PopoverMenu) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by PopoverMenu
func (*PopoverMenu) InitiallyUnowned ¶
func (recv *PopoverMenu) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*PopoverMenu) Object ¶
func (recv *PopoverMenu) Object() *gobject.Object
Object upcasts to *Object
func (*PopoverMenu) Popover ¶
func (recv *PopoverMenu) Popover() *Popover
Popover upcasts to *Popover
func (*PopoverMenu) ToC ¶
func (recv *PopoverMenu) ToC() unsafe.Pointer
type PopoverMenuClass ¶
type PopoverMenuClass struct {
// contains filtered or unexported fields
}
PopoverMenuClass is a wrapper around the C record GtkPopoverMenuClass.
func PopoverMenuClassNewFromC ¶
func PopoverMenuClassNewFromC(u unsafe.Pointer) *PopoverMenuClass
func (*PopoverMenuClass) ToC ¶
func (recv *PopoverMenuClass) ToC() unsafe.Pointer
type PopoverPrivate ¶
type PopoverPrivate struct {
// contains filtered or unexported fields
}
PopoverPrivate is a wrapper around the C record GtkPopoverPrivate.
func PopoverPrivateNewFromC ¶
func PopoverPrivateNewFromC(u unsafe.Pointer) *PopoverPrivate
func (*PopoverPrivate) ToC ¶
func (recv *PopoverPrivate) ToC() unsafe.Pointer
type PopoverSignalClosedCallback ¶
type PopoverSignalClosedCallback func()
PopoverSignalClosedCallback is a callback function for a 'closed' signal emitted from a Popover.
type PositionType ¶
type PositionType C.GtkPositionType
const ( GTK_POS_LEFT PositionType = 0 GTK_POS_RIGHT PositionType = 1 GTK_POS_TOP PositionType = 2 GTK_POS_BOTTOM PositionType = 3 )
type PrintContext ¶
type PrintContext struct {
// contains filtered or unexported fields
}
PrintContext is a wrapper around the C record GtkPrintContext.
func CastToPrintContext ¶
func CastToPrintContext(object *gobject.Object) *PrintContext
CastToWidget down casts any arbitary Object to PrintContext. Exercise care, as this is a potentially dangerous function if the Object is not a PrintContext.
func PrintContextNewFromC ¶
func PrintContextNewFromC(u unsafe.Pointer) *PrintContext
func (*PrintContext) Object ¶
func (recv *PrintContext) Object() *gobject.Object
Object upcasts to *Object
func (*PrintContext) ToC ¶
func (recv *PrintContext) ToC() unsafe.Pointer
type PrintDuplex ¶
type PrintDuplex C.GtkPrintDuplex
const ( GTK_PRINT_DUPLEX_SIMPLEX PrintDuplex = 0 GTK_PRINT_DUPLEX_HORIZONTAL PrintDuplex = 1 GTK_PRINT_DUPLEX_VERTICAL PrintDuplex = 2 )
type PrintError ¶
type PrintError C.GtkPrintError
const ( GTK_PRINT_ERROR_GENERAL PrintError = 0 GTK_PRINT_ERROR_INTERNAL_ERROR PrintError = 1 GTK_PRINT_ERROR_NOMEM PrintError = 2 GTK_PRINT_ERROR_INVALID_FILE PrintError = 3 )
type PrintOperation ¶
type PrintOperation struct {
// contains filtered or unexported fields
}
PrintOperation is a wrapper around the C record GtkPrintOperation.
func CastToPrintOperation ¶
func CastToPrintOperation(object *gobject.Object) *PrintOperation
CastToWidget down casts any arbitary Object to PrintOperation. Exercise care, as this is a potentially dangerous function if the Object is not a PrintOperation.
func PrintOperationNewFromC ¶
func PrintOperationNewFromC(u unsafe.Pointer) *PrintOperation
func (*PrintOperation) Object ¶
func (recv *PrintOperation) Object() *gobject.Object
Object upcasts to *Object
func (*PrintOperation) PrintOperationPreview ¶
func (recv *PrintOperation) PrintOperationPreview() *PrintOperationPreview
PrintOperationPreview returns the PrintOperationPreview interface implemented by PrintOperation
func (*PrintOperation) ToC ¶
func (recv *PrintOperation) ToC() unsafe.Pointer
type PrintOperationAction ¶
type PrintOperationAction C.GtkPrintOperationAction
const ( GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG PrintOperationAction = 0 GTK_PRINT_OPERATION_ACTION_PRINT PrintOperationAction = 1 GTK_PRINT_OPERATION_ACTION_PREVIEW PrintOperationAction = 2 GTK_PRINT_OPERATION_ACTION_EXPORT PrintOperationAction = 3 )
type PrintOperationClass ¶
type PrintOperationClass struct {
// contains filtered or unexported fields
}
PrintOperationClass is a wrapper around the C record GtkPrintOperationClass.
func PrintOperationClassNewFromC ¶
func PrintOperationClassNewFromC(u unsafe.Pointer) *PrintOperationClass
func (*PrintOperationClass) ToC ¶
func (recv *PrintOperationClass) ToC() unsafe.Pointer
type PrintOperationPreview ¶
type PrintOperationPreview struct {
// contains filtered or unexported fields
}
PrintOperationPreview is a wrapper around the C record GtkPrintOperationPreview.
func PrintOperationPreviewNewFromC ¶
func PrintOperationPreviewNewFromC(u unsafe.Pointer) *PrintOperationPreview
func (*PrintOperationPreview) ConnectGotPageSize ¶
func (recv *PrintOperationPreview) ConnectGotPageSize(callback PrintOperationPreviewSignalGotPageSizeCallback) int
ConnectGotPageSize connects the callback to the 'got-page-size' signal for the PrintOperationPreview.
The returned value represents the connection, and may be passed to DisconnectGotPageSize to remove it.
func (*PrintOperationPreview) ConnectReady ¶
func (recv *PrintOperationPreview) ConnectReady(callback PrintOperationPreviewSignalReadyCallback) int
ConnectReady connects the callback to the 'ready' signal for the PrintOperationPreview.
The returned value represents the connection, and may be passed to DisconnectReady to remove it.
func (*PrintOperationPreview) DisconnectGotPageSize ¶
func (recv *PrintOperationPreview) DisconnectGotPageSize(connectionID int)
DisconnectGotPageSize disconnects a callback from the 'got-page-size' signal for the PrintOperationPreview.
The connectionID should be a value returned from a call to ConnectGotPageSize.
func (*PrintOperationPreview) DisconnectReady ¶
func (recv *PrintOperationPreview) DisconnectReady(connectionID int)
DisconnectReady disconnects a callback from the 'ready' signal for the PrintOperationPreview.
The connectionID should be a value returned from a call to ConnectReady.
func (*PrintOperationPreview) ToC ¶
func (recv *PrintOperationPreview) ToC() unsafe.Pointer
type PrintOperationPreviewIface ¶
type PrintOperationPreviewIface struct {
// contains filtered or unexported fields
}
PrintOperationPreviewIface is a wrapper around the C record GtkPrintOperationPreviewIface.
func PrintOperationPreviewIfaceNewFromC ¶
func PrintOperationPreviewIfaceNewFromC(u unsafe.Pointer) *PrintOperationPreviewIface
func (*PrintOperationPreviewIface) ToC ¶
func (recv *PrintOperationPreviewIface) ToC() unsafe.Pointer
type PrintOperationPreviewSignalGotPageSizeCallback ¶
type PrintOperationPreviewSignalGotPageSizeCallback func(context *PrintContext, pageSetup *PageSetup)
PrintOperationPreviewSignalGotPageSizeCallback is a callback function for a 'got-page-size' signal emitted from a PrintOperationPreview.
type PrintOperationPreviewSignalReadyCallback ¶
type PrintOperationPreviewSignalReadyCallback func(context *PrintContext)
PrintOperationPreviewSignalReadyCallback is a callback function for a 'ready' signal emitted from a PrintOperationPreview.
type PrintOperationPrivate ¶
type PrintOperationPrivate struct {
// contains filtered or unexported fields
}
PrintOperationPrivate is a wrapper around the C record GtkPrintOperationPrivate.
func PrintOperationPrivateNewFromC ¶
func PrintOperationPrivateNewFromC(u unsafe.Pointer) *PrintOperationPrivate
func (*PrintOperationPrivate) ToC ¶
func (recv *PrintOperationPrivate) ToC() unsafe.Pointer
type PrintOperationResult ¶
type PrintOperationResult C.GtkPrintOperationResult
const ( GTK_PRINT_OPERATION_RESULT_ERROR PrintOperationResult = 0 GTK_PRINT_OPERATION_RESULT_APPLY PrintOperationResult = 1 GTK_PRINT_OPERATION_RESULT_CANCEL PrintOperationResult = 2 GTK_PRINT_OPERATION_RESULT_IN_PROGRESS PrintOperationResult = 3 )
type PrintPages ¶
type PrintPages C.GtkPrintPages
const ( GTK_PRINT_PAGES_ALL PrintPages = 0 GTK_PRINT_PAGES_CURRENT PrintPages = 1 GTK_PRINT_PAGES_RANGES PrintPages = 2 GTK_PRINT_PAGES_SELECTION PrintPages = 3 )
type PrintQuality ¶
type PrintQuality C.GtkPrintQuality
const ( GTK_PRINT_QUALITY_LOW PrintQuality = 0 GTK_PRINT_QUALITY_NORMAL PrintQuality = 1 GTK_PRINT_QUALITY_HIGH PrintQuality = 2 GTK_PRINT_QUALITY_DRAFT PrintQuality = 3 )
type PrintSettings ¶
type PrintSettings struct {
// contains filtered or unexported fields
}
PrintSettings is a wrapper around the C record GtkPrintSettings.
func CastToPrintSettings ¶
func CastToPrintSettings(object *gobject.Object) *PrintSettings
CastToWidget down casts any arbitary Object to PrintSettings. Exercise care, as this is a potentially dangerous function if the Object is not a PrintSettings.
func PrintSettingsNewFromC ¶
func PrintSettingsNewFromC(u unsafe.Pointer) *PrintSettings
func (*PrintSettings) Object ¶
func (recv *PrintSettings) Object() *gobject.Object
Object upcasts to *Object
func (*PrintSettings) ToC ¶
func (recv *PrintSettings) ToC() unsafe.Pointer
type PrintStatus ¶
type PrintStatus C.GtkPrintStatus
const ( GTK_PRINT_STATUS_INITIAL PrintStatus = 0 GTK_PRINT_STATUS_PREPARING PrintStatus = 1 GTK_PRINT_STATUS_GENERATING_DATA PrintStatus = 2 GTK_PRINT_STATUS_SENDING_DATA PrintStatus = 3 GTK_PRINT_STATUS_PENDING PrintStatus = 4 GTK_PRINT_STATUS_PENDING_ISSUE PrintStatus = 5 GTK_PRINT_STATUS_PRINTING PrintStatus = 6 GTK_PRINT_STATUS_FINISHED PrintStatus = 7 GTK_PRINT_STATUS_FINISHED_ABORTED PrintStatus = 8 )
type ProgressBar ¶
type ProgressBar struct {
// contains filtered or unexported fields
}
ProgressBar is a wrapper around the C record GtkProgressBar.
func CastToProgressBar ¶
func CastToProgressBar(object *gobject.Object) *ProgressBar
CastToWidget down casts any arbitary Object to ProgressBar. Exercise care, as this is a potentially dangerous function if the Object is not a ProgressBar.
func ProgressBarNew ¶
func ProgressBarNew() *ProgressBar
ProgressBarNew is a wrapper around the C function gtk_progress_bar_new.
func ProgressBarNewFromC ¶
func ProgressBarNewFromC(u unsafe.Pointer) *ProgressBar
func (*ProgressBar) Buildable ¶
func (recv *ProgressBar) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ProgressBar
func (*ProgressBar) GetFraction ¶
func (recv *ProgressBar) GetFraction() float64
GetFraction is a wrapper around the C function gtk_progress_bar_get_fraction.
func (*ProgressBar) GetInverted ¶
func (recv *ProgressBar) GetInverted() bool
GetInverted is a wrapper around the C function gtk_progress_bar_get_inverted.
func (*ProgressBar) GetPulseStep ¶
func (recv *ProgressBar) GetPulseStep() float64
GetPulseStep is a wrapper around the C function gtk_progress_bar_get_pulse_step.
func (*ProgressBar) GetText ¶
func (recv *ProgressBar) GetText() string
GetText is a wrapper around the C function gtk_progress_bar_get_text.
func (*ProgressBar) ImplementorIface ¶
func (recv *ProgressBar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ProgressBar
func (*ProgressBar) InitiallyUnowned ¶
func (recv *ProgressBar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ProgressBar) Object ¶
func (recv *ProgressBar) Object() *gobject.Object
Object upcasts to *Object
func (*ProgressBar) Orientable ¶
func (recv *ProgressBar) Orientable() *Orientable
Orientable returns the Orientable interface implemented by ProgressBar
func (*ProgressBar) Pulse ¶
func (recv *ProgressBar) Pulse()
Pulse is a wrapper around the C function gtk_progress_bar_pulse.
func (*ProgressBar) SetFraction ¶
func (recv *ProgressBar) SetFraction(fraction float64)
SetFraction is a wrapper around the C function gtk_progress_bar_set_fraction.
func (*ProgressBar) SetInverted ¶
func (recv *ProgressBar) SetInverted(inverted bool)
SetInverted is a wrapper around the C function gtk_progress_bar_set_inverted.
func (*ProgressBar) SetPulseStep ¶
func (recv *ProgressBar) SetPulseStep(fraction float64)
SetPulseStep is a wrapper around the C function gtk_progress_bar_set_pulse_step.
func (*ProgressBar) SetText ¶
func (recv *ProgressBar) SetText(text string)
SetText is a wrapper around the C function gtk_progress_bar_set_text.
func (*ProgressBar) ToC ¶
func (recv *ProgressBar) ToC() unsafe.Pointer
type ProgressBarAccessible ¶
type ProgressBarAccessible struct {
// contains filtered or unexported fields
}
ProgressBarAccessible is a wrapper around the C record GtkProgressBarAccessible.
func CastToProgressBarAccessible ¶
func CastToProgressBarAccessible(object *gobject.Object) *ProgressBarAccessible
CastToWidget down casts any arbitary Object to ProgressBarAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ProgressBarAccessible.
func ProgressBarAccessibleNewFromC ¶
func ProgressBarAccessibleNewFromC(u unsafe.Pointer) *ProgressBarAccessible
func (*ProgressBarAccessible) Accessible ¶
func (recv *ProgressBarAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ProgressBarAccessible) Component ¶
func (recv *ProgressBarAccessible) Component() *atk.Component
Component returns the Component interface implemented by ProgressBarAccessible
func (*ProgressBarAccessible) Object ¶
func (recv *ProgressBarAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ProgressBarAccessible) ToC ¶
func (recv *ProgressBarAccessible) ToC() unsafe.Pointer
func (*ProgressBarAccessible) Value ¶
func (recv *ProgressBarAccessible) Value() *atk.Value
Value returns the Value interface implemented by ProgressBarAccessible
func (*ProgressBarAccessible) WidgetAccessible ¶
func (recv *ProgressBarAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ProgressBarAccessibleClass ¶
type ProgressBarAccessibleClass struct {
// contains filtered or unexported fields
}
ProgressBarAccessibleClass is a wrapper around the C record GtkProgressBarAccessibleClass.
func ProgressBarAccessibleClassNewFromC ¶
func ProgressBarAccessibleClassNewFromC(u unsafe.Pointer) *ProgressBarAccessibleClass
func (*ProgressBarAccessibleClass) ToC ¶
func (recv *ProgressBarAccessibleClass) ToC() unsafe.Pointer
type ProgressBarAccessiblePrivate ¶
type ProgressBarAccessiblePrivate struct {
// contains filtered or unexported fields
}
ProgressBarAccessiblePrivate is a wrapper around the C record GtkProgressBarAccessiblePrivate.
func ProgressBarAccessiblePrivateNewFromC ¶
func ProgressBarAccessiblePrivateNewFromC(u unsafe.Pointer) *ProgressBarAccessiblePrivate
func (*ProgressBarAccessiblePrivate) ToC ¶
func (recv *ProgressBarAccessiblePrivate) ToC() unsafe.Pointer
type ProgressBarClass ¶
type ProgressBarClass struct {
// contains filtered or unexported fields
}
ProgressBarClass is a wrapper around the C record GtkProgressBarClass.
func ProgressBarClassNewFromC ¶
func ProgressBarClassNewFromC(u unsafe.Pointer) *ProgressBarClass
func (*ProgressBarClass) ToC ¶
func (recv *ProgressBarClass) ToC() unsafe.Pointer
type ProgressBarPrivate ¶
type ProgressBarPrivate struct {
// contains filtered or unexported fields
}
ProgressBarPrivate is a wrapper around the C record GtkProgressBarPrivate.
func ProgressBarPrivateNewFromC ¶
func ProgressBarPrivateNewFromC(u unsafe.Pointer) *ProgressBarPrivate
func (*ProgressBarPrivate) ToC ¶
func (recv *ProgressBarPrivate) ToC() unsafe.Pointer
type RadioAction ¶
type RadioAction struct {
// contains filtered or unexported fields
}
RadioAction is a wrapper around the C record GtkRadioAction.
func CastToRadioAction ¶
func CastToRadioAction(object *gobject.Object) *RadioAction
CastToWidget down casts any arbitary Object to RadioAction. Exercise care, as this is a potentially dangerous function if the Object is not a RadioAction.
func RadioActionNewFromC ¶
func RadioActionNewFromC(u unsafe.Pointer) *RadioAction
func (*RadioAction) Buildable ¶
func (recv *RadioAction) Buildable() *Buildable
Buildable returns the Buildable interface implemented by RadioAction
func (*RadioAction) Object ¶
func (recv *RadioAction) Object() *gobject.Object
Object upcasts to *Object
func (*RadioAction) ToC ¶
func (recv *RadioAction) ToC() unsafe.Pointer
func (*RadioAction) ToggleAction ¶
func (recv *RadioAction) ToggleAction() *ToggleAction
ToggleAction upcasts to *ToggleAction
type RadioActionClass ¶
type RadioActionClass struct {
// contains filtered or unexported fields
}
RadioActionClass is a wrapper around the C record GtkRadioActionClass.
func RadioActionClassNewFromC ¶
func RadioActionClassNewFromC(u unsafe.Pointer) *RadioActionClass
func (*RadioActionClass) ToC ¶
func (recv *RadioActionClass) ToC() unsafe.Pointer
type RadioActionEntry ¶
type RadioActionEntry struct { Name string StockId string Label string Accelerator string Tooltip string Value int32 // contains filtered or unexported fields }
RadioActionEntry is a wrapper around the C record GtkRadioActionEntry.
func RadioActionEntryNewFromC ¶
func RadioActionEntryNewFromC(u unsafe.Pointer) *RadioActionEntry
func (*RadioActionEntry) ToC ¶
func (recv *RadioActionEntry) ToC() unsafe.Pointer
type RadioActionPrivate ¶
type RadioActionPrivate struct {
// contains filtered or unexported fields
}
RadioActionPrivate is a wrapper around the C record GtkRadioActionPrivate.
func RadioActionPrivateNewFromC ¶
func RadioActionPrivateNewFromC(u unsafe.Pointer) *RadioActionPrivate
func (*RadioActionPrivate) ToC ¶
func (recv *RadioActionPrivate) ToC() unsafe.Pointer
type RadioButton ¶
type RadioButton struct {
// contains filtered or unexported fields
}
RadioButton is a wrapper around the C record GtkRadioButton.
func CastToRadioButton ¶
func CastToRadioButton(object *gobject.Object) *RadioButton
CastToWidget down casts any arbitary Object to RadioButton. Exercise care, as this is a potentially dangerous function if the Object is not a RadioButton.
func RadioButtonNew ¶
func RadioButtonNew(group *glib.SList) *RadioButton
RadioButtonNew is a wrapper around the C function gtk_radio_button_new.
func RadioButtonNewFromC ¶
func RadioButtonNewFromC(u unsafe.Pointer) *RadioButton
func RadioButtonNewFromWidget ¶
func RadioButtonNewFromWidget(radioGroupMember *RadioButton) *RadioButton
RadioButtonNewFromWidget is a wrapper around the C function gtk_radio_button_new_from_widget.
func RadioButtonNewWithLabel ¶
func RadioButtonNewWithLabel(group *glib.SList, label string) *RadioButton
RadioButtonNewWithLabel is a wrapper around the C function gtk_radio_button_new_with_label.
func RadioButtonNewWithLabelFromWidget ¶
func RadioButtonNewWithLabelFromWidget(radioGroupMember *RadioButton, label string) *RadioButton
RadioButtonNewWithLabelFromWidget is a wrapper around the C function gtk_radio_button_new_with_label_from_widget.
func RadioButtonNewWithMnemonic ¶
func RadioButtonNewWithMnemonic(group *glib.SList, label string) *RadioButton
RadioButtonNewWithMnemonic is a wrapper around the C function gtk_radio_button_new_with_mnemonic.
func RadioButtonNewWithMnemonicFromWidget ¶
func RadioButtonNewWithMnemonicFromWidget(radioGroupMember *RadioButton, label string) *RadioButton
RadioButtonNewWithMnemonicFromWidget is a wrapper around the C function gtk_radio_button_new_with_mnemonic_from_widget.
func (*RadioButton) Actionable ¶
func (recv *RadioButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by RadioButton
func (*RadioButton) Activatable ¶
func (recv *RadioButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by RadioButton
func (*RadioButton) Buildable ¶
func (recv *RadioButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by RadioButton
func (*RadioButton) CheckButton ¶
func (recv *RadioButton) CheckButton() *CheckButton
CheckButton upcasts to *CheckButton
func (*RadioButton) Container ¶
func (recv *RadioButton) Container() *Container
Container upcasts to *Container
func (*RadioButton) GetGroup ¶
func (recv *RadioButton) GetGroup() *glib.SList
GetGroup is a wrapper around the C function gtk_radio_button_get_group.
func (*RadioButton) ImplementorIface ¶
func (recv *RadioButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by RadioButton
func (*RadioButton) InitiallyUnowned ¶
func (recv *RadioButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*RadioButton) Object ¶
func (recv *RadioButton) Object() *gobject.Object
Object upcasts to *Object
func (*RadioButton) SetGroup ¶
func (recv *RadioButton) SetGroup(group *glib.SList)
SetGroup is a wrapper around the C function gtk_radio_button_set_group.
func (*RadioButton) ToC ¶
func (recv *RadioButton) ToC() unsafe.Pointer
func (*RadioButton) ToggleButton ¶
func (recv *RadioButton) ToggleButton() *ToggleButton
ToggleButton upcasts to *ToggleButton
type RadioButtonAccessible ¶
type RadioButtonAccessible struct {
// contains filtered or unexported fields
}
RadioButtonAccessible is a wrapper around the C record GtkRadioButtonAccessible.
func CastToRadioButtonAccessible ¶
func CastToRadioButtonAccessible(object *gobject.Object) *RadioButtonAccessible
CastToWidget down casts any arbitary Object to RadioButtonAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a RadioButtonAccessible.
func RadioButtonAccessibleNewFromC ¶
func RadioButtonAccessibleNewFromC(u unsafe.Pointer) *RadioButtonAccessible
func (*RadioButtonAccessible) Accessible ¶
func (recv *RadioButtonAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*RadioButtonAccessible) Action ¶
func (recv *RadioButtonAccessible) Action() *atk.Action
Action returns the Action interface implemented by RadioButtonAccessible
func (*RadioButtonAccessible) ButtonAccessible ¶
func (recv *RadioButtonAccessible) ButtonAccessible() *ButtonAccessible
ButtonAccessible upcasts to *ButtonAccessible
func (*RadioButtonAccessible) Component ¶
func (recv *RadioButtonAccessible) Component() *atk.Component
Component returns the Component interface implemented by RadioButtonAccessible
func (*RadioButtonAccessible) ContainerAccessible ¶
func (recv *RadioButtonAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*RadioButtonAccessible) Image ¶
func (recv *RadioButtonAccessible) Image() *atk.Image
Image returns the Image interface implemented by RadioButtonAccessible
func (*RadioButtonAccessible) Object ¶
func (recv *RadioButtonAccessible) Object() *atk.Object
Object upcasts to *Object
func (*RadioButtonAccessible) ToC ¶
func (recv *RadioButtonAccessible) ToC() unsafe.Pointer
func (*RadioButtonAccessible) ToggleButtonAccessible ¶
func (recv *RadioButtonAccessible) ToggleButtonAccessible() *ToggleButtonAccessible
ToggleButtonAccessible upcasts to *ToggleButtonAccessible
func (*RadioButtonAccessible) WidgetAccessible ¶
func (recv *RadioButtonAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type RadioButtonAccessibleClass ¶
type RadioButtonAccessibleClass struct {
// contains filtered or unexported fields
}
RadioButtonAccessibleClass is a wrapper around the C record GtkRadioButtonAccessibleClass.
func RadioButtonAccessibleClassNewFromC ¶
func RadioButtonAccessibleClassNewFromC(u unsafe.Pointer) *RadioButtonAccessibleClass
func (*RadioButtonAccessibleClass) ToC ¶
func (recv *RadioButtonAccessibleClass) ToC() unsafe.Pointer
type RadioButtonAccessiblePrivate ¶
type RadioButtonAccessiblePrivate struct {
// contains filtered or unexported fields
}
RadioButtonAccessiblePrivate is a wrapper around the C record GtkRadioButtonAccessiblePrivate.
func RadioButtonAccessiblePrivateNewFromC ¶
func RadioButtonAccessiblePrivateNewFromC(u unsafe.Pointer) *RadioButtonAccessiblePrivate
func (*RadioButtonAccessiblePrivate) ToC ¶
func (recv *RadioButtonAccessiblePrivate) ToC() unsafe.Pointer
type RadioButtonClass ¶
type RadioButtonClass struct {
// contains filtered or unexported fields
}
RadioButtonClass is a wrapper around the C record GtkRadioButtonClass.
func RadioButtonClassNewFromC ¶
func RadioButtonClassNewFromC(u unsafe.Pointer) *RadioButtonClass
func (*RadioButtonClass) ToC ¶
func (recv *RadioButtonClass) ToC() unsafe.Pointer
type RadioButtonPrivate ¶
type RadioButtonPrivate struct {
// contains filtered or unexported fields
}
RadioButtonPrivate is a wrapper around the C record GtkRadioButtonPrivate.
func RadioButtonPrivateNewFromC ¶
func RadioButtonPrivateNewFromC(u unsafe.Pointer) *RadioButtonPrivate
func (*RadioButtonPrivate) ToC ¶
func (recv *RadioButtonPrivate) ToC() unsafe.Pointer
type RadioMenuItem ¶
type RadioMenuItem struct {
// contains filtered or unexported fields
}
RadioMenuItem is a wrapper around the C record GtkRadioMenuItem.
func CastToRadioMenuItem ¶
func CastToRadioMenuItem(object *gobject.Object) *RadioMenuItem
CastToWidget down casts any arbitary Object to RadioMenuItem. Exercise care, as this is a potentially dangerous function if the Object is not a RadioMenuItem.
func RadioMenuItemNew ¶
func RadioMenuItemNew(group *glib.SList) *RadioMenuItem
RadioMenuItemNew is a wrapper around the C function gtk_radio_menu_item_new.
func RadioMenuItemNewFromC ¶
func RadioMenuItemNewFromC(u unsafe.Pointer) *RadioMenuItem
func RadioMenuItemNewWithLabel ¶
func RadioMenuItemNewWithLabel(group *glib.SList, label string) *RadioMenuItem
RadioMenuItemNewWithLabel is a wrapper around the C function gtk_radio_menu_item_new_with_label.
func RadioMenuItemNewWithMnemonic ¶
func RadioMenuItemNewWithMnemonic(group *glib.SList, label string) *RadioMenuItem
RadioMenuItemNewWithMnemonic is a wrapper around the C function gtk_radio_menu_item_new_with_mnemonic.
func (*RadioMenuItem) Actionable ¶
func (recv *RadioMenuItem) Actionable() *Actionable
Actionable returns the Actionable interface implemented by RadioMenuItem
func (*RadioMenuItem) Activatable ¶
func (recv *RadioMenuItem) Activatable() *Activatable
Activatable returns the Activatable interface implemented by RadioMenuItem
func (*RadioMenuItem) Buildable ¶
func (recv *RadioMenuItem) Buildable() *Buildable
Buildable returns the Buildable interface implemented by RadioMenuItem
func (*RadioMenuItem) CheckMenuItem ¶
func (recv *RadioMenuItem) CheckMenuItem() *CheckMenuItem
CheckMenuItem upcasts to *CheckMenuItem
func (*RadioMenuItem) ConnectGroupChanged ¶
func (recv *RadioMenuItem) ConnectGroupChanged(callback RadioMenuItemSignalGroupChangedCallback) int
ConnectGroupChanged connects the callback to the 'group-changed' signal for the RadioMenuItem.
The returned value represents the connection, and may be passed to DisconnectGroupChanged to remove it.
func (*RadioMenuItem) Container ¶
func (recv *RadioMenuItem) Container() *Container
Container upcasts to *Container
func (*RadioMenuItem) DisconnectGroupChanged ¶
func (recv *RadioMenuItem) DisconnectGroupChanged(connectionID int)
DisconnectGroupChanged disconnects a callback from the 'group-changed' signal for the RadioMenuItem.
The connectionID should be a value returned from a call to ConnectGroupChanged.
func (*RadioMenuItem) GetGroup ¶
func (recv *RadioMenuItem) GetGroup() *glib.SList
GetGroup is a wrapper around the C function gtk_radio_menu_item_get_group.
func (*RadioMenuItem) ImplementorIface ¶
func (recv *RadioMenuItem) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by RadioMenuItem
func (*RadioMenuItem) InitiallyUnowned ¶
func (recv *RadioMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*RadioMenuItem) MenuItem ¶
func (recv *RadioMenuItem) MenuItem() *MenuItem
MenuItem upcasts to *MenuItem
func (*RadioMenuItem) Object ¶
func (recv *RadioMenuItem) Object() *gobject.Object
Object upcasts to *Object
func (*RadioMenuItem) SetGroup ¶
func (recv *RadioMenuItem) SetGroup(group *glib.SList)
SetGroup is a wrapper around the C function gtk_radio_menu_item_set_group.
func (*RadioMenuItem) ToC ¶
func (recv *RadioMenuItem) ToC() unsafe.Pointer
func (*RadioMenuItem) Widget ¶
func (recv *RadioMenuItem) Widget() *Widget
Widget upcasts to *Widget
type RadioMenuItemAccessible ¶
type RadioMenuItemAccessible struct {
// contains filtered or unexported fields
}
RadioMenuItemAccessible is a wrapper around the C record GtkRadioMenuItemAccessible.
func CastToRadioMenuItemAccessible ¶
func CastToRadioMenuItemAccessible(object *gobject.Object) *RadioMenuItemAccessible
CastToWidget down casts any arbitary Object to RadioMenuItemAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a RadioMenuItemAccessible.
func RadioMenuItemAccessibleNewFromC ¶
func RadioMenuItemAccessibleNewFromC(u unsafe.Pointer) *RadioMenuItemAccessible
func (*RadioMenuItemAccessible) Accessible ¶
func (recv *RadioMenuItemAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*RadioMenuItemAccessible) Action ¶
func (recv *RadioMenuItemAccessible) Action() *atk.Action
Action returns the Action interface implemented by RadioMenuItemAccessible
func (*RadioMenuItemAccessible) CheckMenuItemAccessible ¶
func (recv *RadioMenuItemAccessible) CheckMenuItemAccessible() *CheckMenuItemAccessible
CheckMenuItemAccessible upcasts to *CheckMenuItemAccessible
func (*RadioMenuItemAccessible) Component ¶
func (recv *RadioMenuItemAccessible) Component() *atk.Component
Component returns the Component interface implemented by RadioMenuItemAccessible
func (*RadioMenuItemAccessible) ContainerAccessible ¶
func (recv *RadioMenuItemAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*RadioMenuItemAccessible) MenuItemAccessible ¶
func (recv *RadioMenuItemAccessible) MenuItemAccessible() *MenuItemAccessible
MenuItemAccessible upcasts to *MenuItemAccessible
func (*RadioMenuItemAccessible) Object ¶
func (recv *RadioMenuItemAccessible) Object() *atk.Object
Object upcasts to *Object
func (*RadioMenuItemAccessible) Selection ¶
func (recv *RadioMenuItemAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by RadioMenuItemAccessible
func (*RadioMenuItemAccessible) ToC ¶
func (recv *RadioMenuItemAccessible) ToC() unsafe.Pointer
func (*RadioMenuItemAccessible) WidgetAccessible ¶
func (recv *RadioMenuItemAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type RadioMenuItemAccessibleClass ¶
type RadioMenuItemAccessibleClass struct {
// contains filtered or unexported fields
}
RadioMenuItemAccessibleClass is a wrapper around the C record GtkRadioMenuItemAccessibleClass.
func RadioMenuItemAccessibleClassNewFromC ¶
func RadioMenuItemAccessibleClassNewFromC(u unsafe.Pointer) *RadioMenuItemAccessibleClass
func (*RadioMenuItemAccessibleClass) ToC ¶
func (recv *RadioMenuItemAccessibleClass) ToC() unsafe.Pointer
type RadioMenuItemAccessiblePrivate ¶
type RadioMenuItemAccessiblePrivate struct {
// contains filtered or unexported fields
}
RadioMenuItemAccessiblePrivate is a wrapper around the C record GtkRadioMenuItemAccessiblePrivate.
func RadioMenuItemAccessiblePrivateNewFromC ¶
func RadioMenuItemAccessiblePrivateNewFromC(u unsafe.Pointer) *RadioMenuItemAccessiblePrivate
func (*RadioMenuItemAccessiblePrivate) ToC ¶
func (recv *RadioMenuItemAccessiblePrivate) ToC() unsafe.Pointer
type RadioMenuItemClass ¶
type RadioMenuItemClass struct {
// contains filtered or unexported fields
}
RadioMenuItemClass is a wrapper around the C record GtkRadioMenuItemClass.
func RadioMenuItemClassNewFromC ¶
func RadioMenuItemClassNewFromC(u unsafe.Pointer) *RadioMenuItemClass
func (*RadioMenuItemClass) ToC ¶
func (recv *RadioMenuItemClass) ToC() unsafe.Pointer
type RadioMenuItemPrivate ¶
type RadioMenuItemPrivate struct {
// contains filtered or unexported fields
}
RadioMenuItemPrivate is a wrapper around the C record GtkRadioMenuItemPrivate.
func RadioMenuItemPrivateNewFromC ¶
func RadioMenuItemPrivateNewFromC(u unsafe.Pointer) *RadioMenuItemPrivate
func (*RadioMenuItemPrivate) ToC ¶
func (recv *RadioMenuItemPrivate) ToC() unsafe.Pointer
type RadioMenuItemSignalGroupChangedCallback ¶
type RadioMenuItemSignalGroupChangedCallback func()
RadioMenuItemSignalGroupChangedCallback is a callback function for a 'group-changed' signal emitted from a RadioMenuItem.
type RadioToolButton ¶
type RadioToolButton struct {
// contains filtered or unexported fields
}
RadioToolButton is a wrapper around the C record GtkRadioToolButton.
func CastToRadioToolButton ¶
func CastToRadioToolButton(object *gobject.Object) *RadioToolButton
CastToWidget down casts any arbitary Object to RadioToolButton. Exercise care, as this is a potentially dangerous function if the Object is not a RadioToolButton.
func RadioToolButtonNewFromC ¶
func RadioToolButtonNewFromC(u unsafe.Pointer) *RadioToolButton
func (*RadioToolButton) Actionable ¶
func (recv *RadioToolButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by RadioToolButton
func (*RadioToolButton) Activatable ¶
func (recv *RadioToolButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by RadioToolButton
func (*RadioToolButton) Buildable ¶
func (recv *RadioToolButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by RadioToolButton
func (*RadioToolButton) Container ¶
func (recv *RadioToolButton) Container() *Container
Container upcasts to *Container
func (*RadioToolButton) ImplementorIface ¶
func (recv *RadioToolButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by RadioToolButton
func (*RadioToolButton) InitiallyUnowned ¶
func (recv *RadioToolButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*RadioToolButton) Object ¶
func (recv *RadioToolButton) Object() *gobject.Object
Object upcasts to *Object
func (*RadioToolButton) ToC ¶
func (recv *RadioToolButton) ToC() unsafe.Pointer
func (*RadioToolButton) ToggleToolButton ¶
func (recv *RadioToolButton) ToggleToolButton() *ToggleToolButton
ToggleToolButton upcasts to *ToggleToolButton
func (*RadioToolButton) ToolButton ¶
func (recv *RadioToolButton) ToolButton() *ToolButton
ToolButton upcasts to *ToolButton
func (*RadioToolButton) ToolItem ¶
func (recv *RadioToolButton) ToolItem() *ToolItem
ToolItem upcasts to *ToolItem
func (*RadioToolButton) Widget ¶
func (recv *RadioToolButton) Widget() *Widget
Widget upcasts to *Widget
type RadioToolButtonClass ¶
type RadioToolButtonClass struct {
// contains filtered or unexported fields
}
RadioToolButtonClass is a wrapper around the C record GtkRadioToolButtonClass.
func RadioToolButtonClassNewFromC ¶
func RadioToolButtonClassNewFromC(u unsafe.Pointer) *RadioToolButtonClass
func (*RadioToolButtonClass) ToC ¶
func (recv *RadioToolButtonClass) ToC() unsafe.Pointer
type Range ¶
type Range struct {
// contains filtered or unexported fields
}
Range is a wrapper around the C record GtkRange.
func CastToRange ¶
CastToWidget down casts any arbitary Object to Range. Exercise care, as this is a potentially dangerous function if the Object is not a Range.
func RangeNewFromC ¶
func (*Range) ConnectValueChanged ¶
func (recv *Range) ConnectValueChanged(callback RangeSignalValueChangedCallback) int
ConnectValueChanged connects the callback to the 'value-changed' signal for the Range.
The returned value represents the connection, and may be passed to DisconnectValueChanged to remove it.
func (*Range) DisconnectValueChanged ¶
DisconnectValueChanged disconnects a callback from the 'value-changed' signal for the Range.
The connectionID should be a value returned from a call to ConnectValueChanged.
func (*Range) GetAdjustment ¶
func (recv *Range) GetAdjustment() *Adjustment
GetAdjustment is a wrapper around the C function gtk_range_get_adjustment.
func (*Range) GetInverted ¶
GetInverted is a wrapper around the C function gtk_range_get_inverted.
func (*Range) ImplementorIface ¶
func (recv *Range) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Range
func (*Range) InitiallyUnowned ¶
func (recv *Range) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Range) Orientable ¶
func (recv *Range) Orientable() *Orientable
Orientable returns the Orientable interface implemented by Range
func (*Range) SetAdjustment ¶
func (recv *Range) SetAdjustment(adjustment *Adjustment)
SetAdjustment is a wrapper around the C function gtk_range_set_adjustment.
func (*Range) SetIncrements ¶
SetIncrements is a wrapper around the C function gtk_range_set_increments.
func (*Range) SetInverted ¶
SetInverted is a wrapper around the C function gtk_range_set_inverted.
type RangeAccessible ¶
type RangeAccessible struct {
// contains filtered or unexported fields
}
RangeAccessible is a wrapper around the C record GtkRangeAccessible.
func CastToRangeAccessible ¶
func CastToRangeAccessible(object *gobject.Object) *RangeAccessible
CastToWidget down casts any arbitary Object to RangeAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a RangeAccessible.
func RangeAccessibleNewFromC ¶
func RangeAccessibleNewFromC(u unsafe.Pointer) *RangeAccessible
func (*RangeAccessible) Accessible ¶
func (recv *RangeAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*RangeAccessible) Component ¶
func (recv *RangeAccessible) Component() *atk.Component
Component returns the Component interface implemented by RangeAccessible
func (*RangeAccessible) Object ¶
func (recv *RangeAccessible) Object() *atk.Object
Object upcasts to *Object
func (*RangeAccessible) ToC ¶
func (recv *RangeAccessible) ToC() unsafe.Pointer
func (*RangeAccessible) Value ¶
func (recv *RangeAccessible) Value() *atk.Value
Value returns the Value interface implemented by RangeAccessible
func (*RangeAccessible) WidgetAccessible ¶
func (recv *RangeAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type RangeAccessibleClass ¶
type RangeAccessibleClass struct {
// contains filtered or unexported fields
}
RangeAccessibleClass is a wrapper around the C record GtkRangeAccessibleClass.
func RangeAccessibleClassNewFromC ¶
func RangeAccessibleClassNewFromC(u unsafe.Pointer) *RangeAccessibleClass
func (*RangeAccessibleClass) ToC ¶
func (recv *RangeAccessibleClass) ToC() unsafe.Pointer
type RangeAccessiblePrivate ¶
type RangeAccessiblePrivate struct {
// contains filtered or unexported fields
}
RangeAccessiblePrivate is a wrapper around the C record GtkRangeAccessiblePrivate.
func RangeAccessiblePrivateNewFromC ¶
func RangeAccessiblePrivateNewFromC(u unsafe.Pointer) *RangeAccessiblePrivate
func (*RangeAccessiblePrivate) ToC ¶
func (recv *RangeAccessiblePrivate) ToC() unsafe.Pointer
type RangeClass ¶
type RangeClass struct { // parent_class : record SliderDetail string StepperDetail string // contains filtered or unexported fields }
RangeClass is a wrapper around the C record GtkRangeClass.
func RangeClassNewFromC ¶
func RangeClassNewFromC(u unsafe.Pointer) *RangeClass
func (*RangeClass) ToC ¶
func (recv *RangeClass) ToC() unsafe.Pointer
type RangePrivate ¶
type RangePrivate struct {
// contains filtered or unexported fields
}
RangePrivate is a wrapper around the C record GtkRangePrivate.
func RangePrivateNewFromC ¶
func RangePrivateNewFromC(u unsafe.Pointer) *RangePrivate
func (*RangePrivate) ToC ¶
func (recv *RangePrivate) ToC() unsafe.Pointer
type RangeSignalValueChangedCallback ¶
type RangeSignalValueChangedCallback func()
RangeSignalValueChangedCallback is a callback function for a 'value-changed' signal emitted from a Range.
type RcContext ¶
type RcContext struct {
// contains filtered or unexported fields
}
RcContext is a wrapper around the C record GtkRcContext.
func RcContextNewFromC ¶
type RcFlags ¶
type RcFlags C.GtkRcFlags
type RcProperty ¶
type RcProperty struct { TypeName glib.Quark PropertyName glib.Quark Origin string // contains filtered or unexported fields }
RcProperty is a wrapper around the C record GtkRcProperty.
func RcPropertyNewFromC ¶
func RcPropertyNewFromC(u unsafe.Pointer) *RcProperty
func (*RcProperty) ToC ¶
func (recv *RcProperty) ToC() unsafe.Pointer
type RcStyle ¶
type RcStyle struct { // parent_instance : record Name string // no type for bg_pixmap_name // font_desc : record // no type for color_flags // no type for fg // no type for bg // no type for text // no type for base Xthickness int32 Ythickness int32 // contains filtered or unexported fields }
RcStyle is a wrapper around the C record GtkRcStyle.
func CastToRcStyle ¶
CastToWidget down casts any arbitary Object to RcStyle. Exercise care, as this is a potentially dangerous function if the Object is not a RcStyle.
func RcStyleNew ¶
func RcStyleNew() *RcStyle
RcStyleNew is a wrapper around the C function gtk_rc_style_new.
func RcStyleNewFromC ¶
type RcStyleClass ¶
type RcStyleClass struct {
// contains filtered or unexported fields
}
RcStyleClass is a wrapper around the C record GtkRcStyleClass.
func RcStyleClassNewFromC ¶
func RcStyleClassNewFromC(u unsafe.Pointer) *RcStyleClass
func (*RcStyleClass) ToC ¶
func (recv *RcStyleClass) ToC() unsafe.Pointer
type RcTokenType ¶
type RcTokenType C.GtkRcTokenType
const ( GTK_RC_TOKEN_INVALID RcTokenType = 270 GTK_RC_TOKEN_INCLUDE RcTokenType = 271 GTK_RC_TOKEN_NORMAL RcTokenType = 272 GTK_RC_TOKEN_ACTIVE RcTokenType = 273 GTK_RC_TOKEN_PRELIGHT RcTokenType = 274 GTK_RC_TOKEN_SELECTED RcTokenType = 275 GTK_RC_TOKEN_INSENSITIVE RcTokenType = 276 GTK_RC_TOKEN_FG RcTokenType = 277 GTK_RC_TOKEN_BG RcTokenType = 278 GTK_RC_TOKEN_TEXT RcTokenType = 279 GTK_RC_TOKEN_BASE RcTokenType = 280 GTK_RC_TOKEN_XTHICKNESS RcTokenType = 281 GTK_RC_TOKEN_YTHICKNESS RcTokenType = 282 GTK_RC_TOKEN_FONT RcTokenType = 283 GTK_RC_TOKEN_FONTSET RcTokenType = 284 GTK_RC_TOKEN_FONT_NAME RcTokenType = 285 GTK_RC_TOKEN_BG_PIXMAP RcTokenType = 286 GTK_RC_TOKEN_PIXMAP_PATH RcTokenType = 287 GTK_RC_TOKEN_STYLE RcTokenType = 288 GTK_RC_TOKEN_BINDING RcTokenType = 289 GTK_RC_TOKEN_BIND RcTokenType = 290 GTK_RC_TOKEN_WIDGET RcTokenType = 291 GTK_RC_TOKEN_WIDGET_CLASS RcTokenType = 292 GTK_RC_TOKEN_CLASS RcTokenType = 293 GTK_RC_TOKEN_LOWEST RcTokenType = 294 GTK_RC_TOKEN_GTK RcTokenType = 295 GTK_RC_TOKEN_APPLICATION RcTokenType = 296 GTK_RC_TOKEN_THEME RcTokenType = 297 GTK_RC_TOKEN_RC RcTokenType = 298 GTK_RC_TOKEN_HIGHEST RcTokenType = 299 GTK_RC_TOKEN_ENGINE RcTokenType = 300 GTK_RC_TOKEN_MODULE_PATH RcTokenType = 301 GTK_RC_TOKEN_IM_MODULE_PATH RcTokenType = 302 GTK_RC_TOKEN_IM_MODULE_FILE RcTokenType = 303 GTK_RC_TOKEN_STOCK RcTokenType = 304 GTK_RC_TOKEN_LTR RcTokenType = 305 GTK_RC_TOKEN_RTL RcTokenType = 306 GTK_RC_TOKEN_COLOR RcTokenType = 307 GTK_RC_TOKEN_UNBIND RcTokenType = 308 GTK_RC_TOKEN_LAST RcTokenType = 309 )
type RecentAction ¶
type RecentAction struct {
// contains filtered or unexported fields
}
RecentAction is a wrapper around the C record GtkRecentAction.
func CastToRecentAction ¶
func CastToRecentAction(object *gobject.Object) *RecentAction
CastToWidget down casts any arbitary Object to RecentAction. Exercise care, as this is a potentially dangerous function if the Object is not a RecentAction.
func RecentActionNewFromC ¶
func RecentActionNewFromC(u unsafe.Pointer) *RecentAction
func (*RecentAction) Buildable ¶
func (recv *RecentAction) Buildable() *Buildable
Buildable returns the Buildable interface implemented by RecentAction
func (*RecentAction) Object ¶
func (recv *RecentAction) Object() *gobject.Object
Object upcasts to *Object
func (*RecentAction) RecentChooser ¶
func (recv *RecentAction) RecentChooser() *RecentChooser
RecentChooser returns the RecentChooser interface implemented by RecentAction
func (*RecentAction) ToC ¶
func (recv *RecentAction) ToC() unsafe.Pointer
type RecentActionClass ¶
type RecentActionClass struct {
// contains filtered or unexported fields
}
RecentActionClass is a wrapper around the C record GtkRecentActionClass.
func RecentActionClassNewFromC ¶
func RecentActionClassNewFromC(u unsafe.Pointer) *RecentActionClass
func (*RecentActionClass) ToC ¶
func (recv *RecentActionClass) ToC() unsafe.Pointer
type RecentActionPrivate ¶
type RecentActionPrivate struct {
// contains filtered or unexported fields
}
RecentActionPrivate is a wrapper around the C record GtkRecentActionPrivate.
func RecentActionPrivateNewFromC ¶
func RecentActionPrivateNewFromC(u unsafe.Pointer) *RecentActionPrivate
func (*RecentActionPrivate) ToC ¶
func (recv *RecentActionPrivate) ToC() unsafe.Pointer
type RecentChooser ¶
type RecentChooser struct {
// contains filtered or unexported fields
}
RecentChooser is a wrapper around the C record GtkRecentChooser.
func RecentChooserNewFromC ¶
func RecentChooserNewFromC(u unsafe.Pointer) *RecentChooser
func (*RecentChooser) ToC ¶
func (recv *RecentChooser) ToC() unsafe.Pointer
type RecentChooserDialog ¶
type RecentChooserDialog struct {
// contains filtered or unexported fields
}
RecentChooserDialog is a wrapper around the C record GtkRecentChooserDialog.
func CastToRecentChooserDialog ¶
func CastToRecentChooserDialog(object *gobject.Object) *RecentChooserDialog
CastToWidget down casts any arbitary Object to RecentChooserDialog. Exercise care, as this is a potentially dangerous function if the Object is not a RecentChooserDialog.
func RecentChooserDialogNewFromC ¶
func RecentChooserDialogNewFromC(u unsafe.Pointer) *RecentChooserDialog
func (*RecentChooserDialog) Buildable ¶
func (recv *RecentChooserDialog) Buildable() *Buildable
Buildable returns the Buildable interface implemented by RecentChooserDialog
func (*RecentChooserDialog) Container ¶
func (recv *RecentChooserDialog) Container() *Container
Container upcasts to *Container
func (*RecentChooserDialog) Dialog ¶
func (recv *RecentChooserDialog) Dialog() *Dialog
Dialog upcasts to *Dialog
func (*RecentChooserDialog) ImplementorIface ¶
func (recv *RecentChooserDialog) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by RecentChooserDialog
func (*RecentChooserDialog) InitiallyUnowned ¶
func (recv *RecentChooserDialog) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*RecentChooserDialog) Object ¶
func (recv *RecentChooserDialog) Object() *gobject.Object
Object upcasts to *Object
func (*RecentChooserDialog) RecentChooser ¶
func (recv *RecentChooserDialog) RecentChooser() *RecentChooser
RecentChooser returns the RecentChooser interface implemented by RecentChooserDialog
func (*RecentChooserDialog) ToC ¶
func (recv *RecentChooserDialog) ToC() unsafe.Pointer
func (*RecentChooserDialog) Widget ¶
func (recv *RecentChooserDialog) Widget() *Widget
Widget upcasts to *Widget
func (*RecentChooserDialog) Window ¶
func (recv *RecentChooserDialog) Window() *Window
Window upcasts to *Window
type RecentChooserDialogClass ¶
type RecentChooserDialogClass struct {
// contains filtered or unexported fields
}
RecentChooserDialogClass is a wrapper around the C record GtkRecentChooserDialogClass.
func RecentChooserDialogClassNewFromC ¶
func RecentChooserDialogClassNewFromC(u unsafe.Pointer) *RecentChooserDialogClass
func (*RecentChooserDialogClass) ToC ¶
func (recv *RecentChooserDialogClass) ToC() unsafe.Pointer
type RecentChooserDialogPrivate ¶
type RecentChooserDialogPrivate struct {
// contains filtered or unexported fields
}
RecentChooserDialogPrivate is a wrapper around the C record GtkRecentChooserDialogPrivate.
func RecentChooserDialogPrivateNewFromC ¶
func RecentChooserDialogPrivateNewFromC(u unsafe.Pointer) *RecentChooserDialogPrivate
func (*RecentChooserDialogPrivate) ToC ¶
func (recv *RecentChooserDialogPrivate) ToC() unsafe.Pointer
type RecentChooserIface ¶
type RecentChooserIface struct {
// contains filtered or unexported fields
}
RecentChooserIface is a wrapper around the C record GtkRecentChooserIface.
func RecentChooserIfaceNewFromC ¶
func RecentChooserIfaceNewFromC(u unsafe.Pointer) *RecentChooserIface
func (*RecentChooserIface) ToC ¶
func (recv *RecentChooserIface) ToC() unsafe.Pointer
type RecentChooserMenu ¶
type RecentChooserMenu struct {
// contains filtered or unexported fields
}
RecentChooserMenu is a wrapper around the C record GtkRecentChooserMenu.
func CastToRecentChooserMenu ¶
func CastToRecentChooserMenu(object *gobject.Object) *RecentChooserMenu
CastToWidget down casts any arbitary Object to RecentChooserMenu. Exercise care, as this is a potentially dangerous function if the Object is not a RecentChooserMenu.
func RecentChooserMenuNewFromC ¶
func RecentChooserMenuNewFromC(u unsafe.Pointer) *RecentChooserMenu
func (*RecentChooserMenu) Activatable ¶
func (recv *RecentChooserMenu) Activatable() *Activatable
Activatable returns the Activatable interface implemented by RecentChooserMenu
func (*RecentChooserMenu) Buildable ¶
func (recv *RecentChooserMenu) Buildable() *Buildable
Buildable returns the Buildable interface implemented by RecentChooserMenu
func (*RecentChooserMenu) Container ¶
func (recv *RecentChooserMenu) Container() *Container
Container upcasts to *Container
func (*RecentChooserMenu) ImplementorIface ¶
func (recv *RecentChooserMenu) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by RecentChooserMenu
func (*RecentChooserMenu) InitiallyUnowned ¶
func (recv *RecentChooserMenu) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*RecentChooserMenu) MenuShell ¶
func (recv *RecentChooserMenu) MenuShell() *MenuShell
MenuShell upcasts to *MenuShell
func (*RecentChooserMenu) Object ¶
func (recv *RecentChooserMenu) Object() *gobject.Object
Object upcasts to *Object
func (*RecentChooserMenu) RecentChooser ¶
func (recv *RecentChooserMenu) RecentChooser() *RecentChooser
RecentChooser returns the RecentChooser interface implemented by RecentChooserMenu
func (*RecentChooserMenu) ToC ¶
func (recv *RecentChooserMenu) ToC() unsafe.Pointer
func (*RecentChooserMenu) Widget ¶
func (recv *RecentChooserMenu) Widget() *Widget
Widget upcasts to *Widget
type RecentChooserMenuClass ¶
type RecentChooserMenuClass struct {
// contains filtered or unexported fields
}
RecentChooserMenuClass is a wrapper around the C record GtkRecentChooserMenuClass.
func RecentChooserMenuClassNewFromC ¶
func RecentChooserMenuClassNewFromC(u unsafe.Pointer) *RecentChooserMenuClass
func (*RecentChooserMenuClass) ToC ¶
func (recv *RecentChooserMenuClass) ToC() unsafe.Pointer
type RecentChooserMenuPrivate ¶
type RecentChooserMenuPrivate struct {
// contains filtered or unexported fields
}
RecentChooserMenuPrivate is a wrapper around the C record GtkRecentChooserMenuPrivate.
func RecentChooserMenuPrivateNewFromC ¶
func RecentChooserMenuPrivateNewFromC(u unsafe.Pointer) *RecentChooserMenuPrivate
func (*RecentChooserMenuPrivate) ToC ¶
func (recv *RecentChooserMenuPrivate) ToC() unsafe.Pointer
type RecentChooserWidget ¶
type RecentChooserWidget struct {
// contains filtered or unexported fields
}
RecentChooserWidget is a wrapper around the C record GtkRecentChooserWidget.
func CastToRecentChooserWidget ¶
func CastToRecentChooserWidget(object *gobject.Object) *RecentChooserWidget
CastToWidget down casts any arbitary Object to RecentChooserWidget. Exercise care, as this is a potentially dangerous function if the Object is not a RecentChooserWidget.
func RecentChooserWidgetNewFromC ¶
func RecentChooserWidgetNewFromC(u unsafe.Pointer) *RecentChooserWidget
func (*RecentChooserWidget) Buildable ¶
func (recv *RecentChooserWidget) Buildable() *Buildable
Buildable returns the Buildable interface implemented by RecentChooserWidget
func (*RecentChooserWidget) Container ¶
func (recv *RecentChooserWidget) Container() *Container
Container upcasts to *Container
func (*RecentChooserWidget) ImplementorIface ¶
func (recv *RecentChooserWidget) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by RecentChooserWidget
func (*RecentChooserWidget) InitiallyUnowned ¶
func (recv *RecentChooserWidget) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*RecentChooserWidget) Object ¶
func (recv *RecentChooserWidget) Object() *gobject.Object
Object upcasts to *Object
func (*RecentChooserWidget) Orientable ¶
func (recv *RecentChooserWidget) Orientable() *Orientable
Orientable returns the Orientable interface implemented by RecentChooserWidget
func (*RecentChooserWidget) RecentChooser ¶
func (recv *RecentChooserWidget) RecentChooser() *RecentChooser
RecentChooser returns the RecentChooser interface implemented by RecentChooserWidget
func (*RecentChooserWidget) ToC ¶
func (recv *RecentChooserWidget) ToC() unsafe.Pointer
func (*RecentChooserWidget) Widget ¶
func (recv *RecentChooserWidget) Widget() *Widget
Widget upcasts to *Widget
type RecentChooserWidgetClass ¶
type RecentChooserWidgetClass struct {
// contains filtered or unexported fields
}
RecentChooserWidgetClass is a wrapper around the C record GtkRecentChooserWidgetClass.
func RecentChooserWidgetClassNewFromC ¶
func RecentChooserWidgetClassNewFromC(u unsafe.Pointer) *RecentChooserWidgetClass
func (*RecentChooserWidgetClass) ToC ¶
func (recv *RecentChooserWidgetClass) ToC() unsafe.Pointer
type RecentChooserWidgetPrivate ¶
type RecentChooserWidgetPrivate struct {
// contains filtered or unexported fields
}
RecentChooserWidgetPrivate is a wrapper around the C record GtkRecentChooserWidgetPrivate.
func RecentChooserWidgetPrivateNewFromC ¶
func RecentChooserWidgetPrivateNewFromC(u unsafe.Pointer) *RecentChooserWidgetPrivate
func (*RecentChooserWidgetPrivate) ToC ¶
func (recv *RecentChooserWidgetPrivate) ToC() unsafe.Pointer
type RecentData ¶
type RecentData struct { DisplayName string Description string MimeType string AppName string AppExec string // no type for groups IsPrivate bool // contains filtered or unexported fields }
RecentData is a wrapper around the C record GtkRecentData.
func RecentDataNewFromC ¶
func RecentDataNewFromC(u unsafe.Pointer) *RecentData
func (*RecentData) ToC ¶
func (recv *RecentData) ToC() unsafe.Pointer
type RecentFilter ¶
type RecentFilter struct {
// contains filtered or unexported fields
}
RecentFilter is a wrapper around the C record GtkRecentFilter.
func CastToRecentFilter ¶
func CastToRecentFilter(object *gobject.Object) *RecentFilter
CastToWidget down casts any arbitary Object to RecentFilter. Exercise care, as this is a potentially dangerous function if the Object is not a RecentFilter.
func RecentFilterNewFromC ¶
func RecentFilterNewFromC(u unsafe.Pointer) *RecentFilter
func (*RecentFilter) Buildable ¶
func (recv *RecentFilter) Buildable() *Buildable
Buildable returns the Buildable interface implemented by RecentFilter
func (*RecentFilter) InitiallyUnowned ¶
func (recv *RecentFilter) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*RecentFilter) Object ¶
func (recv *RecentFilter) Object() *gobject.Object
Object upcasts to *Object
func (*RecentFilter) ToC ¶
func (recv *RecentFilter) ToC() unsafe.Pointer
type RecentFilterFlags ¶
type RecentFilterFlags C.GtkRecentFilterFlags
const ( GTK_RECENT_FILTER_URI RecentFilterFlags = 1 GTK_RECENT_FILTER_DISPLAY_NAME RecentFilterFlags = 2 GTK_RECENT_FILTER_MIME_TYPE RecentFilterFlags = 4 GTK_RECENT_FILTER_APPLICATION RecentFilterFlags = 8 GTK_RECENT_FILTER_GROUP RecentFilterFlags = 16 GTK_RECENT_FILTER_AGE RecentFilterFlags = 32 )
type RecentFilterInfo ¶
type RecentFilterInfo struct { Contains RecentFilterFlags Uri string DisplayName string MimeType string // no type for applications // no type for groups Age int32 // contains filtered or unexported fields }
RecentFilterInfo is a wrapper around the C record GtkRecentFilterInfo.
func RecentFilterInfoNewFromC ¶
func RecentFilterInfoNewFromC(u unsafe.Pointer) *RecentFilterInfo
func (*RecentFilterInfo) ToC ¶
func (recv *RecentFilterInfo) ToC() unsafe.Pointer
type RecentManagerPrivate ¶
type RecentManagerPrivate struct {
// contains filtered or unexported fields
}
RecentManagerPrivate is a wrapper around the C record GtkRecentManagerPrivate.
func RecentManagerPrivateNewFromC ¶
func RecentManagerPrivateNewFromC(u unsafe.Pointer) *RecentManagerPrivate
func (*RecentManagerPrivate) ToC ¶
func (recv *RecentManagerPrivate) ToC() unsafe.Pointer
type RegionFlags ¶
type RegionFlags C.GtkRegionFlags
const ( GTK_REGION_EVEN RegionFlags = 1 GTK_REGION_ODD RegionFlags = 2 GTK_REGION_FIRST RegionFlags = 4 GTK_REGION_LAST RegionFlags = 8 GTK_REGION_ONLY RegionFlags = 16 GTK_REGION_SORTED RegionFlags = 32 )
type ReliefStyle ¶
type ReliefStyle C.GtkReliefStyle
const ( GTK_RELIEF_NORMAL ReliefStyle = 0 GTK_RELIEF_HALF ReliefStyle = 1 GTK_RELIEF_NONE ReliefStyle = 2 )
type RendererCellAccessible ¶
type RendererCellAccessible struct {
// contains filtered or unexported fields
}
RendererCellAccessible is a wrapper around the C record GtkRendererCellAccessible.
func CastToRendererCellAccessible ¶
func CastToRendererCellAccessible(object *gobject.Object) *RendererCellAccessible
CastToWidget down casts any arbitary Object to RendererCellAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a RendererCellAccessible.
func RendererCellAccessibleNew ¶
func RendererCellAccessibleNew(renderer *CellRenderer) *RendererCellAccessible
RendererCellAccessibleNew is a wrapper around the C function gtk_renderer_cell_accessible_new.
func RendererCellAccessibleNewFromC ¶
func RendererCellAccessibleNewFromC(u unsafe.Pointer) *RendererCellAccessible
func (*RendererCellAccessible) Accessible ¶
func (recv *RendererCellAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*RendererCellAccessible) Action ¶
func (recv *RendererCellAccessible) Action() *atk.Action
Action returns the Action interface implemented by RendererCellAccessible
func (*RendererCellAccessible) CellAccessible ¶
func (recv *RendererCellAccessible) CellAccessible() *CellAccessible
CellAccessible upcasts to *CellAccessible
func (*RendererCellAccessible) Component ¶
func (recv *RendererCellAccessible) Component() *atk.Component
Component returns the Component interface implemented by RendererCellAccessible
func (*RendererCellAccessible) Object ¶
func (recv *RendererCellAccessible) Object() *atk.Object
Object upcasts to *Object
func (*RendererCellAccessible) ToC ¶
func (recv *RendererCellAccessible) ToC() unsafe.Pointer
type RendererCellAccessibleClass ¶
type RendererCellAccessibleClass struct {
// contains filtered or unexported fields
}
RendererCellAccessibleClass is a wrapper around the C record GtkRendererCellAccessibleClass.
func RendererCellAccessibleClassNewFromC ¶
func RendererCellAccessibleClassNewFromC(u unsafe.Pointer) *RendererCellAccessibleClass
func (*RendererCellAccessibleClass) ToC ¶
func (recv *RendererCellAccessibleClass) ToC() unsafe.Pointer
type RendererCellAccessiblePrivate ¶
type RendererCellAccessiblePrivate struct {
// contains filtered or unexported fields
}
RendererCellAccessiblePrivate is a wrapper around the C record GtkRendererCellAccessiblePrivate.
func RendererCellAccessiblePrivateNewFromC ¶
func RendererCellAccessiblePrivateNewFromC(u unsafe.Pointer) *RendererCellAccessiblePrivate
func (*RendererCellAccessiblePrivate) ToC ¶
func (recv *RendererCellAccessiblePrivate) ToC() unsafe.Pointer
type RequestedSize ¶
type RequestedSize struct { Data uintptr MinimumSize int32 NaturalSize int32 // contains filtered or unexported fields }
RequestedSize is a wrapper around the C record GtkRequestedSize.
func RequestedSizeNewFromC ¶
func RequestedSizeNewFromC(u unsafe.Pointer) *RequestedSize
func (*RequestedSize) ToC ¶
func (recv *RequestedSize) ToC() unsafe.Pointer
type Requisition ¶
Requisition is a wrapper around the C record GtkRequisition.
func RequisitionNewFromC ¶
func RequisitionNewFromC(u unsafe.Pointer) *Requisition
func (*Requisition) Copy ¶
func (recv *Requisition) Copy() *Requisition
Copy is a wrapper around the C function gtk_requisition_copy.
func (*Requisition) Free ¶
func (recv *Requisition) Free()
Free is a wrapper around the C function gtk_requisition_free.
func (*Requisition) ToC ¶
func (recv *Requisition) ToC() unsafe.Pointer
type ResizeMode ¶
type ResizeMode C.GtkResizeMode
const ( GTK_RESIZE_PARENT ResizeMode = 0 GTK_RESIZE_QUEUE ResizeMode = 1 GTK_RESIZE_IMMEDIATE ResizeMode = 2 )
type ResponseType ¶
type ResponseType C.GtkResponseType
const ( GTK_RESPONSE_NONE ResponseType = -1 GTK_RESPONSE_REJECT ResponseType = -2 GTK_RESPONSE_ACCEPT ResponseType = -3 GTK_RESPONSE_DELETE_EVENT ResponseType = -4 GTK_RESPONSE_OK ResponseType = -5 GTK_RESPONSE_CANCEL ResponseType = -6 GTK_RESPONSE_CLOSE ResponseType = -7 GTK_RESPONSE_YES ResponseType = -8 GTK_RESPONSE_NO ResponseType = -9 GTK_RESPONSE_APPLY ResponseType = -10 GTK_RESPONSE_HELP ResponseType = -11 )
type Revealer ¶
type Revealer struct {
// contains filtered or unexported fields
}
Revealer is a wrapper around the C record GtkRevealer.
func CastToRevealer ¶
CastToWidget down casts any arbitary Object to Revealer. Exercise care, as this is a potentially dangerous function if the Object is not a Revealer.
func RevealerNewFromC ¶
func (*Revealer) ImplementorIface ¶
func (recv *Revealer) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Revealer
func (*Revealer) InitiallyUnowned ¶
func (recv *Revealer) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type RevealerClass ¶
type RevealerClass struct {
// contains filtered or unexported fields
}
RevealerClass is a wrapper around the C record GtkRevealerClass.
func RevealerClassNewFromC ¶
func RevealerClassNewFromC(u unsafe.Pointer) *RevealerClass
func (*RevealerClass) ToC ¶
func (recv *RevealerClass) ToC() unsafe.Pointer
type RevealerTransitionType ¶
type RevealerTransitionType C.GtkRevealerTransitionType
const ( GTK_REVEALER_TRANSITION_TYPE_NONE RevealerTransitionType = 0 GTK_REVEALER_TRANSITION_TYPE_CROSSFADE RevealerTransitionType = 1 GTK_REVEALER_TRANSITION_TYPE_SLIDE_RIGHT RevealerTransitionType = 2 GTK_REVEALER_TRANSITION_TYPE_SLIDE_LEFT RevealerTransitionType = 3 GTK_REVEALER_TRANSITION_TYPE_SLIDE_UP RevealerTransitionType = 4 GTK_REVEALER_TRANSITION_TYPE_SLIDE_DOWN RevealerTransitionType = 5 )
type Scale ¶
type Scale struct {
// contains filtered or unexported fields
}
Scale is a wrapper around the C record GtkScale.
func CastToScale ¶
CastToWidget down casts any arbitary Object to Scale. Exercise care, as this is a potentially dangerous function if the Object is not a Scale.
func ScaleNewFromC ¶
func (*Scale) GetDrawValue ¶
GetDrawValue is a wrapper around the C function gtk_scale_get_draw_value.
func (*Scale) GetValuePos ¶
func (recv *Scale) GetValuePos() PositionType
GetValuePos is a wrapper around the C function gtk_scale_get_value_pos.
func (*Scale) ImplementorIface ¶
func (recv *Scale) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Scale
func (*Scale) InitiallyUnowned ¶
func (recv *Scale) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Scale) Orientable ¶
func (recv *Scale) Orientable() *Orientable
Orientable returns the Orientable interface implemented by Scale
func (*Scale) SetDrawValue ¶
SetDrawValue is a wrapper around the C function gtk_scale_set_draw_value.
func (*Scale) SetValuePos ¶
func (recv *Scale) SetValuePos(pos PositionType)
SetValuePos is a wrapper around the C function gtk_scale_set_value_pos.
type ScaleAccessible ¶
type ScaleAccessible struct {
// contains filtered or unexported fields
}
ScaleAccessible is a wrapper around the C record GtkScaleAccessible.
func CastToScaleAccessible ¶
func CastToScaleAccessible(object *gobject.Object) *ScaleAccessible
CastToWidget down casts any arbitary Object to ScaleAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ScaleAccessible.
func ScaleAccessibleNewFromC ¶
func ScaleAccessibleNewFromC(u unsafe.Pointer) *ScaleAccessible
func (*ScaleAccessible) Accessible ¶
func (recv *ScaleAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ScaleAccessible) Component ¶
func (recv *ScaleAccessible) Component() *atk.Component
Component returns the Component interface implemented by ScaleAccessible
func (*ScaleAccessible) Object ¶
func (recv *ScaleAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ScaleAccessible) RangeAccessible ¶
func (recv *ScaleAccessible) RangeAccessible() *RangeAccessible
RangeAccessible upcasts to *RangeAccessible
func (*ScaleAccessible) ToC ¶
func (recv *ScaleAccessible) ToC() unsafe.Pointer
func (*ScaleAccessible) Value ¶
func (recv *ScaleAccessible) Value() *atk.Value
Value returns the Value interface implemented by ScaleAccessible
func (*ScaleAccessible) WidgetAccessible ¶
func (recv *ScaleAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ScaleAccessibleClass ¶
type ScaleAccessibleClass struct {
// contains filtered or unexported fields
}
ScaleAccessibleClass is a wrapper around the C record GtkScaleAccessibleClass.
func ScaleAccessibleClassNewFromC ¶
func ScaleAccessibleClassNewFromC(u unsafe.Pointer) *ScaleAccessibleClass
func (*ScaleAccessibleClass) ToC ¶
func (recv *ScaleAccessibleClass) ToC() unsafe.Pointer
type ScaleAccessiblePrivate ¶
type ScaleAccessiblePrivate struct {
// contains filtered or unexported fields
}
ScaleAccessiblePrivate is a wrapper around the C record GtkScaleAccessiblePrivate.
func ScaleAccessiblePrivateNewFromC ¶
func ScaleAccessiblePrivateNewFromC(u unsafe.Pointer) *ScaleAccessiblePrivate
func (*ScaleAccessiblePrivate) ToC ¶
func (recv *ScaleAccessiblePrivate) ToC() unsafe.Pointer
type ScaleButton ¶
type ScaleButton struct {
// contains filtered or unexported fields
}
ScaleButton is a wrapper around the C record GtkScaleButton.
func CastToScaleButton ¶
func CastToScaleButton(object *gobject.Object) *ScaleButton
CastToWidget down casts any arbitary Object to ScaleButton. Exercise care, as this is a potentially dangerous function if the Object is not a ScaleButton.
func ScaleButtonNewFromC ¶
func ScaleButtonNewFromC(u unsafe.Pointer) *ScaleButton
func (*ScaleButton) Actionable ¶
func (recv *ScaleButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by ScaleButton
func (*ScaleButton) Activatable ¶
func (recv *ScaleButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by ScaleButton
func (*ScaleButton) Buildable ¶
func (recv *ScaleButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ScaleButton
func (*ScaleButton) Container ¶
func (recv *ScaleButton) Container() *Container
Container upcasts to *Container
func (*ScaleButton) ImplementorIface ¶
func (recv *ScaleButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ScaleButton
func (*ScaleButton) InitiallyUnowned ¶
func (recv *ScaleButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ScaleButton) Object ¶
func (recv *ScaleButton) Object() *gobject.Object
Object upcasts to *Object
func (*ScaleButton) Orientable ¶
func (recv *ScaleButton) Orientable() *Orientable
Orientable returns the Orientable interface implemented by ScaleButton
func (*ScaleButton) ToC ¶
func (recv *ScaleButton) ToC() unsafe.Pointer
type ScaleButtonAccessible ¶
type ScaleButtonAccessible struct {
// contains filtered or unexported fields
}
ScaleButtonAccessible is a wrapper around the C record GtkScaleButtonAccessible.
func CastToScaleButtonAccessible ¶
func CastToScaleButtonAccessible(object *gobject.Object) *ScaleButtonAccessible
CastToWidget down casts any arbitary Object to ScaleButtonAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ScaleButtonAccessible.
func ScaleButtonAccessibleNewFromC ¶
func ScaleButtonAccessibleNewFromC(u unsafe.Pointer) *ScaleButtonAccessible
func (*ScaleButtonAccessible) Accessible ¶
func (recv *ScaleButtonAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ScaleButtonAccessible) Action ¶
func (recv *ScaleButtonAccessible) Action() *atk.Action
Action returns the Action interface implemented by ScaleButtonAccessible
func (*ScaleButtonAccessible) ButtonAccessible ¶
func (recv *ScaleButtonAccessible) ButtonAccessible() *ButtonAccessible
ButtonAccessible upcasts to *ButtonAccessible
func (*ScaleButtonAccessible) Component ¶
func (recv *ScaleButtonAccessible) Component() *atk.Component
Component returns the Component interface implemented by ScaleButtonAccessible
func (*ScaleButtonAccessible) ContainerAccessible ¶
func (recv *ScaleButtonAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*ScaleButtonAccessible) Image ¶
func (recv *ScaleButtonAccessible) Image() *atk.Image
Image returns the Image interface implemented by ScaleButtonAccessible
func (*ScaleButtonAccessible) Object ¶
func (recv *ScaleButtonAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ScaleButtonAccessible) ToC ¶
func (recv *ScaleButtonAccessible) ToC() unsafe.Pointer
func (*ScaleButtonAccessible) Value ¶
func (recv *ScaleButtonAccessible) Value() *atk.Value
Value returns the Value interface implemented by ScaleButtonAccessible
func (*ScaleButtonAccessible) WidgetAccessible ¶
func (recv *ScaleButtonAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ScaleButtonAccessibleClass ¶
type ScaleButtonAccessibleClass struct {
// contains filtered or unexported fields
}
ScaleButtonAccessibleClass is a wrapper around the C record GtkScaleButtonAccessibleClass.
func ScaleButtonAccessibleClassNewFromC ¶
func ScaleButtonAccessibleClassNewFromC(u unsafe.Pointer) *ScaleButtonAccessibleClass
func (*ScaleButtonAccessibleClass) ToC ¶
func (recv *ScaleButtonAccessibleClass) ToC() unsafe.Pointer
type ScaleButtonAccessiblePrivate ¶
type ScaleButtonAccessiblePrivate struct {
// contains filtered or unexported fields
}
ScaleButtonAccessiblePrivate is a wrapper around the C record GtkScaleButtonAccessiblePrivate.
func ScaleButtonAccessiblePrivateNewFromC ¶
func ScaleButtonAccessiblePrivateNewFromC(u unsafe.Pointer) *ScaleButtonAccessiblePrivate
func (*ScaleButtonAccessiblePrivate) ToC ¶
func (recv *ScaleButtonAccessiblePrivate) ToC() unsafe.Pointer
type ScaleButtonClass ¶
type ScaleButtonClass struct {
// contains filtered or unexported fields
}
ScaleButtonClass is a wrapper around the C record GtkScaleButtonClass.
func ScaleButtonClassNewFromC ¶
func ScaleButtonClassNewFromC(u unsafe.Pointer) *ScaleButtonClass
func (*ScaleButtonClass) ToC ¶
func (recv *ScaleButtonClass) ToC() unsafe.Pointer
type ScaleButtonPrivate ¶
type ScaleButtonPrivate struct {
// contains filtered or unexported fields
}
ScaleButtonPrivate is a wrapper around the C record GtkScaleButtonPrivate.
func ScaleButtonPrivateNewFromC ¶
func ScaleButtonPrivateNewFromC(u unsafe.Pointer) *ScaleButtonPrivate
func (*ScaleButtonPrivate) ToC ¶
func (recv *ScaleButtonPrivate) ToC() unsafe.Pointer
type ScaleClass ¶
type ScaleClass struct {
// contains filtered or unexported fields
}
ScaleClass is a wrapper around the C record GtkScaleClass.
func ScaleClassNewFromC ¶
func ScaleClassNewFromC(u unsafe.Pointer) *ScaleClass
func (*ScaleClass) ToC ¶
func (recv *ScaleClass) ToC() unsafe.Pointer
type ScalePrivate ¶
type ScalePrivate struct {
// contains filtered or unexported fields
}
ScalePrivate is a wrapper around the C record GtkScalePrivate.
func ScalePrivateNewFromC ¶
func ScalePrivateNewFromC(u unsafe.Pointer) *ScalePrivate
func (*ScalePrivate) ToC ¶
func (recv *ScalePrivate) ToC() unsafe.Pointer
type ScrollStep ¶
type ScrollStep C.GtkScrollStep
const ( GTK_SCROLL_STEPS ScrollStep = 0 GTK_SCROLL_PAGES ScrollStep = 1 GTK_SCROLL_ENDS ScrollStep = 2 GTK_SCROLL_HORIZONTAL_STEPS ScrollStep = 3 GTK_SCROLL_HORIZONTAL_PAGES ScrollStep = 4 GTK_SCROLL_HORIZONTAL_ENDS ScrollStep = 5 )
type ScrollType ¶
type ScrollType C.GtkScrollType
const ( GTK_SCROLL_NONE ScrollType = 0 GTK_SCROLL_JUMP ScrollType = 1 GTK_SCROLL_STEP_BACKWARD ScrollType = 2 GTK_SCROLL_STEP_FORWARD ScrollType = 3 GTK_SCROLL_PAGE_BACKWARD ScrollType = 4 GTK_SCROLL_PAGE_FORWARD ScrollType = 5 GTK_SCROLL_STEP_UP ScrollType = 6 GTK_SCROLL_STEP_DOWN ScrollType = 7 GTK_SCROLL_PAGE_UP ScrollType = 8 GTK_SCROLL_PAGE_DOWN ScrollType = 9 GTK_SCROLL_STEP_LEFT ScrollType = 10 GTK_SCROLL_STEP_RIGHT ScrollType = 11 GTK_SCROLL_PAGE_LEFT ScrollType = 12 GTK_SCROLL_PAGE_RIGHT ScrollType = 13 GTK_SCROLL_START ScrollType = 14 GTK_SCROLL_END ScrollType = 15 )
type Scrollable ¶
type Scrollable struct {
// contains filtered or unexported fields
}
Scrollable is a wrapper around the C record GtkScrollable.
func ScrollableNewFromC ¶
func ScrollableNewFromC(u unsafe.Pointer) *Scrollable
func (*Scrollable) ToC ¶
func (recv *Scrollable) ToC() unsafe.Pointer
type ScrollableInterface ¶
type ScrollableInterface struct {
// contains filtered or unexported fields
}
ScrollableInterface is a wrapper around the C record GtkScrollableInterface.
func ScrollableInterfaceNewFromC ¶
func ScrollableInterfaceNewFromC(u unsafe.Pointer) *ScrollableInterface
func (*ScrollableInterface) ToC ¶
func (recv *ScrollableInterface) ToC() unsafe.Pointer
type ScrollablePolicy ¶
type ScrollablePolicy C.GtkScrollablePolicy
const ( GTK_SCROLL_MINIMUM ScrollablePolicy = 0 GTK_SCROLL_NATURAL ScrollablePolicy = 1 )
type Scrollbar ¶
type Scrollbar struct {
// contains filtered or unexported fields
}
Scrollbar is a wrapper around the C record GtkScrollbar.
func CastToScrollbar ¶
CastToWidget down casts any arbitary Object to Scrollbar. Exercise care, as this is a potentially dangerous function if the Object is not a Scrollbar.
func ScrollbarNewFromC ¶
func (*Scrollbar) ImplementorIface ¶
func (recv *Scrollbar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Scrollbar
func (*Scrollbar) InitiallyUnowned ¶
func (recv *Scrollbar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Scrollbar) Orientable ¶
func (recv *Scrollbar) Orientable() *Orientable
Orientable returns the Orientable interface implemented by Scrollbar
type ScrollbarClass ¶
type ScrollbarClass struct {
// contains filtered or unexported fields
}
ScrollbarClass is a wrapper around the C record GtkScrollbarClass.
func ScrollbarClassNewFromC ¶
func ScrollbarClassNewFromC(u unsafe.Pointer) *ScrollbarClass
func (*ScrollbarClass) ToC ¶
func (recv *ScrollbarClass) ToC() unsafe.Pointer
type ScrolledWindow ¶
type ScrolledWindow struct {
// contains filtered or unexported fields
}
ScrolledWindow is a wrapper around the C record GtkScrolledWindow.
func CastToScrolledWindow ¶
func CastToScrolledWindow(object *gobject.Object) *ScrolledWindow
CastToWidget down casts any arbitary Object to ScrolledWindow. Exercise care, as this is a potentially dangerous function if the Object is not a ScrolledWindow.
func ScrolledWindowNew ¶
func ScrolledWindowNew(hadjustment *Adjustment, vadjustment *Adjustment) *ScrolledWindow
ScrolledWindowNew is a wrapper around the C function gtk_scrolled_window_new.
func ScrolledWindowNewFromC ¶
func ScrolledWindowNewFromC(u unsafe.Pointer) *ScrolledWindow
func (*ScrolledWindow) AddWithViewport ¶
func (recv *ScrolledWindow) AddWithViewport(child *Widget)
AddWithViewport is a wrapper around the C function gtk_scrolled_window_add_with_viewport.
func (*ScrolledWindow) Buildable ¶
func (recv *ScrolledWindow) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ScrolledWindow
func (*ScrolledWindow) Container ¶
func (recv *ScrolledWindow) Container() *Container
Container upcasts to *Container
func (*ScrolledWindow) GetHadjustment ¶
func (recv *ScrolledWindow) GetHadjustment() *Adjustment
GetHadjustment is a wrapper around the C function gtk_scrolled_window_get_hadjustment.
func (*ScrolledWindow) GetPlacement ¶
func (recv *ScrolledWindow) GetPlacement() CornerType
GetPlacement is a wrapper around the C function gtk_scrolled_window_get_placement.
func (*ScrolledWindow) GetShadowType ¶
func (recv *ScrolledWindow) GetShadowType() ShadowType
GetShadowType is a wrapper around the C function gtk_scrolled_window_get_shadow_type.
func (*ScrolledWindow) GetVadjustment ¶
func (recv *ScrolledWindow) GetVadjustment() *Adjustment
GetVadjustment is a wrapper around the C function gtk_scrolled_window_get_vadjustment.
func (*ScrolledWindow) ImplementorIface ¶
func (recv *ScrolledWindow) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ScrolledWindow
func (*ScrolledWindow) InitiallyUnowned ¶
func (recv *ScrolledWindow) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ScrolledWindow) Object ¶
func (recv *ScrolledWindow) Object() *gobject.Object
Object upcasts to *Object
func (*ScrolledWindow) SetHadjustment ¶
func (recv *ScrolledWindow) SetHadjustment(hadjustment *Adjustment)
SetHadjustment is a wrapper around the C function gtk_scrolled_window_set_hadjustment.
func (*ScrolledWindow) SetPlacement ¶
func (recv *ScrolledWindow) SetPlacement(windowPlacement CornerType)
SetPlacement is a wrapper around the C function gtk_scrolled_window_set_placement.
func (*ScrolledWindow) SetPolicy ¶
func (recv *ScrolledWindow) SetPolicy(hscrollbarPolicy PolicyType, vscrollbarPolicy PolicyType)
SetPolicy is a wrapper around the C function gtk_scrolled_window_set_policy.
func (*ScrolledWindow) SetShadowType ¶
func (recv *ScrolledWindow) SetShadowType(type_ ShadowType)
SetShadowType is a wrapper around the C function gtk_scrolled_window_set_shadow_type.
func (*ScrolledWindow) SetVadjustment ¶
func (recv *ScrolledWindow) SetVadjustment(vadjustment *Adjustment)
SetVadjustment is a wrapper around the C function gtk_scrolled_window_set_vadjustment.
func (*ScrolledWindow) ToC ¶
func (recv *ScrolledWindow) ToC() unsafe.Pointer
func (*ScrolledWindow) Widget ¶
func (recv *ScrolledWindow) Widget() *Widget
Widget upcasts to *Widget
type ScrolledWindowAccessible ¶
type ScrolledWindowAccessible struct {
// contains filtered or unexported fields
}
ScrolledWindowAccessible is a wrapper around the C record GtkScrolledWindowAccessible.
func CastToScrolledWindowAccessible ¶
func CastToScrolledWindowAccessible(object *gobject.Object) *ScrolledWindowAccessible
CastToWidget down casts any arbitary Object to ScrolledWindowAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ScrolledWindowAccessible.
func ScrolledWindowAccessibleNewFromC ¶
func ScrolledWindowAccessibleNewFromC(u unsafe.Pointer) *ScrolledWindowAccessible
func (*ScrolledWindowAccessible) Accessible ¶
func (recv *ScrolledWindowAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ScrolledWindowAccessible) Component ¶
func (recv *ScrolledWindowAccessible) Component() *atk.Component
Component returns the Component interface implemented by ScrolledWindowAccessible
func (*ScrolledWindowAccessible) ContainerAccessible ¶
func (recv *ScrolledWindowAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*ScrolledWindowAccessible) Object ¶
func (recv *ScrolledWindowAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ScrolledWindowAccessible) ToC ¶
func (recv *ScrolledWindowAccessible) ToC() unsafe.Pointer
func (*ScrolledWindowAccessible) WidgetAccessible ¶
func (recv *ScrolledWindowAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ScrolledWindowAccessibleClass ¶
type ScrolledWindowAccessibleClass struct {
// contains filtered or unexported fields
}
ScrolledWindowAccessibleClass is a wrapper around the C record GtkScrolledWindowAccessibleClass.
func ScrolledWindowAccessibleClassNewFromC ¶
func ScrolledWindowAccessibleClassNewFromC(u unsafe.Pointer) *ScrolledWindowAccessibleClass
func (*ScrolledWindowAccessibleClass) ToC ¶
func (recv *ScrolledWindowAccessibleClass) ToC() unsafe.Pointer
type ScrolledWindowAccessiblePrivate ¶
type ScrolledWindowAccessiblePrivate struct {
// contains filtered or unexported fields
}
ScrolledWindowAccessiblePrivate is a wrapper around the C record GtkScrolledWindowAccessiblePrivate.
func ScrolledWindowAccessiblePrivateNewFromC ¶
func ScrolledWindowAccessiblePrivateNewFromC(u unsafe.Pointer) *ScrolledWindowAccessiblePrivate
func (*ScrolledWindowAccessiblePrivate) ToC ¶
func (recv *ScrolledWindowAccessiblePrivate) ToC() unsafe.Pointer
type ScrolledWindowClass ¶
type ScrolledWindowClass struct { // parent_class : record ScrollbarSpacing int32 // contains filtered or unexported fields }
ScrolledWindowClass is a wrapper around the C record GtkScrolledWindowClass.
func ScrolledWindowClassNewFromC ¶
func ScrolledWindowClassNewFromC(u unsafe.Pointer) *ScrolledWindowClass
func (*ScrolledWindowClass) ToC ¶
func (recv *ScrolledWindowClass) ToC() unsafe.Pointer
type ScrolledWindowPrivate ¶
type ScrolledWindowPrivate struct {
// contains filtered or unexported fields
}
ScrolledWindowPrivate is a wrapper around the C record GtkScrolledWindowPrivate.
func ScrolledWindowPrivateNewFromC ¶
func ScrolledWindowPrivateNewFromC(u unsafe.Pointer) *ScrolledWindowPrivate
func (*ScrolledWindowPrivate) ToC ¶
func (recv *ScrolledWindowPrivate) ToC() unsafe.Pointer
type SearchBar ¶
type SearchBar struct {
// contains filtered or unexported fields
}
SearchBar is a wrapper around the C record GtkSearchBar.
func CastToSearchBar ¶
CastToWidget down casts any arbitary Object to SearchBar. Exercise care, as this is a potentially dangerous function if the Object is not a SearchBar.
func SearchBarNewFromC ¶
func (*SearchBar) ImplementorIface ¶
func (recv *SearchBar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by SearchBar
func (*SearchBar) InitiallyUnowned ¶
func (recv *SearchBar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type SearchBarClass ¶
type SearchBarClass struct {
// contains filtered or unexported fields
}
SearchBarClass is a wrapper around the C record GtkSearchBarClass.
func SearchBarClassNewFromC ¶
func SearchBarClassNewFromC(u unsafe.Pointer) *SearchBarClass
func (*SearchBarClass) ToC ¶
func (recv *SearchBarClass) ToC() unsafe.Pointer
type SearchEntry ¶
type SearchEntry struct {
// contains filtered or unexported fields
}
SearchEntry is a wrapper around the C record GtkSearchEntry.
func CastToSearchEntry ¶
func CastToSearchEntry(object *gobject.Object) *SearchEntry
CastToWidget down casts any arbitary Object to SearchEntry. Exercise care, as this is a potentially dangerous function if the Object is not a SearchEntry.
func SearchEntryNewFromC ¶
func SearchEntryNewFromC(u unsafe.Pointer) *SearchEntry
func (*SearchEntry) Buildable ¶
func (recv *SearchEntry) Buildable() *Buildable
Buildable returns the Buildable interface implemented by SearchEntry
func (*SearchEntry) CellEditable ¶
func (recv *SearchEntry) CellEditable() *CellEditable
CellEditable returns the CellEditable interface implemented by SearchEntry
func (*SearchEntry) Editable ¶
func (recv *SearchEntry) Editable() *Editable
Editable returns the Editable interface implemented by SearchEntry
func (*SearchEntry) ImplementorIface ¶
func (recv *SearchEntry) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by SearchEntry
func (*SearchEntry) InitiallyUnowned ¶
func (recv *SearchEntry) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*SearchEntry) Object ¶
func (recv *SearchEntry) Object() *gobject.Object
Object upcasts to *Object
func (*SearchEntry) ToC ¶
func (recv *SearchEntry) ToC() unsafe.Pointer
type SearchEntryClass ¶
type SearchEntryClass struct {
// contains filtered or unexported fields
}
SearchEntryClass is a wrapper around the C record GtkSearchEntryClass.
func SearchEntryClassNewFromC ¶
func SearchEntryClassNewFromC(u unsafe.Pointer) *SearchEntryClass
func (*SearchEntryClass) ToC ¶
func (recv *SearchEntryClass) ToC() unsafe.Pointer
type SelectionData ¶
type SelectionData struct {
// contains filtered or unexported fields
}
SelectionData is a wrapper around the C record GtkSelectionData.
func SelectionDataNewFromC ¶
func SelectionDataNewFromC(u unsafe.Pointer) *SelectionData
func (*SelectionData) Copy ¶
func (recv *SelectionData) Copy() *SelectionData
Copy is a wrapper around the C function gtk_selection_data_copy.
func (*SelectionData) Free ¶
func (recv *SelectionData) Free()
Free is a wrapper around the C function gtk_selection_data_free.
func (*SelectionData) SetText ¶
func (recv *SelectionData) SetText(str string, len int32) bool
SetText is a wrapper around the C function gtk_selection_data_set_text.
func (*SelectionData) TargetsIncludeText ¶
func (recv *SelectionData) TargetsIncludeText() bool
TargetsIncludeText is a wrapper around the C function gtk_selection_data_targets_include_text.
func (*SelectionData) ToC ¶
func (recv *SelectionData) ToC() unsafe.Pointer
type SelectionMode ¶
type SelectionMode C.GtkSelectionMode
const ( GTK_SELECTION_NONE SelectionMode = 0 GTK_SELECTION_SINGLE SelectionMode = 1 GTK_SELECTION_BROWSE SelectionMode = 2 GTK_SELECTION_MULTIPLE SelectionMode = 3 )
type SensitivityType ¶
type SensitivityType C.GtkSensitivityType
const ( GTK_SENSITIVITY_AUTO SensitivityType = 0 GTK_SENSITIVITY_ON SensitivityType = 1 GTK_SENSITIVITY_OFF SensitivityType = 2 )
type Separator ¶
type Separator struct {
// contains filtered or unexported fields
}
Separator is a wrapper around the C record GtkSeparator.
func CastToSeparator ¶
CastToWidget down casts any arbitary Object to Separator. Exercise care, as this is a potentially dangerous function if the Object is not a Separator.
func SeparatorNewFromC ¶
func (*Separator) ImplementorIface ¶
func (recv *Separator) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Separator
func (*Separator) InitiallyUnowned ¶
func (recv *Separator) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Separator) Orientable ¶
func (recv *Separator) Orientable() *Orientable
Orientable returns the Orientable interface implemented by Separator
type SeparatorClass ¶
type SeparatorClass struct {
// contains filtered or unexported fields
}
SeparatorClass is a wrapper around the C record GtkSeparatorClass.
func SeparatorClassNewFromC ¶
func SeparatorClassNewFromC(u unsafe.Pointer) *SeparatorClass
func (*SeparatorClass) ToC ¶
func (recv *SeparatorClass) ToC() unsafe.Pointer
type SeparatorMenuItem ¶
type SeparatorMenuItem struct {
// contains filtered or unexported fields
}
SeparatorMenuItem is a wrapper around the C record GtkSeparatorMenuItem.
func CastToSeparatorMenuItem ¶
func CastToSeparatorMenuItem(object *gobject.Object) *SeparatorMenuItem
CastToWidget down casts any arbitary Object to SeparatorMenuItem. Exercise care, as this is a potentially dangerous function if the Object is not a SeparatorMenuItem.
func SeparatorMenuItemNew ¶
func SeparatorMenuItemNew() *SeparatorMenuItem
SeparatorMenuItemNew is a wrapper around the C function gtk_separator_menu_item_new.
func SeparatorMenuItemNewFromC ¶
func SeparatorMenuItemNewFromC(u unsafe.Pointer) *SeparatorMenuItem
func (*SeparatorMenuItem) Actionable ¶
func (recv *SeparatorMenuItem) Actionable() *Actionable
Actionable returns the Actionable interface implemented by SeparatorMenuItem
func (*SeparatorMenuItem) Activatable ¶
func (recv *SeparatorMenuItem) Activatable() *Activatable
Activatable returns the Activatable interface implemented by SeparatorMenuItem
func (*SeparatorMenuItem) Buildable ¶
func (recv *SeparatorMenuItem) Buildable() *Buildable
Buildable returns the Buildable interface implemented by SeparatorMenuItem
func (*SeparatorMenuItem) Container ¶
func (recv *SeparatorMenuItem) Container() *Container
Container upcasts to *Container
func (*SeparatorMenuItem) ImplementorIface ¶
func (recv *SeparatorMenuItem) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by SeparatorMenuItem
func (*SeparatorMenuItem) InitiallyUnowned ¶
func (recv *SeparatorMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*SeparatorMenuItem) MenuItem ¶
func (recv *SeparatorMenuItem) MenuItem() *MenuItem
MenuItem upcasts to *MenuItem
func (*SeparatorMenuItem) Object ¶
func (recv *SeparatorMenuItem) Object() *gobject.Object
Object upcasts to *Object
func (*SeparatorMenuItem) ToC ¶
func (recv *SeparatorMenuItem) ToC() unsafe.Pointer
func (*SeparatorMenuItem) Widget ¶
func (recv *SeparatorMenuItem) Widget() *Widget
Widget upcasts to *Widget
type SeparatorMenuItemClass ¶
type SeparatorMenuItemClass struct {
// contains filtered or unexported fields
}
SeparatorMenuItemClass is a wrapper around the C record GtkSeparatorMenuItemClass.
func SeparatorMenuItemClassNewFromC ¶
func SeparatorMenuItemClassNewFromC(u unsafe.Pointer) *SeparatorMenuItemClass
func (*SeparatorMenuItemClass) ToC ¶
func (recv *SeparatorMenuItemClass) ToC() unsafe.Pointer
type SeparatorPrivate ¶
type SeparatorPrivate struct {
// contains filtered or unexported fields
}
SeparatorPrivate is a wrapper around the C record GtkSeparatorPrivate.
func SeparatorPrivateNewFromC ¶
func SeparatorPrivateNewFromC(u unsafe.Pointer) *SeparatorPrivate
func (*SeparatorPrivate) ToC ¶
func (recv *SeparatorPrivate) ToC() unsafe.Pointer
type SeparatorToolItem ¶
type SeparatorToolItem struct {
// contains filtered or unexported fields
}
SeparatorToolItem is a wrapper around the C record GtkSeparatorToolItem.
func CastToSeparatorToolItem ¶
func CastToSeparatorToolItem(object *gobject.Object) *SeparatorToolItem
CastToWidget down casts any arbitary Object to SeparatorToolItem. Exercise care, as this is a potentially dangerous function if the Object is not a SeparatorToolItem.
func SeparatorToolItemNewFromC ¶
func SeparatorToolItemNewFromC(u unsafe.Pointer) *SeparatorToolItem
func (*SeparatorToolItem) Activatable ¶
func (recv *SeparatorToolItem) Activatable() *Activatable
Activatable returns the Activatable interface implemented by SeparatorToolItem
func (*SeparatorToolItem) Buildable ¶
func (recv *SeparatorToolItem) Buildable() *Buildable
Buildable returns the Buildable interface implemented by SeparatorToolItem
func (*SeparatorToolItem) Container ¶
func (recv *SeparatorToolItem) Container() *Container
Container upcasts to *Container
func (*SeparatorToolItem) ImplementorIface ¶
func (recv *SeparatorToolItem) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by SeparatorToolItem
func (*SeparatorToolItem) InitiallyUnowned ¶
func (recv *SeparatorToolItem) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*SeparatorToolItem) Object ¶
func (recv *SeparatorToolItem) Object() *gobject.Object
Object upcasts to *Object
func (*SeparatorToolItem) ToC ¶
func (recv *SeparatorToolItem) ToC() unsafe.Pointer
func (*SeparatorToolItem) ToolItem ¶
func (recv *SeparatorToolItem) ToolItem() *ToolItem
ToolItem upcasts to *ToolItem
func (*SeparatorToolItem) Widget ¶
func (recv *SeparatorToolItem) Widget() *Widget
Widget upcasts to *Widget
type SeparatorToolItemClass ¶
type SeparatorToolItemClass struct {
// contains filtered or unexported fields
}
SeparatorToolItemClass is a wrapper around the C record GtkSeparatorToolItemClass.
func SeparatorToolItemClassNewFromC ¶
func SeparatorToolItemClassNewFromC(u unsafe.Pointer) *SeparatorToolItemClass
func (*SeparatorToolItemClass) ToC ¶
func (recv *SeparatorToolItemClass) ToC() unsafe.Pointer
type SeparatorToolItemPrivate ¶
type SeparatorToolItemPrivate struct {
// contains filtered or unexported fields
}
SeparatorToolItemPrivate is a wrapper around the C record GtkSeparatorToolItemPrivate.
func SeparatorToolItemPrivateNewFromC ¶
func SeparatorToolItemPrivateNewFromC(u unsafe.Pointer) *SeparatorToolItemPrivate
func (*SeparatorToolItemPrivate) ToC ¶
func (recv *SeparatorToolItemPrivate) ToC() unsafe.Pointer
type Settings ¶
type Settings struct {
// contains filtered or unexported fields
}
Settings is a wrapper around the C record GtkSettings.
func CastToSettings ¶
CastToWidget down casts any arbitary Object to Settings. Exercise care, as this is a potentially dangerous function if the Object is not a Settings.
func SettingsNewFromC ¶
func (*Settings) SetDoubleProperty ¶
SetDoubleProperty is a wrapper around the C function gtk_settings_set_double_property.
func (*Settings) SetLongProperty ¶
SetLongProperty is a wrapper around the C function gtk_settings_set_long_property.
func (*Settings) SetPropertyValue ¶
func (recv *Settings) SetPropertyValue(name string, svalue *SettingsValue)
SetPropertyValue is a wrapper around the C function gtk_settings_set_property_value.
func (*Settings) SetStringProperty ¶
SetStringProperty is a wrapper around the C function gtk_settings_set_string_property.
func (*Settings) StyleProvider ¶
func (recv *Settings) StyleProvider() *StyleProvider
StyleProvider returns the StyleProvider interface implemented by Settings
type SettingsClass ¶
type SettingsClass struct {
// contains filtered or unexported fields
}
SettingsClass is a wrapper around the C record GtkSettingsClass.
func SettingsClassNewFromC ¶
func SettingsClassNewFromC(u unsafe.Pointer) *SettingsClass
func (*SettingsClass) ToC ¶
func (recv *SettingsClass) ToC() unsafe.Pointer
type SettingsPrivate ¶
type SettingsPrivate struct {
// contains filtered or unexported fields
}
SettingsPrivate is a wrapper around the C record GtkSettingsPrivate.
func SettingsPrivateNewFromC ¶
func SettingsPrivateNewFromC(u unsafe.Pointer) *SettingsPrivate
func (*SettingsPrivate) ToC ¶
func (recv *SettingsPrivate) ToC() unsafe.Pointer
type SettingsValue ¶
type SettingsValue struct { Origin string // contains filtered or unexported fields }
SettingsValue is a wrapper around the C record GtkSettingsValue.
func SettingsValueNewFromC ¶
func SettingsValueNewFromC(u unsafe.Pointer) *SettingsValue
func (*SettingsValue) ToC ¶
func (recv *SettingsValue) ToC() unsafe.Pointer
type ShadowType ¶
type ShadowType C.GtkShadowType
const ( GTK_SHADOW_NONE ShadowType = 0 GTK_SHADOW_IN ShadowType = 1 GTK_SHADOW_OUT ShadowType = 2 GTK_SHADOW_ETCHED_IN ShadowType = 3 GTK_SHADOW_ETCHED_OUT ShadowType = 4 )
type SizeGroup ¶
type SizeGroup struct {
// contains filtered or unexported fields
}
SizeGroup is a wrapper around the C record GtkSizeGroup.
func CastToSizeGroup ¶
CastToWidget down casts any arbitary Object to SizeGroup. Exercise care, as this is a potentially dangerous function if the Object is not a SizeGroup.
func SizeGroupNew ¶
func SizeGroupNew(mode SizeGroupMode) *SizeGroup
SizeGroupNew is a wrapper around the C function gtk_size_group_new.
func SizeGroupNewFromC ¶
func (*SizeGroup) AddWidget ¶
AddWidget is a wrapper around the C function gtk_size_group_add_widget.
func (*SizeGroup) GetMode ¶
func (recv *SizeGroup) GetMode() SizeGroupMode
GetMode is a wrapper around the C function gtk_size_group_get_mode.
func (*SizeGroup) RemoveWidget ¶
RemoveWidget is a wrapper around the C function gtk_size_group_remove_widget.
func (*SizeGroup) SetMode ¶
func (recv *SizeGroup) SetMode(mode SizeGroupMode)
SetMode is a wrapper around the C function gtk_size_group_set_mode.
type SizeGroupClass ¶
type SizeGroupClass struct {
// contains filtered or unexported fields
}
SizeGroupClass is a wrapper around the C record GtkSizeGroupClass.
func SizeGroupClassNewFromC ¶
func SizeGroupClassNewFromC(u unsafe.Pointer) *SizeGroupClass
func (*SizeGroupClass) ToC ¶
func (recv *SizeGroupClass) ToC() unsafe.Pointer
type SizeGroupMode ¶
type SizeGroupMode C.GtkSizeGroupMode
const ( GTK_SIZE_GROUP_NONE SizeGroupMode = 0 GTK_SIZE_GROUP_HORIZONTAL SizeGroupMode = 1 GTK_SIZE_GROUP_VERTICAL SizeGroupMode = 2 GTK_SIZE_GROUP_BOTH SizeGroupMode = 3 )
type SizeGroupPrivate ¶
type SizeGroupPrivate struct {
// contains filtered or unexported fields
}
SizeGroupPrivate is a wrapper around the C record GtkSizeGroupPrivate.
func SizeGroupPrivateNewFromC ¶
func SizeGroupPrivateNewFromC(u unsafe.Pointer) *SizeGroupPrivate
func (*SizeGroupPrivate) ToC ¶
func (recv *SizeGroupPrivate) ToC() unsafe.Pointer
type SizeRequestMode ¶
type SizeRequestMode C.GtkSizeRequestMode
const ( GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH SizeRequestMode = 0 GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT SizeRequestMode = 1 GTK_SIZE_REQUEST_CONSTANT_SIZE SizeRequestMode = 2 )
type SocketClass ¶
type SocketClass struct {
// contains filtered or unexported fields
}
SocketClass is a wrapper around the C record GtkSocketClass.
func SocketClassNewFromC ¶
func SocketClassNewFromC(u unsafe.Pointer) *SocketClass
func (*SocketClass) ToC ¶
func (recv *SocketClass) ToC() unsafe.Pointer
type SocketPrivate ¶
type SocketPrivate struct {
// contains filtered or unexported fields
}
SocketPrivate is a wrapper around the C record GtkSocketPrivate.
func SocketPrivateNewFromC ¶
func SocketPrivateNewFromC(u unsafe.Pointer) *SocketPrivate
func (*SocketPrivate) ToC ¶
func (recv *SocketPrivate) ToC() unsafe.Pointer
type SortType ¶
type SortType C.GtkSortType
type SpinButton ¶
type SpinButton struct {
// contains filtered or unexported fields
}
SpinButton is a wrapper around the C record GtkSpinButton.
func CastToSpinButton ¶
func CastToSpinButton(object *gobject.Object) *SpinButton
CastToWidget down casts any arbitary Object to SpinButton. Exercise care, as this is a potentially dangerous function if the Object is not a SpinButton.
func SpinButtonNew ¶
func SpinButtonNew(adjustment *Adjustment, climbRate float64, digits uint32) *SpinButton
SpinButtonNew is a wrapper around the C function gtk_spin_button_new.
func SpinButtonNewFromC ¶
func SpinButtonNewFromC(u unsafe.Pointer) *SpinButton
func SpinButtonNewWithRange ¶
func SpinButtonNewWithRange(min float64, max float64, step float64) *SpinButton
SpinButtonNewWithRange is a wrapper around the C function gtk_spin_button_new_with_range.
func (*SpinButton) Buildable ¶
func (recv *SpinButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by SpinButton
func (*SpinButton) CellEditable ¶
func (recv *SpinButton) CellEditable() *CellEditable
CellEditable returns the CellEditable interface implemented by SpinButton
func (*SpinButton) Configure ¶
func (recv *SpinButton) Configure(adjustment *Adjustment, climbRate float64, digits uint32)
Configure is a wrapper around the C function gtk_spin_button_configure.
func (*SpinButton) ConnectOutput ¶
func (recv *SpinButton) ConnectOutput(callback SpinButtonSignalOutputCallback) int
ConnectOutput connects the callback to the 'output' signal for the SpinButton.
The returned value represents the connection, and may be passed to DisconnectOutput to remove it.
func (*SpinButton) ConnectValueChanged ¶
func (recv *SpinButton) ConnectValueChanged(callback SpinButtonSignalValueChangedCallback) int
ConnectValueChanged connects the callback to the 'value-changed' signal for the SpinButton.
The returned value represents the connection, and may be passed to DisconnectValueChanged to remove it.
func (*SpinButton) DisconnectOutput ¶
func (recv *SpinButton) DisconnectOutput(connectionID int)
DisconnectOutput disconnects a callback from the 'output' signal for the SpinButton.
The connectionID should be a value returned from a call to ConnectOutput.
func (*SpinButton) DisconnectValueChanged ¶
func (recv *SpinButton) DisconnectValueChanged(connectionID int)
DisconnectValueChanged disconnects a callback from the 'value-changed' signal for the SpinButton.
The connectionID should be a value returned from a call to ConnectValueChanged.
func (*SpinButton) Editable ¶
func (recv *SpinButton) Editable() *Editable
Editable returns the Editable interface implemented by SpinButton
func (*SpinButton) GetAdjustment ¶
func (recv *SpinButton) GetAdjustment() *Adjustment
GetAdjustment is a wrapper around the C function gtk_spin_button_get_adjustment.
func (*SpinButton) GetDigits ¶
func (recv *SpinButton) GetDigits() uint32
GetDigits is a wrapper around the C function gtk_spin_button_get_digits.
func (*SpinButton) GetIncrements ¶
func (recv *SpinButton) GetIncrements() (float64, float64)
GetIncrements is a wrapper around the C function gtk_spin_button_get_increments.
func (*SpinButton) GetNumeric ¶
func (recv *SpinButton) GetNumeric() bool
GetNumeric is a wrapper around the C function gtk_spin_button_get_numeric.
func (*SpinButton) GetRange ¶
func (recv *SpinButton) GetRange() (float64, float64)
GetRange is a wrapper around the C function gtk_spin_button_get_range.
func (*SpinButton) GetSnapToTicks ¶
func (recv *SpinButton) GetSnapToTicks() bool
GetSnapToTicks is a wrapper around the C function gtk_spin_button_get_snap_to_ticks.
func (*SpinButton) GetUpdatePolicy ¶
func (recv *SpinButton) GetUpdatePolicy() SpinButtonUpdatePolicy
GetUpdatePolicy is a wrapper around the C function gtk_spin_button_get_update_policy.
func (*SpinButton) GetValue ¶
func (recv *SpinButton) GetValue() float64
GetValue is a wrapper around the C function gtk_spin_button_get_value.
func (*SpinButton) GetValueAsInt ¶
func (recv *SpinButton) GetValueAsInt() int32
GetValueAsInt is a wrapper around the C function gtk_spin_button_get_value_as_int.
func (*SpinButton) GetWrap ¶
func (recv *SpinButton) GetWrap() bool
GetWrap is a wrapper around the C function gtk_spin_button_get_wrap.
func (*SpinButton) ImplementorIface ¶
func (recv *SpinButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by SpinButton
func (*SpinButton) InitiallyUnowned ¶
func (recv *SpinButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*SpinButton) Object ¶
func (recv *SpinButton) Object() *gobject.Object
Object upcasts to *Object
func (*SpinButton) Orientable ¶
func (recv *SpinButton) Orientable() *Orientable
Orientable returns the Orientable interface implemented by SpinButton
func (*SpinButton) SetAdjustment ¶
func (recv *SpinButton) SetAdjustment(adjustment *Adjustment)
SetAdjustment is a wrapper around the C function gtk_spin_button_set_adjustment.
func (*SpinButton) SetDigits ¶
func (recv *SpinButton) SetDigits(digits uint32)
SetDigits is a wrapper around the C function gtk_spin_button_set_digits.
func (*SpinButton) SetIncrements ¶
func (recv *SpinButton) SetIncrements(step float64, page float64)
SetIncrements is a wrapper around the C function gtk_spin_button_set_increments.
func (*SpinButton) SetNumeric ¶
func (recv *SpinButton) SetNumeric(numeric bool)
SetNumeric is a wrapper around the C function gtk_spin_button_set_numeric.
func (*SpinButton) SetRange ¶
func (recv *SpinButton) SetRange(min float64, max float64)
SetRange is a wrapper around the C function gtk_spin_button_set_range.
func (*SpinButton) SetSnapToTicks ¶
func (recv *SpinButton) SetSnapToTicks(snapToTicks bool)
SetSnapToTicks is a wrapper around the C function gtk_spin_button_set_snap_to_ticks.
func (*SpinButton) SetUpdatePolicy ¶
func (recv *SpinButton) SetUpdatePolicy(policy SpinButtonUpdatePolicy)
SetUpdatePolicy is a wrapper around the C function gtk_spin_button_set_update_policy.
func (*SpinButton) SetValue ¶
func (recv *SpinButton) SetValue(value float64)
SetValue is a wrapper around the C function gtk_spin_button_set_value.
func (*SpinButton) SetWrap ¶
func (recv *SpinButton) SetWrap(wrap bool)
SetWrap is a wrapper around the C function gtk_spin_button_set_wrap.
func (*SpinButton) Spin ¶
func (recv *SpinButton) Spin(direction SpinType, increment float64)
Spin is a wrapper around the C function gtk_spin_button_spin.
func (*SpinButton) ToC ¶
func (recv *SpinButton) ToC() unsafe.Pointer
func (*SpinButton) Update ¶
func (recv *SpinButton) Update()
Update is a wrapper around the C function gtk_spin_button_update.
type SpinButtonAccessible ¶
type SpinButtonAccessible struct {
// contains filtered or unexported fields
}
SpinButtonAccessible is a wrapper around the C record GtkSpinButtonAccessible.
func CastToSpinButtonAccessible ¶
func CastToSpinButtonAccessible(object *gobject.Object) *SpinButtonAccessible
CastToWidget down casts any arbitary Object to SpinButtonAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a SpinButtonAccessible.
func SpinButtonAccessibleNewFromC ¶
func SpinButtonAccessibleNewFromC(u unsafe.Pointer) *SpinButtonAccessible
func (*SpinButtonAccessible) Accessible ¶
func (recv *SpinButtonAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*SpinButtonAccessible) Action ¶
func (recv *SpinButtonAccessible) Action() *atk.Action
Action returns the Action interface implemented by SpinButtonAccessible
func (*SpinButtonAccessible) Component ¶
func (recv *SpinButtonAccessible) Component() *atk.Component
Component returns the Component interface implemented by SpinButtonAccessible
func (*SpinButtonAccessible) EditableText ¶
func (recv *SpinButtonAccessible) EditableText() *atk.EditableText
EditableText returns the EditableText interface implemented by SpinButtonAccessible
func (*SpinButtonAccessible) EntryAccessible ¶
func (recv *SpinButtonAccessible) EntryAccessible() *EntryAccessible
EntryAccessible upcasts to *EntryAccessible
func (*SpinButtonAccessible) Object ¶
func (recv *SpinButtonAccessible) Object() *atk.Object
Object upcasts to *Object
func (*SpinButtonAccessible) Text ¶
func (recv *SpinButtonAccessible) Text() *atk.Text
Text returns the Text interface implemented by SpinButtonAccessible
func (*SpinButtonAccessible) ToC ¶
func (recv *SpinButtonAccessible) ToC() unsafe.Pointer
func (*SpinButtonAccessible) Value ¶
func (recv *SpinButtonAccessible) Value() *atk.Value
Value returns the Value interface implemented by SpinButtonAccessible
func (*SpinButtonAccessible) WidgetAccessible ¶
func (recv *SpinButtonAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type SpinButtonAccessibleClass ¶
type SpinButtonAccessibleClass struct {
// contains filtered or unexported fields
}
SpinButtonAccessibleClass is a wrapper around the C record GtkSpinButtonAccessibleClass.
func SpinButtonAccessibleClassNewFromC ¶
func SpinButtonAccessibleClassNewFromC(u unsafe.Pointer) *SpinButtonAccessibleClass
func (*SpinButtonAccessibleClass) ToC ¶
func (recv *SpinButtonAccessibleClass) ToC() unsafe.Pointer
type SpinButtonAccessiblePrivate ¶
type SpinButtonAccessiblePrivate struct {
// contains filtered or unexported fields
}
SpinButtonAccessiblePrivate is a wrapper around the C record GtkSpinButtonAccessiblePrivate.
func SpinButtonAccessiblePrivateNewFromC ¶
func SpinButtonAccessiblePrivateNewFromC(u unsafe.Pointer) *SpinButtonAccessiblePrivate
func (*SpinButtonAccessiblePrivate) ToC ¶
func (recv *SpinButtonAccessiblePrivate) ToC() unsafe.Pointer
type SpinButtonClass ¶
type SpinButtonClass struct {
// contains filtered or unexported fields
}
SpinButtonClass is a wrapper around the C record GtkSpinButtonClass.
func SpinButtonClassNewFromC ¶
func SpinButtonClassNewFromC(u unsafe.Pointer) *SpinButtonClass
func (*SpinButtonClass) ToC ¶
func (recv *SpinButtonClass) ToC() unsafe.Pointer
type SpinButtonPrivate ¶
type SpinButtonPrivate struct {
// contains filtered or unexported fields
}
SpinButtonPrivate is a wrapper around the C record GtkSpinButtonPrivate.
func SpinButtonPrivateNewFromC ¶
func SpinButtonPrivateNewFromC(u unsafe.Pointer) *SpinButtonPrivate
func (*SpinButtonPrivate) ToC ¶
func (recv *SpinButtonPrivate) ToC() unsafe.Pointer
type SpinButtonSignalOutputCallback ¶
type SpinButtonSignalOutputCallback func() bool
SpinButtonSignalOutputCallback is a callback function for a 'output' signal emitted from a SpinButton.
type SpinButtonSignalValueChangedCallback ¶
type SpinButtonSignalValueChangedCallback func()
SpinButtonSignalValueChangedCallback is a callback function for a 'value-changed' signal emitted from a SpinButton.
type SpinButtonUpdatePolicy ¶
type SpinButtonUpdatePolicy C.GtkSpinButtonUpdatePolicy
const ( GTK_UPDATE_ALWAYS SpinButtonUpdatePolicy = 0 GTK_UPDATE_IF_VALID SpinButtonUpdatePolicy = 1 )
type SpinType ¶
type SpinType C.GtkSpinType
type Spinner ¶
type Spinner struct {
// contains filtered or unexported fields
}
Spinner is a wrapper around the C record GtkSpinner.
func CastToSpinner ¶
CastToWidget down casts any arbitary Object to Spinner. Exercise care, as this is a potentially dangerous function if the Object is not a Spinner.
func SpinnerNewFromC ¶
func (*Spinner) ImplementorIface ¶
func (recv *Spinner) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Spinner
func (*Spinner) InitiallyUnowned ¶
func (recv *Spinner) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type SpinnerAccessible ¶
type SpinnerAccessible struct {
// contains filtered or unexported fields
}
SpinnerAccessible is a wrapper around the C record GtkSpinnerAccessible.
func CastToSpinnerAccessible ¶
func CastToSpinnerAccessible(object *gobject.Object) *SpinnerAccessible
CastToWidget down casts any arbitary Object to SpinnerAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a SpinnerAccessible.
func SpinnerAccessibleNewFromC ¶
func SpinnerAccessibleNewFromC(u unsafe.Pointer) *SpinnerAccessible
func (*SpinnerAccessible) Accessible ¶
func (recv *SpinnerAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*SpinnerAccessible) Component ¶
func (recv *SpinnerAccessible) Component() *atk.Component
Component returns the Component interface implemented by SpinnerAccessible
func (*SpinnerAccessible) Image ¶
func (recv *SpinnerAccessible) Image() *atk.Image
Image returns the Image interface implemented by SpinnerAccessible
func (*SpinnerAccessible) Object ¶
func (recv *SpinnerAccessible) Object() *atk.Object
Object upcasts to *Object
func (*SpinnerAccessible) ToC ¶
func (recv *SpinnerAccessible) ToC() unsafe.Pointer
func (*SpinnerAccessible) WidgetAccessible ¶
func (recv *SpinnerAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type SpinnerAccessibleClass ¶
type SpinnerAccessibleClass struct {
// contains filtered or unexported fields
}
SpinnerAccessibleClass is a wrapper around the C record GtkSpinnerAccessibleClass.
func SpinnerAccessibleClassNewFromC ¶
func SpinnerAccessibleClassNewFromC(u unsafe.Pointer) *SpinnerAccessibleClass
func (*SpinnerAccessibleClass) ToC ¶
func (recv *SpinnerAccessibleClass) ToC() unsafe.Pointer
type SpinnerAccessiblePrivate ¶
type SpinnerAccessiblePrivate struct {
// contains filtered or unexported fields
}
SpinnerAccessiblePrivate is a wrapper around the C record GtkSpinnerAccessiblePrivate.
func SpinnerAccessiblePrivateNewFromC ¶
func SpinnerAccessiblePrivateNewFromC(u unsafe.Pointer) *SpinnerAccessiblePrivate
func (*SpinnerAccessiblePrivate) ToC ¶
func (recv *SpinnerAccessiblePrivate) ToC() unsafe.Pointer
type SpinnerClass ¶
type SpinnerClass struct {
// contains filtered or unexported fields
}
SpinnerClass is a wrapper around the C record GtkSpinnerClass.
func SpinnerClassNewFromC ¶
func SpinnerClassNewFromC(u unsafe.Pointer) *SpinnerClass
func (*SpinnerClass) ToC ¶
func (recv *SpinnerClass) ToC() unsafe.Pointer
type SpinnerPrivate ¶
type SpinnerPrivate struct {
// contains filtered or unexported fields
}
SpinnerPrivate is a wrapper around the C record GtkSpinnerPrivate.
func SpinnerPrivateNewFromC ¶
func SpinnerPrivateNewFromC(u unsafe.Pointer) *SpinnerPrivate
func (*SpinnerPrivate) ToC ¶
func (recv *SpinnerPrivate) ToC() unsafe.Pointer
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
Stack is a wrapper around the C record GtkStack.
func CastToStack ¶
CastToWidget down casts any arbitary Object to Stack. Exercise care, as this is a potentially dangerous function if the Object is not a Stack.
func StackNewFromC ¶
func (*Stack) ImplementorIface ¶
func (recv *Stack) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Stack
func (*Stack) InitiallyUnowned ¶
func (recv *Stack) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type StackClass ¶
type StackClass struct {
// contains filtered or unexported fields
}
StackClass is a wrapper around the C record GtkStackClass.
func StackClassNewFromC ¶
func StackClassNewFromC(u unsafe.Pointer) *StackClass
func (*StackClass) ToC ¶
func (recv *StackClass) ToC() unsafe.Pointer
type StackSidebar ¶
type StackSidebar struct {
// contains filtered or unexported fields
}
StackSidebar is a wrapper around the C record GtkStackSidebar.
func CastToStackSidebar ¶
func CastToStackSidebar(object *gobject.Object) *StackSidebar
CastToWidget down casts any arbitary Object to StackSidebar. Exercise care, as this is a potentially dangerous function if the Object is not a StackSidebar.
func StackSidebarNewFromC ¶
func StackSidebarNewFromC(u unsafe.Pointer) *StackSidebar
func (*StackSidebar) Buildable ¶
func (recv *StackSidebar) Buildable() *Buildable
Buildable returns the Buildable interface implemented by StackSidebar
func (*StackSidebar) Container ¶
func (recv *StackSidebar) Container() *Container
Container upcasts to *Container
func (*StackSidebar) ImplementorIface ¶
func (recv *StackSidebar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by StackSidebar
func (*StackSidebar) InitiallyUnowned ¶
func (recv *StackSidebar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*StackSidebar) Object ¶
func (recv *StackSidebar) Object() *gobject.Object
Object upcasts to *Object
func (*StackSidebar) ToC ¶
func (recv *StackSidebar) ToC() unsafe.Pointer
type StackSidebarClass ¶
type StackSidebarClass struct {
// contains filtered or unexported fields
}
StackSidebarClass is a wrapper around the C record GtkStackSidebarClass.
func StackSidebarClassNewFromC ¶
func StackSidebarClassNewFromC(u unsafe.Pointer) *StackSidebarClass
func (*StackSidebarClass) ToC ¶
func (recv *StackSidebarClass) ToC() unsafe.Pointer
type StackSidebarPrivate ¶
type StackSidebarPrivate struct {
// contains filtered or unexported fields
}
StackSidebarPrivate is a wrapper around the C record GtkStackSidebarPrivate.
func StackSidebarPrivateNewFromC ¶
func StackSidebarPrivateNewFromC(u unsafe.Pointer) *StackSidebarPrivate
func (*StackSidebarPrivate) ToC ¶
func (recv *StackSidebarPrivate) ToC() unsafe.Pointer
type StackSwitcher ¶
type StackSwitcher struct {
// contains filtered or unexported fields
}
StackSwitcher is a wrapper around the C record GtkStackSwitcher.
func CastToStackSwitcher ¶
func CastToStackSwitcher(object *gobject.Object) *StackSwitcher
CastToWidget down casts any arbitary Object to StackSwitcher. Exercise care, as this is a potentially dangerous function if the Object is not a StackSwitcher.
func StackSwitcherNewFromC ¶
func StackSwitcherNewFromC(u unsafe.Pointer) *StackSwitcher
func (*StackSwitcher) Buildable ¶
func (recv *StackSwitcher) Buildable() *Buildable
Buildable returns the Buildable interface implemented by StackSwitcher
func (*StackSwitcher) Container ¶
func (recv *StackSwitcher) Container() *Container
Container upcasts to *Container
func (*StackSwitcher) ImplementorIface ¶
func (recv *StackSwitcher) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by StackSwitcher
func (*StackSwitcher) InitiallyUnowned ¶
func (recv *StackSwitcher) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*StackSwitcher) Object ¶
func (recv *StackSwitcher) Object() *gobject.Object
Object upcasts to *Object
func (*StackSwitcher) Orientable ¶
func (recv *StackSwitcher) Orientable() *Orientable
Orientable returns the Orientable interface implemented by StackSwitcher
func (*StackSwitcher) ToC ¶
func (recv *StackSwitcher) ToC() unsafe.Pointer
func (*StackSwitcher) Widget ¶
func (recv *StackSwitcher) Widget() *Widget
Widget upcasts to *Widget
type StackSwitcherClass ¶
type StackSwitcherClass struct {
// contains filtered or unexported fields
}
StackSwitcherClass is a wrapper around the C record GtkStackSwitcherClass.
func StackSwitcherClassNewFromC ¶
func StackSwitcherClassNewFromC(u unsafe.Pointer) *StackSwitcherClass
func (*StackSwitcherClass) ToC ¶
func (recv *StackSwitcherClass) ToC() unsafe.Pointer
type StackTransitionType ¶
type StackTransitionType C.GtkStackTransitionType
const ( GTK_STACK_TRANSITION_TYPE_NONE StackTransitionType = 0 GTK_STACK_TRANSITION_TYPE_CROSSFADE StackTransitionType = 1 GTK_STACK_TRANSITION_TYPE_SLIDE_RIGHT StackTransitionType = 2 GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT StackTransitionType = 3 GTK_STACK_TRANSITION_TYPE_SLIDE_UP StackTransitionType = 4 GTK_STACK_TRANSITION_TYPE_SLIDE_DOWN StackTransitionType = 5 GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT StackTransitionType = 6 GTK_STACK_TRANSITION_TYPE_SLIDE_UP_DOWN StackTransitionType = 7 GTK_STACK_TRANSITION_TYPE_OVER_UP StackTransitionType = 8 GTK_STACK_TRANSITION_TYPE_OVER_DOWN StackTransitionType = 9 GTK_STACK_TRANSITION_TYPE_OVER_LEFT StackTransitionType = 10 GTK_STACK_TRANSITION_TYPE_OVER_RIGHT StackTransitionType = 11 GTK_STACK_TRANSITION_TYPE_UNDER_UP StackTransitionType = 12 GTK_STACK_TRANSITION_TYPE_UNDER_DOWN StackTransitionType = 13 GTK_STACK_TRANSITION_TYPE_UNDER_LEFT StackTransitionType = 14 GTK_STACK_TRANSITION_TYPE_UNDER_RIGHT StackTransitionType = 15 GTK_STACK_TRANSITION_TYPE_OVER_UP_DOWN StackTransitionType = 16 GTK_STACK_TRANSITION_TYPE_OVER_DOWN_UP StackTransitionType = 17 GTK_STACK_TRANSITION_TYPE_OVER_LEFT_RIGHT StackTransitionType = 18 GTK_STACK_TRANSITION_TYPE_OVER_RIGHT_LEFT StackTransitionType = 19 )
type StateFlags ¶
type StateFlags C.GtkStateFlags
const ( GTK_STATE_FLAG_NORMAL StateFlags = 0 GTK_STATE_FLAG_ACTIVE StateFlags = 1 GTK_STATE_FLAG_PRELIGHT StateFlags = 2 GTK_STATE_FLAG_SELECTED StateFlags = 4 GTK_STATE_FLAG_INSENSITIVE StateFlags = 8 GTK_STATE_FLAG_INCONSISTENT StateFlags = 16 GTK_STATE_FLAG_FOCUSED StateFlags = 32 GTK_STATE_FLAG_BACKDROP StateFlags = 64 GTK_STATE_FLAG_DIR_LTR StateFlags = 128 GTK_STATE_FLAG_DIR_RTL StateFlags = 256 GTK_STATE_FLAG_LINK StateFlags = 512 GTK_STATE_FLAG_VISITED StateFlags = 1024 GTK_STATE_FLAG_CHECKED StateFlags = 2048 GTK_STATE_FLAG_DROP_ACTIVE StateFlags = 4096 )
type StateType ¶
type StateType C.GtkStateType
type StatusIcon ¶
type StatusIcon struct {
// contains filtered or unexported fields
}
StatusIcon is a wrapper around the C record GtkStatusIcon.
func CastToStatusIcon ¶
func CastToStatusIcon(object *gobject.Object) *StatusIcon
CastToWidget down casts any arbitary Object to StatusIcon. Exercise care, as this is a potentially dangerous function if the Object is not a StatusIcon.
func StatusIconNewFromC ¶
func StatusIconNewFromC(u unsafe.Pointer) *StatusIcon
func (*StatusIcon) Object ¶
func (recv *StatusIcon) Object() *gobject.Object
Object upcasts to *Object
func (*StatusIcon) ToC ¶
func (recv *StatusIcon) ToC() unsafe.Pointer
type StatusIconClass ¶
type StatusIconClass struct {
// contains filtered or unexported fields
}
StatusIconClass is a wrapper around the C record GtkStatusIconClass.
func StatusIconClassNewFromC ¶
func StatusIconClassNewFromC(u unsafe.Pointer) *StatusIconClass
func (*StatusIconClass) ToC ¶
func (recv *StatusIconClass) ToC() unsafe.Pointer
type StatusIconPrivate ¶
type StatusIconPrivate struct {
// contains filtered or unexported fields
}
StatusIconPrivate is a wrapper around the C record GtkStatusIconPrivate.
func StatusIconPrivateNewFromC ¶
func StatusIconPrivateNewFromC(u unsafe.Pointer) *StatusIconPrivate
func (*StatusIconPrivate) ToC ¶
func (recv *StatusIconPrivate) ToC() unsafe.Pointer
type Statusbar ¶
type Statusbar struct {
// contains filtered or unexported fields
}
Statusbar is a wrapper around the C record GtkStatusbar.
func CastToStatusbar ¶
CastToWidget down casts any arbitary Object to Statusbar. Exercise care, as this is a potentially dangerous function if the Object is not a Statusbar.
func StatusbarNew ¶
func StatusbarNew() *Statusbar
StatusbarNew is a wrapper around the C function gtk_statusbar_new.
func StatusbarNewFromC ¶
func (*Statusbar) GetContextId ¶
GetContextId is a wrapper around the C function gtk_statusbar_get_context_id.
func (*Statusbar) ImplementorIface ¶
func (recv *Statusbar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Statusbar
func (*Statusbar) InitiallyUnowned ¶
func (recv *Statusbar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Statusbar) Orientable ¶
func (recv *Statusbar) Orientable() *Orientable
Orientable returns the Orientable interface implemented by Statusbar
type StatusbarAccessible ¶
type StatusbarAccessible struct {
// contains filtered or unexported fields
}
StatusbarAccessible is a wrapper around the C record GtkStatusbarAccessible.
func CastToStatusbarAccessible ¶
func CastToStatusbarAccessible(object *gobject.Object) *StatusbarAccessible
CastToWidget down casts any arbitary Object to StatusbarAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a StatusbarAccessible.
func StatusbarAccessibleNewFromC ¶
func StatusbarAccessibleNewFromC(u unsafe.Pointer) *StatusbarAccessible
func (*StatusbarAccessible) Accessible ¶
func (recv *StatusbarAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*StatusbarAccessible) Component ¶
func (recv *StatusbarAccessible) Component() *atk.Component
Component returns the Component interface implemented by StatusbarAccessible
func (*StatusbarAccessible) ContainerAccessible ¶
func (recv *StatusbarAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*StatusbarAccessible) Object ¶
func (recv *StatusbarAccessible) Object() *atk.Object
Object upcasts to *Object
func (*StatusbarAccessible) ToC ¶
func (recv *StatusbarAccessible) ToC() unsafe.Pointer
func (*StatusbarAccessible) WidgetAccessible ¶
func (recv *StatusbarAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type StatusbarAccessibleClass ¶
type StatusbarAccessibleClass struct {
// contains filtered or unexported fields
}
StatusbarAccessibleClass is a wrapper around the C record GtkStatusbarAccessibleClass.
func StatusbarAccessibleClassNewFromC ¶
func StatusbarAccessibleClassNewFromC(u unsafe.Pointer) *StatusbarAccessibleClass
func (*StatusbarAccessibleClass) ToC ¶
func (recv *StatusbarAccessibleClass) ToC() unsafe.Pointer
type StatusbarAccessiblePrivate ¶
type StatusbarAccessiblePrivate struct {
// contains filtered or unexported fields
}
StatusbarAccessiblePrivate is a wrapper around the C record GtkStatusbarAccessiblePrivate.
func StatusbarAccessiblePrivateNewFromC ¶
func StatusbarAccessiblePrivateNewFromC(u unsafe.Pointer) *StatusbarAccessiblePrivate
func (*StatusbarAccessiblePrivate) ToC ¶
func (recv *StatusbarAccessiblePrivate) ToC() unsafe.Pointer
type StatusbarClass ¶
type StatusbarClass struct { // parent_class : record Reserved uintptr // contains filtered or unexported fields }
StatusbarClass is a wrapper around the C record GtkStatusbarClass.
func StatusbarClassNewFromC ¶
func StatusbarClassNewFromC(u unsafe.Pointer) *StatusbarClass
func (*StatusbarClass) ToC ¶
func (recv *StatusbarClass) ToC() unsafe.Pointer
type StatusbarPrivate ¶
type StatusbarPrivate struct {
// contains filtered or unexported fields
}
StatusbarPrivate is a wrapper around the C record GtkStatusbarPrivate.
func StatusbarPrivateNewFromC ¶
func StatusbarPrivateNewFromC(u unsafe.Pointer) *StatusbarPrivate
func (*StatusbarPrivate) ToC ¶
func (recv *StatusbarPrivate) ToC() unsafe.Pointer
type StockItem ¶
type StockItem struct { StockId string Label string Modifier gdk.ModifierType Keyval uint32 TranslationDomain string // contains filtered or unexported fields }
StockItem is a wrapper around the C record GtkStockItem.
func StockItemNewFromC ¶
func StockLookup ¶
StockLookup is a wrapper around the C function gtk_stock_lookup.
type Style ¶
type Style struct { // Private : parent_instance // no type for fg // no type for bg // no type for light // no type for dark // no type for mid // no type for text // no type for base // no type for text_aa // black : record // white : record // font_desc : record Xthickness int32 Ythickness int32 // contains filtered or unexported fields }
Style is a wrapper around the C record GtkStyle.
func CastToStyle ¶
CastToWidget down casts any arbitary Object to Style. Exercise care, as this is a potentially dangerous function if the Object is not a Style.
func RcGetStyle ¶
RcGetStyle is a wrapper around the C function gtk_rc_get_style.
func RcGetStyleByPaths ¶
func RcGetStyleByPaths(settings *Settings, widgetPath string, classPath string, type_ gobject.Type) *Style
RcGetStyleByPaths is a wrapper around the C function gtk_rc_get_style_by_paths.
func StyleNewFromC ¶
func (*Style) ApplyDefaultBackground ¶
func (recv *Style) ApplyDefaultBackground(cr *cairo.Context, window *gdk.Window, stateType StateType, x int32, y int32, width int32, height int32)
ApplyDefaultBackground is a wrapper around the C function gtk_style_apply_default_background.
func (*Style) Detach ¶
func (recv *Style) Detach()
Detach is a wrapper around the C function gtk_style_detach.
func (*Style) LookupIconSet ¶
LookupIconSet is a wrapper around the C function gtk_style_lookup_icon_set.
func (*Style) RenderIcon ¶
func (recv *Style) RenderIcon(source *IconSource, direction TextDirection, state StateType, size IconSize, widget *Widget, detail string) *gdkpixbuf.Pixbuf
RenderIcon is a wrapper around the C function gtk_style_render_icon.
func (*Style) SetBackground ¶
SetBackground is a wrapper around the C function gtk_style_set_background.
type StyleClass ¶
type StyleClass struct {
// contains filtered or unexported fields
}
StyleClass is a wrapper around the C record GtkStyleClass.
func StyleClassNewFromC ¶
func StyleClassNewFromC(u unsafe.Pointer) *StyleClass
func (*StyleClass) ToC ¶
func (recv *StyleClass) ToC() unsafe.Pointer
type StyleContext ¶
type StyleContext struct {
// contains filtered or unexported fields
}
StyleContext is a wrapper around the C record GtkStyleContext.
func CastToStyleContext ¶
func CastToStyleContext(object *gobject.Object) *StyleContext
CastToWidget down casts any arbitary Object to StyleContext. Exercise care, as this is a potentially dangerous function if the Object is not a StyleContext.
func StyleContextNew ¶
func StyleContextNew() *StyleContext
StyleContextNew is a wrapper around the C function gtk_style_context_new.
func StyleContextNewFromC ¶
func StyleContextNewFromC(u unsafe.Pointer) *StyleContext
func (*StyleContext) GetScreen ¶
func (recv *StyleContext) GetScreen() *gdk.Screen
GetScreen is a wrapper around the C function gtk_style_context_get_screen.
func (*StyleContext) GetSection ¶
func (recv *StyleContext) GetSection(property string) *CssSection
GetSection is a wrapper around the C function gtk_style_context_get_section.
func (*StyleContext) GetStyleProperty ¶
func (recv *StyleContext) GetStyleProperty(propertyName string, value *gobject.Value)
GetStyleProperty is a wrapper around the C function gtk_style_context_get_style_property.
func (*StyleContext) LookupColor ¶
func (recv *StyleContext) LookupColor(colorName string) (bool, *gdk.RGBA)
LookupColor is a wrapper around the C function gtk_style_context_lookup_color.
func (*StyleContext) LookupIconSet ¶
func (recv *StyleContext) LookupIconSet(stockId string) *IconSet
LookupIconSet is a wrapper around the C function gtk_style_context_lookup_icon_set.
func (*StyleContext) Object ¶
func (recv *StyleContext) Object() *gobject.Object
Object upcasts to *Object
func (*StyleContext) ToC ¶
func (recv *StyleContext) ToC() unsafe.Pointer
type StyleContextClass ¶
type StyleContextClass struct {
// contains filtered or unexported fields
}
StyleContextClass is a wrapper around the C record GtkStyleContextClass.
func StyleContextClassNewFromC ¶
func StyleContextClassNewFromC(u unsafe.Pointer) *StyleContextClass
func (*StyleContextClass) ToC ¶
func (recv *StyleContextClass) ToC() unsafe.Pointer
type StyleContextPrivate ¶
type StyleContextPrivate struct {
// contains filtered or unexported fields
}
StyleContextPrivate is a wrapper around the C record GtkStyleContextPrivate.
func StyleContextPrivateNewFromC ¶
func StyleContextPrivateNewFromC(u unsafe.Pointer) *StyleContextPrivate
func (*StyleContextPrivate) ToC ¶
func (recv *StyleContextPrivate) ToC() unsafe.Pointer
type StyleProperties ¶
type StyleProperties struct {
// contains filtered or unexported fields
}
StyleProperties is a wrapper around the C record GtkStyleProperties.
func CastToStyleProperties ¶
func CastToStyleProperties(object *gobject.Object) *StyleProperties
CastToWidget down casts any arbitary Object to StyleProperties. Exercise care, as this is a potentially dangerous function if the Object is not a StyleProperties.
func StylePropertiesNew ¶
func StylePropertiesNew() *StyleProperties
StylePropertiesNew is a wrapper around the C function gtk_style_properties_new.
func StylePropertiesNewFromC ¶
func StylePropertiesNewFromC(u unsafe.Pointer) *StyleProperties
func (*StyleProperties) Clear ¶
func (recv *StyleProperties) Clear()
Clear is a wrapper around the C function gtk_style_properties_clear.
func (*StyleProperties) Object ¶
func (recv *StyleProperties) Object() *gobject.Object
Object upcasts to *Object
func (*StyleProperties) StyleProvider ¶
func (recv *StyleProperties) StyleProvider() *StyleProvider
StyleProvider returns the StyleProvider interface implemented by StyleProperties
func (*StyleProperties) ToC ¶
func (recv *StyleProperties) ToC() unsafe.Pointer
type StylePropertiesClass ¶
type StylePropertiesClass struct {
// contains filtered or unexported fields
}
StylePropertiesClass is a wrapper around the C record GtkStylePropertiesClass.
func StylePropertiesClassNewFromC ¶
func StylePropertiesClassNewFromC(u unsafe.Pointer) *StylePropertiesClass
func (*StylePropertiesClass) ToC ¶
func (recv *StylePropertiesClass) ToC() unsafe.Pointer
type StylePropertiesPrivate ¶
type StylePropertiesPrivate struct {
// contains filtered or unexported fields
}
StylePropertiesPrivate is a wrapper around the C record GtkStylePropertiesPrivate.
func StylePropertiesPrivateNewFromC ¶
func StylePropertiesPrivateNewFromC(u unsafe.Pointer) *StylePropertiesPrivate
func (*StylePropertiesPrivate) ToC ¶
func (recv *StylePropertiesPrivate) ToC() unsafe.Pointer
type StyleProvider ¶
type StyleProvider struct {
// contains filtered or unexported fields
}
StyleProvider is a wrapper around the C record GtkStyleProvider.
func StyleProviderNewFromC ¶
func StyleProviderNewFromC(u unsafe.Pointer) *StyleProvider
func (*StyleProvider) ToC ¶
func (recv *StyleProvider) ToC() unsafe.Pointer
type StyleProviderIface ¶
type StyleProviderIface struct {
// contains filtered or unexported fields
}
StyleProviderIface is a wrapper around the C record GtkStyleProviderIface.
func StyleProviderIfaceNewFromC ¶
func StyleProviderIfaceNewFromC(u unsafe.Pointer) *StyleProviderIface
func (*StyleProviderIface) ToC ¶
func (recv *StyleProviderIface) ToC() unsafe.Pointer
type Switch ¶
type Switch struct {
// contains filtered or unexported fields
}
Switch is a wrapper around the C record GtkSwitch.
func CastToSwitch ¶
CastToWidget down casts any arbitary Object to Switch. Exercise care, as this is a potentially dangerous function if the Object is not a Switch.
func SwitchNewFromC ¶
func (*Switch) Actionable ¶
func (recv *Switch) Actionable() *Actionable
Actionable returns the Actionable interface implemented by Switch
func (*Switch) Activatable ¶
func (recv *Switch) Activatable() *Activatable
Activatable returns the Activatable interface implemented by Switch
func (*Switch) ConnectActivate ¶
func (recv *Switch) ConnectActivate(callback SwitchSignalActivateCallback) int
ConnectActivate connects the callback to the 'activate' signal for the Switch.
The returned value represents the connection, and may be passed to DisconnectActivate to remove it.
func (*Switch) DisconnectActivate ¶
DisconnectActivate disconnects a callback from the 'activate' signal for the Switch.
The connectionID should be a value returned from a call to ConnectActivate.
func (*Switch) ImplementorIface ¶
func (recv *Switch) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Switch
func (*Switch) InitiallyUnowned ¶
func (recv *Switch) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type SwitchAccessible ¶
type SwitchAccessible struct {
// contains filtered or unexported fields
}
SwitchAccessible is a wrapper around the C record GtkSwitchAccessible.
func CastToSwitchAccessible ¶
func CastToSwitchAccessible(object *gobject.Object) *SwitchAccessible
CastToWidget down casts any arbitary Object to SwitchAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a SwitchAccessible.
func SwitchAccessibleNewFromC ¶
func SwitchAccessibleNewFromC(u unsafe.Pointer) *SwitchAccessible
func (*SwitchAccessible) Accessible ¶
func (recv *SwitchAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*SwitchAccessible) Action ¶
func (recv *SwitchAccessible) Action() *atk.Action
Action returns the Action interface implemented by SwitchAccessible
func (*SwitchAccessible) Component ¶
func (recv *SwitchAccessible) Component() *atk.Component
Component returns the Component interface implemented by SwitchAccessible
func (*SwitchAccessible) Object ¶
func (recv *SwitchAccessible) Object() *atk.Object
Object upcasts to *Object
func (*SwitchAccessible) ToC ¶
func (recv *SwitchAccessible) ToC() unsafe.Pointer
func (*SwitchAccessible) WidgetAccessible ¶
func (recv *SwitchAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type SwitchAccessibleClass ¶
type SwitchAccessibleClass struct {
// contains filtered or unexported fields
}
SwitchAccessibleClass is a wrapper around the C record GtkSwitchAccessibleClass.
func SwitchAccessibleClassNewFromC ¶
func SwitchAccessibleClassNewFromC(u unsafe.Pointer) *SwitchAccessibleClass
func (*SwitchAccessibleClass) ToC ¶
func (recv *SwitchAccessibleClass) ToC() unsafe.Pointer
type SwitchAccessiblePrivate ¶
type SwitchAccessiblePrivate struct {
// contains filtered or unexported fields
}
SwitchAccessiblePrivate is a wrapper around the C record GtkSwitchAccessiblePrivate.
func SwitchAccessiblePrivateNewFromC ¶
func SwitchAccessiblePrivateNewFromC(u unsafe.Pointer) *SwitchAccessiblePrivate
func (*SwitchAccessiblePrivate) ToC ¶
func (recv *SwitchAccessiblePrivate) ToC() unsafe.Pointer
type SwitchClass ¶
type SwitchClass struct {
// contains filtered or unexported fields
}
SwitchClass is a wrapper around the C record GtkSwitchClass.
func SwitchClassNewFromC ¶
func SwitchClassNewFromC(u unsafe.Pointer) *SwitchClass
func (*SwitchClass) ToC ¶
func (recv *SwitchClass) ToC() unsafe.Pointer
type SwitchPrivate ¶
type SwitchPrivate struct {
// contains filtered or unexported fields
}
SwitchPrivate is a wrapper around the C record GtkSwitchPrivate.
func SwitchPrivateNewFromC ¶
func SwitchPrivateNewFromC(u unsafe.Pointer) *SwitchPrivate
func (*SwitchPrivate) ToC ¶
func (recv *SwitchPrivate) ToC() unsafe.Pointer
type SwitchSignalActivateCallback ¶
type SwitchSignalActivateCallback func()
SwitchSignalActivateCallback is a callback function for a 'activate' signal emitted from a Switch.
type SymbolicColor ¶
type SymbolicColor struct {
// contains filtered or unexported fields
}
SymbolicColor is a wrapper around the C record GtkSymbolicColor.
func SymbolicColorNewFromC ¶
func SymbolicColorNewFromC(u unsafe.Pointer) *SymbolicColor
func (*SymbolicColor) ToC ¶
func (recv *SymbolicColor) ToC() unsafe.Pointer
func (*SymbolicColor) ToString ¶
func (recv *SymbolicColor) ToString() string
ToString is a wrapper around the C function gtk_symbolic_color_to_string.
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table is a wrapper around the C record GtkTable.
func CastToTable ¶
CastToWidget down casts any arbitary Object to Table. Exercise care, as this is a potentially dangerous function if the Object is not a Table.
func TableNewFromC ¶
func (*Table) Attach ¶
func (recv *Table) Attach(child *Widget, leftAttach uint32, rightAttach uint32, topAttach uint32, bottomAttach uint32, xoptions AttachOptions, yoptions AttachOptions, xpadding uint32, ypadding uint32)
Attach is a wrapper around the C function gtk_table_attach.
func (*Table) AttachDefaults ¶
func (recv *Table) AttachDefaults(widget *Widget, leftAttach uint32, rightAttach uint32, topAttach uint32, bottomAttach uint32)
AttachDefaults is a wrapper around the C function gtk_table_attach_defaults.
func (*Table) GetColSpacing ¶
GetColSpacing is a wrapper around the C function gtk_table_get_col_spacing.
func (*Table) GetDefaultColSpacing ¶
GetDefaultColSpacing is a wrapper around the C function gtk_table_get_default_col_spacing.
func (*Table) GetDefaultRowSpacing ¶
GetDefaultRowSpacing is a wrapper around the C function gtk_table_get_default_row_spacing.
func (*Table) GetHomogeneous ¶
GetHomogeneous is a wrapper around the C function gtk_table_get_homogeneous.
func (*Table) GetRowSpacing ¶
GetRowSpacing is a wrapper around the C function gtk_table_get_row_spacing.
func (*Table) ImplementorIface ¶
func (recv *Table) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Table
func (*Table) InitiallyUnowned ¶
func (recv *Table) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Table) SetColSpacing ¶
SetColSpacing is a wrapper around the C function gtk_table_set_col_spacing.
func (*Table) SetColSpacings ¶
SetColSpacings is a wrapper around the C function gtk_table_set_col_spacings.
func (*Table) SetHomogeneous ¶
SetHomogeneous is a wrapper around the C function gtk_table_set_homogeneous.
func (*Table) SetRowSpacing ¶
SetRowSpacing is a wrapper around the C function gtk_table_set_row_spacing.
func (*Table) SetRowSpacings ¶
SetRowSpacings is a wrapper around the C function gtk_table_set_row_spacings.
type TableChild ¶
type TableChild struct { // widget : record LeftAttach uint16 RightAttach uint16 TopAttach uint16 BottomAttach uint16 Xpadding uint16 Ypadding uint16 // contains filtered or unexported fields }
TableChild is a wrapper around the C record GtkTableChild.
func TableChildNewFromC ¶
func TableChildNewFromC(u unsafe.Pointer) *TableChild
func (*TableChild) ToC ¶
func (recv *TableChild) ToC() unsafe.Pointer
type TableClass ¶
type TableClass struct {
// contains filtered or unexported fields
}
TableClass is a wrapper around the C record GtkTableClass.
func TableClassNewFromC ¶
func TableClassNewFromC(u unsafe.Pointer) *TableClass
func (*TableClass) ToC ¶
func (recv *TableClass) ToC() unsafe.Pointer
type TablePrivate ¶
type TablePrivate struct {
// contains filtered or unexported fields
}
TablePrivate is a wrapper around the C record GtkTablePrivate.
func TablePrivateNewFromC ¶
func TablePrivateNewFromC(u unsafe.Pointer) *TablePrivate
func (*TablePrivate) ToC ¶
func (recv *TablePrivate) ToC() unsafe.Pointer
type TableRowCol ¶
type TableRowCol struct { Requisition uint16 Allocation uint16 Spacing uint16 // contains filtered or unexported fields }
TableRowCol is a wrapper around the C record GtkTableRowCol.
func TableRowColNewFromC ¶
func TableRowColNewFromC(u unsafe.Pointer) *TableRowCol
func (*TableRowCol) ToC ¶
func (recv *TableRowCol) ToC() unsafe.Pointer
type TargetEntry ¶
type TargetEntry struct { Target string Flags uint32 Info uint32 // contains filtered or unexported fields }
TargetEntry is a wrapper around the C record GtkTargetEntry.
func TargetEntryNew ¶
func TargetEntryNew(target string, flags uint32, info uint32) *TargetEntry
TargetEntryNew is a wrapper around the C function gtk_target_entry_new.
func TargetEntryNewFromC ¶
func TargetEntryNewFromC(u unsafe.Pointer) *TargetEntry
func (*TargetEntry) Copy ¶
func (recv *TargetEntry) Copy() *TargetEntry
Copy is a wrapper around the C function gtk_target_entry_copy.
func (*TargetEntry) Free ¶
func (recv *TargetEntry) Free()
Free is a wrapper around the C function gtk_target_entry_free.
func (*TargetEntry) ToC ¶
func (recv *TargetEntry) ToC() unsafe.Pointer
type TargetFlags ¶
type TargetFlags C.GtkTargetFlags
const ( GTK_TARGET_SAME_APP TargetFlags = 1 GTK_TARGET_SAME_WIDGET TargetFlags = 2 GTK_TARGET_OTHER_APP TargetFlags = 4 GTK_TARGET_OTHER_WIDGET TargetFlags = 8 )
type TargetList ¶
type TargetList struct {
// contains filtered or unexported fields
}
TargetList is a wrapper around the C record GtkTargetList.
func TargetListNewFromC ¶
func TargetListNewFromC(u unsafe.Pointer) *TargetList
func (*TargetList) Ref ¶
func (recv *TargetList) Ref() *TargetList
Ref is a wrapper around the C function gtk_target_list_ref.
func (*TargetList) ToC ¶
func (recv *TargetList) ToC() unsafe.Pointer
func (*TargetList) Unref ¶
func (recv *TargetList) Unref()
Unref is a wrapper around the C function gtk_target_list_unref.
type TargetPair ¶
type TargetPair struct { // target : record Flags uint32 Info uint32 // contains filtered or unexported fields }
TargetPair is a wrapper around the C record GtkTargetPair.
func TargetPairNewFromC ¶
func TargetPairNewFromC(u unsafe.Pointer) *TargetPair
func (*TargetPair) ToC ¶
func (recv *TargetPair) ToC() unsafe.Pointer
type TearoffMenuItem ¶
type TearoffMenuItem struct {
// contains filtered or unexported fields
}
TearoffMenuItem is a wrapper around the C record GtkTearoffMenuItem.
func CastToTearoffMenuItem ¶
func CastToTearoffMenuItem(object *gobject.Object) *TearoffMenuItem
CastToWidget down casts any arbitary Object to TearoffMenuItem. Exercise care, as this is a potentially dangerous function if the Object is not a TearoffMenuItem.
func TearoffMenuItemNew ¶
func TearoffMenuItemNew() *TearoffMenuItem
TearoffMenuItemNew is a wrapper around the C function gtk_tearoff_menu_item_new.
func TearoffMenuItemNewFromC ¶
func TearoffMenuItemNewFromC(u unsafe.Pointer) *TearoffMenuItem
func (*TearoffMenuItem) Actionable ¶
func (recv *TearoffMenuItem) Actionable() *Actionable
Actionable returns the Actionable interface implemented by TearoffMenuItem
func (*TearoffMenuItem) Activatable ¶
func (recv *TearoffMenuItem) Activatable() *Activatable
Activatable returns the Activatable interface implemented by TearoffMenuItem
func (*TearoffMenuItem) Buildable ¶
func (recv *TearoffMenuItem) Buildable() *Buildable
Buildable returns the Buildable interface implemented by TearoffMenuItem
func (*TearoffMenuItem) Container ¶
func (recv *TearoffMenuItem) Container() *Container
Container upcasts to *Container
func (*TearoffMenuItem) ImplementorIface ¶
func (recv *TearoffMenuItem) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by TearoffMenuItem
func (*TearoffMenuItem) InitiallyUnowned ¶
func (recv *TearoffMenuItem) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*TearoffMenuItem) MenuItem ¶
func (recv *TearoffMenuItem) MenuItem() *MenuItem
MenuItem upcasts to *MenuItem
func (*TearoffMenuItem) Object ¶
func (recv *TearoffMenuItem) Object() *gobject.Object
Object upcasts to *Object
func (*TearoffMenuItem) ToC ¶
func (recv *TearoffMenuItem) ToC() unsafe.Pointer
func (*TearoffMenuItem) Widget ¶
func (recv *TearoffMenuItem) Widget() *Widget
Widget upcasts to *Widget
type TearoffMenuItemClass ¶
type TearoffMenuItemClass struct {
// contains filtered or unexported fields
}
TearoffMenuItemClass is a wrapper around the C record GtkTearoffMenuItemClass.
func TearoffMenuItemClassNewFromC ¶
func TearoffMenuItemClassNewFromC(u unsafe.Pointer) *TearoffMenuItemClass
func (*TearoffMenuItemClass) ToC ¶
func (recv *TearoffMenuItemClass) ToC() unsafe.Pointer
type TearoffMenuItemPrivate ¶
type TearoffMenuItemPrivate struct {
// contains filtered or unexported fields
}
TearoffMenuItemPrivate is a wrapper around the C record GtkTearoffMenuItemPrivate.
func TearoffMenuItemPrivateNewFromC ¶
func TearoffMenuItemPrivateNewFromC(u unsafe.Pointer) *TearoffMenuItemPrivate
func (*TearoffMenuItemPrivate) ToC ¶
func (recv *TearoffMenuItemPrivate) ToC() unsafe.Pointer
type TextAppearance ¶
type TextAppearance struct { // bg_color : record // fg_color : record Rise int32 // contains filtered or unexported fields }
TextAppearance is a wrapper around the C record GtkTextAppearance.
func TextAppearanceNewFromC ¶
func TextAppearanceNewFromC(u unsafe.Pointer) *TextAppearance
func (*TextAppearance) ToC ¶
func (recv *TextAppearance) ToC() unsafe.Pointer
type TextAttributes ¶
type TextAttributes struct { // Private : refcount // appearance : record Justification Justification Direction TextDirection // font : record FontScale float64 LeftMargin int32 RightMargin int32 Indent int32 PixelsAboveLines int32 PixelsBelowLines int32 PixelsInsideWrap int32 // tabs : record WrapMode WrapMode // language : record // Private : pg_bg_color // Bitfield not supported : 1 invisible // Bitfield not supported : 1 bg_full_height // Bitfield not supported : 1 editable // Bitfield not supported : 1 no_fallback // Private : pg_bg_rgba LetterSpacing int32 // contains filtered or unexported fields }
TextAttributes is a wrapper around the C record GtkTextAttributes.
func TextAttributesNew ¶
func TextAttributesNew() *TextAttributes
TextAttributesNew is a wrapper around the C function gtk_text_attributes_new.
func TextAttributesNewFromC ¶
func TextAttributesNewFromC(u unsafe.Pointer) *TextAttributes
func (*TextAttributes) Copy ¶
func (recv *TextAttributes) Copy() *TextAttributes
Copy is a wrapper around the C function gtk_text_attributes_copy.
func (*TextAttributes) CopyValues ¶
func (recv *TextAttributes) CopyValues(dest *TextAttributes)
CopyValues is a wrapper around the C function gtk_text_attributes_copy_values.
func (*TextAttributes) Ref ¶
func (recv *TextAttributes) Ref() *TextAttributes
Ref is a wrapper around the C function gtk_text_attributes_ref.
func (*TextAttributes) ToC ¶
func (recv *TextAttributes) ToC() unsafe.Pointer
func (*TextAttributes) Unref ¶
func (recv *TextAttributes) Unref()
Unref is a wrapper around the C function gtk_text_attributes_unref.
type TextBTree ¶
type TextBTree struct {
// contains filtered or unexported fields
}
TextBTree is a wrapper around the C record GtkTextBTree.
func TextBTreeNewFromC ¶
type TextBuffer ¶
type TextBuffer struct {
// contains filtered or unexported fields
}
TextBuffer is a wrapper around the C record GtkTextBuffer.
func CastToTextBuffer ¶
func CastToTextBuffer(object *gobject.Object) *TextBuffer
CastToWidget down casts any arbitary Object to TextBuffer. Exercise care, as this is a potentially dangerous function if the Object is not a TextBuffer.
func TextBufferNew ¶
func TextBufferNew(table *TextTagTable) *TextBuffer
TextBufferNew is a wrapper around the C function gtk_text_buffer_new.
func TextBufferNewFromC ¶
func TextBufferNewFromC(u unsafe.Pointer) *TextBuffer
func (*TextBuffer) AddSelectionClipboard ¶
func (recv *TextBuffer) AddSelectionClipboard(clipboard *Clipboard)
AddSelectionClipboard is a wrapper around the C function gtk_text_buffer_add_selection_clipboard.
func (*TextBuffer) ApplyTag ¶
func (recv *TextBuffer) ApplyTag(tag *TextTag, start *TextIter, end *TextIter)
ApplyTag is a wrapper around the C function gtk_text_buffer_apply_tag.
func (*TextBuffer) ApplyTagByName ¶
func (recv *TextBuffer) ApplyTagByName(name string, start *TextIter, end *TextIter)
ApplyTagByName is a wrapper around the C function gtk_text_buffer_apply_tag_by_name.
func (*TextBuffer) BeginUserAction ¶
func (recv *TextBuffer) BeginUserAction()
BeginUserAction is a wrapper around the C function gtk_text_buffer_begin_user_action.
func (*TextBuffer) ConnectApplyTag ¶
func (recv *TextBuffer) ConnectApplyTag(callback TextBufferSignalApplyTagCallback) int
ConnectApplyTag connects the callback to the 'apply-tag' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectApplyTag to remove it.
func (*TextBuffer) ConnectBeginUserAction ¶
func (recv *TextBuffer) ConnectBeginUserAction(callback TextBufferSignalBeginUserActionCallback) int
ConnectBeginUserAction connects the callback to the 'begin-user-action' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectBeginUserAction to remove it.
func (*TextBuffer) ConnectChanged ¶
func (recv *TextBuffer) ConnectChanged(callback TextBufferSignalChangedCallback) int
ConnectChanged connects the callback to the 'changed' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectChanged to remove it.
func (*TextBuffer) ConnectDeleteRange ¶
func (recv *TextBuffer) ConnectDeleteRange(callback TextBufferSignalDeleteRangeCallback) int
ConnectDeleteRange connects the callback to the 'delete-range' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectDeleteRange to remove it.
func (*TextBuffer) ConnectEndUserAction ¶
func (recv *TextBuffer) ConnectEndUserAction(callback TextBufferSignalEndUserActionCallback) int
ConnectEndUserAction connects the callback to the 'end-user-action' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectEndUserAction to remove it.
func (*TextBuffer) ConnectInsertChildAnchor ¶
func (recv *TextBuffer) ConnectInsertChildAnchor(callback TextBufferSignalInsertChildAnchorCallback) int
ConnectInsertChildAnchor connects the callback to the 'insert-child-anchor' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectInsertChildAnchor to remove it.
func (*TextBuffer) ConnectInsertPixbuf ¶
func (recv *TextBuffer) ConnectInsertPixbuf(callback TextBufferSignalInsertPixbufCallback) int
ConnectInsertPixbuf connects the callback to the 'insert-pixbuf' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectInsertPixbuf to remove it.
func (*TextBuffer) ConnectMarkDeleted ¶
func (recv *TextBuffer) ConnectMarkDeleted(callback TextBufferSignalMarkDeletedCallback) int
ConnectMarkDeleted connects the callback to the 'mark-deleted' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectMarkDeleted to remove it.
func (*TextBuffer) ConnectMarkSet ¶
func (recv *TextBuffer) ConnectMarkSet(callback TextBufferSignalMarkSetCallback) int
ConnectMarkSet connects the callback to the 'mark-set' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectMarkSet to remove it.
func (*TextBuffer) ConnectModifiedChanged ¶
func (recv *TextBuffer) ConnectModifiedChanged(callback TextBufferSignalModifiedChangedCallback) int
ConnectModifiedChanged connects the callback to the 'modified-changed' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectModifiedChanged to remove it.
func (*TextBuffer) ConnectRemoveTag ¶
func (recv *TextBuffer) ConnectRemoveTag(callback TextBufferSignalRemoveTagCallback) int
ConnectRemoveTag connects the callback to the 'remove-tag' signal for the TextBuffer.
The returned value represents the connection, and may be passed to DisconnectRemoveTag to remove it.
func (*TextBuffer) CopyClipboard ¶
func (recv *TextBuffer) CopyClipboard(clipboard *Clipboard)
CopyClipboard is a wrapper around the C function gtk_text_buffer_copy_clipboard.
func (*TextBuffer) CreateChildAnchor ¶
func (recv *TextBuffer) CreateChildAnchor(iter *TextIter) *TextChildAnchor
CreateChildAnchor is a wrapper around the C function gtk_text_buffer_create_child_anchor.
func (*TextBuffer) CreateMark ¶
func (recv *TextBuffer) CreateMark(markName string, where *TextIter, leftGravity bool) *TextMark
CreateMark is a wrapper around the C function gtk_text_buffer_create_mark.
func (*TextBuffer) CutClipboard ¶
func (recv *TextBuffer) CutClipboard(clipboard *Clipboard, defaultEditable bool)
CutClipboard is a wrapper around the C function gtk_text_buffer_cut_clipboard.
func (*TextBuffer) Delete ¶
func (recv *TextBuffer) Delete(start *TextIter, end *TextIter)
Delete is a wrapper around the C function gtk_text_buffer_delete.
func (*TextBuffer) DeleteInteractive ¶
func (recv *TextBuffer) DeleteInteractive(startIter *TextIter, endIter *TextIter, defaultEditable bool) bool
DeleteInteractive is a wrapper around the C function gtk_text_buffer_delete_interactive.
func (*TextBuffer) DeleteMark ¶
func (recv *TextBuffer) DeleteMark(mark *TextMark)
DeleteMark is a wrapper around the C function gtk_text_buffer_delete_mark.
func (*TextBuffer) DeleteMarkByName ¶
func (recv *TextBuffer) DeleteMarkByName(name string)
DeleteMarkByName is a wrapper around the C function gtk_text_buffer_delete_mark_by_name.
func (*TextBuffer) DeleteSelection ¶
func (recv *TextBuffer) DeleteSelection(interactive bool, defaultEditable bool) bool
DeleteSelection is a wrapper around the C function gtk_text_buffer_delete_selection.
func (*TextBuffer) DisconnectApplyTag ¶
func (recv *TextBuffer) DisconnectApplyTag(connectionID int)
DisconnectApplyTag disconnects a callback from the 'apply-tag' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectApplyTag.
func (*TextBuffer) DisconnectBeginUserAction ¶
func (recv *TextBuffer) DisconnectBeginUserAction(connectionID int)
DisconnectBeginUserAction disconnects a callback from the 'begin-user-action' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectBeginUserAction.
func (*TextBuffer) DisconnectChanged ¶
func (recv *TextBuffer) DisconnectChanged(connectionID int)
DisconnectChanged disconnects a callback from the 'changed' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectChanged.
func (*TextBuffer) DisconnectDeleteRange ¶
func (recv *TextBuffer) DisconnectDeleteRange(connectionID int)
DisconnectDeleteRange disconnects a callback from the 'delete-range' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectDeleteRange.
func (*TextBuffer) DisconnectEndUserAction ¶
func (recv *TextBuffer) DisconnectEndUserAction(connectionID int)
DisconnectEndUserAction disconnects a callback from the 'end-user-action' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectEndUserAction.
func (*TextBuffer) DisconnectInsertChildAnchor ¶
func (recv *TextBuffer) DisconnectInsertChildAnchor(connectionID int)
DisconnectInsertChildAnchor disconnects a callback from the 'insert-child-anchor' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectInsertChildAnchor.
func (*TextBuffer) DisconnectInsertPixbuf ¶
func (recv *TextBuffer) DisconnectInsertPixbuf(connectionID int)
DisconnectInsertPixbuf disconnects a callback from the 'insert-pixbuf' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectInsertPixbuf.
func (*TextBuffer) DisconnectMarkDeleted ¶
func (recv *TextBuffer) DisconnectMarkDeleted(connectionID int)
DisconnectMarkDeleted disconnects a callback from the 'mark-deleted' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectMarkDeleted.
func (*TextBuffer) DisconnectMarkSet ¶
func (recv *TextBuffer) DisconnectMarkSet(connectionID int)
DisconnectMarkSet disconnects a callback from the 'mark-set' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectMarkSet.
func (*TextBuffer) DisconnectModifiedChanged ¶
func (recv *TextBuffer) DisconnectModifiedChanged(connectionID int)
DisconnectModifiedChanged disconnects a callback from the 'modified-changed' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectModifiedChanged.
func (*TextBuffer) DisconnectRemoveTag ¶
func (recv *TextBuffer) DisconnectRemoveTag(connectionID int)
DisconnectRemoveTag disconnects a callback from the 'remove-tag' signal for the TextBuffer.
The connectionID should be a value returned from a call to ConnectRemoveTag.
func (*TextBuffer) EndUserAction ¶
func (recv *TextBuffer) EndUserAction()
EndUserAction is a wrapper around the C function gtk_text_buffer_end_user_action.
func (*TextBuffer) GetBounds ¶
func (recv *TextBuffer) GetBounds() (*TextIter, *TextIter)
GetBounds is a wrapper around the C function gtk_text_buffer_get_bounds.
func (*TextBuffer) GetCharCount ¶
func (recv *TextBuffer) GetCharCount() int32
GetCharCount is a wrapper around the C function gtk_text_buffer_get_char_count.
func (*TextBuffer) GetEndIter ¶
func (recv *TextBuffer) GetEndIter() *TextIter
GetEndIter is a wrapper around the C function gtk_text_buffer_get_end_iter.
func (*TextBuffer) GetInsert ¶
func (recv *TextBuffer) GetInsert() *TextMark
GetInsert is a wrapper around the C function gtk_text_buffer_get_insert.
func (*TextBuffer) GetIterAtChildAnchor ¶
func (recv *TextBuffer) GetIterAtChildAnchor(anchor *TextChildAnchor) *TextIter
GetIterAtChildAnchor is a wrapper around the C function gtk_text_buffer_get_iter_at_child_anchor.
func (*TextBuffer) GetIterAtLine ¶
func (recv *TextBuffer) GetIterAtLine(lineNumber int32) *TextIter
GetIterAtLine is a wrapper around the C function gtk_text_buffer_get_iter_at_line.
func (*TextBuffer) GetIterAtLineIndex ¶
func (recv *TextBuffer) GetIterAtLineIndex(lineNumber int32, byteIndex int32) *TextIter
GetIterAtLineIndex is a wrapper around the C function gtk_text_buffer_get_iter_at_line_index.
func (*TextBuffer) GetIterAtLineOffset ¶
func (recv *TextBuffer) GetIterAtLineOffset(lineNumber int32, charOffset int32) *TextIter
GetIterAtLineOffset is a wrapper around the C function gtk_text_buffer_get_iter_at_line_offset.
func (*TextBuffer) GetIterAtMark ¶
func (recv *TextBuffer) GetIterAtMark(mark *TextMark) *TextIter
GetIterAtMark is a wrapper around the C function gtk_text_buffer_get_iter_at_mark.
func (*TextBuffer) GetIterAtOffset ¶
func (recv *TextBuffer) GetIterAtOffset(charOffset int32) *TextIter
GetIterAtOffset is a wrapper around the C function gtk_text_buffer_get_iter_at_offset.
func (*TextBuffer) GetLineCount ¶
func (recv *TextBuffer) GetLineCount() int32
GetLineCount is a wrapper around the C function gtk_text_buffer_get_line_count.
func (*TextBuffer) GetMark ¶
func (recv *TextBuffer) GetMark(name string) *TextMark
GetMark is a wrapper around the C function gtk_text_buffer_get_mark.
func (*TextBuffer) GetModified ¶
func (recv *TextBuffer) GetModified() bool
GetModified is a wrapper around the C function gtk_text_buffer_get_modified.
func (*TextBuffer) GetSelectionBound ¶
func (recv *TextBuffer) GetSelectionBound() *TextMark
GetSelectionBound is a wrapper around the C function gtk_text_buffer_get_selection_bound.
func (*TextBuffer) GetSelectionBounds ¶
func (recv *TextBuffer) GetSelectionBounds() (bool, *TextIter, *TextIter)
GetSelectionBounds is a wrapper around the C function gtk_text_buffer_get_selection_bounds.
func (*TextBuffer) GetSlice ¶
func (recv *TextBuffer) GetSlice(start *TextIter, end *TextIter, includeHiddenChars bool) string
GetSlice is a wrapper around the C function gtk_text_buffer_get_slice.
func (*TextBuffer) GetStartIter ¶
func (recv *TextBuffer) GetStartIter() *TextIter
GetStartIter is a wrapper around the C function gtk_text_buffer_get_start_iter.
func (*TextBuffer) GetTagTable ¶
func (recv *TextBuffer) GetTagTable() *TextTagTable
GetTagTable is a wrapper around the C function gtk_text_buffer_get_tag_table.
func (*TextBuffer) GetText ¶
func (recv *TextBuffer) GetText(start *TextIter, end *TextIter, includeHiddenChars bool) string
GetText is a wrapper around the C function gtk_text_buffer_get_text.
func (*TextBuffer) Insert ¶
func (recv *TextBuffer) Insert(iter *TextIter, text string, len int32)
Insert is a wrapper around the C function gtk_text_buffer_insert.
func (*TextBuffer) InsertAtCursor ¶
func (recv *TextBuffer) InsertAtCursor(text string, len int32)
InsertAtCursor is a wrapper around the C function gtk_text_buffer_insert_at_cursor.
func (*TextBuffer) InsertChildAnchor ¶
func (recv *TextBuffer) InsertChildAnchor(iter *TextIter, anchor *TextChildAnchor)
InsertChildAnchor is a wrapper around the C function gtk_text_buffer_insert_child_anchor.
func (*TextBuffer) InsertInteractive ¶
func (recv *TextBuffer) InsertInteractive(iter *TextIter, text string, len int32, defaultEditable bool) bool
InsertInteractive is a wrapper around the C function gtk_text_buffer_insert_interactive.
func (*TextBuffer) InsertInteractiveAtCursor ¶
func (recv *TextBuffer) InsertInteractiveAtCursor(text string, len int32, defaultEditable bool) bool
InsertInteractiveAtCursor is a wrapper around the C function gtk_text_buffer_insert_interactive_at_cursor.
func (*TextBuffer) InsertPixbuf ¶
func (recv *TextBuffer) InsertPixbuf(iter *TextIter, pixbuf *gdkpixbuf.Pixbuf)
InsertPixbuf is a wrapper around the C function gtk_text_buffer_insert_pixbuf.
func (*TextBuffer) InsertRange ¶
func (recv *TextBuffer) InsertRange(iter *TextIter, start *TextIter, end *TextIter)
InsertRange is a wrapper around the C function gtk_text_buffer_insert_range.
func (*TextBuffer) InsertRangeInteractive ¶
func (recv *TextBuffer) InsertRangeInteractive(iter *TextIter, start *TextIter, end *TextIter, defaultEditable bool) bool
InsertRangeInteractive is a wrapper around the C function gtk_text_buffer_insert_range_interactive.
func (*TextBuffer) MoveMark ¶
func (recv *TextBuffer) MoveMark(mark *TextMark, where *TextIter)
MoveMark is a wrapper around the C function gtk_text_buffer_move_mark.
func (*TextBuffer) MoveMarkByName ¶
func (recv *TextBuffer) MoveMarkByName(name string, where *TextIter)
MoveMarkByName is a wrapper around the C function gtk_text_buffer_move_mark_by_name.
func (*TextBuffer) Object ¶
func (recv *TextBuffer) Object() *gobject.Object
Object upcasts to *Object
func (*TextBuffer) PasteClipboard ¶
func (recv *TextBuffer) PasteClipboard(clipboard *Clipboard, overrideLocation *TextIter, defaultEditable bool)
PasteClipboard is a wrapper around the C function gtk_text_buffer_paste_clipboard.
func (*TextBuffer) PlaceCursor ¶
func (recv *TextBuffer) PlaceCursor(where *TextIter)
PlaceCursor is a wrapper around the C function gtk_text_buffer_place_cursor.
func (*TextBuffer) RemoveAllTags ¶
func (recv *TextBuffer) RemoveAllTags(start *TextIter, end *TextIter)
RemoveAllTags is a wrapper around the C function gtk_text_buffer_remove_all_tags.
func (*TextBuffer) RemoveSelectionClipboard ¶
func (recv *TextBuffer) RemoveSelectionClipboard(clipboard *Clipboard)
RemoveSelectionClipboard is a wrapper around the C function gtk_text_buffer_remove_selection_clipboard.
func (*TextBuffer) RemoveTag ¶
func (recv *TextBuffer) RemoveTag(tag *TextTag, start *TextIter, end *TextIter)
RemoveTag is a wrapper around the C function gtk_text_buffer_remove_tag.
func (*TextBuffer) RemoveTagByName ¶
func (recv *TextBuffer) RemoveTagByName(name string, start *TextIter, end *TextIter)
RemoveTagByName is a wrapper around the C function gtk_text_buffer_remove_tag_by_name.
func (*TextBuffer) SetModified ¶
func (recv *TextBuffer) SetModified(setting bool)
SetModified is a wrapper around the C function gtk_text_buffer_set_modified.
func (*TextBuffer) SetText ¶
func (recv *TextBuffer) SetText(text string, len int32)
SetText is a wrapper around the C function gtk_text_buffer_set_text.
func (*TextBuffer) ToC ¶
func (recv *TextBuffer) ToC() unsafe.Pointer
type TextBufferClass ¶
type TextBufferClass struct {
// contains filtered or unexported fields
}
TextBufferClass is a wrapper around the C record GtkTextBufferClass.
func TextBufferClassNewFromC ¶
func TextBufferClassNewFromC(u unsafe.Pointer) *TextBufferClass
func (*TextBufferClass) ToC ¶
func (recv *TextBufferClass) ToC() unsafe.Pointer
type TextBufferPrivate ¶
type TextBufferPrivate struct {
// contains filtered or unexported fields
}
TextBufferPrivate is a wrapper around the C record GtkTextBufferPrivate.
func TextBufferPrivateNewFromC ¶
func TextBufferPrivateNewFromC(u unsafe.Pointer) *TextBufferPrivate
func (*TextBufferPrivate) ToC ¶
func (recv *TextBufferPrivate) ToC() unsafe.Pointer
type TextBufferSignalApplyTagCallback ¶
TextBufferSignalApplyTagCallback is a callback function for a 'apply-tag' signal emitted from a TextBuffer.
type TextBufferSignalBeginUserActionCallback ¶
type TextBufferSignalBeginUserActionCallback func()
TextBufferSignalBeginUserActionCallback is a callback function for a 'begin-user-action' signal emitted from a TextBuffer.
type TextBufferSignalChangedCallback ¶
type TextBufferSignalChangedCallback func()
TextBufferSignalChangedCallback is a callback function for a 'changed' signal emitted from a TextBuffer.
type TextBufferSignalDeleteRangeCallback ¶
TextBufferSignalDeleteRangeCallback is a callback function for a 'delete-range' signal emitted from a TextBuffer.
type TextBufferSignalEndUserActionCallback ¶
type TextBufferSignalEndUserActionCallback func()
TextBufferSignalEndUserActionCallback is a callback function for a 'end-user-action' signal emitted from a TextBuffer.
type TextBufferSignalInsertChildAnchorCallback ¶
type TextBufferSignalInsertChildAnchorCallback func(location *TextIter, anchor *TextChildAnchor)
TextBufferSignalInsertChildAnchorCallback is a callback function for a 'insert-child-anchor' signal emitted from a TextBuffer.
type TextBufferSignalInsertPixbufCallback ¶
TextBufferSignalInsertPixbufCallback is a callback function for a 'insert-pixbuf' signal emitted from a TextBuffer.
type TextBufferSignalMarkDeletedCallback ¶
type TextBufferSignalMarkDeletedCallback func(mark *TextMark)
TextBufferSignalMarkDeletedCallback is a callback function for a 'mark-deleted' signal emitted from a TextBuffer.
type TextBufferSignalMarkSetCallback ¶
TextBufferSignalMarkSetCallback is a callback function for a 'mark-set' signal emitted from a TextBuffer.
type TextBufferSignalModifiedChangedCallback ¶
type TextBufferSignalModifiedChangedCallback func()
TextBufferSignalModifiedChangedCallback is a callback function for a 'modified-changed' signal emitted from a TextBuffer.
type TextBufferSignalRemoveTagCallback ¶
TextBufferSignalRemoveTagCallback is a callback function for a 'remove-tag' signal emitted from a TextBuffer.
type TextBufferTargetInfo ¶
type TextBufferTargetInfo C.GtkTextBufferTargetInfo
const ( GTK_TEXT_BUFFER_TARGET_INFO_BUFFER_CONTENTS TextBufferTargetInfo = -1 GTK_TEXT_BUFFER_TARGET_INFO_RICH_TEXT TextBufferTargetInfo = -2 GTK_TEXT_BUFFER_TARGET_INFO_TEXT TextBufferTargetInfo = -3 )
type TextCellAccessible ¶
type TextCellAccessible struct {
// contains filtered or unexported fields
}
TextCellAccessible is a wrapper around the C record GtkTextCellAccessible.
func CastToTextCellAccessible ¶
func CastToTextCellAccessible(object *gobject.Object) *TextCellAccessible
CastToWidget down casts any arbitary Object to TextCellAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a TextCellAccessible.
func TextCellAccessibleNewFromC ¶
func TextCellAccessibleNewFromC(u unsafe.Pointer) *TextCellAccessible
func (*TextCellAccessible) Accessible ¶
func (recv *TextCellAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*TextCellAccessible) Action ¶
func (recv *TextCellAccessible) Action() *atk.Action
Action returns the Action interface implemented by TextCellAccessible
func (*TextCellAccessible) CellAccessible ¶
func (recv *TextCellAccessible) CellAccessible() *CellAccessible
CellAccessible upcasts to *CellAccessible
func (*TextCellAccessible) Component ¶
func (recv *TextCellAccessible) Component() *atk.Component
Component returns the Component interface implemented by TextCellAccessible
func (*TextCellAccessible) Object ¶
func (recv *TextCellAccessible) Object() *atk.Object
Object upcasts to *Object
func (*TextCellAccessible) RendererCellAccessible ¶
func (recv *TextCellAccessible) RendererCellAccessible() *RendererCellAccessible
RendererCellAccessible upcasts to *RendererCellAccessible
func (*TextCellAccessible) Text ¶
func (recv *TextCellAccessible) Text() *atk.Text
Text returns the Text interface implemented by TextCellAccessible
func (*TextCellAccessible) ToC ¶
func (recv *TextCellAccessible) ToC() unsafe.Pointer
type TextCellAccessibleClass ¶
type TextCellAccessibleClass struct {
// contains filtered or unexported fields
}
TextCellAccessibleClass is a wrapper around the C record GtkTextCellAccessibleClass.
func TextCellAccessibleClassNewFromC ¶
func TextCellAccessibleClassNewFromC(u unsafe.Pointer) *TextCellAccessibleClass
func (*TextCellAccessibleClass) ToC ¶
func (recv *TextCellAccessibleClass) ToC() unsafe.Pointer
type TextCellAccessiblePrivate ¶
type TextCellAccessiblePrivate struct {
// contains filtered or unexported fields
}
TextCellAccessiblePrivate is a wrapper around the C record GtkTextCellAccessiblePrivate.
func TextCellAccessiblePrivateNewFromC ¶
func TextCellAccessiblePrivateNewFromC(u unsafe.Pointer) *TextCellAccessiblePrivate
func (*TextCellAccessiblePrivate) ToC ¶
func (recv *TextCellAccessiblePrivate) ToC() unsafe.Pointer
type TextChildAnchor ¶
type TextChildAnchor struct {
// contains filtered or unexported fields
}
TextChildAnchor is a wrapper around the C record GtkTextChildAnchor.
func CastToTextChildAnchor ¶
func CastToTextChildAnchor(object *gobject.Object) *TextChildAnchor
CastToWidget down casts any arbitary Object to TextChildAnchor. Exercise care, as this is a potentially dangerous function if the Object is not a TextChildAnchor.
func TextChildAnchorNew ¶
func TextChildAnchorNew() *TextChildAnchor
TextChildAnchorNew is a wrapper around the C function gtk_text_child_anchor_new.
func TextChildAnchorNewFromC ¶
func TextChildAnchorNewFromC(u unsafe.Pointer) *TextChildAnchor
func (*TextChildAnchor) GetDeleted ¶
func (recv *TextChildAnchor) GetDeleted() bool
GetDeleted is a wrapper around the C function gtk_text_child_anchor_get_deleted.
func (*TextChildAnchor) GetWidgets ¶
func (recv *TextChildAnchor) GetWidgets() *glib.List
GetWidgets is a wrapper around the C function gtk_text_child_anchor_get_widgets.
func (*TextChildAnchor) Object ¶
func (recv *TextChildAnchor) Object() *gobject.Object
Object upcasts to *Object
func (*TextChildAnchor) ToC ¶
func (recv *TextChildAnchor) ToC() unsafe.Pointer
type TextChildAnchorClass ¶
type TextChildAnchorClass struct {
// contains filtered or unexported fields
}
TextChildAnchorClass is a wrapper around the C record GtkTextChildAnchorClass.
func TextChildAnchorClassNewFromC ¶
func TextChildAnchorClassNewFromC(u unsafe.Pointer) *TextChildAnchorClass
func (*TextChildAnchorClass) ToC ¶
func (recv *TextChildAnchorClass) ToC() unsafe.Pointer
type TextDirection ¶
type TextDirection C.GtkTextDirection
const ( GTK_TEXT_DIR_NONE TextDirection = 0 GTK_TEXT_DIR_LTR TextDirection = 1 GTK_TEXT_DIR_RTL TextDirection = 2 )
type TextIter ¶
type TextIter struct {
// contains filtered or unexported fields
}
TextIter is a wrapper around the C record GtkTextIter.
func TextIterNewFromC ¶
func (*TextIter) BackwardChar ¶
BackwardChar is a wrapper around the C function gtk_text_iter_backward_char.
func (*TextIter) BackwardChars ¶
BackwardChars is a wrapper around the C function gtk_text_iter_backward_chars.
func (*TextIter) BackwardCursorPosition ¶
BackwardCursorPosition is a wrapper around the C function gtk_text_iter_backward_cursor_position.
func (*TextIter) BackwardCursorPositions ¶
BackwardCursorPositions is a wrapper around the C function gtk_text_iter_backward_cursor_positions.
func (*TextIter) BackwardLine ¶
BackwardLine is a wrapper around the C function gtk_text_iter_backward_line.
func (*TextIter) BackwardLines ¶
BackwardLines is a wrapper around the C function gtk_text_iter_backward_lines.
func (*TextIter) BackwardSearch ¶
func (recv *TextIter) BackwardSearch(str string, flags TextSearchFlags, limit *TextIter) (bool, *TextIter, *TextIter)
BackwardSearch is a wrapper around the C function gtk_text_iter_backward_search.
func (*TextIter) BackwardSentenceStart ¶
BackwardSentenceStart is a wrapper around the C function gtk_text_iter_backward_sentence_start.
func (*TextIter) BackwardSentenceStarts ¶
BackwardSentenceStarts is a wrapper around the C function gtk_text_iter_backward_sentence_starts.
func (*TextIter) BackwardToTagToggle ¶
BackwardToTagToggle is a wrapper around the C function gtk_text_iter_backward_to_tag_toggle.
func (*TextIter) BackwardWordStart ¶
BackwardWordStart is a wrapper around the C function gtk_text_iter_backward_word_start.
func (*TextIter) BackwardWordStarts ¶
BackwardWordStarts is a wrapper around the C function gtk_text_iter_backward_word_starts.
func (*TextIter) EndsSentence ¶
EndsSentence is a wrapper around the C function gtk_text_iter_ends_sentence.
func (*TextIter) ForwardChar ¶
ForwardChar is a wrapper around the C function gtk_text_iter_forward_char.
func (*TextIter) ForwardChars ¶
ForwardChars is a wrapper around the C function gtk_text_iter_forward_chars.
func (*TextIter) ForwardCursorPosition ¶
ForwardCursorPosition is a wrapper around the C function gtk_text_iter_forward_cursor_position.
func (*TextIter) ForwardCursorPositions ¶
ForwardCursorPositions is a wrapper around the C function gtk_text_iter_forward_cursor_positions.
func (*TextIter) ForwardLine ¶
ForwardLine is a wrapper around the C function gtk_text_iter_forward_line.
func (*TextIter) ForwardLines ¶
ForwardLines is a wrapper around the C function gtk_text_iter_forward_lines.
func (*TextIter) ForwardSearch ¶
func (recv *TextIter) ForwardSearch(str string, flags TextSearchFlags, limit *TextIter) (bool, *TextIter, *TextIter)
ForwardSearch is a wrapper around the C function gtk_text_iter_forward_search.
func (*TextIter) ForwardSentenceEnd ¶
ForwardSentenceEnd is a wrapper around the C function gtk_text_iter_forward_sentence_end.
func (*TextIter) ForwardSentenceEnds ¶
ForwardSentenceEnds is a wrapper around the C function gtk_text_iter_forward_sentence_ends.
func (*TextIter) ForwardToEnd ¶
func (recv *TextIter) ForwardToEnd()
ForwardToEnd is a wrapper around the C function gtk_text_iter_forward_to_end.
func (*TextIter) ForwardToLineEnd ¶
ForwardToLineEnd is a wrapper around the C function gtk_text_iter_forward_to_line_end.
func (*TextIter) ForwardToTagToggle ¶
ForwardToTagToggle is a wrapper around the C function gtk_text_iter_forward_to_tag_toggle.
func (*TextIter) ForwardWordEnd ¶
ForwardWordEnd is a wrapper around the C function gtk_text_iter_forward_word_end.
func (*TextIter) ForwardWordEnds ¶
ForwardWordEnds is a wrapper around the C function gtk_text_iter_forward_word_ends.
func (*TextIter) Free ¶
func (recv *TextIter) Free()
Free is a wrapper around the C function gtk_text_iter_free.
func (*TextIter) GetAttributes ¶
func (recv *TextIter) GetAttributes() (bool, *TextAttributes)
GetAttributes is a wrapper around the C function gtk_text_iter_get_attributes.
func (*TextIter) GetBuffer ¶
func (recv *TextIter) GetBuffer() *TextBuffer
GetBuffer is a wrapper around the C function gtk_text_iter_get_buffer.
func (*TextIter) GetBytesInLine ¶
GetBytesInLine is a wrapper around the C function gtk_text_iter_get_bytes_in_line.
func (*TextIter) GetCharsInLine ¶
GetCharsInLine is a wrapper around the C function gtk_text_iter_get_chars_in_line.
func (*TextIter) GetChildAnchor ¶
func (recv *TextIter) GetChildAnchor() *TextChildAnchor
GetChildAnchor is a wrapper around the C function gtk_text_iter_get_child_anchor.
func (*TextIter) GetLanguage ¶
GetLanguage is a wrapper around the C function gtk_text_iter_get_language.
func (*TextIter) GetLineIndex ¶
GetLineIndex is a wrapper around the C function gtk_text_iter_get_line_index.
func (*TextIter) GetLineOffset ¶
GetLineOffset is a wrapper around the C function gtk_text_iter_get_line_offset.
func (*TextIter) GetToggledTags ¶
GetToggledTags is a wrapper around the C function gtk_text_iter_get_toggled_tags.
func (*TextIter) GetVisibleLineIndex ¶
GetVisibleLineIndex is a wrapper around the C function gtk_text_iter_get_visible_line_index.
func (*TextIter) GetVisibleLineOffset ¶
GetVisibleLineOffset is a wrapper around the C function gtk_text_iter_get_visible_line_offset.
func (*TextIter) GetVisibleSlice ¶
GetVisibleSlice is a wrapper around the C function gtk_text_iter_get_visible_slice.
func (*TextIter) GetVisibleText ¶
GetVisibleText is a wrapper around the C function gtk_text_iter_get_visible_text.
func (*TextIter) InsideSentence ¶
InsideSentence is a wrapper around the C function gtk_text_iter_inside_sentence.
func (*TextIter) InsideWord ¶
InsideWord is a wrapper around the C function gtk_text_iter_inside_word.
func (*TextIter) IsCursorPosition ¶
IsCursorPosition is a wrapper around the C function gtk_text_iter_is_cursor_position.
func (*TextIter) SetLineIndex ¶
SetLineIndex is a wrapper around the C function gtk_text_iter_set_line_index.
func (*TextIter) SetLineOffset ¶
SetLineOffset is a wrapper around the C function gtk_text_iter_set_line_offset.
func (*TextIter) SetVisibleLineIndex ¶
SetVisibleLineIndex is a wrapper around the C function gtk_text_iter_set_visible_line_index.
func (*TextIter) SetVisibleLineOffset ¶
SetVisibleLineOffset is a wrapper around the C function gtk_text_iter_set_visible_line_offset.
func (*TextIter) StartsLine ¶
StartsLine is a wrapper around the C function gtk_text_iter_starts_line.
func (*TextIter) StartsSentence ¶
StartsSentence is a wrapper around the C function gtk_text_iter_starts_sentence.
func (*TextIter) StartsWord ¶
StartsWord is a wrapper around the C function gtk_text_iter_starts_word.
func (*TextIter) TogglesTag ¶
TogglesTag is a wrapper around the C function gtk_text_iter_toggles_tag.
type TextMark ¶
type TextMark struct {
// contains filtered or unexported fields
}
TextMark is a wrapper around the C record GtkTextMark.
func CastToTextMark ¶
CastToWidget down casts any arbitary Object to TextMark. Exercise care, as this is a potentially dangerous function if the Object is not a TextMark.
func TextMarkNewFromC ¶
func (*TextMark) GetBuffer ¶
func (recv *TextMark) GetBuffer() *TextBuffer
GetBuffer is a wrapper around the C function gtk_text_mark_get_buffer.
func (*TextMark) GetDeleted ¶
GetDeleted is a wrapper around the C function gtk_text_mark_get_deleted.
func (*TextMark) GetLeftGravity ¶
GetLeftGravity is a wrapper around the C function gtk_text_mark_get_left_gravity.
func (*TextMark) GetVisible ¶
GetVisible is a wrapper around the C function gtk_text_mark_get_visible.
func (*TextMark) SetVisible ¶
SetVisible is a wrapper around the C function gtk_text_mark_set_visible.
type TextMarkClass ¶
type TextMarkClass struct {
// contains filtered or unexported fields
}
TextMarkClass is a wrapper around the C record GtkTextMarkClass.
func TextMarkClassNewFromC ¶
func TextMarkClassNewFromC(u unsafe.Pointer) *TextMarkClass
func (*TextMarkClass) ToC ¶
func (recv *TextMarkClass) ToC() unsafe.Pointer
type TextSearchFlags ¶
type TextSearchFlags C.GtkTextSearchFlags
const ( GTK_TEXT_SEARCH_VISIBLE_ONLY TextSearchFlags = 1 GTK_TEXT_SEARCH_TEXT_ONLY TextSearchFlags = 2 GTK_TEXT_SEARCH_CASE_INSENSITIVE TextSearchFlags = 4 )
type TextTag ¶
type TextTag struct {
// contains filtered or unexported fields
}
TextTag is a wrapper around the C record GtkTextTag.
func CastToTextTag ¶
CastToWidget down casts any arbitary Object to TextTag. Exercise care, as this is a potentially dangerous function if the Object is not a TextTag.
func TextTagNew ¶
TextTagNew is a wrapper around the C function gtk_text_tag_new.
func TextTagNewFromC ¶
func (*TextTag) GetPriority ¶
GetPriority is a wrapper around the C function gtk_text_tag_get_priority.
func (*TextTag) SetPriority ¶
SetPriority is a wrapper around the C function gtk_text_tag_set_priority.
type TextTagClass ¶
type TextTagClass struct {
// contains filtered or unexported fields
}
TextTagClass is a wrapper around the C record GtkTextTagClass.
func TextTagClassNewFromC ¶
func TextTagClassNewFromC(u unsafe.Pointer) *TextTagClass
func (*TextTagClass) ToC ¶
func (recv *TextTagClass) ToC() unsafe.Pointer
type TextTagPrivate ¶
type TextTagPrivate struct {
// contains filtered or unexported fields
}
TextTagPrivate is a wrapper around the C record GtkTextTagPrivate.
func TextTagPrivateNewFromC ¶
func TextTagPrivateNewFromC(u unsafe.Pointer) *TextTagPrivate
func (*TextTagPrivate) ToC ¶
func (recv *TextTagPrivate) ToC() unsafe.Pointer
type TextTagTable ¶
type TextTagTable struct {
// contains filtered or unexported fields
}
TextTagTable is a wrapper around the C record GtkTextTagTable.
func CastToTextTagTable ¶
func CastToTextTagTable(object *gobject.Object) *TextTagTable
CastToWidget down casts any arbitary Object to TextTagTable. Exercise care, as this is a potentially dangerous function if the Object is not a TextTagTable.
func TextTagTableNew ¶
func TextTagTableNew() *TextTagTable
TextTagTableNew is a wrapper around the C function gtk_text_tag_table_new.
func TextTagTableNewFromC ¶
func TextTagTableNewFromC(u unsafe.Pointer) *TextTagTable
func (*TextTagTable) Add ¶
func (recv *TextTagTable) Add(tag *TextTag) bool
Add is a wrapper around the C function gtk_text_tag_table_add.
func (*TextTagTable) Buildable ¶
func (recv *TextTagTable) Buildable() *Buildable
Buildable returns the Buildable interface implemented by TextTagTable
func (*TextTagTable) ConnectTagAdded ¶
func (recv *TextTagTable) ConnectTagAdded(callback TextTagTableSignalTagAddedCallback) int
ConnectTagAdded connects the callback to the 'tag-added' signal for the TextTagTable.
The returned value represents the connection, and may be passed to DisconnectTagAdded to remove it.
func (*TextTagTable) ConnectTagChanged ¶
func (recv *TextTagTable) ConnectTagChanged(callback TextTagTableSignalTagChangedCallback) int
ConnectTagChanged connects the callback to the 'tag-changed' signal for the TextTagTable.
The returned value represents the connection, and may be passed to DisconnectTagChanged to remove it.
func (*TextTagTable) ConnectTagRemoved ¶
func (recv *TextTagTable) ConnectTagRemoved(callback TextTagTableSignalTagRemovedCallback) int
ConnectTagRemoved connects the callback to the 'tag-removed' signal for the TextTagTable.
The returned value represents the connection, and may be passed to DisconnectTagRemoved to remove it.
func (*TextTagTable) DisconnectTagAdded ¶
func (recv *TextTagTable) DisconnectTagAdded(connectionID int)
DisconnectTagAdded disconnects a callback from the 'tag-added' signal for the TextTagTable.
The connectionID should be a value returned from a call to ConnectTagAdded.
func (*TextTagTable) DisconnectTagChanged ¶
func (recv *TextTagTable) DisconnectTagChanged(connectionID int)
DisconnectTagChanged disconnects a callback from the 'tag-changed' signal for the TextTagTable.
The connectionID should be a value returned from a call to ConnectTagChanged.
func (*TextTagTable) DisconnectTagRemoved ¶
func (recv *TextTagTable) DisconnectTagRemoved(connectionID int)
DisconnectTagRemoved disconnects a callback from the 'tag-removed' signal for the TextTagTable.
The connectionID should be a value returned from a call to ConnectTagRemoved.
func (*TextTagTable) GetSize ¶
func (recv *TextTagTable) GetSize() int32
GetSize is a wrapper around the C function gtk_text_tag_table_get_size.
func (*TextTagTable) Lookup ¶
func (recv *TextTagTable) Lookup(name string) *TextTag
Lookup is a wrapper around the C function gtk_text_tag_table_lookup.
func (*TextTagTable) Object ¶
func (recv *TextTagTable) Object() *gobject.Object
Object upcasts to *Object
func (*TextTagTable) Remove ¶
func (recv *TextTagTable) Remove(tag *TextTag)
Remove is a wrapper around the C function gtk_text_tag_table_remove.
func (*TextTagTable) ToC ¶
func (recv *TextTagTable) ToC() unsafe.Pointer
type TextTagTableClass ¶
type TextTagTableClass struct {
// contains filtered or unexported fields
}
TextTagTableClass is a wrapper around the C record GtkTextTagTableClass.
func TextTagTableClassNewFromC ¶
func TextTagTableClassNewFromC(u unsafe.Pointer) *TextTagTableClass
func (*TextTagTableClass) ToC ¶
func (recv *TextTagTableClass) ToC() unsafe.Pointer
type TextTagTablePrivate ¶
type TextTagTablePrivate struct {
// contains filtered or unexported fields
}
TextTagTablePrivate is a wrapper around the C record GtkTextTagTablePrivate.
func TextTagTablePrivateNewFromC ¶
func TextTagTablePrivateNewFromC(u unsafe.Pointer) *TextTagTablePrivate
func (*TextTagTablePrivate) ToC ¶
func (recv *TextTagTablePrivate) ToC() unsafe.Pointer
type TextTagTableSignalTagAddedCallback ¶
type TextTagTableSignalTagAddedCallback func(tag *TextTag)
TextTagTableSignalTagAddedCallback is a callback function for a 'tag-added' signal emitted from a TextTagTable.
type TextTagTableSignalTagChangedCallback ¶
TextTagTableSignalTagChangedCallback is a callback function for a 'tag-changed' signal emitted from a TextTagTable.
type TextTagTableSignalTagRemovedCallback ¶
type TextTagTableSignalTagRemovedCallback func(tag *TextTag)
TextTagTableSignalTagRemovedCallback is a callback function for a 'tag-removed' signal emitted from a TextTagTable.
type TextView ¶
type TextView struct {
// contains filtered or unexported fields
}
TextView is a wrapper around the C record GtkTextView.
func CastToTextView ¶
CastToWidget down casts any arbitary Object to TextView. Exercise care, as this is a potentially dangerous function if the Object is not a TextView.
func TextViewNew ¶
func TextViewNew() *TextView
TextViewNew is a wrapper around the C function gtk_text_view_new.
func TextViewNewFromC ¶
func TextViewNewWithBuffer ¶
func TextViewNewWithBuffer(buffer *TextBuffer) *TextView
TextViewNewWithBuffer is a wrapper around the C function gtk_text_view_new_with_buffer.
func (*TextView) AddChildAtAnchor ¶
func (recv *TextView) AddChildAtAnchor(child *Widget, anchor *TextChildAnchor)
AddChildAtAnchor is a wrapper around the C function gtk_text_view_add_child_at_anchor.
func (*TextView) AddChildInWindow ¶
func (recv *TextView) AddChildInWindow(child *Widget, whichWindow TextWindowType, xpos int32, ypos int32)
AddChildInWindow is a wrapper around the C function gtk_text_view_add_child_in_window.
func (*TextView) BackwardDisplayLine ¶
BackwardDisplayLine is a wrapper around the C function gtk_text_view_backward_display_line.
func (*TextView) BackwardDisplayLineStart ¶
BackwardDisplayLineStart is a wrapper around the C function gtk_text_view_backward_display_line_start.
func (*TextView) BufferToWindowCoords ¶
func (recv *TextView) BufferToWindowCoords(win TextWindowType, bufferX int32, bufferY int32) (int32, int32)
BufferToWindowCoords is a wrapper around the C function gtk_text_view_buffer_to_window_coords.
func (*TextView) ConnectBackspace ¶
func (recv *TextView) ConnectBackspace(callback TextViewSignalBackspaceCallback) int
ConnectBackspace connects the callback to the 'backspace' signal for the TextView.
The returned value represents the connection, and may be passed to DisconnectBackspace to remove it.
func (*TextView) ConnectCopyClipboard ¶
func (recv *TextView) ConnectCopyClipboard(callback TextViewSignalCopyClipboardCallback) int
ConnectCopyClipboard connects the callback to the 'copy-clipboard' signal for the TextView.
The returned value represents the connection, and may be passed to DisconnectCopyClipboard to remove it.
func (*TextView) ConnectCutClipboard ¶
func (recv *TextView) ConnectCutClipboard(callback TextViewSignalCutClipboardCallback) int
ConnectCutClipboard connects the callback to the 'cut-clipboard' signal for the TextView.
The returned value represents the connection, and may be passed to DisconnectCutClipboard to remove it.
func (*TextView) ConnectPasteClipboard ¶
func (recv *TextView) ConnectPasteClipboard(callback TextViewSignalPasteClipboardCallback) int
ConnectPasteClipboard connects the callback to the 'paste-clipboard' signal for the TextView.
The returned value represents the connection, and may be passed to DisconnectPasteClipboard to remove it.
func (*TextView) ConnectPopulatePopup ¶
func (recv *TextView) ConnectPopulatePopup(callback TextViewSignalPopulatePopupCallback) int
ConnectPopulatePopup connects the callback to the 'populate-popup' signal for the TextView.
The returned value represents the connection, and may be passed to DisconnectPopulatePopup to remove it.
func (*TextView) ConnectSelectAll ¶
func (recv *TextView) ConnectSelectAll(callback TextViewSignalSelectAllCallback) int
ConnectSelectAll connects the callback to the 'select-all' signal for the TextView.
The returned value represents the connection, and may be passed to DisconnectSelectAll to remove it.
func (*TextView) ConnectSetAnchor ¶
func (recv *TextView) ConnectSetAnchor(callback TextViewSignalSetAnchorCallback) int
ConnectSetAnchor connects the callback to the 'set-anchor' signal for the TextView.
The returned value represents the connection, and may be passed to DisconnectSetAnchor to remove it.
func (*TextView) ConnectToggleCursorVisible ¶
func (recv *TextView) ConnectToggleCursorVisible(callback TextViewSignalToggleCursorVisibleCallback) int
ConnectToggleCursorVisible connects the callback to the 'toggle-cursor-visible' signal for the TextView.
The returned value represents the connection, and may be passed to DisconnectToggleCursorVisible to remove it.
func (*TextView) ConnectToggleOverwrite ¶
func (recv *TextView) ConnectToggleOverwrite(callback TextViewSignalToggleOverwriteCallback) int
ConnectToggleOverwrite connects the callback to the 'toggle-overwrite' signal for the TextView.
The returned value represents the connection, and may be passed to DisconnectToggleOverwrite to remove it.
func (*TextView) DisconnectBackspace ¶
DisconnectBackspace disconnects a callback from the 'backspace' signal for the TextView.
The connectionID should be a value returned from a call to ConnectBackspace.
func (*TextView) DisconnectCopyClipboard ¶
DisconnectCopyClipboard disconnects a callback from the 'copy-clipboard' signal for the TextView.
The connectionID should be a value returned from a call to ConnectCopyClipboard.
func (*TextView) DisconnectCutClipboard ¶
DisconnectCutClipboard disconnects a callback from the 'cut-clipboard' signal for the TextView.
The connectionID should be a value returned from a call to ConnectCutClipboard.
func (*TextView) DisconnectPasteClipboard ¶
DisconnectPasteClipboard disconnects a callback from the 'paste-clipboard' signal for the TextView.
The connectionID should be a value returned from a call to ConnectPasteClipboard.
func (*TextView) DisconnectPopulatePopup ¶
DisconnectPopulatePopup disconnects a callback from the 'populate-popup' signal for the TextView.
The connectionID should be a value returned from a call to ConnectPopulatePopup.
func (*TextView) DisconnectSelectAll ¶
DisconnectSelectAll disconnects a callback from the 'select-all' signal for the TextView.
The connectionID should be a value returned from a call to ConnectSelectAll.
func (*TextView) DisconnectSetAnchor ¶
DisconnectSetAnchor disconnects a callback from the 'set-anchor' signal for the TextView.
The connectionID should be a value returned from a call to ConnectSetAnchor.
func (*TextView) DisconnectToggleCursorVisible ¶
DisconnectToggleCursorVisible disconnects a callback from the 'toggle-cursor-visible' signal for the TextView.
The connectionID should be a value returned from a call to ConnectToggleCursorVisible.
func (*TextView) DisconnectToggleOverwrite ¶
DisconnectToggleOverwrite disconnects a callback from the 'toggle-overwrite' signal for the TextView.
The connectionID should be a value returned from a call to ConnectToggleOverwrite.
func (*TextView) ForwardDisplayLine ¶
ForwardDisplayLine is a wrapper around the C function gtk_text_view_forward_display_line.
func (*TextView) ForwardDisplayLineEnd ¶
ForwardDisplayLineEnd is a wrapper around the C function gtk_text_view_forward_display_line_end.
func (*TextView) GetBorderWindowSize ¶
func (recv *TextView) GetBorderWindowSize(type_ TextWindowType) int32
GetBorderWindowSize is a wrapper around the C function gtk_text_view_get_border_window_size.
func (*TextView) GetBuffer ¶
func (recv *TextView) GetBuffer() *TextBuffer
GetBuffer is a wrapper around the C function gtk_text_view_get_buffer.
func (*TextView) GetCursorVisible ¶
GetCursorVisible is a wrapper around the C function gtk_text_view_get_cursor_visible.
func (*TextView) GetDefaultAttributes ¶
func (recv *TextView) GetDefaultAttributes() *TextAttributes
GetDefaultAttributes is a wrapper around the C function gtk_text_view_get_default_attributes.
func (*TextView) GetEditable ¶
GetEditable is a wrapper around the C function gtk_text_view_get_editable.
func (*TextView) GetIterAtLocation ¶
GetIterAtLocation is a wrapper around the C function gtk_text_view_get_iter_at_location.
func (*TextView) GetJustification ¶
func (recv *TextView) GetJustification() Justification
GetJustification is a wrapper around the C function gtk_text_view_get_justification.
func (*TextView) GetLeftMargin ¶
GetLeftMargin is a wrapper around the C function gtk_text_view_get_left_margin.
func (*TextView) GetLineAtY ¶
GetLineAtY is a wrapper around the C function gtk_text_view_get_line_at_y.
func (*TextView) GetLineYrange ¶
GetLineYrange is a wrapper around the C function gtk_text_view_get_line_yrange.
func (*TextView) GetPixelsAboveLines ¶
GetPixelsAboveLines is a wrapper around the C function gtk_text_view_get_pixels_above_lines.
func (*TextView) GetPixelsBelowLines ¶
GetPixelsBelowLines is a wrapper around the C function gtk_text_view_get_pixels_below_lines.
func (*TextView) GetPixelsInsideWrap ¶
GetPixelsInsideWrap is a wrapper around the C function gtk_text_view_get_pixels_inside_wrap.
func (*TextView) GetRightMargin ¶
GetRightMargin is a wrapper around the C function gtk_text_view_get_right_margin.
func (*TextView) GetWindow ¶
func (recv *TextView) GetWindow(win TextWindowType) *gdk.Window
GetWindow is a wrapper around the C function gtk_text_view_get_window.
func (*TextView) GetWindowType ¶
func (recv *TextView) GetWindowType(window *gdk.Window) TextWindowType
GetWindowType is a wrapper around the C function gtk_text_view_get_window_type.
func (*TextView) GetWrapMode ¶
GetWrapMode is a wrapper around the C function gtk_text_view_get_wrap_mode.
func (*TextView) ImplementorIface ¶
func (recv *TextView) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by TextView
func (*TextView) InitiallyUnowned ¶
func (recv *TextView) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*TextView) MoveMarkOnscreen ¶
MoveMarkOnscreen is a wrapper around the C function gtk_text_view_move_mark_onscreen.
func (*TextView) MoveVisually ¶
MoveVisually is a wrapper around the C function gtk_text_view_move_visually.
func (*TextView) PlaceCursorOnscreen ¶
PlaceCursorOnscreen is a wrapper around the C function gtk_text_view_place_cursor_onscreen.
func (*TextView) ScrollMarkOnscreen ¶
ScrollMarkOnscreen is a wrapper around the C function gtk_text_view_scroll_mark_onscreen.
func (*TextView) ScrollToIter ¶
func (recv *TextView) ScrollToIter(iter *TextIter, withinMargin float64, useAlign bool, xalign float64, yalign float64) bool
ScrollToIter is a wrapper around the C function gtk_text_view_scroll_to_iter.
func (*TextView) ScrollToMark ¶
func (recv *TextView) ScrollToMark(mark *TextMark, withinMargin float64, useAlign bool, xalign float64, yalign float64)
ScrollToMark is a wrapper around the C function gtk_text_view_scroll_to_mark.
func (*TextView) Scrollable ¶
func (recv *TextView) Scrollable() *Scrollable
Scrollable returns the Scrollable interface implemented by TextView
func (*TextView) SetBorderWindowSize ¶
func (recv *TextView) SetBorderWindowSize(type_ TextWindowType, size int32)
SetBorderWindowSize is a wrapper around the C function gtk_text_view_set_border_window_size.
func (*TextView) SetBuffer ¶
func (recv *TextView) SetBuffer(buffer *TextBuffer)
SetBuffer is a wrapper around the C function gtk_text_view_set_buffer.
func (*TextView) SetCursorVisible ¶
SetCursorVisible is a wrapper around the C function gtk_text_view_set_cursor_visible.
func (*TextView) SetEditable ¶
SetEditable is a wrapper around the C function gtk_text_view_set_editable.
func (*TextView) SetJustification ¶
func (recv *TextView) SetJustification(justification Justification)
SetJustification is a wrapper around the C function gtk_text_view_set_justification.
func (*TextView) SetLeftMargin ¶
SetLeftMargin is a wrapper around the C function gtk_text_view_set_left_margin.
func (*TextView) SetPixelsAboveLines ¶
SetPixelsAboveLines is a wrapper around the C function gtk_text_view_set_pixels_above_lines.
func (*TextView) SetPixelsBelowLines ¶
SetPixelsBelowLines is a wrapper around the C function gtk_text_view_set_pixels_below_lines.
func (*TextView) SetPixelsInsideWrap ¶
SetPixelsInsideWrap is a wrapper around the C function gtk_text_view_set_pixels_inside_wrap.
func (*TextView) SetRightMargin ¶
SetRightMargin is a wrapper around the C function gtk_text_view_set_right_margin.
func (*TextView) SetWrapMode ¶
SetWrapMode is a wrapper around the C function gtk_text_view_set_wrap_mode.
func (*TextView) StartsDisplayLine ¶
StartsDisplayLine is a wrapper around the C function gtk_text_view_starts_display_line.
func (*TextView) WindowToBufferCoords ¶
func (recv *TextView) WindowToBufferCoords(win TextWindowType, windowX int32, windowY int32) (int32, int32)
WindowToBufferCoords is a wrapper around the C function gtk_text_view_window_to_buffer_coords.
type TextViewAccessible ¶
type TextViewAccessible struct {
// contains filtered or unexported fields
}
TextViewAccessible is a wrapper around the C record GtkTextViewAccessible.
func CastToTextViewAccessible ¶
func CastToTextViewAccessible(object *gobject.Object) *TextViewAccessible
CastToWidget down casts any arbitary Object to TextViewAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a TextViewAccessible.
func TextViewAccessibleNewFromC ¶
func TextViewAccessibleNewFromC(u unsafe.Pointer) *TextViewAccessible
func (*TextViewAccessible) Accessible ¶
func (recv *TextViewAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*TextViewAccessible) Component ¶
func (recv *TextViewAccessible) Component() *atk.Component
Component returns the Component interface implemented by TextViewAccessible
func (*TextViewAccessible) ContainerAccessible ¶
func (recv *TextViewAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*TextViewAccessible) EditableText ¶
func (recv *TextViewAccessible) EditableText() *atk.EditableText
EditableText returns the EditableText interface implemented by TextViewAccessible
func (*TextViewAccessible) Object ¶
func (recv *TextViewAccessible) Object() *atk.Object
Object upcasts to *Object
func (*TextViewAccessible) StreamableContent ¶
func (recv *TextViewAccessible) StreamableContent() *atk.StreamableContent
StreamableContent returns the StreamableContent interface implemented by TextViewAccessible
func (*TextViewAccessible) Text ¶
func (recv *TextViewAccessible) Text() *atk.Text
Text returns the Text interface implemented by TextViewAccessible
func (*TextViewAccessible) ToC ¶
func (recv *TextViewAccessible) ToC() unsafe.Pointer
func (*TextViewAccessible) WidgetAccessible ¶
func (recv *TextViewAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type TextViewAccessibleClass ¶
type TextViewAccessibleClass struct {
// contains filtered or unexported fields
}
TextViewAccessibleClass is a wrapper around the C record GtkTextViewAccessibleClass.
func TextViewAccessibleClassNewFromC ¶
func TextViewAccessibleClassNewFromC(u unsafe.Pointer) *TextViewAccessibleClass
func (*TextViewAccessibleClass) ToC ¶
func (recv *TextViewAccessibleClass) ToC() unsafe.Pointer
type TextViewAccessiblePrivate ¶
type TextViewAccessiblePrivate struct {
// contains filtered or unexported fields
}
TextViewAccessiblePrivate is a wrapper around the C record GtkTextViewAccessiblePrivate.
func TextViewAccessiblePrivateNewFromC ¶
func TextViewAccessiblePrivateNewFromC(u unsafe.Pointer) *TextViewAccessiblePrivate
func (*TextViewAccessiblePrivate) ToC ¶
func (recv *TextViewAccessiblePrivate) ToC() unsafe.Pointer
type TextViewClass ¶
type TextViewClass struct {
// contains filtered or unexported fields
}
TextViewClass is a wrapper around the C record GtkTextViewClass.
func TextViewClassNewFromC ¶
func TextViewClassNewFromC(u unsafe.Pointer) *TextViewClass
func (*TextViewClass) ToC ¶
func (recv *TextViewClass) ToC() unsafe.Pointer
type TextViewLayer ¶
type TextViewLayer C.GtkTextViewLayer
const ( GTK_TEXT_VIEW_LAYER_BELOW TextViewLayer = 0 GTK_TEXT_VIEW_LAYER_ABOVE TextViewLayer = 1 GTK_TEXT_VIEW_LAYER_BELOW_TEXT TextViewLayer = 2 GTK_TEXT_VIEW_LAYER_ABOVE_TEXT TextViewLayer = 3 )
type TextViewPrivate ¶
type TextViewPrivate struct {
// contains filtered or unexported fields
}
TextViewPrivate is a wrapper around the C record GtkTextViewPrivate.
func TextViewPrivateNewFromC ¶
func TextViewPrivateNewFromC(u unsafe.Pointer) *TextViewPrivate
func (*TextViewPrivate) ToC ¶
func (recv *TextViewPrivate) ToC() unsafe.Pointer
type TextViewSignalBackspaceCallback ¶
type TextViewSignalBackspaceCallback func()
TextViewSignalBackspaceCallback is a callback function for a 'backspace' signal emitted from a TextView.
type TextViewSignalCopyClipboardCallback ¶
type TextViewSignalCopyClipboardCallback func()
TextViewSignalCopyClipboardCallback is a callback function for a 'copy-clipboard' signal emitted from a TextView.
type TextViewSignalCutClipboardCallback ¶
type TextViewSignalCutClipboardCallback func()
TextViewSignalCutClipboardCallback is a callback function for a 'cut-clipboard' signal emitted from a TextView.
type TextViewSignalPasteClipboardCallback ¶
type TextViewSignalPasteClipboardCallback func()
TextViewSignalPasteClipboardCallback is a callback function for a 'paste-clipboard' signal emitted from a TextView.
type TextViewSignalPopulatePopupCallback ¶
type TextViewSignalPopulatePopupCallback func(popup *Widget)
TextViewSignalPopulatePopupCallback is a callback function for a 'populate-popup' signal emitted from a TextView.
type TextViewSignalSelectAllCallback ¶
type TextViewSignalSelectAllCallback func(select_ bool)
TextViewSignalSelectAllCallback is a callback function for a 'select-all' signal emitted from a TextView.
type TextViewSignalSetAnchorCallback ¶
type TextViewSignalSetAnchorCallback func()
TextViewSignalSetAnchorCallback is a callback function for a 'set-anchor' signal emitted from a TextView.
type TextViewSignalToggleCursorVisibleCallback ¶
type TextViewSignalToggleCursorVisibleCallback func()
TextViewSignalToggleCursorVisibleCallback is a callback function for a 'toggle-cursor-visible' signal emitted from a TextView.
type TextViewSignalToggleOverwriteCallback ¶
type TextViewSignalToggleOverwriteCallback func()
TextViewSignalToggleOverwriteCallback is a callback function for a 'toggle-overwrite' signal emitted from a TextView.
type TextWindowType ¶
type TextWindowType C.GtkTextWindowType
const ( GTK_TEXT_WINDOW_PRIVATE TextWindowType = 0 GTK_TEXT_WINDOW_WIDGET TextWindowType = 1 GTK_TEXT_WINDOW_TEXT TextWindowType = 2 GTK_TEXT_WINDOW_LEFT TextWindowType = 3 GTK_TEXT_WINDOW_RIGHT TextWindowType = 4 GTK_TEXT_WINDOW_TOP TextWindowType = 5 GTK_TEXT_WINDOW_BOTTOM TextWindowType = 6 )
type ThemeEngine ¶
type ThemeEngine struct {
// contains filtered or unexported fields
}
ThemeEngine is a wrapper around the C record GtkThemeEngine.
func ThemeEngineNewFromC ¶
func ThemeEngineNewFromC(u unsafe.Pointer) *ThemeEngine
func (*ThemeEngine) ToC ¶
func (recv *ThemeEngine) ToC() unsafe.Pointer
type ThemingEngine ¶
type ThemingEngine struct {
// contains filtered or unexported fields
}
ThemingEngine is a wrapper around the C record GtkThemingEngine.
func CastToThemingEngine ¶
func CastToThemingEngine(object *gobject.Object) *ThemingEngine
CastToWidget down casts any arbitary Object to ThemingEngine. Exercise care, as this is a potentially dangerous function if the Object is not a ThemingEngine.
func ThemingEngineNewFromC ¶
func ThemingEngineNewFromC(u unsafe.Pointer) *ThemingEngine
func (*ThemingEngine) GetScreen ¶
func (recv *ThemingEngine) GetScreen() *gdk.Screen
GetScreen is a wrapper around the C function gtk_theming_engine_get_screen.
func (*ThemingEngine) Object ¶
func (recv *ThemingEngine) Object() *gobject.Object
Object upcasts to *Object
func (*ThemingEngine) ToC ¶
func (recv *ThemingEngine) ToC() unsafe.Pointer
type ThemingEngineClass ¶
type ThemingEngineClass struct {
// contains filtered or unexported fields
}
ThemingEngineClass is a wrapper around the C record GtkThemingEngineClass.
func ThemingEngineClassNewFromC ¶
func ThemingEngineClassNewFromC(u unsafe.Pointer) *ThemingEngineClass
func (*ThemingEngineClass) ToC ¶
func (recv *ThemingEngineClass) ToC() unsafe.Pointer
type ThemingEnginePrivate ¶
type ThemingEnginePrivate struct {
// contains filtered or unexported fields
}
ThemingEnginePrivate is a wrapper around the C record GtkThemingEnginePrivate.
func ThemingEnginePrivateNewFromC ¶
func ThemingEnginePrivateNewFromC(u unsafe.Pointer) *ThemingEnginePrivate
func (*ThemingEnginePrivate) ToC ¶
func (recv *ThemingEnginePrivate) ToC() unsafe.Pointer
type ToggleAction ¶
type ToggleAction struct {
// contains filtered or unexported fields
}
ToggleAction is a wrapper around the C record GtkToggleAction.
func CastToToggleAction ¶
func CastToToggleAction(object *gobject.Object) *ToggleAction
CastToWidget down casts any arbitary Object to ToggleAction. Exercise care, as this is a potentially dangerous function if the Object is not a ToggleAction.
func ToggleActionNewFromC ¶
func ToggleActionNewFromC(u unsafe.Pointer) *ToggleAction
func (*ToggleAction) Buildable ¶
func (recv *ToggleAction) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ToggleAction
func (*ToggleAction) ConnectToggled ¶
func (recv *ToggleAction) ConnectToggled(callback ToggleActionSignalToggledCallback) int
ConnectToggled connects the callback to the 'toggled' signal for the ToggleAction.
The returned value represents the connection, and may be passed to DisconnectToggled to remove it.
func (*ToggleAction) DisconnectToggled ¶
func (recv *ToggleAction) DisconnectToggled(connectionID int)
DisconnectToggled disconnects a callback from the 'toggled' signal for the ToggleAction.
The connectionID should be a value returned from a call to ConnectToggled.
func (*ToggleAction) Object ¶
func (recv *ToggleAction) Object() *gobject.Object
Object upcasts to *Object
func (*ToggleAction) ToC ¶
func (recv *ToggleAction) ToC() unsafe.Pointer
type ToggleActionClass ¶
type ToggleActionClass struct {
// contains filtered or unexported fields
}
ToggleActionClass is a wrapper around the C record GtkToggleActionClass.
func ToggleActionClassNewFromC ¶
func ToggleActionClassNewFromC(u unsafe.Pointer) *ToggleActionClass
func (*ToggleActionClass) ToC ¶
func (recv *ToggleActionClass) ToC() unsafe.Pointer
type ToggleActionEntry ¶
type ToggleActionEntry struct { Name string StockId string Label string Accelerator string Tooltip string // callback : no type generator for GObject.Callback, GCallback IsActive bool // contains filtered or unexported fields }
ToggleActionEntry is a wrapper around the C record GtkToggleActionEntry.
func ToggleActionEntryNewFromC ¶
func ToggleActionEntryNewFromC(u unsafe.Pointer) *ToggleActionEntry
func (*ToggleActionEntry) ToC ¶
func (recv *ToggleActionEntry) ToC() unsafe.Pointer
type ToggleActionPrivate ¶
type ToggleActionPrivate struct {
// contains filtered or unexported fields
}
ToggleActionPrivate is a wrapper around the C record GtkToggleActionPrivate.
func ToggleActionPrivateNewFromC ¶
func ToggleActionPrivateNewFromC(u unsafe.Pointer) *ToggleActionPrivate
func (*ToggleActionPrivate) ToC ¶
func (recv *ToggleActionPrivate) ToC() unsafe.Pointer
type ToggleActionSignalToggledCallback ¶
type ToggleActionSignalToggledCallback func()
ToggleActionSignalToggledCallback is a callback function for a 'toggled' signal emitted from a ToggleAction.
type ToggleButton ¶
type ToggleButton struct {
// contains filtered or unexported fields
}
ToggleButton is a wrapper around the C record GtkToggleButton.
func CastToToggleButton ¶
func CastToToggleButton(object *gobject.Object) *ToggleButton
CastToWidget down casts any arbitary Object to ToggleButton. Exercise care, as this is a potentially dangerous function if the Object is not a ToggleButton.
func ToggleButtonNew ¶
func ToggleButtonNew() *ToggleButton
ToggleButtonNew is a wrapper around the C function gtk_toggle_button_new.
func ToggleButtonNewFromC ¶
func ToggleButtonNewFromC(u unsafe.Pointer) *ToggleButton
func ToggleButtonNewWithLabel ¶
func ToggleButtonNewWithLabel(label string) *ToggleButton
ToggleButtonNewWithLabel is a wrapper around the C function gtk_toggle_button_new_with_label.
func ToggleButtonNewWithMnemonic ¶
func ToggleButtonNewWithMnemonic(label string) *ToggleButton
ToggleButtonNewWithMnemonic is a wrapper around the C function gtk_toggle_button_new_with_mnemonic.
func (*ToggleButton) Actionable ¶
func (recv *ToggleButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by ToggleButton
func (*ToggleButton) Activatable ¶
func (recv *ToggleButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by ToggleButton
func (*ToggleButton) Buildable ¶
func (recv *ToggleButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ToggleButton
func (*ToggleButton) ConnectToggled ¶
func (recv *ToggleButton) ConnectToggled(callback ToggleButtonSignalToggledCallback) int
ConnectToggled connects the callback to the 'toggled' signal for the ToggleButton.
The returned value represents the connection, and may be passed to DisconnectToggled to remove it.
func (*ToggleButton) Container ¶
func (recv *ToggleButton) Container() *Container
Container upcasts to *Container
func (*ToggleButton) DisconnectToggled ¶
func (recv *ToggleButton) DisconnectToggled(connectionID int)
DisconnectToggled disconnects a callback from the 'toggled' signal for the ToggleButton.
The connectionID should be a value returned from a call to ConnectToggled.
func (*ToggleButton) GetActive ¶
func (recv *ToggleButton) GetActive() bool
GetActive is a wrapper around the C function gtk_toggle_button_get_active.
func (*ToggleButton) GetInconsistent ¶
func (recv *ToggleButton) GetInconsistent() bool
GetInconsistent is a wrapper around the C function gtk_toggle_button_get_inconsistent.
func (*ToggleButton) GetMode ¶
func (recv *ToggleButton) GetMode() bool
GetMode is a wrapper around the C function gtk_toggle_button_get_mode.
func (*ToggleButton) ImplementorIface ¶
func (recv *ToggleButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ToggleButton
func (*ToggleButton) InitiallyUnowned ¶
func (recv *ToggleButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ToggleButton) Object ¶
func (recv *ToggleButton) Object() *gobject.Object
Object upcasts to *Object
func (*ToggleButton) SetActive ¶
func (recv *ToggleButton) SetActive(isActive bool)
SetActive is a wrapper around the C function gtk_toggle_button_set_active.
func (*ToggleButton) SetInconsistent ¶
func (recv *ToggleButton) SetInconsistent(setting bool)
SetInconsistent is a wrapper around the C function gtk_toggle_button_set_inconsistent.
func (*ToggleButton) SetMode ¶
func (recv *ToggleButton) SetMode(drawIndicator bool)
SetMode is a wrapper around the C function gtk_toggle_button_set_mode.
func (*ToggleButton) ToC ¶
func (recv *ToggleButton) ToC() unsafe.Pointer
func (*ToggleButton) Toggled ¶
func (recv *ToggleButton) Toggled()
Toggled is a wrapper around the C function gtk_toggle_button_toggled.
type ToggleButtonAccessible ¶
type ToggleButtonAccessible struct {
// contains filtered or unexported fields
}
ToggleButtonAccessible is a wrapper around the C record GtkToggleButtonAccessible.
func CastToToggleButtonAccessible ¶
func CastToToggleButtonAccessible(object *gobject.Object) *ToggleButtonAccessible
CastToWidget down casts any arbitary Object to ToggleButtonAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ToggleButtonAccessible.
func ToggleButtonAccessibleNewFromC ¶
func ToggleButtonAccessibleNewFromC(u unsafe.Pointer) *ToggleButtonAccessible
func (*ToggleButtonAccessible) Accessible ¶
func (recv *ToggleButtonAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*ToggleButtonAccessible) Action ¶
func (recv *ToggleButtonAccessible) Action() *atk.Action
Action returns the Action interface implemented by ToggleButtonAccessible
func (*ToggleButtonAccessible) ButtonAccessible ¶
func (recv *ToggleButtonAccessible) ButtonAccessible() *ButtonAccessible
ButtonAccessible upcasts to *ButtonAccessible
func (*ToggleButtonAccessible) Component ¶
func (recv *ToggleButtonAccessible) Component() *atk.Component
Component returns the Component interface implemented by ToggleButtonAccessible
func (*ToggleButtonAccessible) ContainerAccessible ¶
func (recv *ToggleButtonAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*ToggleButtonAccessible) Image ¶
func (recv *ToggleButtonAccessible) Image() *atk.Image
Image returns the Image interface implemented by ToggleButtonAccessible
func (*ToggleButtonAccessible) Object ¶
func (recv *ToggleButtonAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ToggleButtonAccessible) ToC ¶
func (recv *ToggleButtonAccessible) ToC() unsafe.Pointer
func (*ToggleButtonAccessible) WidgetAccessible ¶
func (recv *ToggleButtonAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type ToggleButtonAccessibleClass ¶
type ToggleButtonAccessibleClass struct {
// contains filtered or unexported fields
}
ToggleButtonAccessibleClass is a wrapper around the C record GtkToggleButtonAccessibleClass.
func ToggleButtonAccessibleClassNewFromC ¶
func ToggleButtonAccessibleClassNewFromC(u unsafe.Pointer) *ToggleButtonAccessibleClass
func (*ToggleButtonAccessibleClass) ToC ¶
func (recv *ToggleButtonAccessibleClass) ToC() unsafe.Pointer
type ToggleButtonAccessiblePrivate ¶
type ToggleButtonAccessiblePrivate struct {
// contains filtered or unexported fields
}
ToggleButtonAccessiblePrivate is a wrapper around the C record GtkToggleButtonAccessiblePrivate.
func ToggleButtonAccessiblePrivateNewFromC ¶
func ToggleButtonAccessiblePrivateNewFromC(u unsafe.Pointer) *ToggleButtonAccessiblePrivate
func (*ToggleButtonAccessiblePrivate) ToC ¶
func (recv *ToggleButtonAccessiblePrivate) ToC() unsafe.Pointer
type ToggleButtonClass ¶
type ToggleButtonClass struct {
// contains filtered or unexported fields
}
ToggleButtonClass is a wrapper around the C record GtkToggleButtonClass.
func ToggleButtonClassNewFromC ¶
func ToggleButtonClassNewFromC(u unsafe.Pointer) *ToggleButtonClass
func (*ToggleButtonClass) ToC ¶
func (recv *ToggleButtonClass) ToC() unsafe.Pointer
type ToggleButtonPrivate ¶
type ToggleButtonPrivate struct {
// contains filtered or unexported fields
}
ToggleButtonPrivate is a wrapper around the C record GtkToggleButtonPrivate.
func ToggleButtonPrivateNewFromC ¶
func ToggleButtonPrivateNewFromC(u unsafe.Pointer) *ToggleButtonPrivate
func (*ToggleButtonPrivate) ToC ¶
func (recv *ToggleButtonPrivate) ToC() unsafe.Pointer
type ToggleButtonSignalToggledCallback ¶
type ToggleButtonSignalToggledCallback func()
ToggleButtonSignalToggledCallback is a callback function for a 'toggled' signal emitted from a ToggleButton.
type ToggleToolButton ¶
type ToggleToolButton struct {
// contains filtered or unexported fields
}
ToggleToolButton is a wrapper around the C record GtkToggleToolButton.
func CastToToggleToolButton ¶
func CastToToggleToolButton(object *gobject.Object) *ToggleToolButton
CastToWidget down casts any arbitary Object to ToggleToolButton. Exercise care, as this is a potentially dangerous function if the Object is not a ToggleToolButton.
func ToggleToolButtonNewFromC ¶
func ToggleToolButtonNewFromC(u unsafe.Pointer) *ToggleToolButton
func (*ToggleToolButton) Actionable ¶
func (recv *ToggleToolButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by ToggleToolButton
func (*ToggleToolButton) Activatable ¶
func (recv *ToggleToolButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by ToggleToolButton
func (*ToggleToolButton) Buildable ¶
func (recv *ToggleToolButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ToggleToolButton
func (*ToggleToolButton) ConnectToggled ¶
func (recv *ToggleToolButton) ConnectToggled(callback ToggleToolButtonSignalToggledCallback) int
ConnectToggled connects the callback to the 'toggled' signal for the ToggleToolButton.
The returned value represents the connection, and may be passed to DisconnectToggled to remove it.
func (*ToggleToolButton) Container ¶
func (recv *ToggleToolButton) Container() *Container
Container upcasts to *Container
func (*ToggleToolButton) DisconnectToggled ¶
func (recv *ToggleToolButton) DisconnectToggled(connectionID int)
DisconnectToggled disconnects a callback from the 'toggled' signal for the ToggleToolButton.
The connectionID should be a value returned from a call to ConnectToggled.
func (*ToggleToolButton) ImplementorIface ¶
func (recv *ToggleToolButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ToggleToolButton
func (*ToggleToolButton) InitiallyUnowned ¶
func (recv *ToggleToolButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ToggleToolButton) Object ¶
func (recv *ToggleToolButton) Object() *gobject.Object
Object upcasts to *Object
func (*ToggleToolButton) ToC ¶
func (recv *ToggleToolButton) ToC() unsafe.Pointer
func (*ToggleToolButton) ToolButton ¶
func (recv *ToggleToolButton) ToolButton() *ToolButton
ToolButton upcasts to *ToolButton
func (*ToggleToolButton) ToolItem ¶
func (recv *ToggleToolButton) ToolItem() *ToolItem
ToolItem upcasts to *ToolItem
func (*ToggleToolButton) Widget ¶
func (recv *ToggleToolButton) Widget() *Widget
Widget upcasts to *Widget
type ToggleToolButtonClass ¶
type ToggleToolButtonClass struct {
// contains filtered or unexported fields
}
ToggleToolButtonClass is a wrapper around the C record GtkToggleToolButtonClass.
func ToggleToolButtonClassNewFromC ¶
func ToggleToolButtonClassNewFromC(u unsafe.Pointer) *ToggleToolButtonClass
func (*ToggleToolButtonClass) ToC ¶
func (recv *ToggleToolButtonClass) ToC() unsafe.Pointer
type ToggleToolButtonPrivate ¶
type ToggleToolButtonPrivate struct {
// contains filtered or unexported fields
}
ToggleToolButtonPrivate is a wrapper around the C record GtkToggleToolButtonPrivate.
func ToggleToolButtonPrivateNewFromC ¶
func ToggleToolButtonPrivateNewFromC(u unsafe.Pointer) *ToggleToolButtonPrivate
func (*ToggleToolButtonPrivate) ToC ¶
func (recv *ToggleToolButtonPrivate) ToC() unsafe.Pointer
type ToggleToolButtonSignalToggledCallback ¶
type ToggleToolButtonSignalToggledCallback func()
ToggleToolButtonSignalToggledCallback is a callback function for a 'toggled' signal emitted from a ToggleToolButton.
type ToolButton ¶
type ToolButton struct {
// contains filtered or unexported fields
}
ToolButton is a wrapper around the C record GtkToolButton.
func CastToToolButton ¶
func CastToToolButton(object *gobject.Object) *ToolButton
CastToWidget down casts any arbitary Object to ToolButton. Exercise care, as this is a potentially dangerous function if the Object is not a ToolButton.
func ToolButtonNewFromC ¶
func ToolButtonNewFromC(u unsafe.Pointer) *ToolButton
func (*ToolButton) Actionable ¶
func (recv *ToolButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by ToolButton
func (*ToolButton) Activatable ¶
func (recv *ToolButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by ToolButton
func (*ToolButton) Buildable ¶
func (recv *ToolButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ToolButton
func (*ToolButton) ConnectClicked ¶
func (recv *ToolButton) ConnectClicked(callback ToolButtonSignalClickedCallback) int
ConnectClicked connects the callback to the 'clicked' signal for the ToolButton.
The returned value represents the connection, and may be passed to DisconnectClicked to remove it.
func (*ToolButton) Container ¶
func (recv *ToolButton) Container() *Container
Container upcasts to *Container
func (*ToolButton) DisconnectClicked ¶
func (recv *ToolButton) DisconnectClicked(connectionID int)
DisconnectClicked disconnects a callback from the 'clicked' signal for the ToolButton.
The connectionID should be a value returned from a call to ConnectClicked.
func (*ToolButton) ImplementorIface ¶
func (recv *ToolButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ToolButton
func (*ToolButton) InitiallyUnowned ¶
func (recv *ToolButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ToolButton) Object ¶
func (recv *ToolButton) Object() *gobject.Object
Object upcasts to *Object
func (*ToolButton) ToC ¶
func (recv *ToolButton) ToC() unsafe.Pointer
func (*ToolButton) ToolItem ¶
func (recv *ToolButton) ToolItem() *ToolItem
ToolItem upcasts to *ToolItem
type ToolButtonClass ¶
type ToolButtonClass struct { // parent_class : record ButtonType gobject.Type // contains filtered or unexported fields }
ToolButtonClass is a wrapper around the C record GtkToolButtonClass.
func ToolButtonClassNewFromC ¶
func ToolButtonClassNewFromC(u unsafe.Pointer) *ToolButtonClass
func (*ToolButtonClass) ToC ¶
func (recv *ToolButtonClass) ToC() unsafe.Pointer
type ToolButtonPrivate ¶
type ToolButtonPrivate struct {
// contains filtered or unexported fields
}
ToolButtonPrivate is a wrapper around the C record GtkToolButtonPrivate.
func ToolButtonPrivateNewFromC ¶
func ToolButtonPrivateNewFromC(u unsafe.Pointer) *ToolButtonPrivate
func (*ToolButtonPrivate) ToC ¶
func (recv *ToolButtonPrivate) ToC() unsafe.Pointer
type ToolButtonSignalClickedCallback ¶
type ToolButtonSignalClickedCallback func()
ToolButtonSignalClickedCallback is a callback function for a 'clicked' signal emitted from a ToolButton.
type ToolItem ¶
type ToolItem struct {
// contains filtered or unexported fields
}
ToolItem is a wrapper around the C record GtkToolItem.
func CastToToolItem ¶
CastToWidget down casts any arbitary Object to ToolItem. Exercise care, as this is a potentially dangerous function if the Object is not a ToolItem.
func ToolItemNewFromC ¶
func (*ToolItem) Activatable ¶
func (recv *ToolItem) Activatable() *Activatable
Activatable returns the Activatable interface implemented by ToolItem
func (*ToolItem) ConnectCreateMenuProxy ¶
func (recv *ToolItem) ConnectCreateMenuProxy(callback ToolItemSignalCreateMenuProxyCallback) int
ConnectCreateMenuProxy connects the callback to the 'create-menu-proxy' signal for the ToolItem.
The returned value represents the connection, and may be passed to DisconnectCreateMenuProxy to remove it.
func (*ToolItem) ConnectToolbarReconfigured ¶
func (recv *ToolItem) ConnectToolbarReconfigured(callback ToolItemSignalToolbarReconfiguredCallback) int
ConnectToolbarReconfigured connects the callback to the 'toolbar-reconfigured' signal for the ToolItem.
The returned value represents the connection, and may be passed to DisconnectToolbarReconfigured to remove it.
func (*ToolItem) DisconnectCreateMenuProxy ¶
DisconnectCreateMenuProxy disconnects a callback from the 'create-menu-proxy' signal for the ToolItem.
The connectionID should be a value returned from a call to ConnectCreateMenuProxy.
func (*ToolItem) DisconnectToolbarReconfigured ¶
DisconnectToolbarReconfigured disconnects a callback from the 'toolbar-reconfigured' signal for the ToolItem.
The connectionID should be a value returned from a call to ConnectToolbarReconfigured.
func (*ToolItem) ImplementorIface ¶
func (recv *ToolItem) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ToolItem
func (*ToolItem) InitiallyUnowned ¶
func (recv *ToolItem) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
type ToolItemClass ¶
type ToolItemClass struct {
// contains filtered or unexported fields
}
ToolItemClass is a wrapper around the C record GtkToolItemClass.
func ToolItemClassNewFromC ¶
func ToolItemClassNewFromC(u unsafe.Pointer) *ToolItemClass
func (*ToolItemClass) ToC ¶
func (recv *ToolItemClass) ToC() unsafe.Pointer
type ToolItemGroup ¶
type ToolItemGroup struct {
// contains filtered or unexported fields
}
ToolItemGroup is a wrapper around the C record GtkToolItemGroup.
func CastToToolItemGroup ¶
func CastToToolItemGroup(object *gobject.Object) *ToolItemGroup
CastToWidget down casts any arbitary Object to ToolItemGroup. Exercise care, as this is a potentially dangerous function if the Object is not a ToolItemGroup.
func ToolItemGroupNewFromC ¶
func ToolItemGroupNewFromC(u unsafe.Pointer) *ToolItemGroup
func (*ToolItemGroup) Buildable ¶
func (recv *ToolItemGroup) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ToolItemGroup
func (*ToolItemGroup) Container ¶
func (recv *ToolItemGroup) Container() *Container
Container upcasts to *Container
func (*ToolItemGroup) ImplementorIface ¶
func (recv *ToolItemGroup) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ToolItemGroup
func (*ToolItemGroup) InitiallyUnowned ¶
func (recv *ToolItemGroup) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ToolItemGroup) Object ¶
func (recv *ToolItemGroup) Object() *gobject.Object
Object upcasts to *Object
func (*ToolItemGroup) ToC ¶
func (recv *ToolItemGroup) ToC() unsafe.Pointer
func (*ToolItemGroup) ToolShell ¶
func (recv *ToolItemGroup) ToolShell() *ToolShell
ToolShell returns the ToolShell interface implemented by ToolItemGroup
func (*ToolItemGroup) Widget ¶
func (recv *ToolItemGroup) Widget() *Widget
Widget upcasts to *Widget
type ToolItemGroupClass ¶
type ToolItemGroupClass struct {
// contains filtered or unexported fields
}
ToolItemGroupClass is a wrapper around the C record GtkToolItemGroupClass.
func ToolItemGroupClassNewFromC ¶
func ToolItemGroupClassNewFromC(u unsafe.Pointer) *ToolItemGroupClass
func (*ToolItemGroupClass) ToC ¶
func (recv *ToolItemGroupClass) ToC() unsafe.Pointer
type ToolItemGroupPrivate ¶
type ToolItemGroupPrivate struct {
// contains filtered or unexported fields
}
ToolItemGroupPrivate is a wrapper around the C record GtkToolItemGroupPrivate.
func ToolItemGroupPrivateNewFromC ¶
func ToolItemGroupPrivateNewFromC(u unsafe.Pointer) *ToolItemGroupPrivate
func (*ToolItemGroupPrivate) ToC ¶
func (recv *ToolItemGroupPrivate) ToC() unsafe.Pointer
type ToolItemPrivate ¶
type ToolItemPrivate struct {
// contains filtered or unexported fields
}
ToolItemPrivate is a wrapper around the C record GtkToolItemPrivate.
func ToolItemPrivateNewFromC ¶
func ToolItemPrivateNewFromC(u unsafe.Pointer) *ToolItemPrivate
func (*ToolItemPrivate) ToC ¶
func (recv *ToolItemPrivate) ToC() unsafe.Pointer
type ToolItemSignalCreateMenuProxyCallback ¶
type ToolItemSignalCreateMenuProxyCallback func() bool
ToolItemSignalCreateMenuProxyCallback is a callback function for a 'create-menu-proxy' signal emitted from a ToolItem.
type ToolItemSignalToolbarReconfiguredCallback ¶
type ToolItemSignalToolbarReconfiguredCallback func()
ToolItemSignalToolbarReconfiguredCallback is a callback function for a 'toolbar-reconfigured' signal emitted from a ToolItem.
type ToolPalette ¶
type ToolPalette struct {
// contains filtered or unexported fields
}
ToolPalette is a wrapper around the C record GtkToolPalette.
func CastToToolPalette ¶
func CastToToolPalette(object *gobject.Object) *ToolPalette
CastToWidget down casts any arbitary Object to ToolPalette. Exercise care, as this is a potentially dangerous function if the Object is not a ToolPalette.
func ToolPaletteNewFromC ¶
func ToolPaletteNewFromC(u unsafe.Pointer) *ToolPalette
func (*ToolPalette) Buildable ¶
func (recv *ToolPalette) Buildable() *Buildable
Buildable returns the Buildable interface implemented by ToolPalette
func (*ToolPalette) Container ¶
func (recv *ToolPalette) Container() *Container
Container upcasts to *Container
func (*ToolPalette) ImplementorIface ¶
func (recv *ToolPalette) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by ToolPalette
func (*ToolPalette) InitiallyUnowned ¶
func (recv *ToolPalette) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*ToolPalette) Object ¶
func (recv *ToolPalette) Object() *gobject.Object
Object upcasts to *Object
func (*ToolPalette) Orientable ¶
func (recv *ToolPalette) Orientable() *Orientable
Orientable returns the Orientable interface implemented by ToolPalette
func (*ToolPalette) Scrollable ¶
func (recv *ToolPalette) Scrollable() *Scrollable
Scrollable returns the Scrollable interface implemented by ToolPalette
func (*ToolPalette) ToC ¶
func (recv *ToolPalette) ToC() unsafe.Pointer
type ToolPaletteClass ¶
type ToolPaletteClass struct {
// contains filtered or unexported fields
}
ToolPaletteClass is a wrapper around the C record GtkToolPaletteClass.
func ToolPaletteClassNewFromC ¶
func ToolPaletteClassNewFromC(u unsafe.Pointer) *ToolPaletteClass
func (*ToolPaletteClass) ToC ¶
func (recv *ToolPaletteClass) ToC() unsafe.Pointer
type ToolPaletteDragTargets ¶
type ToolPaletteDragTargets C.GtkToolPaletteDragTargets
const ( GTK_TOOL_PALETTE_DRAG_ITEMS ToolPaletteDragTargets = 1 GTK_TOOL_PALETTE_DRAG_GROUPS ToolPaletteDragTargets = 2 )
type ToolPalettePrivate ¶
type ToolPalettePrivate struct {
// contains filtered or unexported fields
}
ToolPalettePrivate is a wrapper around the C record GtkToolPalettePrivate.
func ToolPalettePrivateNewFromC ¶
func ToolPalettePrivateNewFromC(u unsafe.Pointer) *ToolPalettePrivate
func (*ToolPalettePrivate) ToC ¶
func (recv *ToolPalettePrivate) ToC() unsafe.Pointer
type ToolShell ¶
type ToolShell struct {
// contains filtered or unexported fields
}
ToolShell is a wrapper around the C record GtkToolShell.
func ToolShellNewFromC ¶
type ToolShellIface ¶
type ToolShellIface struct {
// contains filtered or unexported fields
}
ToolShellIface is a wrapper around the C record GtkToolShellIface.
func ToolShellIfaceNewFromC ¶
func ToolShellIfaceNewFromC(u unsafe.Pointer) *ToolShellIface
func (*ToolShellIface) ToC ¶
func (recv *ToolShellIface) ToC() unsafe.Pointer
type Toolbar ¶
type Toolbar struct {
// contains filtered or unexported fields
}
Toolbar is a wrapper around the C record GtkToolbar.
func CastToToolbar ¶
CastToWidget down casts any arbitary Object to Toolbar. Exercise care, as this is a potentially dangerous function if the Object is not a Toolbar.
func ToolbarNew ¶
func ToolbarNew() *Toolbar
ToolbarNew is a wrapper around the C function gtk_toolbar_new.
func ToolbarNewFromC ¶
func (*Toolbar) ConnectFocusHomeOrEnd ¶
func (recv *Toolbar) ConnectFocusHomeOrEnd(callback ToolbarSignalFocusHomeOrEndCallback) int
ConnectFocusHomeOrEnd connects the callback to the 'focus-home-or-end' signal for the Toolbar.
The returned value represents the connection, and may be passed to DisconnectFocusHomeOrEnd to remove it.
func (*Toolbar) DisconnectFocusHomeOrEnd ¶
DisconnectFocusHomeOrEnd disconnects a callback from the 'focus-home-or-end' signal for the Toolbar.
The connectionID should be a value returned from a call to ConnectFocusHomeOrEnd.
func (*Toolbar) GetIconSize ¶
GetIconSize is a wrapper around the C function gtk_toolbar_get_icon_size.
func (*Toolbar) GetStyle ¶
func (recv *Toolbar) GetStyle() ToolbarStyle
GetStyle is a wrapper around the C function gtk_toolbar_get_style.
func (*Toolbar) ImplementorIface ¶
func (recv *Toolbar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Toolbar
func (*Toolbar) InitiallyUnowned ¶
func (recv *Toolbar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Toolbar) Orientable ¶
func (recv *Toolbar) Orientable() *Orientable
Orientable returns the Orientable interface implemented by Toolbar
func (*Toolbar) SetIconSize ¶
SetIconSize is a wrapper around the C function gtk_toolbar_set_icon_size.
func (*Toolbar) SetStyle ¶
func (recv *Toolbar) SetStyle(style ToolbarStyle)
SetStyle is a wrapper around the C function gtk_toolbar_set_style.
func (*Toolbar) UnsetIconSize ¶
func (recv *Toolbar) UnsetIconSize()
UnsetIconSize is a wrapper around the C function gtk_toolbar_unset_icon_size.
func (*Toolbar) UnsetStyle ¶
func (recv *Toolbar) UnsetStyle()
UnsetStyle is a wrapper around the C function gtk_toolbar_unset_style.
type ToolbarClass ¶
type ToolbarClass struct {
// contains filtered or unexported fields
}
ToolbarClass is a wrapper around the C record GtkToolbarClass.
func ToolbarClassNewFromC ¶
func ToolbarClassNewFromC(u unsafe.Pointer) *ToolbarClass
func (*ToolbarClass) ToC ¶
func (recv *ToolbarClass) ToC() unsafe.Pointer
type ToolbarPrivate ¶
type ToolbarPrivate struct {
// contains filtered or unexported fields
}
ToolbarPrivate is a wrapper around the C record GtkToolbarPrivate.
func ToolbarPrivateNewFromC ¶
func ToolbarPrivateNewFromC(u unsafe.Pointer) *ToolbarPrivate
func (*ToolbarPrivate) ToC ¶
func (recv *ToolbarPrivate) ToC() unsafe.Pointer
type ToolbarSignalFocusHomeOrEndCallback ¶
ToolbarSignalFocusHomeOrEndCallback is a callback function for a 'focus-home-or-end' signal emitted from a Toolbar.
type ToolbarSpaceStyle ¶
type ToolbarSpaceStyle C.GtkToolbarSpaceStyle
const ( GTK_TOOLBAR_SPACE_EMPTY ToolbarSpaceStyle = 0 GTK_TOOLBAR_SPACE_LINE ToolbarSpaceStyle = 1 )
type ToolbarStyle ¶
type ToolbarStyle C.GtkToolbarStyle
const ( GTK_TOOLBAR_ICONS ToolbarStyle = 0 GTK_TOOLBAR_TEXT ToolbarStyle = 1 GTK_TOOLBAR_BOTH ToolbarStyle = 2 GTK_TOOLBAR_BOTH_HORIZ ToolbarStyle = 3 )
type Tooltip ¶
type Tooltip struct {
// contains filtered or unexported fields
}
Tooltip is a wrapper around the C record GtkTooltip.
func CastToTooltip ¶
CastToWidget down casts any arbitary Object to Tooltip. Exercise care, as this is a potentially dangerous function if the Object is not a Tooltip.
func TooltipNewFromC ¶
type ToplevelAccessible ¶
type ToplevelAccessible struct {
// contains filtered or unexported fields
}
ToplevelAccessible is a wrapper around the C record GtkToplevelAccessible.
func CastToToplevelAccessible ¶
func CastToToplevelAccessible(object *gobject.Object) *ToplevelAccessible
CastToWidget down casts any arbitary Object to ToplevelAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a ToplevelAccessible.
func ToplevelAccessibleNewFromC ¶
func ToplevelAccessibleNewFromC(u unsafe.Pointer) *ToplevelAccessible
func (*ToplevelAccessible) GetChildren ¶
func (recv *ToplevelAccessible) GetChildren() *glib.List
GetChildren is a wrapper around the C function gtk_toplevel_accessible_get_children.
func (*ToplevelAccessible) Object ¶
func (recv *ToplevelAccessible) Object() *atk.Object
Object upcasts to *Object
func (*ToplevelAccessible) ToC ¶
func (recv *ToplevelAccessible) ToC() unsafe.Pointer
type ToplevelAccessibleClass ¶
type ToplevelAccessibleClass struct {
// contains filtered or unexported fields
}
ToplevelAccessibleClass is a wrapper around the C record GtkToplevelAccessibleClass.
func ToplevelAccessibleClassNewFromC ¶
func ToplevelAccessibleClassNewFromC(u unsafe.Pointer) *ToplevelAccessibleClass
func (*ToplevelAccessibleClass) ToC ¶
func (recv *ToplevelAccessibleClass) ToC() unsafe.Pointer
type ToplevelAccessiblePrivate ¶
type ToplevelAccessiblePrivate struct {
// contains filtered or unexported fields
}
ToplevelAccessiblePrivate is a wrapper around the C record GtkToplevelAccessiblePrivate.
func ToplevelAccessiblePrivateNewFromC ¶
func ToplevelAccessiblePrivateNewFromC(u unsafe.Pointer) *ToplevelAccessiblePrivate
func (*ToplevelAccessiblePrivate) ToC ¶
func (recv *ToplevelAccessiblePrivate) ToC() unsafe.Pointer
type TreeDragDest ¶
type TreeDragDest struct {
// contains filtered or unexported fields
}
TreeDragDest is a wrapper around the C record GtkTreeDragDest.
func TreeDragDestNewFromC ¶
func TreeDragDestNewFromC(u unsafe.Pointer) *TreeDragDest
func (*TreeDragDest) DragDataReceived ¶
func (recv *TreeDragDest) DragDataReceived(dest *TreePath, selectionData *SelectionData) bool
DragDataReceived is a wrapper around the C function gtk_tree_drag_dest_drag_data_received.
func (*TreeDragDest) RowDropPossible ¶
func (recv *TreeDragDest) RowDropPossible(destPath *TreePath, selectionData *SelectionData) bool
RowDropPossible is a wrapper around the C function gtk_tree_drag_dest_row_drop_possible.
func (*TreeDragDest) ToC ¶
func (recv *TreeDragDest) ToC() unsafe.Pointer
type TreeDragDestIface ¶
type TreeDragDestIface struct {
// contains filtered or unexported fields
}
TreeDragDestIface is a wrapper around the C record GtkTreeDragDestIface.
func TreeDragDestIfaceNewFromC ¶
func TreeDragDestIfaceNewFromC(u unsafe.Pointer) *TreeDragDestIface
func (*TreeDragDestIface) ToC ¶
func (recv *TreeDragDestIface) ToC() unsafe.Pointer
type TreeDragSource ¶
type TreeDragSource struct {
// contains filtered or unexported fields
}
TreeDragSource is a wrapper around the C record GtkTreeDragSource.
func TreeDragSourceNewFromC ¶
func TreeDragSourceNewFromC(u unsafe.Pointer) *TreeDragSource
func (*TreeDragSource) DragDataDelete ¶
func (recv *TreeDragSource) DragDataDelete(path *TreePath) bool
DragDataDelete is a wrapper around the C function gtk_tree_drag_source_drag_data_delete.
func (*TreeDragSource) DragDataGet ¶
func (recv *TreeDragSource) DragDataGet(path *TreePath, selectionData *SelectionData) bool
DragDataGet is a wrapper around the C function gtk_tree_drag_source_drag_data_get.
func (*TreeDragSource) RowDraggable ¶
func (recv *TreeDragSource) RowDraggable(path *TreePath) bool
RowDraggable is a wrapper around the C function gtk_tree_drag_source_row_draggable.
func (*TreeDragSource) ToC ¶
func (recv *TreeDragSource) ToC() unsafe.Pointer
type TreeDragSourceIface ¶
type TreeDragSourceIface struct {
// contains filtered or unexported fields
}
TreeDragSourceIface is a wrapper around the C record GtkTreeDragSourceIface.
func TreeDragSourceIfaceNewFromC ¶
func TreeDragSourceIfaceNewFromC(u unsafe.Pointer) *TreeDragSourceIface
func (*TreeDragSourceIface) ToC ¶
func (recv *TreeDragSourceIface) ToC() unsafe.Pointer
type TreeIter ¶
type TreeIter struct { Stamp int32 UserData uintptr UserData2 uintptr UserData3 uintptr // contains filtered or unexported fields }
TreeIter is a wrapper around the C record GtkTreeIter.
func TreeIterNewFromC ¶
type TreeModel ¶
type TreeModel struct {
// contains filtered or unexported fields
}
TreeModel is a wrapper around the C record GtkTreeModel.
func TreeModelNewFromC ¶
func (*TreeModel) ConnectRowChanged ¶
func (recv *TreeModel) ConnectRowChanged(callback TreeModelSignalRowChangedCallback) int
ConnectRowChanged connects the callback to the 'row-changed' signal for the TreeModel.
The returned value represents the connection, and may be passed to DisconnectRowChanged to remove it.
func (*TreeModel) ConnectRowDeleted ¶
func (recv *TreeModel) ConnectRowDeleted(callback TreeModelSignalRowDeletedCallback) int
ConnectRowDeleted connects the callback to the 'row-deleted' signal for the TreeModel.
The returned value represents the connection, and may be passed to DisconnectRowDeleted to remove it.
func (*TreeModel) ConnectRowHasChildToggled ¶
func (recv *TreeModel) ConnectRowHasChildToggled(callback TreeModelSignalRowHasChildToggledCallback) int
ConnectRowHasChildToggled connects the callback to the 'row-has-child-toggled' signal for the TreeModel.
The returned value represents the connection, and may be passed to DisconnectRowHasChildToggled to remove it.
func (*TreeModel) ConnectRowInserted ¶
func (recv *TreeModel) ConnectRowInserted(callback TreeModelSignalRowInsertedCallback) int
ConnectRowInserted connects the callback to the 'row-inserted' signal for the TreeModel.
The returned value represents the connection, and may be passed to DisconnectRowInserted to remove it.
func (*TreeModel) DisconnectRowChanged ¶
DisconnectRowChanged disconnects a callback from the 'row-changed' signal for the TreeModel.
The connectionID should be a value returned from a call to ConnectRowChanged.
func (*TreeModel) DisconnectRowDeleted ¶
DisconnectRowDeleted disconnects a callback from the 'row-deleted' signal for the TreeModel.
The connectionID should be a value returned from a call to ConnectRowDeleted.
func (*TreeModel) DisconnectRowHasChildToggled ¶
DisconnectRowHasChildToggled disconnects a callback from the 'row-has-child-toggled' signal for the TreeModel.
The connectionID should be a value returned from a call to ConnectRowHasChildToggled.
func (*TreeModel) DisconnectRowInserted ¶
DisconnectRowInserted disconnects a callback from the 'row-inserted' signal for the TreeModel.
The connectionID should be a value returned from a call to ConnectRowInserted.
func (*TreeModel) GetColumnType ¶
GetColumnType is a wrapper around the C function gtk_tree_model_get_column_type.
func (*TreeModel) GetFlags ¶
func (recv *TreeModel) GetFlags() TreeModelFlags
GetFlags is a wrapper around the C function gtk_tree_model_get_flags.
func (*TreeModel) GetIterFirst ¶
GetIterFirst is a wrapper around the C function gtk_tree_model_get_iter_first.
func (*TreeModel) GetIterFromString ¶
GetIterFromString is a wrapper around the C function gtk_tree_model_get_iter_from_string.
func (*TreeModel) GetNColumns ¶
GetNColumns is a wrapper around the C function gtk_tree_model_get_n_columns.
func (*TreeModel) IterChildren ¶
IterChildren is a wrapper around the C function gtk_tree_model_iter_children.
func (*TreeModel) IterHasChild ¶
IterHasChild is a wrapper around the C function gtk_tree_model_iter_has_child.
func (*TreeModel) IterNChildren ¶
IterNChildren is a wrapper around the C function gtk_tree_model_iter_n_children.
func (*TreeModel) IterNthChild ¶
IterNthChild is a wrapper around the C function gtk_tree_model_iter_nth_child.
func (*TreeModel) IterParent ¶
IterParent is a wrapper around the C function gtk_tree_model_iter_parent.
func (*TreeModel) RowChanged ¶
RowChanged is a wrapper around the C function gtk_tree_model_row_changed.
func (*TreeModel) RowDeleted ¶
RowDeleted is a wrapper around the C function gtk_tree_model_row_deleted.
func (*TreeModel) RowHasChildToggled ¶
RowHasChildToggled is a wrapper around the C function gtk_tree_model_row_has_child_toggled.
func (*TreeModel) RowInserted ¶
RowInserted is a wrapper around the C function gtk_tree_model_row_inserted.
func (*TreeModel) RowsReordered ¶
RowsReordered is a wrapper around the C function gtk_tree_model_rows_reordered.
func (*TreeModel) SortNewWithModel ¶
SortNewWithModel is a wrapper around the C function gtk_tree_model_sort_new_with_model.
type TreeModelFilter ¶
type TreeModelFilter struct {
// contains filtered or unexported fields
}
TreeModelFilter is a wrapper around the C record GtkTreeModelFilter.
func CastToTreeModelFilter ¶
func CastToTreeModelFilter(object *gobject.Object) *TreeModelFilter
CastToWidget down casts any arbitary Object to TreeModelFilter. Exercise care, as this is a potentially dangerous function if the Object is not a TreeModelFilter.
func TreeModelFilterNewFromC ¶
func TreeModelFilterNewFromC(u unsafe.Pointer) *TreeModelFilter
func (*TreeModelFilter) Object ¶
func (recv *TreeModelFilter) Object() *gobject.Object
Object upcasts to *Object
func (*TreeModelFilter) ToC ¶
func (recv *TreeModelFilter) ToC() unsafe.Pointer
func (*TreeModelFilter) TreeDragSource ¶
func (recv *TreeModelFilter) TreeDragSource() *TreeDragSource
TreeDragSource returns the TreeDragSource interface implemented by TreeModelFilter
func (*TreeModelFilter) TreeModel ¶
func (recv *TreeModelFilter) TreeModel() *TreeModel
TreeModel returns the TreeModel interface implemented by TreeModelFilter
type TreeModelFilterClass ¶
type TreeModelFilterClass struct {
// contains filtered or unexported fields
}
TreeModelFilterClass is a wrapper around the C record GtkTreeModelFilterClass.
func TreeModelFilterClassNewFromC ¶
func TreeModelFilterClassNewFromC(u unsafe.Pointer) *TreeModelFilterClass
func (*TreeModelFilterClass) ToC ¶
func (recv *TreeModelFilterClass) ToC() unsafe.Pointer
type TreeModelFilterPrivate ¶
type TreeModelFilterPrivate struct {
// contains filtered or unexported fields
}
TreeModelFilterPrivate is a wrapper around the C record GtkTreeModelFilterPrivate.
func TreeModelFilterPrivateNewFromC ¶
func TreeModelFilterPrivateNewFromC(u unsafe.Pointer) *TreeModelFilterPrivate
func (*TreeModelFilterPrivate) ToC ¶
func (recv *TreeModelFilterPrivate) ToC() unsafe.Pointer
type TreeModelFlags ¶
type TreeModelFlags C.GtkTreeModelFlags
const ( GTK_TREE_MODEL_ITERS_PERSIST TreeModelFlags = 1 GTK_TREE_MODEL_LIST_ONLY TreeModelFlags = 2 )
type TreeModelIface ¶
type TreeModelIface struct {
// contains filtered or unexported fields
}
TreeModelIface is a wrapper around the C record GtkTreeModelIface.
func TreeModelIfaceNewFromC ¶
func TreeModelIfaceNewFromC(u unsafe.Pointer) *TreeModelIface
func (*TreeModelIface) ToC ¶
func (recv *TreeModelIface) ToC() unsafe.Pointer
type TreeModelSignalRowChangedCallback ¶
TreeModelSignalRowChangedCallback is a callback function for a 'row-changed' signal emitted from a TreeModel.
type TreeModelSignalRowDeletedCallback ¶
type TreeModelSignalRowDeletedCallback func(path *TreePath)
TreeModelSignalRowDeletedCallback is a callback function for a 'row-deleted' signal emitted from a TreeModel.
type TreeModelSignalRowHasChildToggledCallback ¶
TreeModelSignalRowHasChildToggledCallback is a callback function for a 'row-has-child-toggled' signal emitted from a TreeModel.
type TreeModelSignalRowInsertedCallback ¶
TreeModelSignalRowInsertedCallback is a callback function for a 'row-inserted' signal emitted from a TreeModel.
type TreeModelSort ¶
type TreeModelSort struct {
// contains filtered or unexported fields
}
TreeModelSort is a wrapper around the C record GtkTreeModelSort.
func CastToTreeModelSort ¶
func CastToTreeModelSort(object *gobject.Object) *TreeModelSort
CastToWidget down casts any arbitary Object to TreeModelSort. Exercise care, as this is a potentially dangerous function if the Object is not a TreeModelSort.
func TreeModelSortNewFromC ¶
func TreeModelSortNewFromC(u unsafe.Pointer) *TreeModelSort
func (*TreeModelSort) ClearCache ¶
func (recv *TreeModelSort) ClearCache()
ClearCache is a wrapper around the C function gtk_tree_model_sort_clear_cache.
func (*TreeModelSort) ConvertChildIterToIter ¶
func (recv *TreeModelSort) ConvertChildIterToIter(childIter *TreeIter) (bool, *TreeIter)
ConvertChildIterToIter is a wrapper around the C function gtk_tree_model_sort_convert_child_iter_to_iter.
func (*TreeModelSort) ConvertChildPathToPath ¶
func (recv *TreeModelSort) ConvertChildPathToPath(childPath *TreePath) *TreePath
ConvertChildPathToPath is a wrapper around the C function gtk_tree_model_sort_convert_child_path_to_path.
func (*TreeModelSort) ConvertIterToChildIter ¶
func (recv *TreeModelSort) ConvertIterToChildIter(sortedIter *TreeIter) *TreeIter
ConvertIterToChildIter is a wrapper around the C function gtk_tree_model_sort_convert_iter_to_child_iter.
func (*TreeModelSort) ConvertPathToChildPath ¶
func (recv *TreeModelSort) ConvertPathToChildPath(sortedPath *TreePath) *TreePath
ConvertPathToChildPath is a wrapper around the C function gtk_tree_model_sort_convert_path_to_child_path.
func (*TreeModelSort) GetModel ¶
func (recv *TreeModelSort) GetModel() *TreeModel
GetModel is a wrapper around the C function gtk_tree_model_sort_get_model.
func (*TreeModelSort) Object ¶
func (recv *TreeModelSort) Object() *gobject.Object
Object upcasts to *Object
func (*TreeModelSort) ResetDefaultSortFunc ¶
func (recv *TreeModelSort) ResetDefaultSortFunc()
ResetDefaultSortFunc is a wrapper around the C function gtk_tree_model_sort_reset_default_sort_func.
func (*TreeModelSort) ToC ¶
func (recv *TreeModelSort) ToC() unsafe.Pointer
func (*TreeModelSort) TreeDragSource ¶
func (recv *TreeModelSort) TreeDragSource() *TreeDragSource
TreeDragSource returns the TreeDragSource interface implemented by TreeModelSort
func (*TreeModelSort) TreeModel ¶
func (recv *TreeModelSort) TreeModel() *TreeModel
TreeModel returns the TreeModel interface implemented by TreeModelSort
func (*TreeModelSort) TreeSortable ¶
func (recv *TreeModelSort) TreeSortable() *TreeSortable
TreeSortable returns the TreeSortable interface implemented by TreeModelSort
type TreeModelSortClass ¶
type TreeModelSortClass struct {
// contains filtered or unexported fields
}
TreeModelSortClass is a wrapper around the C record GtkTreeModelSortClass.
func TreeModelSortClassNewFromC ¶
func TreeModelSortClassNewFromC(u unsafe.Pointer) *TreeModelSortClass
func (*TreeModelSortClass) ToC ¶
func (recv *TreeModelSortClass) ToC() unsafe.Pointer
type TreeModelSortPrivate ¶
type TreeModelSortPrivate struct {
// contains filtered or unexported fields
}
TreeModelSortPrivate is a wrapper around the C record GtkTreeModelSortPrivate.
func TreeModelSortPrivateNewFromC ¶
func TreeModelSortPrivateNewFromC(u unsafe.Pointer) *TreeModelSortPrivate
func (*TreeModelSortPrivate) ToC ¶
func (recv *TreeModelSortPrivate) ToC() unsafe.Pointer
type TreePath ¶
type TreePath struct {
// contains filtered or unexported fields
}
TreePath is a wrapper around the C record GtkTreePath.
func TreePathNew ¶
func TreePathNew() *TreePath
TreePathNew is a wrapper around the C function gtk_tree_path_new.
func TreePathNewFirst ¶
func TreePathNewFirst() *TreePath
TreePathNewFirst is a wrapper around the C function gtk_tree_path_new_first.
func TreePathNewFromC ¶
func TreePathNewFromString ¶
TreePathNewFromString is a wrapper around the C function gtk_tree_path_new_from_string.
func (*TreePath) AppendIndex ¶
AppendIndex is a wrapper around the C function gtk_tree_path_append_index.
func (*TreePath) Down ¶
func (recv *TreePath) Down()
Down is a wrapper around the C function gtk_tree_path_down.
func (*TreePath) Free ¶
func (recv *TreePath) Free()
Free is a wrapper around the C function gtk_tree_path_free.
func (*TreePath) IsAncestor ¶
IsAncestor is a wrapper around the C function gtk_tree_path_is_ancestor.
func (*TreePath) IsDescendant ¶
IsDescendant is a wrapper around the C function gtk_tree_path_is_descendant.
func (*TreePath) Next ¶
func (recv *TreePath) Next()
Next is a wrapper around the C function gtk_tree_path_next.
func (*TreePath) PrependIndex ¶
PrependIndex is a wrapper around the C function gtk_tree_path_prepend_index.
type TreeRowReference ¶
type TreeRowReference struct {
// contains filtered or unexported fields
}
TreeRowReference is a wrapper around the C record GtkTreeRowReference.
func TreeRowReferenceNew ¶
func TreeRowReferenceNew(model *TreeModel, path *TreePath) *TreeRowReference
TreeRowReferenceNew is a wrapper around the C function gtk_tree_row_reference_new.
func TreeRowReferenceNewFromC ¶
func TreeRowReferenceNewFromC(u unsafe.Pointer) *TreeRowReference
func TreeRowReferenceNewProxy ¶
func TreeRowReferenceNewProxy(proxy *gobject.Object, model *TreeModel, path *TreePath) *TreeRowReference
TreeRowReferenceNewProxy is a wrapper around the C function gtk_tree_row_reference_new_proxy.
func (*TreeRowReference) Free ¶
func (recv *TreeRowReference) Free()
Free is a wrapper around the C function gtk_tree_row_reference_free.
func (*TreeRowReference) GetPath ¶
func (recv *TreeRowReference) GetPath() *TreePath
GetPath is a wrapper around the C function gtk_tree_row_reference_get_path.
func (*TreeRowReference) ToC ¶
func (recv *TreeRowReference) ToC() unsafe.Pointer
func (*TreeRowReference) Valid ¶
func (recv *TreeRowReference) Valid() bool
Valid is a wrapper around the C function gtk_tree_row_reference_valid.
type TreeSelection ¶
type TreeSelection struct {
// contains filtered or unexported fields
}
TreeSelection is a wrapper around the C record GtkTreeSelection.
func CastToTreeSelection ¶
func CastToTreeSelection(object *gobject.Object) *TreeSelection
CastToWidget down casts any arbitary Object to TreeSelection. Exercise care, as this is a potentially dangerous function if the Object is not a TreeSelection.
func TreeSelectionNewFromC ¶
func TreeSelectionNewFromC(u unsafe.Pointer) *TreeSelection
func (*TreeSelection) ConnectChanged ¶
func (recv *TreeSelection) ConnectChanged(callback TreeSelectionSignalChangedCallback) int
ConnectChanged connects the callback to the 'changed' signal for the TreeSelection.
The returned value represents the connection, and may be passed to DisconnectChanged to remove it.
func (*TreeSelection) DisconnectChanged ¶
func (recv *TreeSelection) DisconnectChanged(connectionID int)
DisconnectChanged disconnects a callback from the 'changed' signal for the TreeSelection.
The connectionID should be a value returned from a call to ConnectChanged.
func (*TreeSelection) GetMode ¶
func (recv *TreeSelection) GetMode() SelectionMode
GetMode is a wrapper around the C function gtk_tree_selection_get_mode.
func (*TreeSelection) GetSelected ¶
func (recv *TreeSelection) GetSelected() (bool, *TreeModel, *TreeIter)
GetSelected is a wrapper around the C function gtk_tree_selection_get_selected.
func (*TreeSelection) GetTreeView ¶
func (recv *TreeSelection) GetTreeView() *TreeView
GetTreeView is a wrapper around the C function gtk_tree_selection_get_tree_view.
func (*TreeSelection) GetUserData ¶
func (recv *TreeSelection) GetUserData() uintptr
GetUserData is a wrapper around the C function gtk_tree_selection_get_user_data.
func (*TreeSelection) IterIsSelected ¶
func (recv *TreeSelection) IterIsSelected(iter *TreeIter) bool
IterIsSelected is a wrapper around the C function gtk_tree_selection_iter_is_selected.
func (*TreeSelection) Object ¶
func (recv *TreeSelection) Object() *gobject.Object
Object upcasts to *Object
func (*TreeSelection) PathIsSelected ¶
func (recv *TreeSelection) PathIsSelected(path *TreePath) bool
PathIsSelected is a wrapper around the C function gtk_tree_selection_path_is_selected.
func (*TreeSelection) SelectAll ¶
func (recv *TreeSelection) SelectAll()
SelectAll is a wrapper around the C function gtk_tree_selection_select_all.
func (*TreeSelection) SelectIter ¶
func (recv *TreeSelection) SelectIter(iter *TreeIter)
SelectIter is a wrapper around the C function gtk_tree_selection_select_iter.
func (*TreeSelection) SelectPath ¶
func (recv *TreeSelection) SelectPath(path *TreePath)
SelectPath is a wrapper around the C function gtk_tree_selection_select_path.
func (*TreeSelection) SelectRange ¶
func (recv *TreeSelection) SelectRange(startPath *TreePath, endPath *TreePath)
SelectRange is a wrapper around the C function gtk_tree_selection_select_range.
func (*TreeSelection) SetMode ¶
func (recv *TreeSelection) SetMode(type_ SelectionMode)
SetMode is a wrapper around the C function gtk_tree_selection_set_mode.
func (*TreeSelection) ToC ¶
func (recv *TreeSelection) ToC() unsafe.Pointer
func (*TreeSelection) UnselectAll ¶
func (recv *TreeSelection) UnselectAll()
UnselectAll is a wrapper around the C function gtk_tree_selection_unselect_all.
func (*TreeSelection) UnselectIter ¶
func (recv *TreeSelection) UnselectIter(iter *TreeIter)
UnselectIter is a wrapper around the C function gtk_tree_selection_unselect_iter.
func (*TreeSelection) UnselectPath ¶
func (recv *TreeSelection) UnselectPath(path *TreePath)
UnselectPath is a wrapper around the C function gtk_tree_selection_unselect_path.
type TreeSelectionClass ¶
type TreeSelectionClass struct {
// contains filtered or unexported fields
}
TreeSelectionClass is a wrapper around the C record GtkTreeSelectionClass.
func TreeSelectionClassNewFromC ¶
func TreeSelectionClassNewFromC(u unsafe.Pointer) *TreeSelectionClass
func (*TreeSelectionClass) ToC ¶
func (recv *TreeSelectionClass) ToC() unsafe.Pointer
type TreeSelectionPrivate ¶
type TreeSelectionPrivate struct {
// contains filtered or unexported fields
}
TreeSelectionPrivate is a wrapper around the C record GtkTreeSelectionPrivate.
func TreeSelectionPrivateNewFromC ¶
func TreeSelectionPrivateNewFromC(u unsafe.Pointer) *TreeSelectionPrivate
func (*TreeSelectionPrivate) ToC ¶
func (recv *TreeSelectionPrivate) ToC() unsafe.Pointer
type TreeSelectionSignalChangedCallback ¶
type TreeSelectionSignalChangedCallback func()
TreeSelectionSignalChangedCallback is a callback function for a 'changed' signal emitted from a TreeSelection.
type TreeSortable ¶
type TreeSortable struct {
// contains filtered or unexported fields
}
TreeSortable is a wrapper around the C record GtkTreeSortable.
func TreeSortableNewFromC ¶
func TreeSortableNewFromC(u unsafe.Pointer) *TreeSortable
func (*TreeSortable) ConnectSortColumnChanged ¶
func (recv *TreeSortable) ConnectSortColumnChanged(callback TreeSortableSignalSortColumnChangedCallback) int
ConnectSortColumnChanged connects the callback to the 'sort-column-changed' signal for the TreeSortable.
The returned value represents the connection, and may be passed to DisconnectSortColumnChanged to remove it.
func (*TreeSortable) DisconnectSortColumnChanged ¶
func (recv *TreeSortable) DisconnectSortColumnChanged(connectionID int)
DisconnectSortColumnChanged disconnects a callback from the 'sort-column-changed' signal for the TreeSortable.
The connectionID should be a value returned from a call to ConnectSortColumnChanged.
func (*TreeSortable) HasDefaultSortFunc ¶
func (recv *TreeSortable) HasDefaultSortFunc() bool
HasDefaultSortFunc is a wrapper around the C function gtk_tree_sortable_has_default_sort_func.
func (*TreeSortable) SetSortColumnId ¶
func (recv *TreeSortable) SetSortColumnId(sortColumnId int32, order SortType)
SetSortColumnId is a wrapper around the C function gtk_tree_sortable_set_sort_column_id.
func (*TreeSortable) SortColumnChanged ¶
func (recv *TreeSortable) SortColumnChanged()
SortColumnChanged is a wrapper around the C function gtk_tree_sortable_sort_column_changed.
func (*TreeSortable) ToC ¶
func (recv *TreeSortable) ToC() unsafe.Pointer
type TreeSortableIface ¶
type TreeSortableIface struct {
// contains filtered or unexported fields
}
TreeSortableIface is a wrapper around the C record GtkTreeSortableIface.
func TreeSortableIfaceNewFromC ¶
func TreeSortableIfaceNewFromC(u unsafe.Pointer) *TreeSortableIface
func (*TreeSortableIface) ToC ¶
func (recv *TreeSortableIface) ToC() unsafe.Pointer
type TreeSortableSignalSortColumnChangedCallback ¶
type TreeSortableSignalSortColumnChangedCallback func()
TreeSortableSignalSortColumnChangedCallback is a callback function for a 'sort-column-changed' signal emitted from a TreeSortable.
type TreeStore ¶
type TreeStore struct {
// contains filtered or unexported fields
}
TreeStore is a wrapper around the C record GtkTreeStore.
func CastToTreeStore ¶
CastToWidget down casts any arbitary Object to TreeStore. Exercise care, as this is a potentially dangerous function if the Object is not a TreeStore.
func TreeStoreNewFromC ¶
func TreeStoreNewv ¶
TreeStoreNewv is a wrapper around the C function gtk_tree_store_newv.
func (*TreeStore) Clear ¶
func (recv *TreeStore) Clear()
Clear is a wrapper around the C function gtk_tree_store_clear.
func (*TreeStore) InsertAfter ¶
InsertAfter is a wrapper around the C function gtk_tree_store_insert_after.
func (*TreeStore) InsertBefore ¶
InsertBefore is a wrapper around the C function gtk_tree_store_insert_before.
func (*TreeStore) IsAncestor ¶
IsAncestor is a wrapper around the C function gtk_tree_store_is_ancestor.
func (*TreeStore) IterDepth ¶
IterDepth is a wrapper around the C function gtk_tree_store_iter_depth.
func (*TreeStore) SetColumnTypes ¶
SetColumnTypes is a wrapper around the C function gtk_tree_store_set_column_types.
func (*TreeStore) TreeDragDest ¶
func (recv *TreeStore) TreeDragDest() *TreeDragDest
TreeDragDest returns the TreeDragDest interface implemented by TreeStore
func (*TreeStore) TreeDragSource ¶
func (recv *TreeStore) TreeDragSource() *TreeDragSource
TreeDragSource returns the TreeDragSource interface implemented by TreeStore
func (*TreeStore) TreeSortable ¶
func (recv *TreeStore) TreeSortable() *TreeSortable
TreeSortable returns the TreeSortable interface implemented by TreeStore
type TreeStoreClass ¶
type TreeStoreClass struct {
// contains filtered or unexported fields
}
TreeStoreClass is a wrapper around the C record GtkTreeStoreClass.
func TreeStoreClassNewFromC ¶
func TreeStoreClassNewFromC(u unsafe.Pointer) *TreeStoreClass
func (*TreeStoreClass) ToC ¶
func (recv *TreeStoreClass) ToC() unsafe.Pointer
type TreeStorePrivate ¶
type TreeStorePrivate struct {
// contains filtered or unexported fields
}
TreeStorePrivate is a wrapper around the C record GtkTreeStorePrivate.
func TreeStorePrivateNewFromC ¶
func TreeStorePrivateNewFromC(u unsafe.Pointer) *TreeStorePrivate
func (*TreeStorePrivate) ToC ¶
func (recv *TreeStorePrivate) ToC() unsafe.Pointer
type TreeView ¶
type TreeView struct {
// contains filtered or unexported fields
}
TreeView is a wrapper around the C record GtkTreeView.
func CastToTreeView ¶
CastToWidget down casts any arbitary Object to TreeView. Exercise care, as this is a potentially dangerous function if the Object is not a TreeView.
func TreeViewNew ¶
func TreeViewNew() *TreeView
TreeViewNew is a wrapper around the C function gtk_tree_view_new.
func TreeViewNewFromC ¶
func TreeViewNewWithModel ¶
TreeViewNewWithModel is a wrapper around the C function gtk_tree_view_new_with_model.
func (*TreeView) AppendColumn ¶
func (recv *TreeView) AppendColumn(column *TreeViewColumn) int32
AppendColumn is a wrapper around the C function gtk_tree_view_append_column.
func (*TreeView) CollapseAll ¶
func (recv *TreeView) CollapseAll()
CollapseAll is a wrapper around the C function gtk_tree_view_collapse_all.
func (*TreeView) CollapseRow ¶
CollapseRow is a wrapper around the C function gtk_tree_view_collapse_row.
func (*TreeView) ColumnsAutosize ¶
func (recv *TreeView) ColumnsAutosize()
ColumnsAutosize is a wrapper around the C function gtk_tree_view_columns_autosize.
func (*TreeView) ConnectColumnsChanged ¶
func (recv *TreeView) ConnectColumnsChanged(callback TreeViewSignalColumnsChangedCallback) int
ConnectColumnsChanged connects the callback to the 'columns-changed' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectColumnsChanged to remove it.
func (*TreeView) ConnectCursorChanged ¶
func (recv *TreeView) ConnectCursorChanged(callback TreeViewSignalCursorChangedCallback) int
ConnectCursorChanged connects the callback to the 'cursor-changed' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectCursorChanged to remove it.
func (*TreeView) ConnectExpandCollapseCursorRow ¶
func (recv *TreeView) ConnectExpandCollapseCursorRow(callback TreeViewSignalExpandCollapseCursorRowCallback) int
ConnectExpandCollapseCursorRow connects the callback to the 'expand-collapse-cursor-row' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectExpandCollapseCursorRow to remove it.
func (*TreeView) ConnectRowActivated ¶
func (recv *TreeView) ConnectRowActivated(callback TreeViewSignalRowActivatedCallback) int
ConnectRowActivated connects the callback to the 'row-activated' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectRowActivated to remove it.
func (*TreeView) ConnectRowCollapsed ¶
func (recv *TreeView) ConnectRowCollapsed(callback TreeViewSignalRowCollapsedCallback) int
ConnectRowCollapsed connects the callback to the 'row-collapsed' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectRowCollapsed to remove it.
func (*TreeView) ConnectRowExpanded ¶
func (recv *TreeView) ConnectRowExpanded(callback TreeViewSignalRowExpandedCallback) int
ConnectRowExpanded connects the callback to the 'row-expanded' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectRowExpanded to remove it.
func (*TreeView) ConnectSelectAll ¶
func (recv *TreeView) ConnectSelectAll(callback TreeViewSignalSelectAllCallback) int
ConnectSelectAll connects the callback to the 'select-all' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectSelectAll to remove it.
func (*TreeView) ConnectSelectCursorParent ¶
func (recv *TreeView) ConnectSelectCursorParent(callback TreeViewSignalSelectCursorParentCallback) int
ConnectSelectCursorParent connects the callback to the 'select-cursor-parent' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectSelectCursorParent to remove it.
func (*TreeView) ConnectSelectCursorRow ¶
func (recv *TreeView) ConnectSelectCursorRow(callback TreeViewSignalSelectCursorRowCallback) int
ConnectSelectCursorRow connects the callback to the 'select-cursor-row' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectSelectCursorRow to remove it.
func (*TreeView) ConnectStartInteractiveSearch ¶
func (recv *TreeView) ConnectStartInteractiveSearch(callback TreeViewSignalStartInteractiveSearchCallback) int
ConnectStartInteractiveSearch connects the callback to the 'start-interactive-search' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectStartInteractiveSearch to remove it.
func (*TreeView) ConnectTestCollapseRow ¶
func (recv *TreeView) ConnectTestCollapseRow(callback TreeViewSignalTestCollapseRowCallback) int
ConnectTestCollapseRow connects the callback to the 'test-collapse-row' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectTestCollapseRow to remove it.
func (*TreeView) ConnectTestExpandRow ¶
func (recv *TreeView) ConnectTestExpandRow(callback TreeViewSignalTestExpandRowCallback) int
ConnectTestExpandRow connects the callback to the 'test-expand-row' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectTestExpandRow to remove it.
func (*TreeView) ConnectToggleCursorRow ¶
func (recv *TreeView) ConnectToggleCursorRow(callback TreeViewSignalToggleCursorRowCallback) int
ConnectToggleCursorRow connects the callback to the 'toggle-cursor-row' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectToggleCursorRow to remove it.
func (*TreeView) ConnectUnselectAll ¶
func (recv *TreeView) ConnectUnselectAll(callback TreeViewSignalUnselectAllCallback) int
ConnectUnselectAll connects the callback to the 'unselect-all' signal for the TreeView.
The returned value represents the connection, and may be passed to DisconnectUnselectAll to remove it.
func (*TreeView) CreateRowDragIcon ¶
CreateRowDragIcon is a wrapper around the C function gtk_tree_view_create_row_drag_icon.
func (*TreeView) DisconnectColumnsChanged ¶
DisconnectColumnsChanged disconnects a callback from the 'columns-changed' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectColumnsChanged.
func (*TreeView) DisconnectCursorChanged ¶
DisconnectCursorChanged disconnects a callback from the 'cursor-changed' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectCursorChanged.
func (*TreeView) DisconnectExpandCollapseCursorRow ¶
DisconnectExpandCollapseCursorRow disconnects a callback from the 'expand-collapse-cursor-row' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectExpandCollapseCursorRow.
func (*TreeView) DisconnectRowActivated ¶
DisconnectRowActivated disconnects a callback from the 'row-activated' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectRowActivated.
func (*TreeView) DisconnectRowCollapsed ¶
DisconnectRowCollapsed disconnects a callback from the 'row-collapsed' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectRowCollapsed.
func (*TreeView) DisconnectRowExpanded ¶
DisconnectRowExpanded disconnects a callback from the 'row-expanded' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectRowExpanded.
func (*TreeView) DisconnectSelectAll ¶
DisconnectSelectAll disconnects a callback from the 'select-all' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectSelectAll.
func (*TreeView) DisconnectSelectCursorParent ¶
DisconnectSelectCursorParent disconnects a callback from the 'select-cursor-parent' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectSelectCursorParent.
func (*TreeView) DisconnectSelectCursorRow ¶
DisconnectSelectCursorRow disconnects a callback from the 'select-cursor-row' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectSelectCursorRow.
func (*TreeView) DisconnectStartInteractiveSearch ¶
DisconnectStartInteractiveSearch disconnects a callback from the 'start-interactive-search' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectStartInteractiveSearch.
func (*TreeView) DisconnectTestCollapseRow ¶
DisconnectTestCollapseRow disconnects a callback from the 'test-collapse-row' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectTestCollapseRow.
func (*TreeView) DisconnectTestExpandRow ¶
DisconnectTestExpandRow disconnects a callback from the 'test-expand-row' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectTestExpandRow.
func (*TreeView) DisconnectToggleCursorRow ¶
DisconnectToggleCursorRow disconnects a callback from the 'toggle-cursor-row' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectToggleCursorRow.
func (*TreeView) DisconnectUnselectAll ¶
DisconnectUnselectAll disconnects a callback from the 'unselect-all' signal for the TreeView.
The connectionID should be a value returned from a call to ConnectUnselectAll.
func (*TreeView) ExpandAll ¶
func (recv *TreeView) ExpandAll()
ExpandAll is a wrapper around the C function gtk_tree_view_expand_all.
func (*TreeView) GetBinWindow ¶
GetBinWindow is a wrapper around the C function gtk_tree_view_get_bin_window.
func (*TreeView) GetColumn ¶
func (recv *TreeView) GetColumn(n int32) *TreeViewColumn
GetColumn is a wrapper around the C function gtk_tree_view_get_column.
func (*TreeView) GetColumns ¶
GetColumns is a wrapper around the C function gtk_tree_view_get_columns.
func (*TreeView) GetCursor ¶
func (recv *TreeView) GetCursor() (*TreePath, *TreeViewColumn)
GetCursor is a wrapper around the C function gtk_tree_view_get_cursor.
func (*TreeView) GetEnableSearch ¶
GetEnableSearch is a wrapper around the C function gtk_tree_view_get_enable_search.
func (*TreeView) GetExpanderColumn ¶
func (recv *TreeView) GetExpanderColumn() *TreeViewColumn
GetExpanderColumn is a wrapper around the C function gtk_tree_view_get_expander_column.
func (*TreeView) GetHadjustment ¶
func (recv *TreeView) GetHadjustment() *Adjustment
GetHadjustment is a wrapper around the C function gtk_tree_view_get_hadjustment.
func (*TreeView) GetHeadersVisible ¶
GetHeadersVisible is a wrapper around the C function gtk_tree_view_get_headers_visible.
func (*TreeView) GetPathAtPos ¶
func (recv *TreeView) GetPathAtPos(x int32, y int32) (bool, *TreePath, *TreeViewColumn, int32, int32)
GetPathAtPos is a wrapper around the C function gtk_tree_view_get_path_at_pos.
func (*TreeView) GetReorderable ¶
GetReorderable is a wrapper around the C function gtk_tree_view_get_reorderable.
func (*TreeView) GetRulesHint ¶
GetRulesHint is a wrapper around the C function gtk_tree_view_get_rules_hint.
func (*TreeView) GetSearchColumn ¶
GetSearchColumn is a wrapper around the C function gtk_tree_view_get_search_column.
func (*TreeView) GetSelection ¶
func (recv *TreeView) GetSelection() *TreeSelection
GetSelection is a wrapper around the C function gtk_tree_view_get_selection.
func (*TreeView) GetVadjustment ¶
func (recv *TreeView) GetVadjustment() *Adjustment
GetVadjustment is a wrapper around the C function gtk_tree_view_get_vadjustment.
func (*TreeView) ImplementorIface ¶
func (recv *TreeView) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by TreeView
func (*TreeView) InitiallyUnowned ¶
func (recv *TreeView) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*TreeView) InsertColumn ¶
func (recv *TreeView) InsertColumn(column *TreeViewColumn, position int32) int32
InsertColumn is a wrapper around the C function gtk_tree_view_insert_column.
func (*TreeView) MoveColumnAfter ¶
func (recv *TreeView) MoveColumnAfter(column *TreeViewColumn, baseColumn *TreeViewColumn)
MoveColumnAfter is a wrapper around the C function gtk_tree_view_move_column_after.
func (*TreeView) RemoveColumn ¶
func (recv *TreeView) RemoveColumn(column *TreeViewColumn) int32
RemoveColumn is a wrapper around the C function gtk_tree_view_remove_column.
func (*TreeView) RowActivated ¶
func (recv *TreeView) RowActivated(path *TreePath, column *TreeViewColumn)
RowActivated is a wrapper around the C function gtk_tree_view_row_activated.
func (*TreeView) RowExpanded ¶
RowExpanded is a wrapper around the C function gtk_tree_view_row_expanded.
func (*TreeView) ScrollToCell ¶
func (recv *TreeView) ScrollToCell(path *TreePath, column *TreeViewColumn, useAlign bool, rowAlign float32, colAlign float32)
ScrollToCell is a wrapper around the C function gtk_tree_view_scroll_to_cell.
func (*TreeView) ScrollToPoint ¶
ScrollToPoint is a wrapper around the C function gtk_tree_view_scroll_to_point.
func (*TreeView) Scrollable ¶
func (recv *TreeView) Scrollable() *Scrollable
Scrollable returns the Scrollable interface implemented by TreeView
func (*TreeView) SetCursor ¶
func (recv *TreeView) SetCursor(path *TreePath, focusColumn *TreeViewColumn, startEditing bool)
SetCursor is a wrapper around the C function gtk_tree_view_set_cursor.
func (*TreeView) SetDragDestRow ¶
func (recv *TreeView) SetDragDestRow(path *TreePath, pos TreeViewDropPosition)
SetDragDestRow is a wrapper around the C function gtk_tree_view_set_drag_dest_row.
func (*TreeView) SetEnableSearch ¶
SetEnableSearch is a wrapper around the C function gtk_tree_view_set_enable_search.
func (*TreeView) SetExpanderColumn ¶
func (recv *TreeView) SetExpanderColumn(column *TreeViewColumn)
SetExpanderColumn is a wrapper around the C function gtk_tree_view_set_expander_column.
func (*TreeView) SetHadjustment ¶
func (recv *TreeView) SetHadjustment(adjustment *Adjustment)
SetHadjustment is a wrapper around the C function gtk_tree_view_set_hadjustment.
func (*TreeView) SetHeadersClickable ¶
SetHeadersClickable is a wrapper around the C function gtk_tree_view_set_headers_clickable.
func (*TreeView) SetHeadersVisible ¶
SetHeadersVisible is a wrapper around the C function gtk_tree_view_set_headers_visible.
func (*TreeView) SetReorderable ¶
SetReorderable is a wrapper around the C function gtk_tree_view_set_reorderable.
func (*TreeView) SetRulesHint ¶
SetRulesHint is a wrapper around the C function gtk_tree_view_set_rules_hint.
func (*TreeView) SetSearchColumn ¶
SetSearchColumn is a wrapper around the C function gtk_tree_view_set_search_column.
func (*TreeView) SetVadjustment ¶
func (recv *TreeView) SetVadjustment(adjustment *Adjustment)
SetVadjustment is a wrapper around the C function gtk_tree_view_set_vadjustment.
func (*TreeView) UnsetRowsDragDest ¶
func (recv *TreeView) UnsetRowsDragDest()
UnsetRowsDragDest is a wrapper around the C function gtk_tree_view_unset_rows_drag_dest.
func (*TreeView) UnsetRowsDragSource ¶
func (recv *TreeView) UnsetRowsDragSource()
UnsetRowsDragSource is a wrapper around the C function gtk_tree_view_unset_rows_drag_source.
type TreeViewAccessible ¶
type TreeViewAccessible struct {
// contains filtered or unexported fields
}
TreeViewAccessible is a wrapper around the C record GtkTreeViewAccessible.
func CastToTreeViewAccessible ¶
func CastToTreeViewAccessible(object *gobject.Object) *TreeViewAccessible
CastToWidget down casts any arbitary Object to TreeViewAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a TreeViewAccessible.
func TreeViewAccessibleNewFromC ¶
func TreeViewAccessibleNewFromC(u unsafe.Pointer) *TreeViewAccessible
func (*TreeViewAccessible) Accessible ¶
func (recv *TreeViewAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*TreeViewAccessible) CellAccessibleParent ¶
func (recv *TreeViewAccessible) CellAccessibleParent() *CellAccessibleParent
CellAccessibleParent returns the CellAccessibleParent interface implemented by TreeViewAccessible
func (*TreeViewAccessible) Component ¶
func (recv *TreeViewAccessible) Component() *atk.Component
Component returns the Component interface implemented by TreeViewAccessible
func (*TreeViewAccessible) ContainerAccessible ¶
func (recv *TreeViewAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*TreeViewAccessible) Object ¶
func (recv *TreeViewAccessible) Object() *atk.Object
Object upcasts to *Object
func (*TreeViewAccessible) Selection ¶
func (recv *TreeViewAccessible) Selection() *atk.Selection
Selection returns the Selection interface implemented by TreeViewAccessible
func (*TreeViewAccessible) Table ¶
func (recv *TreeViewAccessible) Table() *atk.Table
Table returns the Table interface implemented by TreeViewAccessible
func (*TreeViewAccessible) ToC ¶
func (recv *TreeViewAccessible) ToC() unsafe.Pointer
func (*TreeViewAccessible) WidgetAccessible ¶
func (recv *TreeViewAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
type TreeViewAccessibleClass ¶
type TreeViewAccessibleClass struct {
// contains filtered or unexported fields
}
TreeViewAccessibleClass is a wrapper around the C record GtkTreeViewAccessibleClass.
func TreeViewAccessibleClassNewFromC ¶
func TreeViewAccessibleClassNewFromC(u unsafe.Pointer) *TreeViewAccessibleClass
func (*TreeViewAccessibleClass) ToC ¶
func (recv *TreeViewAccessibleClass) ToC() unsafe.Pointer
type TreeViewAccessiblePrivate ¶
type TreeViewAccessiblePrivate struct {
// contains filtered or unexported fields
}
TreeViewAccessiblePrivate is a wrapper around the C record GtkTreeViewAccessiblePrivate.
func TreeViewAccessiblePrivateNewFromC ¶
func TreeViewAccessiblePrivateNewFromC(u unsafe.Pointer) *TreeViewAccessiblePrivate
func (*TreeViewAccessiblePrivate) ToC ¶
func (recv *TreeViewAccessiblePrivate) ToC() unsafe.Pointer
type TreeViewClass ¶
type TreeViewClass struct {
// contains filtered or unexported fields
}
TreeViewClass is a wrapper around the C record GtkTreeViewClass.
func TreeViewClassNewFromC ¶
func TreeViewClassNewFromC(u unsafe.Pointer) *TreeViewClass
func (*TreeViewClass) ToC ¶
func (recv *TreeViewClass) ToC() unsafe.Pointer
type TreeViewColumn ¶
type TreeViewColumn struct {
// contains filtered or unexported fields
}
TreeViewColumn is a wrapper around the C record GtkTreeViewColumn.
func CastToTreeViewColumn ¶
func CastToTreeViewColumn(object *gobject.Object) *TreeViewColumn
CastToWidget down casts any arbitary Object to TreeViewColumn. Exercise care, as this is a potentially dangerous function if the Object is not a TreeViewColumn.
func TreeViewColumnNew ¶
func TreeViewColumnNew() *TreeViewColumn
TreeViewColumnNew is a wrapper around the C function gtk_tree_view_column_new.
func TreeViewColumnNewFromC ¶
func TreeViewColumnNewFromC(u unsafe.Pointer) *TreeViewColumn
func (*TreeViewColumn) AddAttribute ¶
func (recv *TreeViewColumn) AddAttribute(cellRenderer *CellRenderer, attribute string, column int32)
AddAttribute is a wrapper around the C function gtk_tree_view_column_add_attribute.
func (*TreeViewColumn) Buildable ¶
func (recv *TreeViewColumn) Buildable() *Buildable
Buildable returns the Buildable interface implemented by TreeViewColumn
func (*TreeViewColumn) CellGetPosition ¶
func (recv *TreeViewColumn) CellGetPosition(cellRenderer *CellRenderer) (bool, int32, int32)
CellGetPosition is a wrapper around the C function gtk_tree_view_column_cell_get_position.
func (*TreeViewColumn) CellIsVisible ¶
func (recv *TreeViewColumn) CellIsVisible() bool
CellIsVisible is a wrapper around the C function gtk_tree_view_column_cell_is_visible.
func (*TreeViewColumn) CellLayout ¶
func (recv *TreeViewColumn) CellLayout() *CellLayout
CellLayout returns the CellLayout interface implemented by TreeViewColumn
func (*TreeViewColumn) CellSetCellData ¶
func (recv *TreeViewColumn) CellSetCellData(treeModel *TreeModel, iter *TreeIter, isExpander bool, isExpanded bool)
CellSetCellData is a wrapper around the C function gtk_tree_view_column_cell_set_cell_data.
func (*TreeViewColumn) Clear ¶
func (recv *TreeViewColumn) Clear()
Clear is a wrapper around the C function gtk_tree_view_column_clear.
func (*TreeViewColumn) ClearAttributes ¶
func (recv *TreeViewColumn) ClearAttributes(cellRenderer *CellRenderer)
ClearAttributes is a wrapper around the C function gtk_tree_view_column_clear_attributes.
func (*TreeViewColumn) Clicked ¶
func (recv *TreeViewColumn) Clicked()
Clicked is a wrapper around the C function gtk_tree_view_column_clicked.
func (*TreeViewColumn) ConnectClicked ¶
func (recv *TreeViewColumn) ConnectClicked(callback TreeViewColumnSignalClickedCallback) int
ConnectClicked connects the callback to the 'clicked' signal for the TreeViewColumn.
The returned value represents the connection, and may be passed to DisconnectClicked to remove it.
func (*TreeViewColumn) DisconnectClicked ¶
func (recv *TreeViewColumn) DisconnectClicked(connectionID int)
DisconnectClicked disconnects a callback from the 'clicked' signal for the TreeViewColumn.
The connectionID should be a value returned from a call to ConnectClicked.
func (*TreeViewColumn) GetAlignment ¶
func (recv *TreeViewColumn) GetAlignment() float32
GetAlignment is a wrapper around the C function gtk_tree_view_column_get_alignment.
func (*TreeViewColumn) GetClickable ¶
func (recv *TreeViewColumn) GetClickable() bool
GetClickable is a wrapper around the C function gtk_tree_view_column_get_clickable.
func (*TreeViewColumn) GetFixedWidth ¶
func (recv *TreeViewColumn) GetFixedWidth() int32
GetFixedWidth is a wrapper around the C function gtk_tree_view_column_get_fixed_width.
func (*TreeViewColumn) GetMaxWidth ¶
func (recv *TreeViewColumn) GetMaxWidth() int32
GetMaxWidth is a wrapper around the C function gtk_tree_view_column_get_max_width.
func (*TreeViewColumn) GetMinWidth ¶
func (recv *TreeViewColumn) GetMinWidth() int32
GetMinWidth is a wrapper around the C function gtk_tree_view_column_get_min_width.
func (*TreeViewColumn) GetReorderable ¶
func (recv *TreeViewColumn) GetReorderable() bool
GetReorderable is a wrapper around the C function gtk_tree_view_column_get_reorderable.
func (*TreeViewColumn) GetResizable ¶
func (recv *TreeViewColumn) GetResizable() bool
GetResizable is a wrapper around the C function gtk_tree_view_column_get_resizable.
func (*TreeViewColumn) GetSizing ¶
func (recv *TreeViewColumn) GetSizing() TreeViewColumnSizing
GetSizing is a wrapper around the C function gtk_tree_view_column_get_sizing.
func (*TreeViewColumn) GetSortColumnId ¶
func (recv *TreeViewColumn) GetSortColumnId() int32
GetSortColumnId is a wrapper around the C function gtk_tree_view_column_get_sort_column_id.
func (*TreeViewColumn) GetSortIndicator ¶
func (recv *TreeViewColumn) GetSortIndicator() bool
GetSortIndicator is a wrapper around the C function gtk_tree_view_column_get_sort_indicator.
func (*TreeViewColumn) GetSortOrder ¶
func (recv *TreeViewColumn) GetSortOrder() SortType
GetSortOrder is a wrapper around the C function gtk_tree_view_column_get_sort_order.
func (*TreeViewColumn) GetSpacing ¶
func (recv *TreeViewColumn) GetSpacing() int32
GetSpacing is a wrapper around the C function gtk_tree_view_column_get_spacing.
func (*TreeViewColumn) GetTitle ¶
func (recv *TreeViewColumn) GetTitle() string
GetTitle is a wrapper around the C function gtk_tree_view_column_get_title.
func (*TreeViewColumn) GetVisible ¶
func (recv *TreeViewColumn) GetVisible() bool
GetVisible is a wrapper around the C function gtk_tree_view_column_get_visible.
func (*TreeViewColumn) GetWidget ¶
func (recv *TreeViewColumn) GetWidget() *Widget
GetWidget is a wrapper around the C function gtk_tree_view_column_get_widget.
func (*TreeViewColumn) GetWidth ¶
func (recv *TreeViewColumn) GetWidth() int32
GetWidth is a wrapper around the C function gtk_tree_view_column_get_width.
func (*TreeViewColumn) InitiallyUnowned ¶
func (recv *TreeViewColumn) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*TreeViewColumn) Object ¶
func (recv *TreeViewColumn) Object() *gobject.Object
Object upcasts to *Object
func (*TreeViewColumn) PackEnd ¶
func (recv *TreeViewColumn) PackEnd(cell *CellRenderer, expand bool)
PackEnd is a wrapper around the C function gtk_tree_view_column_pack_end.
func (*TreeViewColumn) PackStart ¶
func (recv *TreeViewColumn) PackStart(cell *CellRenderer, expand bool)
PackStart is a wrapper around the C function gtk_tree_view_column_pack_start.
func (*TreeViewColumn) SetAlignment ¶
func (recv *TreeViewColumn) SetAlignment(xalign float32)
SetAlignment is a wrapper around the C function gtk_tree_view_column_set_alignment.
func (*TreeViewColumn) SetClickable ¶
func (recv *TreeViewColumn) SetClickable(clickable bool)
SetClickable is a wrapper around the C function gtk_tree_view_column_set_clickable.
func (*TreeViewColumn) SetFixedWidth ¶
func (recv *TreeViewColumn) SetFixedWidth(fixedWidth int32)
SetFixedWidth is a wrapper around the C function gtk_tree_view_column_set_fixed_width.
func (*TreeViewColumn) SetMaxWidth ¶
func (recv *TreeViewColumn) SetMaxWidth(maxWidth int32)
SetMaxWidth is a wrapper around the C function gtk_tree_view_column_set_max_width.
func (*TreeViewColumn) SetMinWidth ¶
func (recv *TreeViewColumn) SetMinWidth(minWidth int32)
SetMinWidth is a wrapper around the C function gtk_tree_view_column_set_min_width.
func (*TreeViewColumn) SetReorderable ¶
func (recv *TreeViewColumn) SetReorderable(reorderable bool)
SetReorderable is a wrapper around the C function gtk_tree_view_column_set_reorderable.
func (*TreeViewColumn) SetResizable ¶
func (recv *TreeViewColumn) SetResizable(resizable bool)
SetResizable is a wrapper around the C function gtk_tree_view_column_set_resizable.
func (*TreeViewColumn) SetSizing ¶
func (recv *TreeViewColumn) SetSizing(type_ TreeViewColumnSizing)
SetSizing is a wrapper around the C function gtk_tree_view_column_set_sizing.
func (*TreeViewColumn) SetSortColumnId ¶
func (recv *TreeViewColumn) SetSortColumnId(sortColumnId int32)
SetSortColumnId is a wrapper around the C function gtk_tree_view_column_set_sort_column_id.
func (*TreeViewColumn) SetSortIndicator ¶
func (recv *TreeViewColumn) SetSortIndicator(setting bool)
SetSortIndicator is a wrapper around the C function gtk_tree_view_column_set_sort_indicator.
func (*TreeViewColumn) SetSortOrder ¶
func (recv *TreeViewColumn) SetSortOrder(order SortType)
SetSortOrder is a wrapper around the C function gtk_tree_view_column_set_sort_order.
func (*TreeViewColumn) SetSpacing ¶
func (recv *TreeViewColumn) SetSpacing(spacing int32)
SetSpacing is a wrapper around the C function gtk_tree_view_column_set_spacing.
func (*TreeViewColumn) SetTitle ¶
func (recv *TreeViewColumn) SetTitle(title string)
SetTitle is a wrapper around the C function gtk_tree_view_column_set_title.
func (*TreeViewColumn) SetVisible ¶
func (recv *TreeViewColumn) SetVisible(visible bool)
SetVisible is a wrapper around the C function gtk_tree_view_column_set_visible.
func (*TreeViewColumn) SetWidget ¶
func (recv *TreeViewColumn) SetWidget(widget *Widget)
SetWidget is a wrapper around the C function gtk_tree_view_column_set_widget.
func (*TreeViewColumn) ToC ¶
func (recv *TreeViewColumn) ToC() unsafe.Pointer
type TreeViewColumnClass ¶
type TreeViewColumnClass struct {
// contains filtered or unexported fields
}
TreeViewColumnClass is a wrapper around the C record GtkTreeViewColumnClass.
func TreeViewColumnClassNewFromC ¶
func TreeViewColumnClassNewFromC(u unsafe.Pointer) *TreeViewColumnClass
func (*TreeViewColumnClass) ToC ¶
func (recv *TreeViewColumnClass) ToC() unsafe.Pointer
type TreeViewColumnPrivate ¶
type TreeViewColumnPrivate struct {
// contains filtered or unexported fields
}
TreeViewColumnPrivate is a wrapper around the C record GtkTreeViewColumnPrivate.
func TreeViewColumnPrivateNewFromC ¶
func TreeViewColumnPrivateNewFromC(u unsafe.Pointer) *TreeViewColumnPrivate
func (*TreeViewColumnPrivate) ToC ¶
func (recv *TreeViewColumnPrivate) ToC() unsafe.Pointer
type TreeViewColumnSignalClickedCallback ¶
type TreeViewColumnSignalClickedCallback func()
TreeViewColumnSignalClickedCallback is a callback function for a 'clicked' signal emitted from a TreeViewColumn.
type TreeViewColumnSizing ¶
type TreeViewColumnSizing C.GtkTreeViewColumnSizing
const ( GTK_TREE_VIEW_COLUMN_GROW_ONLY TreeViewColumnSizing = 0 GTK_TREE_VIEW_COLUMN_AUTOSIZE TreeViewColumnSizing = 1 GTK_TREE_VIEW_COLUMN_FIXED TreeViewColumnSizing = 2 )
type TreeViewDropPosition ¶
type TreeViewDropPosition C.GtkTreeViewDropPosition
const ( GTK_TREE_VIEW_DROP_BEFORE TreeViewDropPosition = 0 GTK_TREE_VIEW_DROP_AFTER TreeViewDropPosition = 1 GTK_TREE_VIEW_DROP_INTO_OR_BEFORE TreeViewDropPosition = 2 GTK_TREE_VIEW_DROP_INTO_OR_AFTER TreeViewDropPosition = 3 )
type TreeViewGridLines ¶
type TreeViewGridLines C.GtkTreeViewGridLines
const ( GTK_TREE_VIEW_GRID_LINES_NONE TreeViewGridLines = 0 GTK_TREE_VIEW_GRID_LINES_HORIZONTAL TreeViewGridLines = 1 GTK_TREE_VIEW_GRID_LINES_VERTICAL TreeViewGridLines = 2 GTK_TREE_VIEW_GRID_LINES_BOTH TreeViewGridLines = 3 )
type TreeViewPrivate ¶
type TreeViewPrivate struct {
// contains filtered or unexported fields
}
TreeViewPrivate is a wrapper around the C record GtkTreeViewPrivate.
func TreeViewPrivateNewFromC ¶
func TreeViewPrivateNewFromC(u unsafe.Pointer) *TreeViewPrivate
func (*TreeViewPrivate) ToC ¶
func (recv *TreeViewPrivate) ToC() unsafe.Pointer
type TreeViewSignalColumnsChangedCallback ¶
type TreeViewSignalColumnsChangedCallback func()
TreeViewSignalColumnsChangedCallback is a callback function for a 'columns-changed' signal emitted from a TreeView.
type TreeViewSignalCursorChangedCallback ¶
type TreeViewSignalCursorChangedCallback func()
TreeViewSignalCursorChangedCallback is a callback function for a 'cursor-changed' signal emitted from a TreeView.
type TreeViewSignalExpandCollapseCursorRowCallback ¶
TreeViewSignalExpandCollapseCursorRowCallback is a callback function for a 'expand-collapse-cursor-row' signal emitted from a TreeView.
type TreeViewSignalRowActivatedCallback ¶
type TreeViewSignalRowActivatedCallback func(path *TreePath, column *TreeViewColumn)
TreeViewSignalRowActivatedCallback is a callback function for a 'row-activated' signal emitted from a TreeView.
type TreeViewSignalRowCollapsedCallback ¶
TreeViewSignalRowCollapsedCallback is a callback function for a 'row-collapsed' signal emitted from a TreeView.
type TreeViewSignalRowExpandedCallback ¶
TreeViewSignalRowExpandedCallback is a callback function for a 'row-expanded' signal emitted from a TreeView.
type TreeViewSignalSelectAllCallback ¶
type TreeViewSignalSelectAllCallback func() bool
TreeViewSignalSelectAllCallback is a callback function for a 'select-all' signal emitted from a TreeView.
type TreeViewSignalSelectCursorParentCallback ¶
type TreeViewSignalSelectCursorParentCallback func() bool
TreeViewSignalSelectCursorParentCallback is a callback function for a 'select-cursor-parent' signal emitted from a TreeView.
type TreeViewSignalSelectCursorRowCallback ¶
TreeViewSignalSelectCursorRowCallback is a callback function for a 'select-cursor-row' signal emitted from a TreeView.
type TreeViewSignalStartInteractiveSearchCallback ¶
type TreeViewSignalStartInteractiveSearchCallback func() bool
TreeViewSignalStartInteractiveSearchCallback is a callback function for a 'start-interactive-search' signal emitted from a TreeView.
type TreeViewSignalTestCollapseRowCallback ¶
TreeViewSignalTestCollapseRowCallback is a callback function for a 'test-collapse-row' signal emitted from a TreeView.
type TreeViewSignalTestExpandRowCallback ¶
TreeViewSignalTestExpandRowCallback is a callback function for a 'test-expand-row' signal emitted from a TreeView.
type TreeViewSignalToggleCursorRowCallback ¶
type TreeViewSignalToggleCursorRowCallback func() bool
TreeViewSignalToggleCursorRowCallback is a callback function for a 'toggle-cursor-row' signal emitted from a TreeView.
type TreeViewSignalUnselectAllCallback ¶
type TreeViewSignalUnselectAllCallback func() bool
TreeViewSignalUnselectAllCallback is a callback function for a 'unselect-all' signal emitted from a TreeView.
type UIManager ¶
type UIManager struct {
// contains filtered or unexported fields
}
UIManager is a wrapper around the C record GtkUIManager.
func CastToUIManager ¶
CastToWidget down casts any arbitary Object to UIManager. Exercise care, as this is a potentially dangerous function if the Object is not a UIManager.
func UIManagerNewFromC ¶
type UIManagerClass ¶
type UIManagerClass struct {
// contains filtered or unexported fields
}
UIManagerClass is a wrapper around the C record GtkUIManagerClass.
func UIManagerClassNewFromC ¶
func UIManagerClassNewFromC(u unsafe.Pointer) *UIManagerClass
func (*UIManagerClass) ToC ¶
func (recv *UIManagerClass) ToC() unsafe.Pointer
type UIManagerItemType ¶
type UIManagerItemType C.GtkUIManagerItemType
const ( GTK_UI_MANAGER_AUTO UIManagerItemType = 0 GTK_UI_MANAGER_MENUBAR UIManagerItemType = 1 GTK_UI_MANAGER_MENU UIManagerItemType = 2 GTK_UI_MANAGER_TOOLBAR UIManagerItemType = 4 GTK_UI_MANAGER_PLACEHOLDER UIManagerItemType = 8 GTK_UI_MANAGER_POPUP UIManagerItemType = 16 GTK_UI_MANAGER_MENUITEM UIManagerItemType = 32 GTK_UI_MANAGER_TOOLITEM UIManagerItemType = 64 GTK_UI_MANAGER_SEPARATOR UIManagerItemType = 128 GTK_UI_MANAGER_ACCELERATOR UIManagerItemType = 256 GTK_UI_MANAGER_POPUP_WITH_ACCELS UIManagerItemType = 512 )
type UIManagerPrivate ¶
type UIManagerPrivate struct {
// contains filtered or unexported fields
}
UIManagerPrivate is a wrapper around the C record GtkUIManagerPrivate.
func UIManagerPrivateNewFromC ¶
func UIManagerPrivateNewFromC(u unsafe.Pointer) *UIManagerPrivate
func (*UIManagerPrivate) ToC ¶
func (recv *UIManagerPrivate) ToC() unsafe.Pointer
type VBox ¶
type VBox struct {
// contains filtered or unexported fields
}
VBox is a wrapper around the C record GtkVBox.
func CastToVBox ¶
CastToWidget down casts any arbitary Object to VBox. Exercise care, as this is a potentially dangerous function if the Object is not a VBox.
func VBoxNewFromC ¶
func (*VBox) ImplementorIface ¶
func (recv *VBox) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by VBox
func (*VBox) InitiallyUnowned ¶
func (recv *VBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*VBox) Orientable ¶
func (recv *VBox) Orientable() *Orientable
Orientable returns the Orientable interface implemented by VBox
type VBoxClass ¶
type VBoxClass struct {
// contains filtered or unexported fields
}
VBoxClass is a wrapper around the C record GtkVBoxClass.
func VBoxClassNewFromC ¶
type VButtonBox ¶
type VButtonBox struct {
// contains filtered or unexported fields
}
VButtonBox is a wrapper around the C record GtkVButtonBox.
func CastToVButtonBox ¶
func CastToVButtonBox(object *gobject.Object) *VButtonBox
CastToWidget down casts any arbitary Object to VButtonBox. Exercise care, as this is a potentially dangerous function if the Object is not a VButtonBox.
func VButtonBoxNew ¶
func VButtonBoxNew() *VButtonBox
VButtonBoxNew is a wrapper around the C function gtk_vbutton_box_new.
func VButtonBoxNewFromC ¶
func VButtonBoxNewFromC(u unsafe.Pointer) *VButtonBox
func (*VButtonBox) Buildable ¶
func (recv *VButtonBox) Buildable() *Buildable
Buildable returns the Buildable interface implemented by VButtonBox
func (*VButtonBox) ButtonBox ¶
func (recv *VButtonBox) ButtonBox() *ButtonBox
ButtonBox upcasts to *ButtonBox
func (*VButtonBox) Container ¶
func (recv *VButtonBox) Container() *Container
Container upcasts to *Container
func (*VButtonBox) ImplementorIface ¶
func (recv *VButtonBox) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by VButtonBox
func (*VButtonBox) InitiallyUnowned ¶
func (recv *VButtonBox) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*VButtonBox) Object ¶
func (recv *VButtonBox) Object() *gobject.Object
Object upcasts to *Object
func (*VButtonBox) Orientable ¶
func (recv *VButtonBox) Orientable() *Orientable
Orientable returns the Orientable interface implemented by VButtonBox
func (*VButtonBox) ToC ¶
func (recv *VButtonBox) ToC() unsafe.Pointer
type VButtonBoxClass ¶
type VButtonBoxClass struct {
// contains filtered or unexported fields
}
VButtonBoxClass is a wrapper around the C record GtkVButtonBoxClass.
func VButtonBoxClassNewFromC ¶
func VButtonBoxClassNewFromC(u unsafe.Pointer) *VButtonBoxClass
func (*VButtonBoxClass) ToC ¶
func (recv *VButtonBoxClass) ToC() unsafe.Pointer
type VPaned ¶
type VPaned struct {
// contains filtered or unexported fields
}
VPaned is a wrapper around the C record GtkVPaned.
func CastToVPaned ¶
CastToWidget down casts any arbitary Object to VPaned. Exercise care, as this is a potentially dangerous function if the Object is not a VPaned.
func VPanedNew ¶
func VPanedNew() *VPaned
VPanedNew is a wrapper around the C function gtk_vpaned_new.
func VPanedNewFromC ¶
func (*VPaned) ImplementorIface ¶
func (recv *VPaned) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by VPaned
func (*VPaned) InitiallyUnowned ¶
func (recv *VPaned) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*VPaned) Orientable ¶
func (recv *VPaned) Orientable() *Orientable
Orientable returns the Orientable interface implemented by VPaned
type VPanedClass ¶
type VPanedClass struct {
// contains filtered or unexported fields
}
VPanedClass is a wrapper around the C record GtkVPanedClass.
func VPanedClassNewFromC ¶
func VPanedClassNewFromC(u unsafe.Pointer) *VPanedClass
func (*VPanedClass) ToC ¶
func (recv *VPanedClass) ToC() unsafe.Pointer
type VScale ¶
type VScale struct {
// contains filtered or unexported fields
}
VScale is a wrapper around the C record GtkVScale.
func CastToVScale ¶
CastToWidget down casts any arbitary Object to VScale. Exercise care, as this is a potentially dangerous function if the Object is not a VScale.
func VScaleNew ¶
func VScaleNew(adjustment *Adjustment) *VScale
VScaleNew is a wrapper around the C function gtk_vscale_new.
func VScaleNewFromC ¶
func VScaleNewWithRange ¶
VScaleNewWithRange is a wrapper around the C function gtk_vscale_new_with_range.
func (*VScale) ImplementorIface ¶
func (recv *VScale) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by VScale
func (*VScale) InitiallyUnowned ¶
func (recv *VScale) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*VScale) Orientable ¶
func (recv *VScale) Orientable() *Orientable
Orientable returns the Orientable interface implemented by VScale
type VScaleClass ¶
type VScaleClass struct {
// contains filtered or unexported fields
}
VScaleClass is a wrapper around the C record GtkVScaleClass.
func VScaleClassNewFromC ¶
func VScaleClassNewFromC(u unsafe.Pointer) *VScaleClass
func (*VScaleClass) ToC ¶
func (recv *VScaleClass) ToC() unsafe.Pointer
type VScrollbar ¶
type VScrollbar struct {
// contains filtered or unexported fields
}
VScrollbar is a wrapper around the C record GtkVScrollbar.
func CastToVScrollbar ¶
func CastToVScrollbar(object *gobject.Object) *VScrollbar
CastToWidget down casts any arbitary Object to VScrollbar. Exercise care, as this is a potentially dangerous function if the Object is not a VScrollbar.
func VScrollbarNew ¶
func VScrollbarNew(adjustment *Adjustment) *VScrollbar
VScrollbarNew is a wrapper around the C function gtk_vscrollbar_new.
func VScrollbarNewFromC ¶
func VScrollbarNewFromC(u unsafe.Pointer) *VScrollbar
func (*VScrollbar) Buildable ¶
func (recv *VScrollbar) Buildable() *Buildable
Buildable returns the Buildable interface implemented by VScrollbar
func (*VScrollbar) ImplementorIface ¶
func (recv *VScrollbar) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by VScrollbar
func (*VScrollbar) InitiallyUnowned ¶
func (recv *VScrollbar) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*VScrollbar) Object ¶
func (recv *VScrollbar) Object() *gobject.Object
Object upcasts to *Object
func (*VScrollbar) Orientable ¶
func (recv *VScrollbar) Orientable() *Orientable
Orientable returns the Orientable interface implemented by VScrollbar
func (*VScrollbar) Scrollbar ¶
func (recv *VScrollbar) Scrollbar() *Scrollbar
Scrollbar upcasts to *Scrollbar
func (*VScrollbar) ToC ¶
func (recv *VScrollbar) ToC() unsafe.Pointer
type VScrollbarClass ¶
type VScrollbarClass struct {
// contains filtered or unexported fields
}
VScrollbarClass is a wrapper around the C record GtkVScrollbarClass.
func VScrollbarClassNewFromC ¶
func VScrollbarClassNewFromC(u unsafe.Pointer) *VScrollbarClass
func (*VScrollbarClass) ToC ¶
func (recv *VScrollbarClass) ToC() unsafe.Pointer
type VSeparator ¶
type VSeparator struct {
// contains filtered or unexported fields
}
VSeparator is a wrapper around the C record GtkVSeparator.
func CastToVSeparator ¶
func CastToVSeparator(object *gobject.Object) *VSeparator
CastToWidget down casts any arbitary Object to VSeparator. Exercise care, as this is a potentially dangerous function if the Object is not a VSeparator.
func VSeparatorNew ¶
func VSeparatorNew() *VSeparator
VSeparatorNew is a wrapper around the C function gtk_vseparator_new.
func VSeparatorNewFromC ¶
func VSeparatorNewFromC(u unsafe.Pointer) *VSeparator
func (*VSeparator) Buildable ¶
func (recv *VSeparator) Buildable() *Buildable
Buildable returns the Buildable interface implemented by VSeparator
func (*VSeparator) ImplementorIface ¶
func (recv *VSeparator) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by VSeparator
func (*VSeparator) InitiallyUnowned ¶
func (recv *VSeparator) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*VSeparator) Object ¶
func (recv *VSeparator) Object() *gobject.Object
Object upcasts to *Object
func (*VSeparator) Orientable ¶
func (recv *VSeparator) Orientable() *Orientable
Orientable returns the Orientable interface implemented by VSeparator
func (*VSeparator) Separator ¶
func (recv *VSeparator) Separator() *Separator
Separator upcasts to *Separator
func (*VSeparator) ToC ¶
func (recv *VSeparator) ToC() unsafe.Pointer
type VSeparatorClass ¶
type VSeparatorClass struct {
// contains filtered or unexported fields
}
VSeparatorClass is a wrapper around the C record GtkVSeparatorClass.
func VSeparatorClassNewFromC ¶
func VSeparatorClassNewFromC(u unsafe.Pointer) *VSeparatorClass
func (*VSeparatorClass) ToC ¶
func (recv *VSeparatorClass) ToC() unsafe.Pointer
type Viewport ¶
type Viewport struct {
// contains filtered or unexported fields
}
Viewport is a wrapper around the C record GtkViewport.
func CastToViewport ¶
CastToWidget down casts any arbitary Object to Viewport. Exercise care, as this is a potentially dangerous function if the Object is not a Viewport.
func ViewportNew ¶
func ViewportNew(hadjustment *Adjustment, vadjustment *Adjustment) *Viewport
ViewportNew is a wrapper around the C function gtk_viewport_new.
func ViewportNewFromC ¶
func (*Viewport) GetHadjustment ¶
func (recv *Viewport) GetHadjustment() *Adjustment
GetHadjustment is a wrapper around the C function gtk_viewport_get_hadjustment.
func (*Viewport) GetShadowType ¶
func (recv *Viewport) GetShadowType() ShadowType
GetShadowType is a wrapper around the C function gtk_viewport_get_shadow_type.
func (*Viewport) GetVadjustment ¶
func (recv *Viewport) GetVadjustment() *Adjustment
GetVadjustment is a wrapper around the C function gtk_viewport_get_vadjustment.
func (*Viewport) ImplementorIface ¶
func (recv *Viewport) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Viewport
func (*Viewport) InitiallyUnowned ¶
func (recv *Viewport) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Viewport) Scrollable ¶
func (recv *Viewport) Scrollable() *Scrollable
Scrollable returns the Scrollable interface implemented by Viewport
func (*Viewport) SetHadjustment ¶
func (recv *Viewport) SetHadjustment(adjustment *Adjustment)
SetHadjustment is a wrapper around the C function gtk_viewport_set_hadjustment.
func (*Viewport) SetShadowType ¶
func (recv *Viewport) SetShadowType(type_ ShadowType)
SetShadowType is a wrapper around the C function gtk_viewport_set_shadow_type.
func (*Viewport) SetVadjustment ¶
func (recv *Viewport) SetVadjustment(adjustment *Adjustment)
SetVadjustment is a wrapper around the C function gtk_viewport_set_vadjustment.
type ViewportClass ¶
type ViewportClass struct {
// contains filtered or unexported fields
}
ViewportClass is a wrapper around the C record GtkViewportClass.
func ViewportClassNewFromC ¶
func ViewportClassNewFromC(u unsafe.Pointer) *ViewportClass
func (*ViewportClass) ToC ¶
func (recv *ViewportClass) ToC() unsafe.Pointer
type ViewportPrivate ¶
type ViewportPrivate struct {
// contains filtered or unexported fields
}
ViewportPrivate is a wrapper around the C record GtkViewportPrivate.
func ViewportPrivateNewFromC ¶
func ViewportPrivateNewFromC(u unsafe.Pointer) *ViewportPrivate
func (*ViewportPrivate) ToC ¶
func (recv *ViewportPrivate) ToC() unsafe.Pointer
type VolumeButton ¶
type VolumeButton struct {
// contains filtered or unexported fields
}
VolumeButton is a wrapper around the C record GtkVolumeButton.
func CastToVolumeButton ¶
func CastToVolumeButton(object *gobject.Object) *VolumeButton
CastToWidget down casts any arbitary Object to VolumeButton. Exercise care, as this is a potentially dangerous function if the Object is not a VolumeButton.
func VolumeButtonNewFromC ¶
func VolumeButtonNewFromC(u unsafe.Pointer) *VolumeButton
func (*VolumeButton) Actionable ¶
func (recv *VolumeButton) Actionable() *Actionable
Actionable returns the Actionable interface implemented by VolumeButton
func (*VolumeButton) Activatable ¶
func (recv *VolumeButton) Activatable() *Activatable
Activatable returns the Activatable interface implemented by VolumeButton
func (*VolumeButton) Buildable ¶
func (recv *VolumeButton) Buildable() *Buildable
Buildable returns the Buildable interface implemented by VolumeButton
func (*VolumeButton) Container ¶
func (recv *VolumeButton) Container() *Container
Container upcasts to *Container
func (*VolumeButton) ImplementorIface ¶
func (recv *VolumeButton) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by VolumeButton
func (*VolumeButton) InitiallyUnowned ¶
func (recv *VolumeButton) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*VolumeButton) Object ¶
func (recv *VolumeButton) Object() *gobject.Object
Object upcasts to *Object
func (*VolumeButton) Orientable ¶
func (recv *VolumeButton) Orientable() *Orientable
Orientable returns the Orientable interface implemented by VolumeButton
func (*VolumeButton) ScaleButton ¶
func (recv *VolumeButton) ScaleButton() *ScaleButton
ScaleButton upcasts to *ScaleButton
func (*VolumeButton) ToC ¶
func (recv *VolumeButton) ToC() unsafe.Pointer
type VolumeButtonClass ¶
type VolumeButtonClass struct {
// contains filtered or unexported fields
}
VolumeButtonClass is a wrapper around the C record GtkVolumeButtonClass.
func VolumeButtonClassNewFromC ¶
func VolumeButtonClassNewFromC(u unsafe.Pointer) *VolumeButtonClass
func (*VolumeButtonClass) ToC ¶
func (recv *VolumeButtonClass) ToC() unsafe.Pointer
type Widget ¶
type Widget struct {
// contains filtered or unexported fields
}
Widget is a wrapper around the C record GtkWidget.
func CastToWidget ¶
CastToWidget down casts any arbitary Object to Widget. Exercise care, as this is a potentially dangerous function if the Object is not a Widget.
func DragGetSourceWidget ¶
func DragGetSourceWidget(context *gdk.DragContext) *Widget
DragGetSourceWidget is a wrapper around the C function gtk_drag_get_source_widget.
func GrabGetCurrent ¶
func GrabGetCurrent() *Widget
GrabGetCurrent is a wrapper around the C function gtk_grab_get_current.
func WidgetNewFromC ¶
func (*Widget) AddAccelerator ¶
func (recv *Widget) AddAccelerator(accelSignal string, accelGroup *AccelGroup, accelKey uint32, accelMods gdk.ModifierType, accelFlags AccelFlags)
AddAccelerator is a wrapper around the C function gtk_widget_add_accelerator.
func (*Widget) ChildFocus ¶
func (recv *Widget) ChildFocus(direction DirectionType) bool
ChildFocus is a wrapper around the C function gtk_widget_child_focus.
func (*Widget) ChildNotify ¶
ChildNotify is a wrapper around the C function gtk_widget_child_notify.
func (*Widget) ComputeExpand ¶
func (recv *Widget) ComputeExpand(orientation Orientation) bool
ComputeExpand is a wrapper around the C function gtk_widget_compute_expand.
func (*Widget) ConnectAccelClosuresChanged ¶
func (recv *Widget) ConnectAccelClosuresChanged(callback WidgetSignalAccelClosuresChangedCallback) int
ConnectAccelClosuresChanged connects the callback to the 'accel-closures-changed' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectAccelClosuresChanged to remove it.
func (*Widget) ConnectButtonPressEvent ¶
func (recv *Widget) ConnectButtonPressEvent(callback WidgetSignalButtonPressEventCallback) int
ConnectButtonPressEvent connects the callback to the 'button-press-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectButtonPressEvent to remove it.
func (*Widget) ConnectButtonReleaseEvent ¶
func (recv *Widget) ConnectButtonReleaseEvent(callback WidgetSignalButtonReleaseEventCallback) int
ConnectButtonReleaseEvent connects the callback to the 'button-release-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectButtonReleaseEvent to remove it.
func (*Widget) ConnectCompositedChanged ¶
func (recv *Widget) ConnectCompositedChanged(callback WidgetSignalCompositedChangedCallback) int
ConnectCompositedChanged connects the callback to the 'composited-changed' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectCompositedChanged to remove it.
func (*Widget) ConnectConfigureEvent ¶
func (recv *Widget) ConnectConfigureEvent(callback WidgetSignalConfigureEventCallback) int
ConnectConfigureEvent connects the callback to the 'configure-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectConfigureEvent to remove it.
func (*Widget) ConnectDestroy ¶
func (recv *Widget) ConnectDestroy(callback WidgetSignalDestroyCallback) int
ConnectDestroy connects the callback to the 'destroy' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectDestroy to remove it.
func (*Widget) ConnectDragBegin ¶
func (recv *Widget) ConnectDragBegin(callback WidgetSignalDragBeginCallback) int
ConnectDragBegin connects the callback to the 'drag-begin' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectDragBegin to remove it.
func (*Widget) ConnectDragDataDelete ¶
func (recv *Widget) ConnectDragDataDelete(callback WidgetSignalDragDataDeleteCallback) int
ConnectDragDataDelete connects the callback to the 'drag-data-delete' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectDragDataDelete to remove it.
func (*Widget) ConnectDragEnd ¶
func (recv *Widget) ConnectDragEnd(callback WidgetSignalDragEndCallback) int
ConnectDragEnd connects the callback to the 'drag-end' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectDragEnd to remove it.
func (*Widget) ConnectEnterNotifyEvent ¶
func (recv *Widget) ConnectEnterNotifyEvent(callback WidgetSignalEnterNotifyEventCallback) int
ConnectEnterNotifyEvent connects the callback to the 'enter-notify-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectEnterNotifyEvent to remove it.
func (*Widget) ConnectFocusInEvent ¶
func (recv *Widget) ConnectFocusInEvent(callback WidgetSignalFocusInEventCallback) int
ConnectFocusInEvent connects the callback to the 'focus-in-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectFocusInEvent to remove it.
func (*Widget) ConnectFocusOutEvent ¶
func (recv *Widget) ConnectFocusOutEvent(callback WidgetSignalFocusOutEventCallback) int
ConnectFocusOutEvent connects the callback to the 'focus-out-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectFocusOutEvent to remove it.
func (*Widget) ConnectGrabFocus ¶
func (recv *Widget) ConnectGrabFocus(callback WidgetSignalGrabFocusCallback) int
ConnectGrabFocus connects the callback to the 'grab-focus' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectGrabFocus to remove it.
func (*Widget) ConnectGrabNotify ¶
func (recv *Widget) ConnectGrabNotify(callback WidgetSignalGrabNotifyCallback) int
ConnectGrabNotify connects the callback to the 'grab-notify' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectGrabNotify to remove it.
func (*Widget) ConnectHide ¶
func (recv *Widget) ConnectHide(callback WidgetSignalHideCallback) int
ConnectHide connects the callback to the 'hide' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectHide to remove it.
func (*Widget) ConnectHierarchyChanged ¶
func (recv *Widget) ConnectHierarchyChanged(callback WidgetSignalHierarchyChangedCallback) int
ConnectHierarchyChanged connects the callback to the 'hierarchy-changed' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectHierarchyChanged to remove it.
func (*Widget) ConnectKeyPressEvent ¶
func (recv *Widget) ConnectKeyPressEvent(callback WidgetSignalKeyPressEventCallback) int
ConnectKeyPressEvent connects the callback to the 'key-press-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectKeyPressEvent to remove it.
func (*Widget) ConnectKeyReleaseEvent ¶
func (recv *Widget) ConnectKeyReleaseEvent(callback WidgetSignalKeyReleaseEventCallback) int
ConnectKeyReleaseEvent connects the callback to the 'key-release-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectKeyReleaseEvent to remove it.
func (*Widget) ConnectLeaveNotifyEvent ¶
func (recv *Widget) ConnectLeaveNotifyEvent(callback WidgetSignalLeaveNotifyEventCallback) int
ConnectLeaveNotifyEvent connects the callback to the 'leave-notify-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectLeaveNotifyEvent to remove it.
func (*Widget) ConnectMap ¶
func (recv *Widget) ConnectMap(callback WidgetSignalMapCallback) int
ConnectMap connects the callback to the 'map' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectMap to remove it.
func (*Widget) ConnectMapEvent ¶
func (recv *Widget) ConnectMapEvent(callback WidgetSignalMapEventCallback) int
ConnectMapEvent connects the callback to the 'map-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectMapEvent to remove it.
func (*Widget) ConnectMnemonicActivate ¶
func (recv *Widget) ConnectMnemonicActivate(callback WidgetSignalMnemonicActivateCallback) int
ConnectMnemonicActivate connects the callback to the 'mnemonic-activate' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectMnemonicActivate to remove it.
func (*Widget) ConnectMotionNotifyEvent ¶
func (recv *Widget) ConnectMotionNotifyEvent(callback WidgetSignalMotionNotifyEventCallback) int
ConnectMotionNotifyEvent connects the callback to the 'motion-notify-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectMotionNotifyEvent to remove it.
func (*Widget) ConnectParentSet ¶
func (recv *Widget) ConnectParentSet(callback WidgetSignalParentSetCallback) int
ConnectParentSet connects the callback to the 'parent-set' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectParentSet to remove it.
func (*Widget) ConnectPopupMenu ¶
func (recv *Widget) ConnectPopupMenu(callback WidgetSignalPopupMenuCallback) int
ConnectPopupMenu connects the callback to the 'popup-menu' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectPopupMenu to remove it.
func (*Widget) ConnectPropertyNotifyEvent ¶
func (recv *Widget) ConnectPropertyNotifyEvent(callback WidgetSignalPropertyNotifyEventCallback) int
ConnectPropertyNotifyEvent connects the callback to the 'property-notify-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectPropertyNotifyEvent to remove it.
func (*Widget) ConnectProximityInEvent ¶
func (recv *Widget) ConnectProximityInEvent(callback WidgetSignalProximityInEventCallback) int
ConnectProximityInEvent connects the callback to the 'proximity-in-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectProximityInEvent to remove it.
func (*Widget) ConnectProximityOutEvent ¶
func (recv *Widget) ConnectProximityOutEvent(callback WidgetSignalProximityOutEventCallback) int
ConnectProximityOutEvent connects the callback to the 'proximity-out-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectProximityOutEvent to remove it.
func (*Widget) ConnectRealize ¶
func (recv *Widget) ConnectRealize(callback WidgetSignalRealizeCallback) int
ConnectRealize connects the callback to the 'realize' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectRealize to remove it.
func (*Widget) ConnectScreenChanged ¶
func (recv *Widget) ConnectScreenChanged(callback WidgetSignalScreenChangedCallback) int
ConnectScreenChanged connects the callback to the 'screen-changed' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectScreenChanged to remove it.
func (*Widget) ConnectScrollEvent ¶
func (recv *Widget) ConnectScrollEvent(callback WidgetSignalScrollEventCallback) int
ConnectScrollEvent connects the callback to the 'scroll-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectScrollEvent to remove it.
func (*Widget) ConnectSelectionClearEvent ¶
func (recv *Widget) ConnectSelectionClearEvent(callback WidgetSignalSelectionClearEventCallback) int
ConnectSelectionClearEvent connects the callback to the 'selection-clear-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectSelectionClearEvent to remove it.
func (*Widget) ConnectSelectionNotifyEvent ¶
func (recv *Widget) ConnectSelectionNotifyEvent(callback WidgetSignalSelectionNotifyEventCallback) int
ConnectSelectionNotifyEvent connects the callback to the 'selection-notify-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectSelectionNotifyEvent to remove it.
func (*Widget) ConnectSelectionRequestEvent ¶
func (recv *Widget) ConnectSelectionRequestEvent(callback WidgetSignalSelectionRequestEventCallback) int
ConnectSelectionRequestEvent connects the callback to the 'selection-request-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectSelectionRequestEvent to remove it.
func (*Widget) ConnectShow ¶
func (recv *Widget) ConnectShow(callback WidgetSignalShowCallback) int
ConnectShow connects the callback to the 'show' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectShow to remove it.
func (*Widget) ConnectStyleSet ¶
func (recv *Widget) ConnectStyleSet(callback WidgetSignalStyleSetCallback) int
ConnectStyleSet connects the callback to the 'style-set' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectStyleSet to remove it.
func (*Widget) ConnectUnmap ¶
func (recv *Widget) ConnectUnmap(callback WidgetSignalUnmapCallback) int
ConnectUnmap connects the callback to the 'unmap' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectUnmap to remove it.
func (*Widget) ConnectUnmapEvent ¶
func (recv *Widget) ConnectUnmapEvent(callback WidgetSignalUnmapEventCallback) int
ConnectUnmapEvent connects the callback to the 'unmap-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectUnmapEvent to remove it.
func (*Widget) ConnectUnrealize ¶
func (recv *Widget) ConnectUnrealize(callback WidgetSignalUnrealizeCallback) int
ConnectUnrealize connects the callback to the 'unrealize' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectUnrealize to remove it.
func (*Widget) ConnectVisibilityNotifyEvent ¶
func (recv *Widget) ConnectVisibilityNotifyEvent(callback WidgetSignalVisibilityNotifyEventCallback) int
ConnectVisibilityNotifyEvent connects the callback to the 'visibility-notify-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectVisibilityNotifyEvent to remove it.
func (*Widget) ConnectWindowStateEvent ¶
func (recv *Widget) ConnectWindowStateEvent(callback WidgetSignalWindowStateEventCallback) int
ConnectWindowStateEvent connects the callback to the 'window-state-event' signal for the Widget.
The returned value represents the connection, and may be passed to DisconnectWindowStateEvent to remove it.
func (*Widget) CreatePangoContext ¶
CreatePangoContext is a wrapper around the C function gtk_widget_create_pango_context.
func (*Widget) CreatePangoLayout ¶
CreatePangoLayout is a wrapper around the C function gtk_widget_create_pango_layout.
func (*Widget) Destroy ¶
func (recv *Widget) Destroy()
Destroy is a wrapper around the C function gtk_widget_destroy.
func (*Widget) DisconnectAccelClosuresChanged ¶
DisconnectAccelClosuresChanged disconnects a callback from the 'accel-closures-changed' signal for the Widget.
The connectionID should be a value returned from a call to ConnectAccelClosuresChanged.
func (*Widget) DisconnectButtonPressEvent ¶
DisconnectButtonPressEvent disconnects a callback from the 'button-press-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectButtonPressEvent.
func (*Widget) DisconnectButtonReleaseEvent ¶
DisconnectButtonReleaseEvent disconnects a callback from the 'button-release-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectButtonReleaseEvent.
func (*Widget) DisconnectCompositedChanged ¶
DisconnectCompositedChanged disconnects a callback from the 'composited-changed' signal for the Widget.
The connectionID should be a value returned from a call to ConnectCompositedChanged.
func (*Widget) DisconnectConfigureEvent ¶
DisconnectConfigureEvent disconnects a callback from the 'configure-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectConfigureEvent.
func (*Widget) DisconnectDestroy ¶
DisconnectDestroy disconnects a callback from the 'destroy' signal for the Widget.
The connectionID should be a value returned from a call to ConnectDestroy.
func (*Widget) DisconnectDragBegin ¶
DisconnectDragBegin disconnects a callback from the 'drag-begin' signal for the Widget.
The connectionID should be a value returned from a call to ConnectDragBegin.
func (*Widget) DisconnectDragDataDelete ¶
DisconnectDragDataDelete disconnects a callback from the 'drag-data-delete' signal for the Widget.
The connectionID should be a value returned from a call to ConnectDragDataDelete.
func (*Widget) DisconnectDragEnd ¶
DisconnectDragEnd disconnects a callback from the 'drag-end' signal for the Widget.
The connectionID should be a value returned from a call to ConnectDragEnd.
func (*Widget) DisconnectEnterNotifyEvent ¶
DisconnectEnterNotifyEvent disconnects a callback from the 'enter-notify-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectEnterNotifyEvent.
func (*Widget) DisconnectFocusInEvent ¶
DisconnectFocusInEvent disconnects a callback from the 'focus-in-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectFocusInEvent.
func (*Widget) DisconnectFocusOutEvent ¶
DisconnectFocusOutEvent disconnects a callback from the 'focus-out-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectFocusOutEvent.
func (*Widget) DisconnectGrabFocus ¶
DisconnectGrabFocus disconnects a callback from the 'grab-focus' signal for the Widget.
The connectionID should be a value returned from a call to ConnectGrabFocus.
func (*Widget) DisconnectGrabNotify ¶
DisconnectGrabNotify disconnects a callback from the 'grab-notify' signal for the Widget.
The connectionID should be a value returned from a call to ConnectGrabNotify.
func (*Widget) DisconnectHide ¶
DisconnectHide disconnects a callback from the 'hide' signal for the Widget.
The connectionID should be a value returned from a call to ConnectHide.
func (*Widget) DisconnectHierarchyChanged ¶
DisconnectHierarchyChanged disconnects a callback from the 'hierarchy-changed' signal for the Widget.
The connectionID should be a value returned from a call to ConnectHierarchyChanged.
func (*Widget) DisconnectKeyPressEvent ¶
DisconnectKeyPressEvent disconnects a callback from the 'key-press-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectKeyPressEvent.
func (*Widget) DisconnectKeyReleaseEvent ¶
DisconnectKeyReleaseEvent disconnects a callback from the 'key-release-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectKeyReleaseEvent.
func (*Widget) DisconnectLeaveNotifyEvent ¶
DisconnectLeaveNotifyEvent disconnects a callback from the 'leave-notify-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectLeaveNotifyEvent.
func (*Widget) DisconnectMap ¶
DisconnectMap disconnects a callback from the 'map' signal for the Widget.
The connectionID should be a value returned from a call to ConnectMap.
func (*Widget) DisconnectMapEvent ¶
DisconnectMapEvent disconnects a callback from the 'map-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectMapEvent.
func (*Widget) DisconnectMnemonicActivate ¶
DisconnectMnemonicActivate disconnects a callback from the 'mnemonic-activate' signal for the Widget.
The connectionID should be a value returned from a call to ConnectMnemonicActivate.
func (*Widget) DisconnectMotionNotifyEvent ¶
DisconnectMotionNotifyEvent disconnects a callback from the 'motion-notify-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectMotionNotifyEvent.
func (*Widget) DisconnectParentSet ¶
DisconnectParentSet disconnects a callback from the 'parent-set' signal for the Widget.
The connectionID should be a value returned from a call to ConnectParentSet.
func (*Widget) DisconnectPopupMenu ¶
DisconnectPopupMenu disconnects a callback from the 'popup-menu' signal for the Widget.
The connectionID should be a value returned from a call to ConnectPopupMenu.
func (*Widget) DisconnectPropertyNotifyEvent ¶
DisconnectPropertyNotifyEvent disconnects a callback from the 'property-notify-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectPropertyNotifyEvent.
func (*Widget) DisconnectProximityInEvent ¶
DisconnectProximityInEvent disconnects a callback from the 'proximity-in-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectProximityInEvent.
func (*Widget) DisconnectProximityOutEvent ¶
DisconnectProximityOutEvent disconnects a callback from the 'proximity-out-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectProximityOutEvent.
func (*Widget) DisconnectRealize ¶
DisconnectRealize disconnects a callback from the 'realize' signal for the Widget.
The connectionID should be a value returned from a call to ConnectRealize.
func (*Widget) DisconnectScreenChanged ¶
DisconnectScreenChanged disconnects a callback from the 'screen-changed' signal for the Widget.
The connectionID should be a value returned from a call to ConnectScreenChanged.
func (*Widget) DisconnectScrollEvent ¶
DisconnectScrollEvent disconnects a callback from the 'scroll-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectScrollEvent.
func (*Widget) DisconnectSelectionClearEvent ¶
DisconnectSelectionClearEvent disconnects a callback from the 'selection-clear-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectSelectionClearEvent.
func (*Widget) DisconnectSelectionNotifyEvent ¶
DisconnectSelectionNotifyEvent disconnects a callback from the 'selection-notify-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectSelectionNotifyEvent.
func (*Widget) DisconnectSelectionRequestEvent ¶
DisconnectSelectionRequestEvent disconnects a callback from the 'selection-request-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectSelectionRequestEvent.
func (*Widget) DisconnectShow ¶
DisconnectShow disconnects a callback from the 'show' signal for the Widget.
The connectionID should be a value returned from a call to ConnectShow.
func (*Widget) DisconnectStyleSet ¶
DisconnectStyleSet disconnects a callback from the 'style-set' signal for the Widget.
The connectionID should be a value returned from a call to ConnectStyleSet.
func (*Widget) DisconnectUnmap ¶
DisconnectUnmap disconnects a callback from the 'unmap' signal for the Widget.
The connectionID should be a value returned from a call to ConnectUnmap.
func (*Widget) DisconnectUnmapEvent ¶
DisconnectUnmapEvent disconnects a callback from the 'unmap-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectUnmapEvent.
func (*Widget) DisconnectUnrealize ¶
DisconnectUnrealize disconnects a callback from the 'unrealize' signal for the Widget.
The connectionID should be a value returned from a call to ConnectUnrealize.
func (*Widget) DisconnectVisibilityNotifyEvent ¶
DisconnectVisibilityNotifyEvent disconnects a callback from the 'visibility-notify-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectVisibilityNotifyEvent.
func (*Widget) DisconnectWindowStateEvent ¶
DisconnectWindowStateEvent disconnects a callback from the 'window-state-event' signal for the Widget.
The connectionID should be a value returned from a call to ConnectWindowStateEvent.
func (*Widget) DragCheckThreshold ¶
func (recv *Widget) DragCheckThreshold(startX int32, startY int32, currentX int32, currentY int32) bool
DragCheckThreshold is a wrapper around the C function gtk_drag_check_threshold.
func (*Widget) DragDestGetTargetList ¶
func (recv *Widget) DragDestGetTargetList() *TargetList
DragDestGetTargetList is a wrapper around the C function gtk_drag_dest_get_target_list.
func (*Widget) DragDestSetProxy ¶
func (recv *Widget) DragDestSetProxy(proxyWindow *gdk.Window, protocol gdk.DragProtocol, useCoordinates bool)
DragDestSetProxy is a wrapper around the C function gtk_drag_dest_set_proxy.
func (*Widget) DragDestSetTargetList ¶
func (recv *Widget) DragDestSetTargetList(targetList *TargetList)
DragDestSetTargetList is a wrapper around the C function gtk_drag_dest_set_target_list.
func (*Widget) DragDestUnset ¶
func (recv *Widget) DragDestUnset()
DragDestUnset is a wrapper around the C function gtk_drag_dest_unset.
func (*Widget) DragHighlight ¶
func (recv *Widget) DragHighlight()
DragHighlight is a wrapper around the C function gtk_drag_highlight.
func (*Widget) DragSourceSetIconPixbuf ¶
DragSourceSetIconPixbuf is a wrapper around the C function gtk_drag_source_set_icon_pixbuf.
func (*Widget) DragSourceSetIconStock ¶
DragSourceSetIconStock is a wrapper around the C function gtk_drag_source_set_icon_stock.
func (*Widget) DragSourceUnset ¶
func (recv *Widget) DragSourceUnset()
DragSourceUnset is a wrapper around the C function gtk_drag_source_unset.
func (*Widget) DragUnhighlight ¶
func (recv *Widget) DragUnhighlight()
DragUnhighlight is a wrapper around the C function gtk_drag_unhighlight.
func (*Widget) EnsureStyle ¶
func (recv *Widget) EnsureStyle()
EnsureStyle is a wrapper around the C function gtk_widget_ensure_style.
func (*Widget) FreezeChildNotify ¶
func (recv *Widget) FreezeChildNotify()
FreezeChildNotify is a wrapper around the C function gtk_widget_freeze_child_notify.
func (*Widget) GetAccessible ¶
GetAccessible is a wrapper around the C function gtk_widget_get_accessible.
func (*Widget) GetAllocatedHeight ¶
GetAllocatedHeight is a wrapper around the C function gtk_widget_get_allocated_height.
func (*Widget) GetAllocatedWidth ¶
GetAllocatedWidth is a wrapper around the C function gtk_widget_get_allocated_width.
func (*Widget) GetAncestor ¶
GetAncestor is a wrapper around the C function gtk_widget_get_ancestor.
func (*Widget) GetChildRequisition ¶
func (recv *Widget) GetChildRequisition() *Requisition
GetChildRequisition is a wrapper around the C function gtk_widget_get_child_requisition.
func (*Widget) GetChildVisible ¶
GetChildVisible is a wrapper around the C function gtk_widget_get_child_visible.
func (*Widget) GetCompositeName ¶
GetCompositeName is a wrapper around the C function gtk_widget_get_composite_name.
func (*Widget) GetDirection ¶
func (recv *Widget) GetDirection() TextDirection
GetDirection is a wrapper around the C function gtk_widget_get_direction.
func (*Widget) GetHexpand ¶
GetHexpand is a wrapper around the C function gtk_widget_get_hexpand.
func (*Widget) GetHexpandSet ¶
GetHexpandSet is a wrapper around the C function gtk_widget_get_hexpand_set.
func (*Widget) GetModifierStyle ¶
GetModifierStyle is a wrapper around the C function gtk_widget_get_modifier_style.
func (*Widget) GetPangoContext ¶
GetPangoContext is a wrapper around the C function gtk_widget_get_pango_context.
func (*Widget) GetParentWindow ¶
GetParentWindow is a wrapper around the C function gtk_widget_get_parent_window.
func (*Widget) GetPath ¶
func (recv *Widget) GetPath() *WidgetPath
GetPath is a wrapper around the C function gtk_widget_get_path.
func (*Widget) GetPointer ¶
GetPointer is a wrapper around the C function gtk_widget_get_pointer.
func (*Widget) GetSettings ¶
GetSettings is a wrapper around the C function gtk_widget_get_settings.
func (*Widget) GetSizeRequest ¶
GetSizeRequest is a wrapper around the C function gtk_widget_get_size_request.
func (*Widget) GetStyleContext ¶
func (recv *Widget) GetStyleContext() *StyleContext
GetStyleContext is a wrapper around the C function gtk_widget_get_style_context.
func (*Widget) GetSupportMultidevice ¶
GetSupportMultidevice is a wrapper around the C function gtk_widget_get_support_multidevice.
func (*Widget) GetTemplateChild ¶
GetTemplateChild is a wrapper around the C function gtk_widget_get_template_child.
func (*Widget) GetToplevel ¶
GetToplevel is a wrapper around the C function gtk_widget_get_toplevel.
func (*Widget) GetVexpand ¶
GetVexpand is a wrapper around the C function gtk_widget_get_vexpand.
func (*Widget) GetVexpandSet ¶
GetVexpandSet is a wrapper around the C function gtk_widget_get_vexpand_set.
func (*Widget) GrabAdd ¶
func (recv *Widget) GrabAdd()
GrabAdd is a wrapper around the C function gtk_grab_add.
func (*Widget) GrabDefault ¶
func (recv *Widget) GrabDefault()
GrabDefault is a wrapper around the C function gtk_widget_grab_default.
func (*Widget) GrabFocus ¶
func (recv *Widget) GrabFocus()
GrabFocus is a wrapper around the C function gtk_widget_grab_focus.
func (*Widget) GrabRemove ¶
func (recv *Widget) GrabRemove()
GrabRemove is a wrapper around the C function gtk_grab_remove.
func (*Widget) Hide ¶
func (recv *Widget) Hide()
Hide is a wrapper around the C function gtk_widget_hide.
func (*Widget) HideOnDelete ¶
HideOnDelete is a wrapper around the C function gtk_widget_hide_on_delete.
func (*Widget) ImplementorIface ¶
func (recv *Widget) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Widget
func (*Widget) InDestruction ¶
InDestruction is a wrapper around the C function gtk_widget_in_destruction.
func (*Widget) InitiallyUnowned ¶
func (recv *Widget) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Widget) IsAncestor ¶
IsAncestor is a wrapper around the C function gtk_widget_is_ancestor.
func (*Widget) ListAccelClosures ¶
ListAccelClosures is a wrapper around the C function gtk_widget_list_accel_closures.
func (*Widget) Map ¶
func (recv *Widget) Map()
Map is a wrapper around the C function gtk_widget_map.
func (*Widget) MnemonicActivate ¶
MnemonicActivate is a wrapper around the C function gtk_widget_mnemonic_activate.
func (*Widget) ModifyBase ¶
ModifyBase is a wrapper around the C function gtk_widget_modify_base.
func (*Widget) ModifyFont ¶
func (recv *Widget) ModifyFont(fontDesc *pango.FontDescription)
ModifyFont is a wrapper around the C function gtk_widget_modify_font.
func (*Widget) ModifyStyle ¶
ModifyStyle is a wrapper around the C function gtk_widget_modify_style.
func (*Widget) ModifyText ¶
ModifyText is a wrapper around the C function gtk_widget_modify_text.
func (*Widget) QueueComputeExpand ¶
func (recv *Widget) QueueComputeExpand()
QueueComputeExpand is a wrapper around the C function gtk_widget_queue_compute_expand.
func (*Widget) QueueDraw ¶
func (recv *Widget) QueueDraw()
QueueDraw is a wrapper around the C function gtk_widget_queue_draw.
func (*Widget) QueueDrawArea ¶
QueueDrawArea is a wrapper around the C function gtk_widget_queue_draw_area.
func (*Widget) QueueResize ¶
func (recv *Widget) QueueResize()
QueueResize is a wrapper around the C function gtk_widget_queue_resize.
func (*Widget) Realize ¶
func (recv *Widget) Realize()
Realize is a wrapper around the C function gtk_widget_realize.
func (*Widget) RegionIntersect ¶
RegionIntersect is a wrapper around the C function gtk_widget_region_intersect.
func (*Widget) RemoveAccelerator ¶
func (recv *Widget) RemoveAccelerator(accelGroup *AccelGroup, accelKey uint32, accelMods gdk.ModifierType) bool
RemoveAccelerator is a wrapper around the C function gtk_widget_remove_accelerator.
func (*Widget) RenderIcon ¶
RenderIcon is a wrapper around the C function gtk_widget_render_icon.
func (*Widget) ResetRcStyles ¶
func (recv *Widget) ResetRcStyles()
ResetRcStyles is a wrapper around the C function gtk_widget_reset_rc_styles.
func (*Widget) SetAccelPath ¶
func (recv *Widget) SetAccelPath(accelPath string, accelGroup *AccelGroup)
SetAccelPath is a wrapper around the C function gtk_widget_set_accel_path.
func (*Widget) SetAppPaintable ¶
SetAppPaintable is a wrapper around the C function gtk_widget_set_app_paintable.
func (*Widget) SetChildVisible ¶
SetChildVisible is a wrapper around the C function gtk_widget_set_child_visible.
func (*Widget) SetCompositeName ¶
SetCompositeName is a wrapper around the C function gtk_widget_set_composite_name.
func (*Widget) SetDirection ¶
func (recv *Widget) SetDirection(dir TextDirection)
SetDirection is a wrapper around the C function gtk_widget_set_direction.
func (*Widget) SetDoubleBuffered ¶
SetDoubleBuffered is a wrapper around the C function gtk_widget_set_double_buffered.
func (*Widget) SetHexpand ¶
SetHexpand is a wrapper around the C function gtk_widget_set_hexpand.
func (*Widget) SetHexpandSet ¶
SetHexpandSet is a wrapper around the C function gtk_widget_set_hexpand_set.
func (*Widget) SetParentWindow ¶
SetParentWindow is a wrapper around the C function gtk_widget_set_parent_window.
func (*Widget) SetRedrawOnAllocate ¶
SetRedrawOnAllocate is a wrapper around the C function gtk_widget_set_redraw_on_allocate.
func (*Widget) SetSensitive ¶
SetSensitive is a wrapper around the C function gtk_widget_set_sensitive.
func (*Widget) SetSizeRequest ¶
SetSizeRequest is a wrapper around the C function gtk_widget_set_size_request.
func (*Widget) SetVexpand ¶
SetVexpand is a wrapper around the C function gtk_widget_set_vexpand.
func (*Widget) SetVexpandSet ¶
SetVexpandSet is a wrapper around the C function gtk_widget_set_vexpand_set.
func (*Widget) Show ¶
func (recv *Widget) Show()
Show is a wrapper around the C function gtk_widget_show.
func (*Widget) ShowAll ¶
func (recv *Widget) ShowAll()
ShowAll is a wrapper around the C function gtk_widget_show_all.
func (*Widget) ShowNow ¶
func (recv *Widget) ShowNow()
ShowNow is a wrapper around the C function gtk_widget_show_now.
func (*Widget) SizeRequest ¶
func (recv *Widget) SizeRequest() *Requisition
SizeRequest is a wrapper around the C function gtk_widget_size_request.
func (*Widget) StyleGetProperty ¶
StyleGetProperty is a wrapper around the C function gtk_widget_style_get_property.
func (*Widget) ThawChildNotify ¶
func (recv *Widget) ThawChildNotify()
ThawChildNotify is a wrapper around the C function gtk_widget_thaw_child_notify.
func (*Widget) TranslateCoordinates ¶
func (recv *Widget) TranslateCoordinates(destWidget *Widget, srcX int32, srcY int32) (bool, int32, int32)
TranslateCoordinates is a wrapper around the C function gtk_widget_translate_coordinates.
func (*Widget) Unmap ¶
func (recv *Widget) Unmap()
Unmap is a wrapper around the C function gtk_widget_unmap.
type WidgetAccessible ¶
type WidgetAccessible struct {
// contains filtered or unexported fields
}
WidgetAccessible is a wrapper around the C record GtkWidgetAccessible.
func CastToWidgetAccessible ¶
func CastToWidgetAccessible(object *gobject.Object) *WidgetAccessible
CastToWidget down casts any arbitary Object to WidgetAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a WidgetAccessible.
func WidgetAccessibleNewFromC ¶
func WidgetAccessibleNewFromC(u unsafe.Pointer) *WidgetAccessible
func (*WidgetAccessible) Accessible ¶
func (recv *WidgetAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*WidgetAccessible) Component ¶
func (recv *WidgetAccessible) Component() *atk.Component
Component returns the Component interface implemented by WidgetAccessible
func (*WidgetAccessible) Object ¶
func (recv *WidgetAccessible) Object() *atk.Object
Object upcasts to *Object
func (*WidgetAccessible) ToC ¶
func (recv *WidgetAccessible) ToC() unsafe.Pointer
type WidgetAccessibleClass ¶
type WidgetAccessibleClass struct {
// contains filtered or unexported fields
}
WidgetAccessibleClass is a wrapper around the C record GtkWidgetAccessibleClass.
func WidgetAccessibleClassNewFromC ¶
func WidgetAccessibleClassNewFromC(u unsafe.Pointer) *WidgetAccessibleClass
func (*WidgetAccessibleClass) ToC ¶
func (recv *WidgetAccessibleClass) ToC() unsafe.Pointer
type WidgetAccessiblePrivate ¶
type WidgetAccessiblePrivate struct {
// contains filtered or unexported fields
}
WidgetAccessiblePrivate is a wrapper around the C record GtkWidgetAccessiblePrivate.
func WidgetAccessiblePrivateNewFromC ¶
func WidgetAccessiblePrivateNewFromC(u unsafe.Pointer) *WidgetAccessiblePrivate
func (*WidgetAccessiblePrivate) ToC ¶
func (recv *WidgetAccessiblePrivate) ToC() unsafe.Pointer
type WidgetClass ¶
type WidgetClass struct { // parent_class : record ActivateSignal uint32 // contains filtered or unexported fields }
WidgetClass is a wrapper around the C record GtkWidgetClass.
func WidgetClassNewFromC ¶
func WidgetClassNewFromC(u unsafe.Pointer) *WidgetClass
func (*WidgetClass) ToC ¶
func (recv *WidgetClass) ToC() unsafe.Pointer
type WidgetClassPrivate ¶
type WidgetClassPrivate struct {
// contains filtered or unexported fields
}
WidgetClassPrivate is a wrapper around the C record GtkWidgetClassPrivate.
func WidgetClassPrivateNewFromC ¶
func WidgetClassPrivateNewFromC(u unsafe.Pointer) *WidgetClassPrivate
func (*WidgetClassPrivate) ToC ¶
func (recv *WidgetClassPrivate) ToC() unsafe.Pointer
type WidgetHelpType ¶
type WidgetHelpType C.GtkWidgetHelpType
const ( GTK_WIDGET_HELP_TOOLTIP WidgetHelpType = 0 GTK_WIDGET_HELP_WHATS_THIS WidgetHelpType = 1 )
type WidgetPath ¶
type WidgetPath struct {
// contains filtered or unexported fields
}
WidgetPath is a wrapper around the C record GtkWidgetPath.
func WidgetPathNewFromC ¶
func WidgetPathNewFromC(u unsafe.Pointer) *WidgetPath
func (*WidgetPath) IterGetName ¶
func (recv *WidgetPath) IterGetName(pos int32) string
IterGetName is a wrapper around the C function gtk_widget_path_iter_get_name.
func (*WidgetPath) IterGetSiblingIndex ¶
func (recv *WidgetPath) IterGetSiblingIndex(pos int32) uint32
IterGetSiblingIndex is a wrapper around the C function gtk_widget_path_iter_get_sibling_index.
func (*WidgetPath) IterGetSiblings ¶
func (recv *WidgetPath) IterGetSiblings(pos int32) *WidgetPath
IterGetSiblings is a wrapper around the C function gtk_widget_path_iter_get_siblings.
func (*WidgetPath) ToC ¶
func (recv *WidgetPath) ToC() unsafe.Pointer
type WidgetPrivate ¶
type WidgetPrivate struct {
// contains filtered or unexported fields
}
WidgetPrivate is a wrapper around the C record GtkWidgetPrivate.
func WidgetPrivateNewFromC ¶
func WidgetPrivateNewFromC(u unsafe.Pointer) *WidgetPrivate
func (*WidgetPrivate) ToC ¶
func (recv *WidgetPrivate) ToC() unsafe.Pointer
type WidgetSignalAccelClosuresChangedCallback ¶
type WidgetSignalAccelClosuresChangedCallback func()
WidgetSignalAccelClosuresChangedCallback is a callback function for a 'accel-closures-changed' signal emitted from a Widget.
type WidgetSignalButtonPressEventCallback ¶
type WidgetSignalButtonPressEventCallback func(event *gdk.EventButton) bool
WidgetSignalButtonPressEventCallback is a callback function for a 'button-press-event' signal emitted from a Widget.
type WidgetSignalButtonReleaseEventCallback ¶
type WidgetSignalButtonReleaseEventCallback func(event *gdk.EventButton) bool
WidgetSignalButtonReleaseEventCallback is a callback function for a 'button-release-event' signal emitted from a Widget.
type WidgetSignalCompositedChangedCallback ¶
type WidgetSignalCompositedChangedCallback func()
WidgetSignalCompositedChangedCallback is a callback function for a 'composited-changed' signal emitted from a Widget.
type WidgetSignalConfigureEventCallback ¶
type WidgetSignalConfigureEventCallback func(event *gdk.EventConfigure) bool
WidgetSignalConfigureEventCallback is a callback function for a 'configure-event' signal emitted from a Widget.
type WidgetSignalDestroyCallback ¶
type WidgetSignalDestroyCallback func()
WidgetSignalDestroyCallback is a callback function for a 'destroy' signal emitted from a Widget.
type WidgetSignalDragBeginCallback ¶
type WidgetSignalDragBeginCallback func(context *gdk.DragContext)
WidgetSignalDragBeginCallback is a callback function for a 'drag-begin' signal emitted from a Widget.
type WidgetSignalDragDataDeleteCallback ¶
type WidgetSignalDragDataDeleteCallback func(context *gdk.DragContext)
WidgetSignalDragDataDeleteCallback is a callback function for a 'drag-data-delete' signal emitted from a Widget.
type WidgetSignalDragEndCallback ¶
type WidgetSignalDragEndCallback func(context *gdk.DragContext)
WidgetSignalDragEndCallback is a callback function for a 'drag-end' signal emitted from a Widget.
type WidgetSignalEnterNotifyEventCallback ¶
type WidgetSignalEnterNotifyEventCallback func(event *gdk.EventCrossing) bool
WidgetSignalEnterNotifyEventCallback is a callback function for a 'enter-notify-event' signal emitted from a Widget.
type WidgetSignalFocusInEventCallback ¶
type WidgetSignalFocusInEventCallback func(event *gdk.EventFocus) bool
WidgetSignalFocusInEventCallback is a callback function for a 'focus-in-event' signal emitted from a Widget.
type WidgetSignalFocusOutEventCallback ¶
type WidgetSignalFocusOutEventCallback func(event *gdk.EventFocus) bool
WidgetSignalFocusOutEventCallback is a callback function for a 'focus-out-event' signal emitted from a Widget.
type WidgetSignalGrabFocusCallback ¶
type WidgetSignalGrabFocusCallback func()
WidgetSignalGrabFocusCallback is a callback function for a 'grab-focus' signal emitted from a Widget.
type WidgetSignalGrabNotifyCallback ¶
type WidgetSignalGrabNotifyCallback func(wasGrabbed bool)
WidgetSignalGrabNotifyCallback is a callback function for a 'grab-notify' signal emitted from a Widget.
type WidgetSignalHideCallback ¶
type WidgetSignalHideCallback func()
WidgetSignalHideCallback is a callback function for a 'hide' signal emitted from a Widget.
type WidgetSignalHierarchyChangedCallback ¶
type WidgetSignalHierarchyChangedCallback func(previousToplevel *Widget)
WidgetSignalHierarchyChangedCallback is a callback function for a 'hierarchy-changed' signal emitted from a Widget.
type WidgetSignalKeyPressEventCallback ¶
WidgetSignalKeyPressEventCallback is a callback function for a 'key-press-event' signal emitted from a Widget.
type WidgetSignalKeyReleaseEventCallback ¶
WidgetSignalKeyReleaseEventCallback is a callback function for a 'key-release-event' signal emitted from a Widget.
type WidgetSignalLeaveNotifyEventCallback ¶
type WidgetSignalLeaveNotifyEventCallback func(event *gdk.EventCrossing) bool
WidgetSignalLeaveNotifyEventCallback is a callback function for a 'leave-notify-event' signal emitted from a Widget.
type WidgetSignalMapCallback ¶
type WidgetSignalMapCallback func()
WidgetSignalMapCallback is a callback function for a 'map' signal emitted from a Widget.
type WidgetSignalMapEventCallback ¶
WidgetSignalMapEventCallback is a callback function for a 'map-event' signal emitted from a Widget.
type WidgetSignalMnemonicActivateCallback ¶
WidgetSignalMnemonicActivateCallback is a callback function for a 'mnemonic-activate' signal emitted from a Widget.
type WidgetSignalMotionNotifyEventCallback ¶
type WidgetSignalMotionNotifyEventCallback func(event *gdk.EventMotion) bool
WidgetSignalMotionNotifyEventCallback is a callback function for a 'motion-notify-event' signal emitted from a Widget.
type WidgetSignalParentSetCallback ¶
type WidgetSignalParentSetCallback func(oldParent *Widget)
WidgetSignalParentSetCallback is a callback function for a 'parent-set' signal emitted from a Widget.
type WidgetSignalPopupMenuCallback ¶
type WidgetSignalPopupMenuCallback func() bool
WidgetSignalPopupMenuCallback is a callback function for a 'popup-menu' signal emitted from a Widget.
type WidgetSignalPropertyNotifyEventCallback ¶
type WidgetSignalPropertyNotifyEventCallback func(event *gdk.EventProperty) bool
WidgetSignalPropertyNotifyEventCallback is a callback function for a 'property-notify-event' signal emitted from a Widget.
type WidgetSignalProximityInEventCallback ¶
type WidgetSignalProximityInEventCallback func(event *gdk.EventProximity) bool
WidgetSignalProximityInEventCallback is a callback function for a 'proximity-in-event' signal emitted from a Widget.
type WidgetSignalProximityOutEventCallback ¶
type WidgetSignalProximityOutEventCallback func(event *gdk.EventProximity) bool
WidgetSignalProximityOutEventCallback is a callback function for a 'proximity-out-event' signal emitted from a Widget.
type WidgetSignalRealizeCallback ¶
type WidgetSignalRealizeCallback func()
WidgetSignalRealizeCallback is a callback function for a 'realize' signal emitted from a Widget.
type WidgetSignalScreenChangedCallback ¶
WidgetSignalScreenChangedCallback is a callback function for a 'screen-changed' signal emitted from a Widget.
type WidgetSignalScrollEventCallback ¶
type WidgetSignalScrollEventCallback func(event *gdk.EventScroll) bool
WidgetSignalScrollEventCallback is a callback function for a 'scroll-event' signal emitted from a Widget.
type WidgetSignalSelectionClearEventCallback ¶
type WidgetSignalSelectionClearEventCallback func(event *gdk.EventSelection) bool
WidgetSignalSelectionClearEventCallback is a callback function for a 'selection-clear-event' signal emitted from a Widget.
type WidgetSignalSelectionNotifyEventCallback ¶
type WidgetSignalSelectionNotifyEventCallback func(event *gdk.EventSelection) bool
WidgetSignalSelectionNotifyEventCallback is a callback function for a 'selection-notify-event' signal emitted from a Widget.
type WidgetSignalSelectionRequestEventCallback ¶
type WidgetSignalSelectionRequestEventCallback func(event *gdk.EventSelection) bool
WidgetSignalSelectionRequestEventCallback is a callback function for a 'selection-request-event' signal emitted from a Widget.
type WidgetSignalShowCallback ¶
type WidgetSignalShowCallback func()
WidgetSignalShowCallback is a callback function for a 'show' signal emitted from a Widget.
type WidgetSignalStyleSetCallback ¶
type WidgetSignalStyleSetCallback func(previousStyle *Style)
WidgetSignalStyleSetCallback is a callback function for a 'style-set' signal emitted from a Widget.
type WidgetSignalUnmapCallback ¶
type WidgetSignalUnmapCallback func()
WidgetSignalUnmapCallback is a callback function for a 'unmap' signal emitted from a Widget.
type WidgetSignalUnmapEventCallback ¶
WidgetSignalUnmapEventCallback is a callback function for a 'unmap-event' signal emitted from a Widget.
type WidgetSignalUnrealizeCallback ¶
type WidgetSignalUnrealizeCallback func()
WidgetSignalUnrealizeCallback is a callback function for a 'unrealize' signal emitted from a Widget.
type WidgetSignalVisibilityNotifyEventCallback ¶
type WidgetSignalVisibilityNotifyEventCallback func(event *gdk.EventVisibility) bool
WidgetSignalVisibilityNotifyEventCallback is a callback function for a 'visibility-notify-event' signal emitted from a Widget.
type WidgetSignalWindowStateEventCallback ¶
type WidgetSignalWindowStateEventCallback func(event *gdk.EventWindowState) bool
WidgetSignalWindowStateEventCallback is a callback function for a 'window-state-event' signal emitted from a Widget.
type Window ¶
type Window struct {
// contains filtered or unexported fields
}
Window is a wrapper around the C record GtkWindow.
func CastToWindow ¶
CastToWidget down casts any arbitary Object to Window. Exercise care, as this is a potentially dangerous function if the Object is not a Window.
func WindowNew ¶
func WindowNew(type_ WindowType) *Window
WindowNew is a wrapper around the C function gtk_window_new.
func WindowNewFromC ¶
func (*Window) ActivateDefault ¶
ActivateDefault is a wrapper around the C function gtk_window_activate_default.
func (*Window) ActivateFocus ¶
ActivateFocus is a wrapper around the C function gtk_window_activate_focus.
func (*Window) AddAccelGroup ¶
func (recv *Window) AddAccelGroup(accelGroup *AccelGroup)
AddAccelGroup is a wrapper around the C function gtk_window_add_accel_group.
func (*Window) AddMnemonic ¶
AddMnemonic is a wrapper around the C function gtk_window_add_mnemonic.
func (*Window) BeginMoveDrag ¶
BeginMoveDrag is a wrapper around the C function gtk_window_begin_move_drag.
func (*Window) BeginResizeDrag ¶
func (recv *Window) BeginResizeDrag(edge gdk.WindowEdge, button int32, rootX int32, rootY int32, timestamp uint32)
BeginResizeDrag is a wrapper around the C function gtk_window_begin_resize_drag.
func (*Window) ConnectActivateDefault ¶
func (recv *Window) ConnectActivateDefault(callback WindowSignalActivateDefaultCallback) int
ConnectActivateDefault connects the callback to the 'activate-default' signal for the Window.
The returned value represents the connection, and may be passed to DisconnectActivateDefault to remove it.
func (*Window) ConnectActivateFocus ¶
func (recv *Window) ConnectActivateFocus(callback WindowSignalActivateFocusCallback) int
ConnectActivateFocus connects the callback to the 'activate-focus' signal for the Window.
The returned value represents the connection, and may be passed to DisconnectActivateFocus to remove it.
func (*Window) ConnectEnableDebugging ¶
func (recv *Window) ConnectEnableDebugging(callback WindowSignalEnableDebuggingCallback) int
ConnectEnableDebugging connects the callback to the 'enable-debugging' signal for the Window.
The returned value represents the connection, and may be passed to DisconnectEnableDebugging to remove it.
func (*Window) ConnectKeysChanged ¶
func (recv *Window) ConnectKeysChanged(callback WindowSignalKeysChangedCallback) int
ConnectKeysChanged connects the callback to the 'keys-changed' signal for the Window.
The returned value represents the connection, and may be passed to DisconnectKeysChanged to remove it.
func (*Window) ConnectSetFocus ¶
func (recv *Window) ConnectSetFocus(callback WindowSignalSetFocusCallback) int
ConnectSetFocus connects the callback to the 'set-focus' signal for the Window.
The returned value represents the connection, and may be passed to DisconnectSetFocus to remove it.
func (*Window) Deiconify ¶
func (recv *Window) Deiconify()
Deiconify is a wrapper around the C function gtk_window_deiconify.
func (*Window) DisconnectActivateDefault ¶
DisconnectActivateDefault disconnects a callback from the 'activate-default' signal for the Window.
The connectionID should be a value returned from a call to ConnectActivateDefault.
func (*Window) DisconnectActivateFocus ¶
DisconnectActivateFocus disconnects a callback from the 'activate-focus' signal for the Window.
The connectionID should be a value returned from a call to ConnectActivateFocus.
func (*Window) DisconnectEnableDebugging ¶
DisconnectEnableDebugging disconnects a callback from the 'enable-debugging' signal for the Window.
The connectionID should be a value returned from a call to ConnectEnableDebugging.
func (*Window) DisconnectKeysChanged ¶
DisconnectKeysChanged disconnects a callback from the 'keys-changed' signal for the Window.
The connectionID should be a value returned from a call to ConnectKeysChanged.
func (*Window) DisconnectSetFocus ¶
DisconnectSetFocus disconnects a callback from the 'set-focus' signal for the Window.
The connectionID should be a value returned from a call to ConnectSetFocus.
func (*Window) GetDecorated ¶
GetDecorated is a wrapper around the C function gtk_window_get_decorated.
func (*Window) GetDefaultSize ¶
GetDefaultSize is a wrapper around the C function gtk_window_get_default_size.
func (*Window) GetDestroyWithParent ¶
GetDestroyWithParent is a wrapper around the C function gtk_window_get_destroy_with_parent.
func (*Window) GetGravity ¶
GetGravity is a wrapper around the C function gtk_window_get_gravity.
func (*Window) GetIconList ¶
GetIconList is a wrapper around the C function gtk_window_get_icon_list.
func (*Window) GetMnemonicModifier ¶
func (recv *Window) GetMnemonicModifier() gdk.ModifierType
GetMnemonicModifier is a wrapper around the C function gtk_window_get_mnemonic_modifier.
func (*Window) GetPosition ¶
GetPosition is a wrapper around the C function gtk_window_get_position.
func (*Window) GetResizable ¶
GetResizable is a wrapper around the C function gtk_window_get_resizable.
func (*Window) GetTransientFor ¶
GetTransientFor is a wrapper around the C function gtk_window_get_transient_for.
func (*Window) GetTypeHint ¶
func (recv *Window) GetTypeHint() gdk.WindowTypeHint
GetTypeHint is a wrapper around the C function gtk_window_get_type_hint.
func (*Window) Iconify ¶
func (recv *Window) Iconify()
Iconify is a wrapper around the C function gtk_window_iconify.
func (*Window) ImplementorIface ¶
func (recv *Window) ImplementorIface() *atk.ImplementorIface
ImplementorIface returns the ImplementorIface interface implemented by Window
func (*Window) InitiallyUnowned ¶
func (recv *Window) InitiallyUnowned() *gobject.InitiallyUnowned
InitiallyUnowned upcasts to *InitiallyUnowned
func (*Window) Maximize ¶
func (recv *Window) Maximize()
Maximize is a wrapper around the C function gtk_window_maximize.
func (*Window) MnemonicActivate ¶
func (recv *Window) MnemonicActivate(keyval uint32, modifier gdk.ModifierType) bool
MnemonicActivate is a wrapper around the C function gtk_window_mnemonic_activate.
func (*Window) ParseGeometry ¶
ParseGeometry is a wrapper around the C function gtk_window_parse_geometry.
func (*Window) Present ¶
func (recv *Window) Present()
Present is a wrapper around the C function gtk_window_present.
func (*Window) RemoveAccelGroup ¶
func (recv *Window) RemoveAccelGroup(accelGroup *AccelGroup)
RemoveAccelGroup is a wrapper around the C function gtk_window_remove_accel_group.
func (*Window) RemoveMnemonic ¶
RemoveMnemonic is a wrapper around the C function gtk_window_remove_mnemonic.
func (*Window) ReshowWithInitialSize ¶
func (recv *Window) ReshowWithInitialSize()
ReshowWithInitialSize is a wrapper around the C function gtk_window_reshow_with_initial_size.
func (*Window) SetDecorated ¶
SetDecorated is a wrapper around the C function gtk_window_set_decorated.
func (*Window) SetDefault ¶
SetDefault is a wrapper around the C function gtk_window_set_default.
func (*Window) SetDefaultSize ¶
SetDefaultSize is a wrapper around the C function gtk_window_set_default_size.
func (*Window) SetDestroyWithParent ¶
SetDestroyWithParent is a wrapper around the C function gtk_window_set_destroy_with_parent.
func (*Window) SetGeometryHints ¶
func (recv *Window) SetGeometryHints(geometryWidget *Widget, geometry *gdk.Geometry, geomMask gdk.WindowHints)
SetGeometryHints is a wrapper around the C function gtk_window_set_geometry_hints.
func (*Window) SetGravity ¶
SetGravity is a wrapper around the C function gtk_window_set_gravity.
func (*Window) SetIconList ¶
SetIconList is a wrapper around the C function gtk_window_set_icon_list.
func (*Window) SetMnemonicModifier ¶
func (recv *Window) SetMnemonicModifier(modifier gdk.ModifierType)
SetMnemonicModifier is a wrapper around the C function gtk_window_set_mnemonic_modifier.
func (*Window) SetPosition ¶
func (recv *Window) SetPosition(position WindowPosition)
SetPosition is a wrapper around the C function gtk_window_set_position.
func (*Window) SetResizable ¶
SetResizable is a wrapper around the C function gtk_window_set_resizable.
func (*Window) SetTransientFor ¶
SetTransientFor is a wrapper around the C function gtk_window_set_transient_for.
func (*Window) SetTypeHint ¶
func (recv *Window) SetTypeHint(hint gdk.WindowTypeHint)
SetTypeHint is a wrapper around the C function gtk_window_set_type_hint.
func (*Window) SetWmclass ¶
SetWmclass is a wrapper around the C function gtk_window_set_wmclass.
func (*Window) Stick ¶
func (recv *Window) Stick()
Stick is a wrapper around the C function gtk_window_stick.
func (*Window) Unmaximize ¶
func (recv *Window) Unmaximize()
Unmaximize is a wrapper around the C function gtk_window_unmaximize.
type WindowAccessible ¶
type WindowAccessible struct {
// contains filtered or unexported fields
}
WindowAccessible is a wrapper around the C record GtkWindowAccessible.
func CastToWindowAccessible ¶
func CastToWindowAccessible(object *gobject.Object) *WindowAccessible
CastToWidget down casts any arbitary Object to WindowAccessible. Exercise care, as this is a potentially dangerous function if the Object is not a WindowAccessible.
func WindowAccessibleNewFromC ¶
func WindowAccessibleNewFromC(u unsafe.Pointer) *WindowAccessible
func (*WindowAccessible) Accessible ¶
func (recv *WindowAccessible) Accessible() *Accessible
Accessible upcasts to *Accessible
func (*WindowAccessible) Component ¶
func (recv *WindowAccessible) Component() *atk.Component
Component returns the Component interface implemented by WindowAccessible
func (*WindowAccessible) ContainerAccessible ¶
func (recv *WindowAccessible) ContainerAccessible() *ContainerAccessible
ContainerAccessible upcasts to *ContainerAccessible
func (*WindowAccessible) Object ¶
func (recv *WindowAccessible) Object() *atk.Object
Object upcasts to *Object
func (*WindowAccessible) ToC ¶
func (recv *WindowAccessible) ToC() unsafe.Pointer
func (*WindowAccessible) WidgetAccessible ¶
func (recv *WindowAccessible) WidgetAccessible() *WidgetAccessible
WidgetAccessible upcasts to *WidgetAccessible
func (*WindowAccessible) Window ¶
func (recv *WindowAccessible) Window() *atk.Window
Window returns the Window interface implemented by WindowAccessible
type WindowAccessibleClass ¶
type WindowAccessibleClass struct {
// contains filtered or unexported fields
}
WindowAccessibleClass is a wrapper around the C record GtkWindowAccessibleClass.
func WindowAccessibleClassNewFromC ¶
func WindowAccessibleClassNewFromC(u unsafe.Pointer) *WindowAccessibleClass
func (*WindowAccessibleClass) ToC ¶
func (recv *WindowAccessibleClass) ToC() unsafe.Pointer
type WindowAccessiblePrivate ¶
type WindowAccessiblePrivate struct {
// contains filtered or unexported fields
}
WindowAccessiblePrivate is a wrapper around the C record GtkWindowAccessiblePrivate.
func WindowAccessiblePrivateNewFromC ¶
func WindowAccessiblePrivateNewFromC(u unsafe.Pointer) *WindowAccessiblePrivate
func (*WindowAccessiblePrivate) ToC ¶
func (recv *WindowAccessiblePrivate) ToC() unsafe.Pointer
type WindowClass ¶
type WindowClass struct {
// contains filtered or unexported fields
}
WindowClass is a wrapper around the C record GtkWindowClass.
func WindowClassNewFromC ¶
func WindowClassNewFromC(u unsafe.Pointer) *WindowClass
func (*WindowClass) ToC ¶
func (recv *WindowClass) ToC() unsafe.Pointer
type WindowGeometryInfo ¶
type WindowGeometryInfo struct {
// contains filtered or unexported fields
}
WindowGeometryInfo is a wrapper around the C record GtkWindowGeometryInfo.
func WindowGeometryInfoNewFromC ¶
func WindowGeometryInfoNewFromC(u unsafe.Pointer) *WindowGeometryInfo
func (*WindowGeometryInfo) ToC ¶
func (recv *WindowGeometryInfo) ToC() unsafe.Pointer
type WindowGroup ¶
type WindowGroup struct {
// contains filtered or unexported fields
}
WindowGroup is a wrapper around the C record GtkWindowGroup.
func CastToWindowGroup ¶
func CastToWindowGroup(object *gobject.Object) *WindowGroup
CastToWidget down casts any arbitary Object to WindowGroup. Exercise care, as this is a potentially dangerous function if the Object is not a WindowGroup.
func WindowGroupNew ¶
func WindowGroupNew() *WindowGroup
WindowGroupNew is a wrapper around the C function gtk_window_group_new.
func WindowGroupNewFromC ¶
func WindowGroupNewFromC(u unsafe.Pointer) *WindowGroup
func (*WindowGroup) AddWindow ¶
func (recv *WindowGroup) AddWindow(window *Window)
AddWindow is a wrapper around the C function gtk_window_group_add_window.
func (*WindowGroup) Object ¶
func (recv *WindowGroup) Object() *gobject.Object
Object upcasts to *Object
func (*WindowGroup) RemoveWindow ¶
func (recv *WindowGroup) RemoveWindow(window *Window)
RemoveWindow is a wrapper around the C function gtk_window_group_remove_window.
func (*WindowGroup) ToC ¶
func (recv *WindowGroup) ToC() unsafe.Pointer
type WindowGroupClass ¶
type WindowGroupClass struct {
// contains filtered or unexported fields
}
WindowGroupClass is a wrapper around the C record GtkWindowGroupClass.
func WindowGroupClassNewFromC ¶
func WindowGroupClassNewFromC(u unsafe.Pointer) *WindowGroupClass
func (*WindowGroupClass) ToC ¶
func (recv *WindowGroupClass) ToC() unsafe.Pointer
type WindowGroupPrivate ¶
type WindowGroupPrivate struct {
// contains filtered or unexported fields
}
WindowGroupPrivate is a wrapper around the C record GtkWindowGroupPrivate.
func WindowGroupPrivateNewFromC ¶
func WindowGroupPrivateNewFromC(u unsafe.Pointer) *WindowGroupPrivate
func (*WindowGroupPrivate) ToC ¶
func (recv *WindowGroupPrivate) ToC() unsafe.Pointer
type WindowPosition ¶
type WindowPosition C.GtkWindowPosition
const ( GTK_WIN_POS_NONE WindowPosition = 0 GTK_WIN_POS_CENTER WindowPosition = 1 GTK_WIN_POS_MOUSE WindowPosition = 2 GTK_WIN_POS_CENTER_ALWAYS WindowPosition = 3 GTK_WIN_POS_CENTER_ON_PARENT WindowPosition = 4 )
type WindowPrivate ¶
type WindowPrivate struct {
// contains filtered or unexported fields
}
WindowPrivate is a wrapper around the C record GtkWindowPrivate.
func WindowPrivateNewFromC ¶
func WindowPrivateNewFromC(u unsafe.Pointer) *WindowPrivate
func (*WindowPrivate) ToC ¶
func (recv *WindowPrivate) ToC() unsafe.Pointer
type WindowSignalActivateDefaultCallback ¶
type WindowSignalActivateDefaultCallback func()
WindowSignalActivateDefaultCallback is a callback function for a 'activate-default' signal emitted from a Window.
type WindowSignalActivateFocusCallback ¶
type WindowSignalActivateFocusCallback func()
WindowSignalActivateFocusCallback is a callback function for a 'activate-focus' signal emitted from a Window.
type WindowSignalEnableDebuggingCallback ¶
WindowSignalEnableDebuggingCallback is a callback function for a 'enable-debugging' signal emitted from a Window.
type WindowSignalKeysChangedCallback ¶
type WindowSignalKeysChangedCallback func()
WindowSignalKeysChangedCallback is a callback function for a 'keys-changed' signal emitted from a Window.
type WindowSignalSetFocusCallback ¶
type WindowSignalSetFocusCallback func(object *Widget)
WindowSignalSetFocusCallback is a callback function for a 'set-focus' signal emitted from a Window.
type WindowType ¶
type WindowType C.GtkWindowType
const ( GTK_WINDOW_TOPLEVEL WindowType = 0 GTK_WINDOW_POPUP WindowType = 1 )