#define ENABLE_OVERLOADING (MIN_VERSION_haskell_gi_overloading(1,0,0) \
&& !defined(__HADDOCK_VERSION__))
module GI.Gtk.Objects.Toolbar
(
Toolbar(..) ,
IsToolbar ,
toToolbar ,
noToolbar ,
#if ENABLE_OVERLOADING
ToolbarGetDropIndexMethodInfo ,
#endif
toolbarGetDropIndex ,
#if ENABLE_OVERLOADING
ToolbarGetIconSizeMethodInfo ,
#endif
toolbarGetIconSize ,
#if ENABLE_OVERLOADING
ToolbarGetItemIndexMethodInfo ,
#endif
toolbarGetItemIndex ,
#if ENABLE_OVERLOADING
ToolbarGetNItemsMethodInfo ,
#endif
toolbarGetNItems ,
#if ENABLE_OVERLOADING
ToolbarGetNthItemMethodInfo ,
#endif
toolbarGetNthItem ,
#if ENABLE_OVERLOADING
ToolbarGetReliefStyleMethodInfo ,
#endif
toolbarGetReliefStyle ,
#if ENABLE_OVERLOADING
ToolbarGetShowArrowMethodInfo ,
#endif
toolbarGetShowArrow ,
#if ENABLE_OVERLOADING
ToolbarGetStyleMethodInfo ,
#endif
toolbarGetStyle ,
#if ENABLE_OVERLOADING
ToolbarInsertMethodInfo ,
#endif
toolbarInsert ,
toolbarNew ,
#if ENABLE_OVERLOADING
ToolbarSetDropHighlightItemMethodInfo ,
#endif
toolbarSetDropHighlightItem ,
#if ENABLE_OVERLOADING
ToolbarSetIconSizeMethodInfo ,
#endif
toolbarSetIconSize ,
#if ENABLE_OVERLOADING
ToolbarSetShowArrowMethodInfo ,
#endif
toolbarSetShowArrow ,
#if ENABLE_OVERLOADING
ToolbarSetStyleMethodInfo ,
#endif
toolbarSetStyle ,
#if ENABLE_OVERLOADING
ToolbarUnsetIconSizeMethodInfo ,
#endif
toolbarUnsetIconSize ,
#if ENABLE_OVERLOADING
ToolbarUnsetStyleMethodInfo ,
#endif
toolbarUnsetStyle ,
#if ENABLE_OVERLOADING
ToolbarIconSizePropertyInfo ,
#endif
constructToolbarIconSize ,
getToolbarIconSize ,
setToolbarIconSize ,
#if ENABLE_OVERLOADING
toolbarIconSize ,
#endif
#if ENABLE_OVERLOADING
ToolbarIconSizeSetPropertyInfo ,
#endif
constructToolbarIconSizeSet ,
getToolbarIconSizeSet ,
setToolbarIconSizeSet ,
#if ENABLE_OVERLOADING
toolbarIconSizeSet ,
#endif
#if ENABLE_OVERLOADING
ToolbarShowArrowPropertyInfo ,
#endif
constructToolbarShowArrow ,
getToolbarShowArrow ,
setToolbarShowArrow ,
#if ENABLE_OVERLOADING
toolbarShowArrow ,
#endif
#if ENABLE_OVERLOADING
ToolbarToolbarStylePropertyInfo ,
#endif
constructToolbarToolbarStyle ,
getToolbarToolbarStyle ,
setToolbarToolbarStyle ,
#if ENABLE_OVERLOADING
toolbarToolbarStyle ,
#endif
C_ToolbarFocusHomeOrEndCallback ,
ToolbarFocusHomeOrEndCallback ,
#if ENABLE_OVERLOADING
ToolbarFocusHomeOrEndSignalInfo ,
#endif
afterToolbarFocusHomeOrEnd ,
genClosure_ToolbarFocusHomeOrEnd ,
mk_ToolbarFocusHomeOrEndCallback ,
noToolbarFocusHomeOrEndCallback ,
onToolbarFocusHomeOrEnd ,
wrap_ToolbarFocusHomeOrEndCallback ,
C_ToolbarOrientationChangedCallback ,
ToolbarOrientationChangedCallback ,
#if ENABLE_OVERLOADING
ToolbarOrientationChangedSignalInfo ,
#endif
afterToolbarOrientationChanged ,
genClosure_ToolbarOrientationChanged ,
mk_ToolbarOrientationChangedCallback ,
noToolbarOrientationChangedCallback ,
onToolbarOrientationChanged ,
wrap_ToolbarOrientationChangedCallback ,
C_ToolbarPopupContextMenuCallback ,
ToolbarPopupContextMenuCallback ,
#if ENABLE_OVERLOADING
ToolbarPopupContextMenuSignalInfo ,
#endif
afterToolbarPopupContextMenu ,
genClosure_ToolbarPopupContextMenu ,
mk_ToolbarPopupContextMenuCallback ,
noToolbarPopupContextMenuCallback ,
onToolbarPopupContextMenu ,
wrap_ToolbarPopupContextMenuCallback ,
C_ToolbarStyleChangedCallback ,
ToolbarStyleChangedCallback ,
#if ENABLE_OVERLOADING
ToolbarStyleChangedSignalInfo ,
#endif
afterToolbarStyleChanged ,
genClosure_ToolbarStyleChanged ,
mk_ToolbarStyleChangedCallback ,
noToolbarStyleChangedCallback ,
onToolbarStyleChanged ,
wrap_ToolbarStyleChangedCallback ,
) where
import Data.GI.Base.ShortPrelude
import qualified Data.GI.Base.ShortPrelude as SP
import qualified Data.GI.Base.Overloading as O
import qualified Prelude as P
import qualified Data.GI.Base.Attributes as GI.Attributes
import qualified Data.GI.Base.ManagedPtr as B.ManagedPtr
import qualified Data.GI.Base.GError as B.GError
import qualified Data.GI.Base.GVariant as B.GVariant
import qualified Data.GI.Base.GValue as B.GValue
import qualified Data.GI.Base.GParamSpec as B.GParamSpec
import qualified Data.GI.Base.CallStack as B.CallStack
import qualified Data.Text as T
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map
import qualified Foreign.Ptr as FP
import qualified GI.Atk.Interfaces.ImplementorIface as Atk.ImplementorIface
import qualified GI.GObject.Objects.Object as GObject.Object
import {-# SOURCE #-} qualified GI.Gtk.Enums as Gtk.Enums
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Buildable as Gtk.Buildable
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Orientable as Gtk.Orientable
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.ToolShell as Gtk.ToolShell
import {-# SOURCE #-} qualified GI.Gtk.Objects.Container as Gtk.Container
import {-# SOURCE #-} qualified GI.Gtk.Objects.ToolItem as Gtk.ToolItem
import {-# SOURCE #-} qualified GI.Gtk.Objects.Widget as Gtk.Widget
newtype Toolbar = Toolbar (ManagedPtr Toolbar)
foreign import ccall "gtk_toolbar_get_type"
c_gtk_toolbar_get_type :: IO GType
instance GObject Toolbar where
gobjectType _ = c_gtk_toolbar_get_type
class GObject o => IsToolbar o
#if MIN_VERSION_base(4,9,0)
instance {-# OVERLAPPABLE #-} (GObject a, O.UnknownAncestorError Toolbar a) =>
IsToolbar a
#endif
instance IsToolbar Toolbar
instance Gtk.Container.IsContainer Toolbar
instance Gtk.Widget.IsWidget Toolbar
instance GObject.Object.IsObject Toolbar
instance Atk.ImplementorIface.IsImplementorIface Toolbar
instance Gtk.Buildable.IsBuildable Toolbar
instance Gtk.Orientable.IsOrientable Toolbar
instance Gtk.ToolShell.IsToolShell Toolbar
toToolbar :: (MonadIO m, IsToolbar o) => o -> m Toolbar
toToolbar = liftIO . unsafeCastTo Toolbar
noToolbar :: Maybe Toolbar
noToolbar = Nothing
#if ENABLE_OVERLOADING
type family ResolveToolbarMethod (t :: Symbol) (o :: *) :: * where
ResolveToolbarMethod "activate" o = Gtk.Widget.WidgetActivateMethodInfo
ResolveToolbarMethod "add" o = Gtk.Container.ContainerAddMethodInfo
ResolveToolbarMethod "addAccelerator" o = Gtk.Widget.WidgetAddAcceleratorMethodInfo
ResolveToolbarMethod "addChild" o = Gtk.Buildable.BuildableAddChildMethodInfo
ResolveToolbarMethod "addDeviceEvents" o = Gtk.Widget.WidgetAddDeviceEventsMethodInfo
ResolveToolbarMethod "addEvents" o = Gtk.Widget.WidgetAddEventsMethodInfo
ResolveToolbarMethod "addMnemonicLabel" o = Gtk.Widget.WidgetAddMnemonicLabelMethodInfo
ResolveToolbarMethod "addTickCallback" o = Gtk.Widget.WidgetAddTickCallbackMethodInfo
ResolveToolbarMethod "bindProperty" o = GObject.Object.ObjectBindPropertyMethodInfo
ResolveToolbarMethod "bindPropertyFull" o = GObject.Object.ObjectBindPropertyFullMethodInfo
ResolveToolbarMethod "canActivateAccel" o = Gtk.Widget.WidgetCanActivateAccelMethodInfo
ResolveToolbarMethod "checkResize" o = Gtk.Container.ContainerCheckResizeMethodInfo
ResolveToolbarMethod "childFocus" o = Gtk.Widget.WidgetChildFocusMethodInfo
ResolveToolbarMethod "childGetProperty" o = Gtk.Container.ContainerChildGetPropertyMethodInfo
ResolveToolbarMethod "childNotify" o = Gtk.Container.ContainerChildNotifyMethodInfo
ResolveToolbarMethod "childNotifyByPspec" o = Gtk.Container.ContainerChildNotifyByPspecMethodInfo
ResolveToolbarMethod "childSetProperty" o = Gtk.Container.ContainerChildSetPropertyMethodInfo
ResolveToolbarMethod "childType" o = Gtk.Container.ContainerChildTypeMethodInfo
ResolveToolbarMethod "classPath" o = Gtk.Widget.WidgetClassPathMethodInfo
ResolveToolbarMethod "computeExpand" o = Gtk.Widget.WidgetComputeExpandMethodInfo
ResolveToolbarMethod "constructChild" o = Gtk.Buildable.BuildableConstructChildMethodInfo
ResolveToolbarMethod "createPangoContext" o = Gtk.Widget.WidgetCreatePangoContextMethodInfo
ResolveToolbarMethod "createPangoLayout" o = Gtk.Widget.WidgetCreatePangoLayoutMethodInfo
ResolveToolbarMethod "customFinished" o = Gtk.Buildable.BuildableCustomFinishedMethodInfo
ResolveToolbarMethod "customTagEnd" o = Gtk.Buildable.BuildableCustomTagEndMethodInfo
ResolveToolbarMethod "customTagStart" o = Gtk.Buildable.BuildableCustomTagStartMethodInfo
ResolveToolbarMethod "destroy" o = Gtk.Widget.WidgetDestroyMethodInfo
ResolveToolbarMethod "destroyed" o = Gtk.Widget.WidgetDestroyedMethodInfo
ResolveToolbarMethod "deviceIsShadowed" o = Gtk.Widget.WidgetDeviceIsShadowedMethodInfo
ResolveToolbarMethod "dragBegin" o = Gtk.Widget.WidgetDragBeginMethodInfo
ResolveToolbarMethod "dragBeginWithCoordinates" o = Gtk.Widget.WidgetDragBeginWithCoordinatesMethodInfo
ResolveToolbarMethod "dragCheckThreshold" o = Gtk.Widget.WidgetDragCheckThresholdMethodInfo
ResolveToolbarMethod "dragDestAddImageTargets" o = Gtk.Widget.WidgetDragDestAddImageTargetsMethodInfo
ResolveToolbarMethod "dragDestAddTextTargets" o = Gtk.Widget.WidgetDragDestAddTextTargetsMethodInfo
ResolveToolbarMethod "dragDestAddUriTargets" o = Gtk.Widget.WidgetDragDestAddUriTargetsMethodInfo
ResolveToolbarMethod "dragDestFindTarget" o = Gtk.Widget.WidgetDragDestFindTargetMethodInfo
ResolveToolbarMethod "dragDestGetTargetList" o = Gtk.Widget.WidgetDragDestGetTargetListMethodInfo
ResolveToolbarMethod "dragDestGetTrackMotion" o = Gtk.Widget.WidgetDragDestGetTrackMotionMethodInfo
ResolveToolbarMethod "dragDestSet" o = Gtk.Widget.WidgetDragDestSetMethodInfo
ResolveToolbarMethod "dragDestSetProxy" o = Gtk.Widget.WidgetDragDestSetProxyMethodInfo
ResolveToolbarMethod "dragDestSetTargetList" o = Gtk.Widget.WidgetDragDestSetTargetListMethodInfo
ResolveToolbarMethod "dragDestSetTrackMotion" o = Gtk.Widget.WidgetDragDestSetTrackMotionMethodInfo
ResolveToolbarMethod "dragDestUnset" o = Gtk.Widget.WidgetDragDestUnsetMethodInfo
ResolveToolbarMethod "dragGetData" o = Gtk.Widget.WidgetDragGetDataMethodInfo
ResolveToolbarMethod "dragHighlight" o = Gtk.Widget.WidgetDragHighlightMethodInfo
ResolveToolbarMethod "dragSourceAddImageTargets" o = Gtk.Widget.WidgetDragSourceAddImageTargetsMethodInfo
ResolveToolbarMethod "dragSourceAddTextTargets" o = Gtk.Widget.WidgetDragSourceAddTextTargetsMethodInfo
ResolveToolbarMethod "dragSourceAddUriTargets" o = Gtk.Widget.WidgetDragSourceAddUriTargetsMethodInfo
ResolveToolbarMethod "dragSourceGetTargetList" o = Gtk.Widget.WidgetDragSourceGetTargetListMethodInfo
ResolveToolbarMethod "dragSourceSet" o = Gtk.Widget.WidgetDragSourceSetMethodInfo
ResolveToolbarMethod "dragSourceSetIconGicon" o = Gtk.Widget.WidgetDragSourceSetIconGiconMethodInfo
ResolveToolbarMethod "dragSourceSetIconName" o = Gtk.Widget.WidgetDragSourceSetIconNameMethodInfo
ResolveToolbarMethod "dragSourceSetIconPixbuf" o = Gtk.Widget.WidgetDragSourceSetIconPixbufMethodInfo
ResolveToolbarMethod "dragSourceSetIconStock" o = Gtk.Widget.WidgetDragSourceSetIconStockMethodInfo
ResolveToolbarMethod "dragSourceSetTargetList" o = Gtk.Widget.WidgetDragSourceSetTargetListMethodInfo
ResolveToolbarMethod "dragSourceUnset" o = Gtk.Widget.WidgetDragSourceUnsetMethodInfo
ResolveToolbarMethod "dragUnhighlight" o = Gtk.Widget.WidgetDragUnhighlightMethodInfo
ResolveToolbarMethod "draw" o = Gtk.Widget.WidgetDrawMethodInfo
ResolveToolbarMethod "ensureStyle" o = Gtk.Widget.WidgetEnsureStyleMethodInfo
ResolveToolbarMethod "errorBell" o = Gtk.Widget.WidgetErrorBellMethodInfo
ResolveToolbarMethod "event" o = Gtk.Widget.WidgetEventMethodInfo
ResolveToolbarMethod "forall" o = Gtk.Container.ContainerForallMethodInfo
ResolveToolbarMethod "forceFloating" o = GObject.Object.ObjectForceFloatingMethodInfo
ResolveToolbarMethod "foreach" o = Gtk.Container.ContainerForeachMethodInfo
ResolveToolbarMethod "freezeChildNotify" o = Gtk.Widget.WidgetFreezeChildNotifyMethodInfo
ResolveToolbarMethod "freezeNotify" o = GObject.Object.ObjectFreezeNotifyMethodInfo
ResolveToolbarMethod "getv" o = GObject.Object.ObjectGetvMethodInfo
ResolveToolbarMethod "grabAdd" o = Gtk.Widget.WidgetGrabAddMethodInfo
ResolveToolbarMethod "grabDefault" o = Gtk.Widget.WidgetGrabDefaultMethodInfo
ResolveToolbarMethod "grabFocus" o = Gtk.Widget.WidgetGrabFocusMethodInfo
ResolveToolbarMethod "grabRemove" o = Gtk.Widget.WidgetGrabRemoveMethodInfo
ResolveToolbarMethod "hasDefault" o = Gtk.Widget.WidgetHasDefaultMethodInfo
ResolveToolbarMethod "hasFocus" o = Gtk.Widget.WidgetHasFocusMethodInfo
ResolveToolbarMethod "hasGrab" o = Gtk.Widget.WidgetHasGrabMethodInfo
ResolveToolbarMethod "hasRcStyle" o = Gtk.Widget.WidgetHasRcStyleMethodInfo
ResolveToolbarMethod "hasScreen" o = Gtk.Widget.WidgetHasScreenMethodInfo
ResolveToolbarMethod "hasVisibleFocus" o = Gtk.Widget.WidgetHasVisibleFocusMethodInfo
ResolveToolbarMethod "hide" o = Gtk.Widget.WidgetHideMethodInfo
ResolveToolbarMethod "hideOnDelete" o = Gtk.Widget.WidgetHideOnDeleteMethodInfo
ResolveToolbarMethod "inDestruction" o = Gtk.Widget.WidgetInDestructionMethodInfo
ResolveToolbarMethod "initTemplate" o = Gtk.Widget.WidgetInitTemplateMethodInfo
ResolveToolbarMethod "inputShapeCombineRegion" o = Gtk.Widget.WidgetInputShapeCombineRegionMethodInfo
ResolveToolbarMethod "insert" o = ToolbarInsertMethodInfo
ResolveToolbarMethod "insertActionGroup" o = Gtk.Widget.WidgetInsertActionGroupMethodInfo
ResolveToolbarMethod "intersect" o = Gtk.Widget.WidgetIntersectMethodInfo
ResolveToolbarMethod "isAncestor" o = Gtk.Widget.WidgetIsAncestorMethodInfo
ResolveToolbarMethod "isComposited" o = Gtk.Widget.WidgetIsCompositedMethodInfo
ResolveToolbarMethod "isDrawable" o = Gtk.Widget.WidgetIsDrawableMethodInfo
ResolveToolbarMethod "isFloating" o = GObject.Object.ObjectIsFloatingMethodInfo
ResolveToolbarMethod "isFocus" o = Gtk.Widget.WidgetIsFocusMethodInfo
ResolveToolbarMethod "isSensitive" o = Gtk.Widget.WidgetIsSensitiveMethodInfo
ResolveToolbarMethod "isToplevel" o = Gtk.Widget.WidgetIsToplevelMethodInfo
ResolveToolbarMethod "isVisible" o = Gtk.Widget.WidgetIsVisibleMethodInfo
ResolveToolbarMethod "keynavFailed" o = Gtk.Widget.WidgetKeynavFailedMethodInfo
ResolveToolbarMethod "listAccelClosures" o = Gtk.Widget.WidgetListAccelClosuresMethodInfo
ResolveToolbarMethod "listActionPrefixes" o = Gtk.Widget.WidgetListActionPrefixesMethodInfo
ResolveToolbarMethod "listMnemonicLabels" o = Gtk.Widget.WidgetListMnemonicLabelsMethodInfo
ResolveToolbarMethod "map" o = Gtk.Widget.WidgetMapMethodInfo
ResolveToolbarMethod "mnemonicActivate" o = Gtk.Widget.WidgetMnemonicActivateMethodInfo
ResolveToolbarMethod "modifyBase" o = Gtk.Widget.WidgetModifyBaseMethodInfo
ResolveToolbarMethod "modifyBg" o = Gtk.Widget.WidgetModifyBgMethodInfo
ResolveToolbarMethod "modifyCursor" o = Gtk.Widget.WidgetModifyCursorMethodInfo
ResolveToolbarMethod "modifyFg" o = Gtk.Widget.WidgetModifyFgMethodInfo
ResolveToolbarMethod "modifyFont" o = Gtk.Widget.WidgetModifyFontMethodInfo
ResolveToolbarMethod "modifyStyle" o = Gtk.Widget.WidgetModifyStyleMethodInfo
ResolveToolbarMethod "modifyText" o = Gtk.Widget.WidgetModifyTextMethodInfo
ResolveToolbarMethod "notify" o = GObject.Object.ObjectNotifyMethodInfo
ResolveToolbarMethod "notifyByPspec" o = GObject.Object.ObjectNotifyByPspecMethodInfo
ResolveToolbarMethod "overrideBackgroundColor" o = Gtk.Widget.WidgetOverrideBackgroundColorMethodInfo
ResolveToolbarMethod "overrideColor" o = Gtk.Widget.WidgetOverrideColorMethodInfo
ResolveToolbarMethod "overrideCursor" o = Gtk.Widget.WidgetOverrideCursorMethodInfo
ResolveToolbarMethod "overrideFont" o = Gtk.Widget.WidgetOverrideFontMethodInfo
ResolveToolbarMethod "overrideSymbolicColor" o = Gtk.Widget.WidgetOverrideSymbolicColorMethodInfo
ResolveToolbarMethod "parserFinished" o = Gtk.Buildable.BuildableParserFinishedMethodInfo
ResolveToolbarMethod "path" o = Gtk.Widget.WidgetPathMethodInfo
ResolveToolbarMethod "propagateDraw" o = Gtk.Container.ContainerPropagateDrawMethodInfo
ResolveToolbarMethod "queueAllocate" o = Gtk.Widget.WidgetQueueAllocateMethodInfo
ResolveToolbarMethod "queueComputeExpand" o = Gtk.Widget.WidgetQueueComputeExpandMethodInfo
ResolveToolbarMethod "queueDraw" o = Gtk.Widget.WidgetQueueDrawMethodInfo
ResolveToolbarMethod "queueDrawArea" o = Gtk.Widget.WidgetQueueDrawAreaMethodInfo
ResolveToolbarMethod "queueDrawRegion" o = Gtk.Widget.WidgetQueueDrawRegionMethodInfo
ResolveToolbarMethod "queueResize" o = Gtk.Widget.WidgetQueueResizeMethodInfo
ResolveToolbarMethod "queueResizeNoRedraw" o = Gtk.Widget.WidgetQueueResizeNoRedrawMethodInfo
ResolveToolbarMethod "realize" o = Gtk.Widget.WidgetRealizeMethodInfo
ResolveToolbarMethod "rebuildMenu" o = Gtk.ToolShell.ToolShellRebuildMenuMethodInfo
ResolveToolbarMethod "ref" o = GObject.Object.ObjectRefMethodInfo
ResolveToolbarMethod "refSink" o = GObject.Object.ObjectRefSinkMethodInfo
ResolveToolbarMethod "regionIntersect" o = Gtk.Widget.WidgetRegionIntersectMethodInfo
ResolveToolbarMethod "registerWindow" o = Gtk.Widget.WidgetRegisterWindowMethodInfo
ResolveToolbarMethod "remove" o = Gtk.Container.ContainerRemoveMethodInfo
ResolveToolbarMethod "removeAccelerator" o = Gtk.Widget.WidgetRemoveAcceleratorMethodInfo
ResolveToolbarMethod "removeMnemonicLabel" o = Gtk.Widget.WidgetRemoveMnemonicLabelMethodInfo
ResolveToolbarMethod "removeTickCallback" o = Gtk.Widget.WidgetRemoveTickCallbackMethodInfo
ResolveToolbarMethod "renderIcon" o = Gtk.Widget.WidgetRenderIconMethodInfo
ResolveToolbarMethod "renderIconPixbuf" o = Gtk.Widget.WidgetRenderIconPixbufMethodInfo
ResolveToolbarMethod "reparent" o = Gtk.Widget.WidgetReparentMethodInfo
ResolveToolbarMethod "resetRcStyles" o = Gtk.Widget.WidgetResetRcStylesMethodInfo
ResolveToolbarMethod "resetStyle" o = Gtk.Widget.WidgetResetStyleMethodInfo
ResolveToolbarMethod "resizeChildren" o = Gtk.Container.ContainerResizeChildrenMethodInfo
ResolveToolbarMethod "runDispose" o = GObject.Object.ObjectRunDisposeMethodInfo
ResolveToolbarMethod "sendExpose" o = Gtk.Widget.WidgetSendExposeMethodInfo
ResolveToolbarMethod "sendFocusChange" o = Gtk.Widget.WidgetSendFocusChangeMethodInfo
ResolveToolbarMethod "shapeCombineRegion" o = Gtk.Widget.WidgetShapeCombineRegionMethodInfo
ResolveToolbarMethod "show" o = Gtk.Widget.WidgetShowMethodInfo
ResolveToolbarMethod "showAll" o = Gtk.Widget.WidgetShowAllMethodInfo
ResolveToolbarMethod "showNow" o = Gtk.Widget.WidgetShowNowMethodInfo
ResolveToolbarMethod "sizeAllocate" o = Gtk.Widget.WidgetSizeAllocateMethodInfo
ResolveToolbarMethod "sizeAllocateWithBaseline" o = Gtk.Widget.WidgetSizeAllocateWithBaselineMethodInfo
ResolveToolbarMethod "sizeRequest" o = Gtk.Widget.WidgetSizeRequestMethodInfo
ResolveToolbarMethod "stealData" o = GObject.Object.ObjectStealDataMethodInfo
ResolveToolbarMethod "stealQdata" o = GObject.Object.ObjectStealQdataMethodInfo
ResolveToolbarMethod "styleAttach" o = Gtk.Widget.WidgetStyleAttachMethodInfo
ResolveToolbarMethod "styleGetProperty" o = Gtk.Widget.WidgetStyleGetPropertyMethodInfo
ResolveToolbarMethod "thawChildNotify" o = Gtk.Widget.WidgetThawChildNotifyMethodInfo
ResolveToolbarMethod "thawNotify" o = GObject.Object.ObjectThawNotifyMethodInfo
ResolveToolbarMethod "translateCoordinates" o = Gtk.Widget.WidgetTranslateCoordinatesMethodInfo
ResolveToolbarMethod "triggerTooltipQuery" o = Gtk.Widget.WidgetTriggerTooltipQueryMethodInfo
ResolveToolbarMethod "unmap" o = Gtk.Widget.WidgetUnmapMethodInfo
ResolveToolbarMethod "unparent" o = Gtk.Widget.WidgetUnparentMethodInfo
ResolveToolbarMethod "unrealize" o = Gtk.Widget.WidgetUnrealizeMethodInfo
ResolveToolbarMethod "unref" o = GObject.Object.ObjectUnrefMethodInfo
ResolveToolbarMethod "unregisterWindow" o = Gtk.Widget.WidgetUnregisterWindowMethodInfo
ResolveToolbarMethod "unsetFocusChain" o = Gtk.Container.ContainerUnsetFocusChainMethodInfo
ResolveToolbarMethod "unsetIconSize" o = ToolbarUnsetIconSizeMethodInfo
ResolveToolbarMethod "unsetStateFlags" o = Gtk.Widget.WidgetUnsetStateFlagsMethodInfo
ResolveToolbarMethod "unsetStyle" o = ToolbarUnsetStyleMethodInfo
ResolveToolbarMethod "watchClosure" o = GObject.Object.ObjectWatchClosureMethodInfo
ResolveToolbarMethod "getAccessible" o = Gtk.Widget.WidgetGetAccessibleMethodInfo
ResolveToolbarMethod "getActionGroup" o = Gtk.Widget.WidgetGetActionGroupMethodInfo
ResolveToolbarMethod "getAllocatedBaseline" o = Gtk.Widget.WidgetGetAllocatedBaselineMethodInfo
ResolveToolbarMethod "getAllocatedHeight" o = Gtk.Widget.WidgetGetAllocatedHeightMethodInfo
ResolveToolbarMethod "getAllocatedSize" o = Gtk.Widget.WidgetGetAllocatedSizeMethodInfo
ResolveToolbarMethod "getAllocatedWidth" o = Gtk.Widget.WidgetGetAllocatedWidthMethodInfo
ResolveToolbarMethod "getAllocation" o = Gtk.Widget.WidgetGetAllocationMethodInfo
ResolveToolbarMethod "getAncestor" o = Gtk.Widget.WidgetGetAncestorMethodInfo
ResolveToolbarMethod "getAppPaintable" o = Gtk.Widget.WidgetGetAppPaintableMethodInfo
ResolveToolbarMethod "getBorderWidth" o = Gtk.Container.ContainerGetBorderWidthMethodInfo
ResolveToolbarMethod "getCanDefault" o = Gtk.Widget.WidgetGetCanDefaultMethodInfo
ResolveToolbarMethod "getCanFocus" o = Gtk.Widget.WidgetGetCanFocusMethodInfo
ResolveToolbarMethod "getChildRequisition" o = Gtk.Widget.WidgetGetChildRequisitionMethodInfo
ResolveToolbarMethod "getChildVisible" o = Gtk.Widget.WidgetGetChildVisibleMethodInfo
ResolveToolbarMethod "getChildren" o = Gtk.Container.ContainerGetChildrenMethodInfo
ResolveToolbarMethod "getClip" o = Gtk.Widget.WidgetGetClipMethodInfo
ResolveToolbarMethod "getClipboard" o = Gtk.Widget.WidgetGetClipboardMethodInfo
ResolveToolbarMethod "getCompositeName" o = Gtk.Widget.WidgetGetCompositeNameMethodInfo
ResolveToolbarMethod "getData" o = GObject.Object.ObjectGetDataMethodInfo
ResolveToolbarMethod "getDeviceEnabled" o = Gtk.Widget.WidgetGetDeviceEnabledMethodInfo
ResolveToolbarMethod "getDeviceEvents" o = Gtk.Widget.WidgetGetDeviceEventsMethodInfo
ResolveToolbarMethod "getDirection" o = Gtk.Widget.WidgetGetDirectionMethodInfo
ResolveToolbarMethod "getDisplay" o = Gtk.Widget.WidgetGetDisplayMethodInfo
ResolveToolbarMethod "getDoubleBuffered" o = Gtk.Widget.WidgetGetDoubleBufferedMethodInfo
ResolveToolbarMethod "getDropIndex" o = ToolbarGetDropIndexMethodInfo
ResolveToolbarMethod "getEllipsizeMode" o = Gtk.ToolShell.ToolShellGetEllipsizeModeMethodInfo
ResolveToolbarMethod "getEvents" o = Gtk.Widget.WidgetGetEventsMethodInfo
ResolveToolbarMethod "getFocusChain" o = Gtk.Container.ContainerGetFocusChainMethodInfo
ResolveToolbarMethod "getFocusChild" o = Gtk.Container.ContainerGetFocusChildMethodInfo
ResolveToolbarMethod "getFocusHadjustment" o = Gtk.Container.ContainerGetFocusHadjustmentMethodInfo
ResolveToolbarMethod "getFocusOnClick" o = Gtk.Widget.WidgetGetFocusOnClickMethodInfo
ResolveToolbarMethod "getFocusVadjustment" o = Gtk.Container.ContainerGetFocusVadjustmentMethodInfo
ResolveToolbarMethod "getFontMap" o = Gtk.Widget.WidgetGetFontMapMethodInfo
ResolveToolbarMethod "getFontOptions" o = Gtk.Widget.WidgetGetFontOptionsMethodInfo
ResolveToolbarMethod "getFrameClock" o = Gtk.Widget.WidgetGetFrameClockMethodInfo
ResolveToolbarMethod "getHalign" o = Gtk.Widget.WidgetGetHalignMethodInfo
ResolveToolbarMethod "getHasTooltip" o = Gtk.Widget.WidgetGetHasTooltipMethodInfo
ResolveToolbarMethod "getHasWindow" o = Gtk.Widget.WidgetGetHasWindowMethodInfo
ResolveToolbarMethod "getHexpand" o = Gtk.Widget.WidgetGetHexpandMethodInfo
ResolveToolbarMethod "getHexpandSet" o = Gtk.Widget.WidgetGetHexpandSetMethodInfo
ResolveToolbarMethod "getIconSize" o = ToolbarGetIconSizeMethodInfo
ResolveToolbarMethod "getInternalChild" o = Gtk.Buildable.BuildableGetInternalChildMethodInfo
ResolveToolbarMethod "getItemIndex" o = ToolbarGetItemIndexMethodInfo
ResolveToolbarMethod "getMapped" o = Gtk.Widget.WidgetGetMappedMethodInfo
ResolveToolbarMethod "getMarginBottom" o = Gtk.Widget.WidgetGetMarginBottomMethodInfo
ResolveToolbarMethod "getMarginEnd" o = Gtk.Widget.WidgetGetMarginEndMethodInfo
ResolveToolbarMethod "getMarginLeft" o = Gtk.Widget.WidgetGetMarginLeftMethodInfo
ResolveToolbarMethod "getMarginRight" o = Gtk.Widget.WidgetGetMarginRightMethodInfo
ResolveToolbarMethod "getMarginStart" o = Gtk.Widget.WidgetGetMarginStartMethodInfo
ResolveToolbarMethod "getMarginTop" o = Gtk.Widget.WidgetGetMarginTopMethodInfo
ResolveToolbarMethod "getModifierMask" o = Gtk.Widget.WidgetGetModifierMaskMethodInfo
ResolveToolbarMethod "getModifierStyle" o = Gtk.Widget.WidgetGetModifierStyleMethodInfo
ResolveToolbarMethod "getNItems" o = ToolbarGetNItemsMethodInfo
ResolveToolbarMethod "getName" o = Gtk.Widget.WidgetGetNameMethodInfo
ResolveToolbarMethod "getNoShowAll" o = Gtk.Widget.WidgetGetNoShowAllMethodInfo
ResolveToolbarMethod "getNthItem" o = ToolbarGetNthItemMethodInfo
ResolveToolbarMethod "getOpacity" o = Gtk.Widget.WidgetGetOpacityMethodInfo
ResolveToolbarMethod "getOrientation" o = Gtk.Orientable.OrientableGetOrientationMethodInfo
ResolveToolbarMethod "getPangoContext" o = Gtk.Widget.WidgetGetPangoContextMethodInfo
ResolveToolbarMethod "getParent" o = Gtk.Widget.WidgetGetParentMethodInfo
ResolveToolbarMethod "getParentWindow" o = Gtk.Widget.WidgetGetParentWindowMethodInfo
ResolveToolbarMethod "getPath" o = Gtk.Widget.WidgetGetPathMethodInfo
ResolveToolbarMethod "getPathForChild" o = Gtk.Container.ContainerGetPathForChildMethodInfo
ResolveToolbarMethod "getPointer" o = Gtk.Widget.WidgetGetPointerMethodInfo
ResolveToolbarMethod "getPreferredHeight" o = Gtk.Widget.WidgetGetPreferredHeightMethodInfo
ResolveToolbarMethod "getPreferredHeightAndBaselineForWidth" o = Gtk.Widget.WidgetGetPreferredHeightAndBaselineForWidthMethodInfo
ResolveToolbarMethod "getPreferredHeightForWidth" o = Gtk.Widget.WidgetGetPreferredHeightForWidthMethodInfo
ResolveToolbarMethod "getPreferredSize" o = Gtk.Widget.WidgetGetPreferredSizeMethodInfo
ResolveToolbarMethod "getPreferredWidth" o = Gtk.Widget.WidgetGetPreferredWidthMethodInfo
ResolveToolbarMethod "getPreferredWidthForHeight" o = Gtk.Widget.WidgetGetPreferredWidthForHeightMethodInfo
ResolveToolbarMethod "getProperty" o = GObject.Object.ObjectGetPropertyMethodInfo
ResolveToolbarMethod "getQdata" o = GObject.Object.ObjectGetQdataMethodInfo
ResolveToolbarMethod "getRealized" o = Gtk.Widget.WidgetGetRealizedMethodInfo
ResolveToolbarMethod "getReceivesDefault" o = Gtk.Widget.WidgetGetReceivesDefaultMethodInfo
ResolveToolbarMethod "getReliefStyle" o = ToolbarGetReliefStyleMethodInfo
ResolveToolbarMethod "getRequestMode" o = Gtk.Widget.WidgetGetRequestModeMethodInfo
ResolveToolbarMethod "getRequisition" o = Gtk.Widget.WidgetGetRequisitionMethodInfo
ResolveToolbarMethod "getResizeMode" o = Gtk.Container.ContainerGetResizeModeMethodInfo
ResolveToolbarMethod "getRootWindow" o = Gtk.Widget.WidgetGetRootWindowMethodInfo
ResolveToolbarMethod "getScaleFactor" o = Gtk.Widget.WidgetGetScaleFactorMethodInfo
ResolveToolbarMethod "getScreen" o = Gtk.Widget.WidgetGetScreenMethodInfo
ResolveToolbarMethod "getSensitive" o = Gtk.Widget.WidgetGetSensitiveMethodInfo
ResolveToolbarMethod "getSettings" o = Gtk.Widget.WidgetGetSettingsMethodInfo
ResolveToolbarMethod "getShowArrow" o = ToolbarGetShowArrowMethodInfo
ResolveToolbarMethod "getSizeRequest" o = Gtk.Widget.WidgetGetSizeRequestMethodInfo
ResolveToolbarMethod "getState" o = Gtk.Widget.WidgetGetStateMethodInfo
ResolveToolbarMethod "getStateFlags" o = Gtk.Widget.WidgetGetStateFlagsMethodInfo
ResolveToolbarMethod "getStyle" o = ToolbarGetStyleMethodInfo
ResolveToolbarMethod "getStyleContext" o = Gtk.Widget.WidgetGetStyleContextMethodInfo
ResolveToolbarMethod "getSupportMultidevice" o = Gtk.Widget.WidgetGetSupportMultideviceMethodInfo
ResolveToolbarMethod "getTemplateChild" o = Gtk.Widget.WidgetGetTemplateChildMethodInfo
ResolveToolbarMethod "getTextAlignment" o = Gtk.ToolShell.ToolShellGetTextAlignmentMethodInfo
ResolveToolbarMethod "getTextOrientation" o = Gtk.ToolShell.ToolShellGetTextOrientationMethodInfo
ResolveToolbarMethod "getTextSizeGroup" o = Gtk.ToolShell.ToolShellGetTextSizeGroupMethodInfo
ResolveToolbarMethod "getTooltipMarkup" o = Gtk.Widget.WidgetGetTooltipMarkupMethodInfo
ResolveToolbarMethod "getTooltipText" o = Gtk.Widget.WidgetGetTooltipTextMethodInfo
ResolveToolbarMethod "getTooltipWindow" o = Gtk.Widget.WidgetGetTooltipWindowMethodInfo
ResolveToolbarMethod "getToplevel" o = Gtk.Widget.WidgetGetToplevelMethodInfo
ResolveToolbarMethod "getValign" o = Gtk.Widget.WidgetGetValignMethodInfo
ResolveToolbarMethod "getValignWithBaseline" o = Gtk.Widget.WidgetGetValignWithBaselineMethodInfo
ResolveToolbarMethod "getVexpand" o = Gtk.Widget.WidgetGetVexpandMethodInfo
ResolveToolbarMethod "getVexpandSet" o = Gtk.Widget.WidgetGetVexpandSetMethodInfo
ResolveToolbarMethod "getVisible" o = Gtk.Widget.WidgetGetVisibleMethodInfo
ResolveToolbarMethod "getVisual" o = Gtk.Widget.WidgetGetVisualMethodInfo
ResolveToolbarMethod "getWindow" o = Gtk.Widget.WidgetGetWindowMethodInfo
ResolveToolbarMethod "setAccelPath" o = Gtk.Widget.WidgetSetAccelPathMethodInfo
ResolveToolbarMethod "setAllocation" o = Gtk.Widget.WidgetSetAllocationMethodInfo
ResolveToolbarMethod "setAppPaintable" o = Gtk.Widget.WidgetSetAppPaintableMethodInfo
ResolveToolbarMethod "setBorderWidth" o = Gtk.Container.ContainerSetBorderWidthMethodInfo
ResolveToolbarMethod "setBuildableProperty" o = Gtk.Buildable.BuildableSetBuildablePropertyMethodInfo
ResolveToolbarMethod "setCanDefault" o = Gtk.Widget.WidgetSetCanDefaultMethodInfo
ResolveToolbarMethod "setCanFocus" o = Gtk.Widget.WidgetSetCanFocusMethodInfo
ResolveToolbarMethod "setChildVisible" o = Gtk.Widget.WidgetSetChildVisibleMethodInfo
ResolveToolbarMethod "setClip" o = Gtk.Widget.WidgetSetClipMethodInfo
ResolveToolbarMethod "setCompositeName" o = Gtk.Widget.WidgetSetCompositeNameMethodInfo
ResolveToolbarMethod "setData" o = GObject.Object.ObjectSetDataMethodInfo
ResolveToolbarMethod "setDeviceEnabled" o = Gtk.Widget.WidgetSetDeviceEnabledMethodInfo
ResolveToolbarMethod "setDeviceEvents" o = Gtk.Widget.WidgetSetDeviceEventsMethodInfo
ResolveToolbarMethod "setDirection" o = Gtk.Widget.WidgetSetDirectionMethodInfo
ResolveToolbarMethod "setDoubleBuffered" o = Gtk.Widget.WidgetSetDoubleBufferedMethodInfo
ResolveToolbarMethod "setDropHighlightItem" o = ToolbarSetDropHighlightItemMethodInfo
ResolveToolbarMethod "setEvents" o = Gtk.Widget.WidgetSetEventsMethodInfo
ResolveToolbarMethod "setFocusChain" o = Gtk.Container.ContainerSetFocusChainMethodInfo
ResolveToolbarMethod "setFocusChild" o = Gtk.Container.ContainerSetFocusChildMethodInfo
ResolveToolbarMethod "setFocusHadjustment" o = Gtk.Container.ContainerSetFocusHadjustmentMethodInfo
ResolveToolbarMethod "setFocusOnClick" o = Gtk.Widget.WidgetSetFocusOnClickMethodInfo
ResolveToolbarMethod "setFocusVadjustment" o = Gtk.Container.ContainerSetFocusVadjustmentMethodInfo
ResolveToolbarMethod "setFontMap" o = Gtk.Widget.WidgetSetFontMapMethodInfo
ResolveToolbarMethod "setFontOptions" o = Gtk.Widget.WidgetSetFontOptionsMethodInfo
ResolveToolbarMethod "setHalign" o = Gtk.Widget.WidgetSetHalignMethodInfo
ResolveToolbarMethod "setHasTooltip" o = Gtk.Widget.WidgetSetHasTooltipMethodInfo
ResolveToolbarMethod "setHasWindow" o = Gtk.Widget.WidgetSetHasWindowMethodInfo
ResolveToolbarMethod "setHexpand" o = Gtk.Widget.WidgetSetHexpandMethodInfo
ResolveToolbarMethod "setHexpandSet" o = Gtk.Widget.WidgetSetHexpandSetMethodInfo
ResolveToolbarMethod "setIconSize" o = ToolbarSetIconSizeMethodInfo
ResolveToolbarMethod "setMapped" o = Gtk.Widget.WidgetSetMappedMethodInfo
ResolveToolbarMethod "setMarginBottom" o = Gtk.Widget.WidgetSetMarginBottomMethodInfo
ResolveToolbarMethod "setMarginEnd" o = Gtk.Widget.WidgetSetMarginEndMethodInfo
ResolveToolbarMethod "setMarginLeft" o = Gtk.Widget.WidgetSetMarginLeftMethodInfo
ResolveToolbarMethod "setMarginRight" o = Gtk.Widget.WidgetSetMarginRightMethodInfo
ResolveToolbarMethod "setMarginStart" o = Gtk.Widget.WidgetSetMarginStartMethodInfo
ResolveToolbarMethod "setMarginTop" o = Gtk.Widget.WidgetSetMarginTopMethodInfo
ResolveToolbarMethod "setName" o = Gtk.Widget.WidgetSetNameMethodInfo
ResolveToolbarMethod "setNoShowAll" o = Gtk.Widget.WidgetSetNoShowAllMethodInfo
ResolveToolbarMethod "setOpacity" o = Gtk.Widget.WidgetSetOpacityMethodInfo
ResolveToolbarMethod "setOrientation" o = Gtk.Orientable.OrientableSetOrientationMethodInfo
ResolveToolbarMethod "setParent" o = Gtk.Widget.WidgetSetParentMethodInfo
ResolveToolbarMethod "setParentWindow" o = Gtk.Widget.WidgetSetParentWindowMethodInfo
ResolveToolbarMethod "setProperty" o = GObject.Object.ObjectSetPropertyMethodInfo
ResolveToolbarMethod "setRealized" o = Gtk.Widget.WidgetSetRealizedMethodInfo
ResolveToolbarMethod "setReallocateRedraws" o = Gtk.Container.ContainerSetReallocateRedrawsMethodInfo
ResolveToolbarMethod "setReceivesDefault" o = Gtk.Widget.WidgetSetReceivesDefaultMethodInfo
ResolveToolbarMethod "setRedrawOnAllocate" o = Gtk.Widget.WidgetSetRedrawOnAllocateMethodInfo
ResolveToolbarMethod "setResizeMode" o = Gtk.Container.ContainerSetResizeModeMethodInfo
ResolveToolbarMethod "setSensitive" o = Gtk.Widget.WidgetSetSensitiveMethodInfo
ResolveToolbarMethod "setShowArrow" o = ToolbarSetShowArrowMethodInfo
ResolveToolbarMethod "setSizeRequest" o = Gtk.Widget.WidgetSetSizeRequestMethodInfo
ResolveToolbarMethod "setState" o = Gtk.Widget.WidgetSetStateMethodInfo
ResolveToolbarMethod "setStateFlags" o = Gtk.Widget.WidgetSetStateFlagsMethodInfo
ResolveToolbarMethod "setStyle" o = ToolbarSetStyleMethodInfo
ResolveToolbarMethod "setSupportMultidevice" o = Gtk.Widget.WidgetSetSupportMultideviceMethodInfo
ResolveToolbarMethod "setTooltipMarkup" o = Gtk.Widget.WidgetSetTooltipMarkupMethodInfo
ResolveToolbarMethod "setTooltipText" o = Gtk.Widget.WidgetSetTooltipTextMethodInfo
ResolveToolbarMethod "setTooltipWindow" o = Gtk.Widget.WidgetSetTooltipWindowMethodInfo
ResolveToolbarMethod "setValign" o = Gtk.Widget.WidgetSetValignMethodInfo
ResolveToolbarMethod "setVexpand" o = Gtk.Widget.WidgetSetVexpandMethodInfo
ResolveToolbarMethod "setVexpandSet" o = Gtk.Widget.WidgetSetVexpandSetMethodInfo
ResolveToolbarMethod "setVisible" o = Gtk.Widget.WidgetSetVisibleMethodInfo
ResolveToolbarMethod "setVisual" o = Gtk.Widget.WidgetSetVisualMethodInfo
ResolveToolbarMethod "setWindow" o = Gtk.Widget.WidgetSetWindowMethodInfo
ResolveToolbarMethod l o = O.MethodResolutionFailed l o
instance (info ~ ResolveToolbarMethod t Toolbar, O.MethodInfo info Toolbar p) => O.IsLabelProxy t (Toolbar -> p) where
fromLabelProxy _ = O.overloadedMethod (O.MethodProxy :: O.MethodProxy info)
#if MIN_VERSION_base(4,9,0)
instance (info ~ ResolveToolbarMethod t Toolbar, O.MethodInfo info Toolbar p) => O.IsLabel t (Toolbar -> p) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.overloadedMethod (O.MethodProxy :: O.MethodProxy info)
#else
fromLabel _ = O.overloadedMethod (O.MethodProxy :: O.MethodProxy info)
#endif
#endif
#endif
type ToolbarFocusHomeOrEndCallback =
Bool
-> IO Bool
noToolbarFocusHomeOrEndCallback :: Maybe ToolbarFocusHomeOrEndCallback
noToolbarFocusHomeOrEndCallback = Nothing
type C_ToolbarFocusHomeOrEndCallback =
Ptr () ->
CInt ->
Ptr () ->
IO CInt
foreign import ccall "wrapper"
mk_ToolbarFocusHomeOrEndCallback :: C_ToolbarFocusHomeOrEndCallback -> IO (FunPtr C_ToolbarFocusHomeOrEndCallback)
genClosure_ToolbarFocusHomeOrEnd :: ToolbarFocusHomeOrEndCallback -> IO Closure
genClosure_ToolbarFocusHomeOrEnd cb = do
let cb' = wrap_ToolbarFocusHomeOrEndCallback cb
mk_ToolbarFocusHomeOrEndCallback cb' >>= newCClosure
wrap_ToolbarFocusHomeOrEndCallback ::
ToolbarFocusHomeOrEndCallback ->
C_ToolbarFocusHomeOrEndCallback
wrap_ToolbarFocusHomeOrEndCallback _cb _ focusHome _ = do
let focusHome' = (/= 0) focusHome
result <- _cb focusHome'
let result' = (fromIntegral . fromEnum) result
return result'
onToolbarFocusHomeOrEnd :: (IsToolbar a, MonadIO m) => a -> ToolbarFocusHomeOrEndCallback -> m SignalHandlerId
onToolbarFocusHomeOrEnd obj cb = liftIO $ do
let cb' = wrap_ToolbarFocusHomeOrEndCallback cb
cb'' <- mk_ToolbarFocusHomeOrEndCallback cb'
connectSignalFunPtr obj "focus-home-or-end" cb'' SignalConnectBefore
afterToolbarFocusHomeOrEnd :: (IsToolbar a, MonadIO m) => a -> ToolbarFocusHomeOrEndCallback -> m SignalHandlerId
afterToolbarFocusHomeOrEnd obj cb = liftIO $ do
let cb' = wrap_ToolbarFocusHomeOrEndCallback cb
cb'' <- mk_ToolbarFocusHomeOrEndCallback cb'
connectSignalFunPtr obj "focus-home-or-end" cb'' SignalConnectAfter
type ToolbarOrientationChangedCallback =
Gtk.Enums.Orientation
-> IO ()
noToolbarOrientationChangedCallback :: Maybe ToolbarOrientationChangedCallback
noToolbarOrientationChangedCallback = Nothing
type C_ToolbarOrientationChangedCallback =
Ptr () ->
CUInt ->
Ptr () ->
IO ()
foreign import ccall "wrapper"
mk_ToolbarOrientationChangedCallback :: C_ToolbarOrientationChangedCallback -> IO (FunPtr C_ToolbarOrientationChangedCallback)
genClosure_ToolbarOrientationChanged :: ToolbarOrientationChangedCallback -> IO Closure
genClosure_ToolbarOrientationChanged cb = do
let cb' = wrap_ToolbarOrientationChangedCallback cb
mk_ToolbarOrientationChangedCallback cb' >>= newCClosure
wrap_ToolbarOrientationChangedCallback ::
ToolbarOrientationChangedCallback ->
C_ToolbarOrientationChangedCallback
wrap_ToolbarOrientationChangedCallback _cb _ orientation _ = do
let orientation' = (toEnum . fromIntegral) orientation
_cb orientation'
onToolbarOrientationChanged :: (IsToolbar a, MonadIO m) => a -> ToolbarOrientationChangedCallback -> m SignalHandlerId
onToolbarOrientationChanged obj cb = liftIO $ do
let cb' = wrap_ToolbarOrientationChangedCallback cb
cb'' <- mk_ToolbarOrientationChangedCallback cb'
connectSignalFunPtr obj "orientation-changed" cb'' SignalConnectBefore
afterToolbarOrientationChanged :: (IsToolbar a, MonadIO m) => a -> ToolbarOrientationChangedCallback -> m SignalHandlerId
afterToolbarOrientationChanged obj cb = liftIO $ do
let cb' = wrap_ToolbarOrientationChangedCallback cb
cb'' <- mk_ToolbarOrientationChangedCallback cb'
connectSignalFunPtr obj "orientation-changed" cb'' SignalConnectAfter
type ToolbarPopupContextMenuCallback =
Int32
-> Int32
-> Int32
-> IO Bool
noToolbarPopupContextMenuCallback :: Maybe ToolbarPopupContextMenuCallback
noToolbarPopupContextMenuCallback = Nothing
type C_ToolbarPopupContextMenuCallback =
Ptr () ->
Int32 ->
Int32 ->
Int32 ->
Ptr () ->
IO CInt
foreign import ccall "wrapper"
mk_ToolbarPopupContextMenuCallback :: C_ToolbarPopupContextMenuCallback -> IO (FunPtr C_ToolbarPopupContextMenuCallback)
genClosure_ToolbarPopupContextMenu :: ToolbarPopupContextMenuCallback -> IO Closure
genClosure_ToolbarPopupContextMenu cb = do
let cb' = wrap_ToolbarPopupContextMenuCallback cb
mk_ToolbarPopupContextMenuCallback cb' >>= newCClosure
wrap_ToolbarPopupContextMenuCallback ::
ToolbarPopupContextMenuCallback ->
C_ToolbarPopupContextMenuCallback
wrap_ToolbarPopupContextMenuCallback _cb _ x y button _ = do
result <- _cb x y button
let result' = (fromIntegral . fromEnum) result
return result'
onToolbarPopupContextMenu :: (IsToolbar a, MonadIO m) => a -> ToolbarPopupContextMenuCallback -> m SignalHandlerId
onToolbarPopupContextMenu obj cb = liftIO $ do
let cb' = wrap_ToolbarPopupContextMenuCallback cb
cb'' <- mk_ToolbarPopupContextMenuCallback cb'
connectSignalFunPtr obj "popup-context-menu" cb'' SignalConnectBefore
afterToolbarPopupContextMenu :: (IsToolbar a, MonadIO m) => a -> ToolbarPopupContextMenuCallback -> m SignalHandlerId
afterToolbarPopupContextMenu obj cb = liftIO $ do
let cb' = wrap_ToolbarPopupContextMenuCallback cb
cb'' <- mk_ToolbarPopupContextMenuCallback cb'
connectSignalFunPtr obj "popup-context-menu" cb'' SignalConnectAfter
type ToolbarStyleChangedCallback =
Gtk.Enums.ToolbarStyle
-> IO ()
noToolbarStyleChangedCallback :: Maybe ToolbarStyleChangedCallback
noToolbarStyleChangedCallback = Nothing
type C_ToolbarStyleChangedCallback =
Ptr () ->
CUInt ->
Ptr () ->
IO ()
foreign import ccall "wrapper"
mk_ToolbarStyleChangedCallback :: C_ToolbarStyleChangedCallback -> IO (FunPtr C_ToolbarStyleChangedCallback)
genClosure_ToolbarStyleChanged :: ToolbarStyleChangedCallback -> IO Closure
genClosure_ToolbarStyleChanged cb = do
let cb' = wrap_ToolbarStyleChangedCallback cb
mk_ToolbarStyleChangedCallback cb' >>= newCClosure
wrap_ToolbarStyleChangedCallback ::
ToolbarStyleChangedCallback ->
C_ToolbarStyleChangedCallback
wrap_ToolbarStyleChangedCallback _cb _ style _ = do
let style' = (toEnum . fromIntegral) style
_cb style'
onToolbarStyleChanged :: (IsToolbar a, MonadIO m) => a -> ToolbarStyleChangedCallback -> m SignalHandlerId
onToolbarStyleChanged obj cb = liftIO $ do
let cb' = wrap_ToolbarStyleChangedCallback cb
cb'' <- mk_ToolbarStyleChangedCallback cb'
connectSignalFunPtr obj "style-changed" cb'' SignalConnectBefore
afterToolbarStyleChanged :: (IsToolbar a, MonadIO m) => a -> ToolbarStyleChangedCallback -> m SignalHandlerId
afterToolbarStyleChanged obj cb = liftIO $ do
let cb' = wrap_ToolbarStyleChangedCallback cb
cb'' <- mk_ToolbarStyleChangedCallback cb'
connectSignalFunPtr obj "style-changed" cb'' SignalConnectAfter
getToolbarIconSize :: (MonadIO m, IsToolbar o) => o -> m Gtk.Enums.IconSize
getToolbarIconSize obj = liftIO $ getObjectPropertyEnum obj "icon-size"
setToolbarIconSize :: (MonadIO m, IsToolbar o) => o -> Gtk.Enums.IconSize -> m ()
setToolbarIconSize obj val = liftIO $ setObjectPropertyEnum obj "icon-size" val
constructToolbarIconSize :: (IsToolbar o) => Gtk.Enums.IconSize -> IO (GValueConstruct o)
constructToolbarIconSize val = constructObjectPropertyEnum "icon-size" val
#if ENABLE_OVERLOADING
data ToolbarIconSizePropertyInfo
instance AttrInfo ToolbarIconSizePropertyInfo where
type AttrAllowedOps ToolbarIconSizePropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet]
type AttrSetTypeConstraint ToolbarIconSizePropertyInfo = (~) Gtk.Enums.IconSize
type AttrBaseTypeConstraint ToolbarIconSizePropertyInfo = IsToolbar
type AttrGetType ToolbarIconSizePropertyInfo = Gtk.Enums.IconSize
type AttrLabel ToolbarIconSizePropertyInfo = "icon-size"
type AttrOrigin ToolbarIconSizePropertyInfo = Toolbar
attrGet _ = getToolbarIconSize
attrSet _ = setToolbarIconSize
attrConstruct _ = constructToolbarIconSize
attrClear _ = undefined
#endif
getToolbarIconSizeSet :: (MonadIO m, IsToolbar o) => o -> m Bool
getToolbarIconSizeSet obj = liftIO $ getObjectPropertyBool obj "icon-size-set"
setToolbarIconSizeSet :: (MonadIO m, IsToolbar o) => o -> Bool -> m ()
setToolbarIconSizeSet obj val = liftIO $ setObjectPropertyBool obj "icon-size-set" val
constructToolbarIconSizeSet :: (IsToolbar o) => Bool -> IO (GValueConstruct o)
constructToolbarIconSizeSet val = constructObjectPropertyBool "icon-size-set" val
#if ENABLE_OVERLOADING
data ToolbarIconSizeSetPropertyInfo
instance AttrInfo ToolbarIconSizeSetPropertyInfo where
type AttrAllowedOps ToolbarIconSizeSetPropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet]
type AttrSetTypeConstraint ToolbarIconSizeSetPropertyInfo = (~) Bool
type AttrBaseTypeConstraint ToolbarIconSizeSetPropertyInfo = IsToolbar
type AttrGetType ToolbarIconSizeSetPropertyInfo = Bool
type AttrLabel ToolbarIconSizeSetPropertyInfo = "icon-size-set"
type AttrOrigin ToolbarIconSizeSetPropertyInfo = Toolbar
attrGet _ = getToolbarIconSizeSet
attrSet _ = setToolbarIconSizeSet
attrConstruct _ = constructToolbarIconSizeSet
attrClear _ = undefined
#endif
getToolbarShowArrow :: (MonadIO m, IsToolbar o) => o -> m Bool
getToolbarShowArrow obj = liftIO $ getObjectPropertyBool obj "show-arrow"
setToolbarShowArrow :: (MonadIO m, IsToolbar o) => o -> Bool -> m ()
setToolbarShowArrow obj val = liftIO $ setObjectPropertyBool obj "show-arrow" val
constructToolbarShowArrow :: (IsToolbar o) => Bool -> IO (GValueConstruct o)
constructToolbarShowArrow val = constructObjectPropertyBool "show-arrow" val
#if ENABLE_OVERLOADING
data ToolbarShowArrowPropertyInfo
instance AttrInfo ToolbarShowArrowPropertyInfo where
type AttrAllowedOps ToolbarShowArrowPropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet]
type AttrSetTypeConstraint ToolbarShowArrowPropertyInfo = (~) Bool
type AttrBaseTypeConstraint ToolbarShowArrowPropertyInfo = IsToolbar
type AttrGetType ToolbarShowArrowPropertyInfo = Bool
type AttrLabel ToolbarShowArrowPropertyInfo = "show-arrow"
type AttrOrigin ToolbarShowArrowPropertyInfo = Toolbar
attrGet _ = getToolbarShowArrow
attrSet _ = setToolbarShowArrow
attrConstruct _ = constructToolbarShowArrow
attrClear _ = undefined
#endif
getToolbarToolbarStyle :: (MonadIO m, IsToolbar o) => o -> m Gtk.Enums.ToolbarStyle
getToolbarToolbarStyle obj = liftIO $ getObjectPropertyEnum obj "toolbar-style"
setToolbarToolbarStyle :: (MonadIO m, IsToolbar o) => o -> Gtk.Enums.ToolbarStyle -> m ()
setToolbarToolbarStyle obj val = liftIO $ setObjectPropertyEnum obj "toolbar-style" val
constructToolbarToolbarStyle :: (IsToolbar o) => Gtk.Enums.ToolbarStyle -> IO (GValueConstruct o)
constructToolbarToolbarStyle val = constructObjectPropertyEnum "toolbar-style" val
#if ENABLE_OVERLOADING
data ToolbarToolbarStylePropertyInfo
instance AttrInfo ToolbarToolbarStylePropertyInfo where
type AttrAllowedOps ToolbarToolbarStylePropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet]
type AttrSetTypeConstraint ToolbarToolbarStylePropertyInfo = (~) Gtk.Enums.ToolbarStyle
type AttrBaseTypeConstraint ToolbarToolbarStylePropertyInfo = IsToolbar
type AttrGetType ToolbarToolbarStylePropertyInfo = Gtk.Enums.ToolbarStyle
type AttrLabel ToolbarToolbarStylePropertyInfo = "toolbar-style"
type AttrOrigin ToolbarToolbarStylePropertyInfo = Toolbar
attrGet _ = getToolbarToolbarStyle
attrSet _ = setToolbarToolbarStyle
attrConstruct _ = constructToolbarToolbarStyle
attrClear _ = undefined
#endif
#if ENABLE_OVERLOADING
instance O.HasAttributeList Toolbar
type instance O.AttributeList Toolbar = ToolbarAttributeList
type ToolbarAttributeList = ('[ '("appPaintable", Gtk.Widget.WidgetAppPaintablePropertyInfo), '("borderWidth", Gtk.Container.ContainerBorderWidthPropertyInfo), '("canDefault", Gtk.Widget.WidgetCanDefaultPropertyInfo), '("canFocus", Gtk.Widget.WidgetCanFocusPropertyInfo), '("child", Gtk.Container.ContainerChildPropertyInfo), '("compositeChild", Gtk.Widget.WidgetCompositeChildPropertyInfo), '("doubleBuffered", Gtk.Widget.WidgetDoubleBufferedPropertyInfo), '("events", Gtk.Widget.WidgetEventsPropertyInfo), '("expand", Gtk.Widget.WidgetExpandPropertyInfo), '("focusOnClick", Gtk.Widget.WidgetFocusOnClickPropertyInfo), '("halign", Gtk.Widget.WidgetHalignPropertyInfo), '("hasDefault", Gtk.Widget.WidgetHasDefaultPropertyInfo), '("hasFocus", Gtk.Widget.WidgetHasFocusPropertyInfo), '("hasTooltip", Gtk.Widget.WidgetHasTooltipPropertyInfo), '("heightRequest", Gtk.Widget.WidgetHeightRequestPropertyInfo), '("hexpand", Gtk.Widget.WidgetHexpandPropertyInfo), '("hexpandSet", Gtk.Widget.WidgetHexpandSetPropertyInfo), '("iconSize", ToolbarIconSizePropertyInfo), '("iconSizeSet", ToolbarIconSizeSetPropertyInfo), '("isFocus", Gtk.Widget.WidgetIsFocusPropertyInfo), '("margin", Gtk.Widget.WidgetMarginPropertyInfo), '("marginBottom", Gtk.Widget.WidgetMarginBottomPropertyInfo), '("marginEnd", Gtk.Widget.WidgetMarginEndPropertyInfo), '("marginLeft", Gtk.Widget.WidgetMarginLeftPropertyInfo), '("marginRight", Gtk.Widget.WidgetMarginRightPropertyInfo), '("marginStart", Gtk.Widget.WidgetMarginStartPropertyInfo), '("marginTop", Gtk.Widget.WidgetMarginTopPropertyInfo), '("name", Gtk.Widget.WidgetNamePropertyInfo), '("noShowAll", Gtk.Widget.WidgetNoShowAllPropertyInfo), '("opacity", Gtk.Widget.WidgetOpacityPropertyInfo), '("orientation", Gtk.Orientable.OrientableOrientationPropertyInfo), '("parent", Gtk.Widget.WidgetParentPropertyInfo), '("receivesDefault", Gtk.Widget.WidgetReceivesDefaultPropertyInfo), '("resizeMode", Gtk.Container.ContainerResizeModePropertyInfo), '("scaleFactor", Gtk.Widget.WidgetScaleFactorPropertyInfo), '("sensitive", Gtk.Widget.WidgetSensitivePropertyInfo), '("showArrow", ToolbarShowArrowPropertyInfo), '("style", Gtk.Widget.WidgetStylePropertyInfo), '("toolbarStyle", ToolbarToolbarStylePropertyInfo), '("tooltipMarkup", Gtk.Widget.WidgetTooltipMarkupPropertyInfo), '("tooltipText", Gtk.Widget.WidgetTooltipTextPropertyInfo), '("valign", Gtk.Widget.WidgetValignPropertyInfo), '("vexpand", Gtk.Widget.WidgetVexpandPropertyInfo), '("vexpandSet", Gtk.Widget.WidgetVexpandSetPropertyInfo), '("visible", Gtk.Widget.WidgetVisiblePropertyInfo), '("widthRequest", Gtk.Widget.WidgetWidthRequestPropertyInfo), '("window", Gtk.Widget.WidgetWindowPropertyInfo)] :: [(Symbol, *)])
#endif
#if ENABLE_OVERLOADING
toolbarIconSize :: AttrLabelProxy "iconSize"
toolbarIconSize = AttrLabelProxy
toolbarIconSizeSet :: AttrLabelProxy "iconSizeSet"
toolbarIconSizeSet = AttrLabelProxy
toolbarShowArrow :: AttrLabelProxy "showArrow"
toolbarShowArrow = AttrLabelProxy
toolbarToolbarStyle :: AttrLabelProxy "toolbarStyle"
toolbarToolbarStyle = AttrLabelProxy
#endif
#if ENABLE_OVERLOADING
data ToolbarFocusHomeOrEndSignalInfo
instance SignalInfo ToolbarFocusHomeOrEndSignalInfo where
type HaskellCallbackType ToolbarFocusHomeOrEndSignalInfo = ToolbarFocusHomeOrEndCallback
connectSignal _ obj cb connectMode = do
let cb' = wrap_ToolbarFocusHomeOrEndCallback cb
cb'' <- mk_ToolbarFocusHomeOrEndCallback cb'
connectSignalFunPtr obj "focus-home-or-end" cb'' connectMode
data ToolbarOrientationChangedSignalInfo
instance SignalInfo ToolbarOrientationChangedSignalInfo where
type HaskellCallbackType ToolbarOrientationChangedSignalInfo = ToolbarOrientationChangedCallback
connectSignal _ obj cb connectMode = do
let cb' = wrap_ToolbarOrientationChangedCallback cb
cb'' <- mk_ToolbarOrientationChangedCallback cb'
connectSignalFunPtr obj "orientation-changed" cb'' connectMode
data ToolbarPopupContextMenuSignalInfo
instance SignalInfo ToolbarPopupContextMenuSignalInfo where
type HaskellCallbackType ToolbarPopupContextMenuSignalInfo = ToolbarPopupContextMenuCallback
connectSignal _ obj cb connectMode = do
let cb' = wrap_ToolbarPopupContextMenuCallback cb
cb'' <- mk_ToolbarPopupContextMenuCallback cb'
connectSignalFunPtr obj "popup-context-menu" cb'' connectMode
data ToolbarStyleChangedSignalInfo
instance SignalInfo ToolbarStyleChangedSignalInfo where
type HaskellCallbackType ToolbarStyleChangedSignalInfo = ToolbarStyleChangedCallback
connectSignal _ obj cb connectMode = do
let cb' = wrap_ToolbarStyleChangedCallback cb
cb'' <- mk_ToolbarStyleChangedCallback cb'
connectSignalFunPtr obj "style-changed" cb'' connectMode
type instance O.SignalList Toolbar = ToolbarSignalList
type ToolbarSignalList = ('[ '("accelClosuresChanged", Gtk.Widget.WidgetAccelClosuresChangedSignalInfo), '("add", Gtk.Container.ContainerAddSignalInfo), '("buttonPressEvent", Gtk.Widget.WidgetButtonPressEventSignalInfo), '("buttonReleaseEvent", Gtk.Widget.WidgetButtonReleaseEventSignalInfo), '("canActivateAccel", Gtk.Widget.WidgetCanActivateAccelSignalInfo), '("checkResize", Gtk.Container.ContainerCheckResizeSignalInfo), '("childNotify", Gtk.Widget.WidgetChildNotifySignalInfo), '("compositedChanged", Gtk.Widget.WidgetCompositedChangedSignalInfo), '("configureEvent", Gtk.Widget.WidgetConfigureEventSignalInfo), '("damageEvent", Gtk.Widget.WidgetDamageEventSignalInfo), '("deleteEvent", Gtk.Widget.WidgetDeleteEventSignalInfo), '("destroy", Gtk.Widget.WidgetDestroySignalInfo), '("destroyEvent", Gtk.Widget.WidgetDestroyEventSignalInfo), '("directionChanged", Gtk.Widget.WidgetDirectionChangedSignalInfo), '("dragBegin", Gtk.Widget.WidgetDragBeginSignalInfo), '("dragDataDelete", Gtk.Widget.WidgetDragDataDeleteSignalInfo), '("dragDataGet", Gtk.Widget.WidgetDragDataGetSignalInfo), '("dragDataReceived", Gtk.Widget.WidgetDragDataReceivedSignalInfo), '("dragDrop", Gtk.Widget.WidgetDragDropSignalInfo), '("dragEnd", Gtk.Widget.WidgetDragEndSignalInfo), '("dragFailed", Gtk.Widget.WidgetDragFailedSignalInfo), '("dragLeave", Gtk.Widget.WidgetDragLeaveSignalInfo), '("dragMotion", Gtk.Widget.WidgetDragMotionSignalInfo), '("draw", Gtk.Widget.WidgetDrawSignalInfo), '("enterNotifyEvent", Gtk.Widget.WidgetEnterNotifyEventSignalInfo), '("event", Gtk.Widget.WidgetEventSignalInfo), '("eventAfter", Gtk.Widget.WidgetEventAfterSignalInfo), '("focus", Gtk.Widget.WidgetFocusSignalInfo), '("focusHomeOrEnd", ToolbarFocusHomeOrEndSignalInfo), '("focusInEvent", Gtk.Widget.WidgetFocusInEventSignalInfo), '("focusOutEvent", Gtk.Widget.WidgetFocusOutEventSignalInfo), '("grabBrokenEvent", Gtk.Widget.WidgetGrabBrokenEventSignalInfo), '("grabFocus", Gtk.Widget.WidgetGrabFocusSignalInfo), '("grabNotify", Gtk.Widget.WidgetGrabNotifySignalInfo), '("hide", Gtk.Widget.WidgetHideSignalInfo), '("hierarchyChanged", Gtk.Widget.WidgetHierarchyChangedSignalInfo), '("keyPressEvent", Gtk.Widget.WidgetKeyPressEventSignalInfo), '("keyReleaseEvent", Gtk.Widget.WidgetKeyReleaseEventSignalInfo), '("keynavFailed", Gtk.Widget.WidgetKeynavFailedSignalInfo), '("leaveNotifyEvent", Gtk.Widget.WidgetLeaveNotifyEventSignalInfo), '("map", Gtk.Widget.WidgetMapSignalInfo), '("mapEvent", Gtk.Widget.WidgetMapEventSignalInfo), '("mnemonicActivate", Gtk.Widget.WidgetMnemonicActivateSignalInfo), '("motionNotifyEvent", Gtk.Widget.WidgetMotionNotifyEventSignalInfo), '("moveFocus", Gtk.Widget.WidgetMoveFocusSignalInfo), '("notify", GObject.Object.ObjectNotifySignalInfo), '("orientationChanged", ToolbarOrientationChangedSignalInfo), '("parentSet", Gtk.Widget.WidgetParentSetSignalInfo), '("popupContextMenu", ToolbarPopupContextMenuSignalInfo), '("popupMenu", Gtk.Widget.WidgetPopupMenuSignalInfo), '("propertyNotifyEvent", Gtk.Widget.WidgetPropertyNotifyEventSignalInfo), '("proximityInEvent", Gtk.Widget.WidgetProximityInEventSignalInfo), '("proximityOutEvent", Gtk.Widget.WidgetProximityOutEventSignalInfo), '("queryTooltip", Gtk.Widget.WidgetQueryTooltipSignalInfo), '("realize", Gtk.Widget.WidgetRealizeSignalInfo), '("remove", Gtk.Container.ContainerRemoveSignalInfo), '("screenChanged", Gtk.Widget.WidgetScreenChangedSignalInfo), '("scrollEvent", Gtk.Widget.WidgetScrollEventSignalInfo), '("selectionClearEvent", Gtk.Widget.WidgetSelectionClearEventSignalInfo), '("selectionGet", Gtk.Widget.WidgetSelectionGetSignalInfo), '("selectionNotifyEvent", Gtk.Widget.WidgetSelectionNotifyEventSignalInfo), '("selectionReceived", Gtk.Widget.WidgetSelectionReceivedSignalInfo), '("selectionRequestEvent", Gtk.Widget.WidgetSelectionRequestEventSignalInfo), '("setFocusChild", Gtk.Container.ContainerSetFocusChildSignalInfo), '("show", Gtk.Widget.WidgetShowSignalInfo), '("showHelp", Gtk.Widget.WidgetShowHelpSignalInfo), '("sizeAllocate", Gtk.Widget.WidgetSizeAllocateSignalInfo), '("stateChanged", Gtk.Widget.WidgetStateChangedSignalInfo), '("stateFlagsChanged", Gtk.Widget.WidgetStateFlagsChangedSignalInfo), '("styleChanged", ToolbarStyleChangedSignalInfo), '("styleSet", Gtk.Widget.WidgetStyleSetSignalInfo), '("styleUpdated", Gtk.Widget.WidgetStyleUpdatedSignalInfo), '("touchEvent", Gtk.Widget.WidgetTouchEventSignalInfo), '("unmap", Gtk.Widget.WidgetUnmapSignalInfo), '("unmapEvent", Gtk.Widget.WidgetUnmapEventSignalInfo), '("unrealize", Gtk.Widget.WidgetUnrealizeSignalInfo), '("visibilityNotifyEvent", Gtk.Widget.WidgetVisibilityNotifyEventSignalInfo), '("windowStateEvent", Gtk.Widget.WidgetWindowStateEventSignalInfo)] :: [(Symbol, *)])
#endif
foreign import ccall "gtk_toolbar_new" gtk_toolbar_new ::
IO (Ptr Toolbar)
toolbarNew ::
(B.CallStack.HasCallStack, MonadIO m) =>
m Toolbar
toolbarNew = liftIO $ do
result <- gtk_toolbar_new
checkUnexpectedReturnNULL "toolbarNew" result
result' <- (newObject Toolbar) result
return result'
#if ENABLE_OVERLOADING
#endif
foreign import ccall "gtk_toolbar_get_drop_index" gtk_toolbar_get_drop_index ::
Ptr Toolbar ->
Int32 ->
Int32 ->
IO Int32
toolbarGetDropIndex ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> Int32
-> Int32
-> m Int32
toolbarGetDropIndex toolbar x y = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
result <- gtk_toolbar_get_drop_index toolbar' x y
touchManagedPtr toolbar
return result
#if ENABLE_OVERLOADING
data ToolbarGetDropIndexMethodInfo
instance (signature ~ (Int32 -> Int32 -> m Int32), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarGetDropIndexMethodInfo a signature where
overloadedMethod _ = toolbarGetDropIndex
#endif
foreign import ccall "gtk_toolbar_get_icon_size" gtk_toolbar_get_icon_size ::
Ptr Toolbar ->
IO CUInt
toolbarGetIconSize ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> m Gtk.Enums.IconSize
toolbarGetIconSize toolbar = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
result <- gtk_toolbar_get_icon_size toolbar'
let result' = (toEnum . fromIntegral) result
touchManagedPtr toolbar
return result'
#if ENABLE_OVERLOADING
data ToolbarGetIconSizeMethodInfo
instance (signature ~ (m Gtk.Enums.IconSize), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarGetIconSizeMethodInfo a signature where
overloadedMethod _ = toolbarGetIconSize
#endif
foreign import ccall "gtk_toolbar_get_item_index" gtk_toolbar_get_item_index ::
Ptr Toolbar ->
Ptr Gtk.ToolItem.ToolItem ->
IO Int32
toolbarGetItemIndex ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a, Gtk.ToolItem.IsToolItem b) =>
a
-> b
-> m Int32
toolbarGetItemIndex toolbar item = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
item' <- unsafeManagedPtrCastPtr item
result <- gtk_toolbar_get_item_index toolbar' item'
touchManagedPtr toolbar
touchManagedPtr item
return result
#if ENABLE_OVERLOADING
data ToolbarGetItemIndexMethodInfo
instance (signature ~ (b -> m Int32), MonadIO m, IsToolbar a, Gtk.ToolItem.IsToolItem b) => O.MethodInfo ToolbarGetItemIndexMethodInfo a signature where
overloadedMethod _ = toolbarGetItemIndex
#endif
foreign import ccall "gtk_toolbar_get_n_items" gtk_toolbar_get_n_items ::
Ptr Toolbar ->
IO Int32
toolbarGetNItems ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> m Int32
toolbarGetNItems toolbar = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
result <- gtk_toolbar_get_n_items toolbar'
touchManagedPtr toolbar
return result
#if ENABLE_OVERLOADING
data ToolbarGetNItemsMethodInfo
instance (signature ~ (m Int32), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarGetNItemsMethodInfo a signature where
overloadedMethod _ = toolbarGetNItems
#endif
foreign import ccall "gtk_toolbar_get_nth_item" gtk_toolbar_get_nth_item ::
Ptr Toolbar ->
Int32 ->
IO (Ptr Gtk.ToolItem.ToolItem)
toolbarGetNthItem ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> Int32
-> m (Maybe Gtk.ToolItem.ToolItem)
toolbarGetNthItem toolbar n = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
result <- gtk_toolbar_get_nth_item toolbar' n
maybeResult <- convertIfNonNull result $ \result' -> do
result'' <- (newObject Gtk.ToolItem.ToolItem) result'
return result''
touchManagedPtr toolbar
return maybeResult
#if ENABLE_OVERLOADING
data ToolbarGetNthItemMethodInfo
instance (signature ~ (Int32 -> m (Maybe Gtk.ToolItem.ToolItem)), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarGetNthItemMethodInfo a signature where
overloadedMethod _ = toolbarGetNthItem
#endif
foreign import ccall "gtk_toolbar_get_relief_style" gtk_toolbar_get_relief_style ::
Ptr Toolbar ->
IO CUInt
toolbarGetReliefStyle ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> m Gtk.Enums.ReliefStyle
toolbarGetReliefStyle toolbar = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
result <- gtk_toolbar_get_relief_style toolbar'
let result' = (toEnum . fromIntegral) result
touchManagedPtr toolbar
return result'
#if ENABLE_OVERLOADING
data ToolbarGetReliefStyleMethodInfo
instance (signature ~ (m Gtk.Enums.ReliefStyle), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarGetReliefStyleMethodInfo a signature where
overloadedMethod _ = toolbarGetReliefStyle
#endif
foreign import ccall "gtk_toolbar_get_show_arrow" gtk_toolbar_get_show_arrow ::
Ptr Toolbar ->
IO CInt
toolbarGetShowArrow ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> m Bool
toolbarGetShowArrow toolbar = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
result <- gtk_toolbar_get_show_arrow toolbar'
let result' = (/= 0) result
touchManagedPtr toolbar
return result'
#if ENABLE_OVERLOADING
data ToolbarGetShowArrowMethodInfo
instance (signature ~ (m Bool), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarGetShowArrowMethodInfo a signature where
overloadedMethod _ = toolbarGetShowArrow
#endif
foreign import ccall "gtk_toolbar_get_style" gtk_toolbar_get_style ::
Ptr Toolbar ->
IO CUInt
toolbarGetStyle ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> m Gtk.Enums.ToolbarStyle
toolbarGetStyle toolbar = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
result <- gtk_toolbar_get_style toolbar'
let result' = (toEnum . fromIntegral) result
touchManagedPtr toolbar
return result'
#if ENABLE_OVERLOADING
data ToolbarGetStyleMethodInfo
instance (signature ~ (m Gtk.Enums.ToolbarStyle), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarGetStyleMethodInfo a signature where
overloadedMethod _ = toolbarGetStyle
#endif
foreign import ccall "gtk_toolbar_insert" gtk_toolbar_insert ::
Ptr Toolbar ->
Ptr Gtk.ToolItem.ToolItem ->
Int32 ->
IO ()
toolbarInsert ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a, Gtk.ToolItem.IsToolItem b) =>
a
-> b
-> Int32
-> m ()
toolbarInsert toolbar item pos = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
item' <- unsafeManagedPtrCastPtr item
gtk_toolbar_insert toolbar' item' pos
touchManagedPtr toolbar
touchManagedPtr item
return ()
#if ENABLE_OVERLOADING
data ToolbarInsertMethodInfo
instance (signature ~ (b -> Int32 -> m ()), MonadIO m, IsToolbar a, Gtk.ToolItem.IsToolItem b) => O.MethodInfo ToolbarInsertMethodInfo a signature where
overloadedMethod _ = toolbarInsert
#endif
foreign import ccall "gtk_toolbar_set_drop_highlight_item" gtk_toolbar_set_drop_highlight_item ::
Ptr Toolbar ->
Ptr Gtk.ToolItem.ToolItem ->
Int32 ->
IO ()
toolbarSetDropHighlightItem ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a, Gtk.ToolItem.IsToolItem b) =>
a
-> Maybe (b)
-> Int32
-> m ()
toolbarSetDropHighlightItem toolbar toolItem index_ = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
maybeToolItem <- case toolItem of
Nothing -> return nullPtr
Just jToolItem -> do
jToolItem' <- unsafeManagedPtrCastPtr jToolItem
return jToolItem'
gtk_toolbar_set_drop_highlight_item toolbar' maybeToolItem index_
touchManagedPtr toolbar
whenJust toolItem touchManagedPtr
return ()
#if ENABLE_OVERLOADING
data ToolbarSetDropHighlightItemMethodInfo
instance (signature ~ (Maybe (b) -> Int32 -> m ()), MonadIO m, IsToolbar a, Gtk.ToolItem.IsToolItem b) => O.MethodInfo ToolbarSetDropHighlightItemMethodInfo a signature where
overloadedMethod _ = toolbarSetDropHighlightItem
#endif
foreign import ccall "gtk_toolbar_set_icon_size" gtk_toolbar_set_icon_size ::
Ptr Toolbar ->
CUInt ->
IO ()
toolbarSetIconSize ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> Gtk.Enums.IconSize
-> m ()
toolbarSetIconSize toolbar iconSize = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
let iconSize' = (fromIntegral . fromEnum) iconSize
gtk_toolbar_set_icon_size toolbar' iconSize'
touchManagedPtr toolbar
return ()
#if ENABLE_OVERLOADING
data ToolbarSetIconSizeMethodInfo
instance (signature ~ (Gtk.Enums.IconSize -> m ()), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarSetIconSizeMethodInfo a signature where
overloadedMethod _ = toolbarSetIconSize
#endif
foreign import ccall "gtk_toolbar_set_show_arrow" gtk_toolbar_set_show_arrow ::
Ptr Toolbar ->
CInt ->
IO ()
toolbarSetShowArrow ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> Bool
-> m ()
toolbarSetShowArrow toolbar showArrow = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
let showArrow' = (fromIntegral . fromEnum) showArrow
gtk_toolbar_set_show_arrow toolbar' showArrow'
touchManagedPtr toolbar
return ()
#if ENABLE_OVERLOADING
data ToolbarSetShowArrowMethodInfo
instance (signature ~ (Bool -> m ()), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarSetShowArrowMethodInfo a signature where
overloadedMethod _ = toolbarSetShowArrow
#endif
foreign import ccall "gtk_toolbar_set_style" gtk_toolbar_set_style ::
Ptr Toolbar ->
CUInt ->
IO ()
toolbarSetStyle ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> Gtk.Enums.ToolbarStyle
-> m ()
toolbarSetStyle toolbar style = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
let style' = (fromIntegral . fromEnum) style
gtk_toolbar_set_style toolbar' style'
touchManagedPtr toolbar
return ()
#if ENABLE_OVERLOADING
data ToolbarSetStyleMethodInfo
instance (signature ~ (Gtk.Enums.ToolbarStyle -> m ()), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarSetStyleMethodInfo a signature where
overloadedMethod _ = toolbarSetStyle
#endif
foreign import ccall "gtk_toolbar_unset_icon_size" gtk_toolbar_unset_icon_size ::
Ptr Toolbar ->
IO ()
toolbarUnsetIconSize ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> m ()
toolbarUnsetIconSize toolbar = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
gtk_toolbar_unset_icon_size toolbar'
touchManagedPtr toolbar
return ()
#if ENABLE_OVERLOADING
data ToolbarUnsetIconSizeMethodInfo
instance (signature ~ (m ()), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarUnsetIconSizeMethodInfo a signature where
overloadedMethod _ = toolbarUnsetIconSize
#endif
foreign import ccall "gtk_toolbar_unset_style" gtk_toolbar_unset_style ::
Ptr Toolbar ->
IO ()
toolbarUnsetStyle ::
(B.CallStack.HasCallStack, MonadIO m, IsToolbar a) =>
a
-> m ()
toolbarUnsetStyle toolbar = liftIO $ do
toolbar' <- unsafeManagedPtrCastPtr toolbar
gtk_toolbar_unset_style toolbar'
touchManagedPtr toolbar
return ()
#if ENABLE_OVERLOADING
data ToolbarUnsetStyleMethodInfo
instance (signature ~ (m ()), MonadIO m, IsToolbar a) => O.MethodInfo ToolbarUnsetStyleMethodInfo a signature where
overloadedMethod _ = toolbarUnsetStyle
#endif