{- | Copyright : Will Thompson, Iñaki García Etxebarria and Jonas Platte License : LGPL-2.1 Maintainer : Iñaki García Etxebarria (inaki@blueleaf.cc) A 'GI.Gtk.Objects.Menu.Menu' that is built using an abstract tree built from a 'GI.DbusmenuGtk3.Objects.Client.Client'. -} #define ENABLE_OVERLOADING (MIN_VERSION_haskell_gi_overloading(1,0,0) \ && !defined(__HADDOCK_VERSION__)) module GI.DbusmenuGtk3.Objects.Menu ( -- * Exported types Menu(..) , IsMenu , toMenu , noMenu , -- * Methods -- ** getClient #method:getClient# #if ENABLE_OVERLOADING MenuGetClientMethodInfo , #endif menuGetClient , -- ** new #method:new# menuNew , -- * Properties -- ** dbusName #attr:dbusName# {- | /No description available in the introspection data./ -} #if ENABLE_OVERLOADING MenuDbusNamePropertyInfo , #endif constructMenuDbusName , getMenuDbusName , #if ENABLE_OVERLOADING menuDbusName , #endif -- ** dbusObject #attr:dbusObject# {- | /No description available in the introspection data./ -} #if ENABLE_OVERLOADING MenuDbusObjectPropertyInfo , #endif constructMenuDbusObject , getMenuDbusObject , #if ENABLE_OVERLOADING menuDbusObject , #endif ) 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.GClosure as B.GClosure 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.GI.Base.Properties as B.Properties 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 GHC.OverloadedLabels as OL import qualified GI.Atk.Interfaces.ImplementorIface as Atk.ImplementorIface import {-# SOURCE #-} qualified GI.DbusmenuGtk3.Objects.Client as DbusmenuGtk3.Client import qualified GI.GObject.Objects.Object as GObject.Object import qualified GI.Gtk.Interfaces.Buildable as Gtk.Buildable import qualified GI.Gtk.Objects.Container as Gtk.Container import qualified GI.Gtk.Objects.Menu as Gtk.Menu import qualified GI.Gtk.Objects.MenuShell as Gtk.MenuShell import qualified GI.Gtk.Objects.Widget as Gtk.Widget -- | Memory-managed wrapper type. newtype Menu = Menu (ManagedPtr Menu) foreign import ccall "dbusmenu_gtkmenu_get_type" c_dbusmenu_gtkmenu_get_type :: IO GType instance GObject Menu where gobjectType = c_dbusmenu_gtkmenu_get_type -- | Type class for types which can be safely cast to `Menu`, for instance with `toMenu`. class (GObject o, O.IsDescendantOf Menu o) => IsMenu o instance (GObject o, O.IsDescendantOf Menu o) => IsMenu o instance O.HasParentTypes Menu type instance O.ParentTypes Menu = '[Gtk.Menu.Menu, Gtk.MenuShell.MenuShell, Gtk.Container.Container, Gtk.Widget.Widget, GObject.Object.Object, Atk.ImplementorIface.ImplementorIface, Gtk.Buildable.Buildable] -- | Cast to `Menu`, for types for which this is known to be safe. For general casts, use `Data.GI.Base.ManagedPtr.castTo`. toMenu :: (MonadIO m, IsMenu o) => o -> m Menu toMenu = liftIO . unsafeCastTo Menu -- | A convenience alias for `Nothing` :: `Maybe` `Menu`. noMenu :: Maybe Menu noMenu = Nothing #if ENABLE_OVERLOADING type family ResolveMenuMethod (t :: Symbol) (o :: *) :: * where ResolveMenuMethod "activate" o = Gtk.Widget.WidgetActivateMethodInfo ResolveMenuMethod "activateItem" o = Gtk.MenuShell.MenuShellActivateItemMethodInfo ResolveMenuMethod "add" o = Gtk.Container.ContainerAddMethodInfo ResolveMenuMethod "addAccelerator" o = Gtk.Widget.WidgetAddAcceleratorMethodInfo ResolveMenuMethod "addChild" o = Gtk.Buildable.BuildableAddChildMethodInfo ResolveMenuMethod "addDeviceEvents" o = Gtk.Widget.WidgetAddDeviceEventsMethodInfo ResolveMenuMethod "addEvents" o = Gtk.Widget.WidgetAddEventsMethodInfo ResolveMenuMethod "addMnemonicLabel" o = Gtk.Widget.WidgetAddMnemonicLabelMethodInfo ResolveMenuMethod "addTickCallback" o = Gtk.Widget.WidgetAddTickCallbackMethodInfo ResolveMenuMethod "append" o = Gtk.MenuShell.MenuShellAppendMethodInfo ResolveMenuMethod "attach" o = Gtk.Menu.MenuAttachMethodInfo ResolveMenuMethod "attachToWidget" o = Gtk.Menu.MenuAttachToWidgetMethodInfo ResolveMenuMethod "bindModel" o = Gtk.MenuShell.MenuShellBindModelMethodInfo ResolveMenuMethod "bindProperty" o = GObject.Object.ObjectBindPropertyMethodInfo ResolveMenuMethod "bindPropertyFull" o = GObject.Object.ObjectBindPropertyFullMethodInfo ResolveMenuMethod "canActivateAccel" o = Gtk.Widget.WidgetCanActivateAccelMethodInfo ResolveMenuMethod "cancel" o = Gtk.MenuShell.MenuShellCancelMethodInfo ResolveMenuMethod "checkResize" o = Gtk.Container.ContainerCheckResizeMethodInfo ResolveMenuMethod "childFocus" o = Gtk.Widget.WidgetChildFocusMethodInfo ResolveMenuMethod "childGetProperty" o = Gtk.Container.ContainerChildGetPropertyMethodInfo ResolveMenuMethod "childNotify" o = Gtk.Container.ContainerChildNotifyMethodInfo ResolveMenuMethod "childNotifyByPspec" o = Gtk.Container.ContainerChildNotifyByPspecMethodInfo ResolveMenuMethod "childSetProperty" o = Gtk.Container.ContainerChildSetPropertyMethodInfo ResolveMenuMethod "childType" o = Gtk.Container.ContainerChildTypeMethodInfo ResolveMenuMethod "classPath" o = Gtk.Widget.WidgetClassPathMethodInfo ResolveMenuMethod "computeExpand" o = Gtk.Widget.WidgetComputeExpandMethodInfo ResolveMenuMethod "constructChild" o = Gtk.Buildable.BuildableConstructChildMethodInfo ResolveMenuMethod "createPangoContext" o = Gtk.Widget.WidgetCreatePangoContextMethodInfo ResolveMenuMethod "createPangoLayout" o = Gtk.Widget.WidgetCreatePangoLayoutMethodInfo ResolveMenuMethod "customFinished" o = Gtk.Buildable.BuildableCustomFinishedMethodInfo ResolveMenuMethod "customTagEnd" o = Gtk.Buildable.BuildableCustomTagEndMethodInfo ResolveMenuMethod "customTagStart" o = Gtk.Buildable.BuildableCustomTagStartMethodInfo ResolveMenuMethod "deactivate" o = Gtk.MenuShell.MenuShellDeactivateMethodInfo ResolveMenuMethod "deselect" o = Gtk.MenuShell.MenuShellDeselectMethodInfo ResolveMenuMethod "destroy" o = Gtk.Widget.WidgetDestroyMethodInfo ResolveMenuMethod "destroyed" o = Gtk.Widget.WidgetDestroyedMethodInfo ResolveMenuMethod "detach" o = Gtk.Menu.MenuDetachMethodInfo ResolveMenuMethod "deviceIsShadowed" o = Gtk.Widget.WidgetDeviceIsShadowedMethodInfo ResolveMenuMethod "dragBegin" o = Gtk.Widget.WidgetDragBeginMethodInfo ResolveMenuMethod "dragBeginWithCoordinates" o = Gtk.Widget.WidgetDragBeginWithCoordinatesMethodInfo ResolveMenuMethod "dragCheckThreshold" o = Gtk.Widget.WidgetDragCheckThresholdMethodInfo ResolveMenuMethod "dragDestAddImageTargets" o = Gtk.Widget.WidgetDragDestAddImageTargetsMethodInfo ResolveMenuMethod "dragDestAddTextTargets" o = Gtk.Widget.WidgetDragDestAddTextTargetsMethodInfo ResolveMenuMethod "dragDestAddUriTargets" o = Gtk.Widget.WidgetDragDestAddUriTargetsMethodInfo ResolveMenuMethod "dragDestFindTarget" o = Gtk.Widget.WidgetDragDestFindTargetMethodInfo ResolveMenuMethod "dragDestGetTargetList" o = Gtk.Widget.WidgetDragDestGetTargetListMethodInfo ResolveMenuMethod "dragDestGetTrackMotion" o = Gtk.Widget.WidgetDragDestGetTrackMotionMethodInfo ResolveMenuMethod "dragDestSet" o = Gtk.Widget.WidgetDragDestSetMethodInfo ResolveMenuMethod "dragDestSetProxy" o = Gtk.Widget.WidgetDragDestSetProxyMethodInfo ResolveMenuMethod "dragDestSetTargetList" o = Gtk.Widget.WidgetDragDestSetTargetListMethodInfo ResolveMenuMethod "dragDestSetTrackMotion" o = Gtk.Widget.WidgetDragDestSetTrackMotionMethodInfo ResolveMenuMethod "dragDestUnset" o = Gtk.Widget.WidgetDragDestUnsetMethodInfo ResolveMenuMethod "dragGetData" o = Gtk.Widget.WidgetDragGetDataMethodInfo ResolveMenuMethod "dragHighlight" o = Gtk.Widget.WidgetDragHighlightMethodInfo ResolveMenuMethod "dragSourceAddImageTargets" o = Gtk.Widget.WidgetDragSourceAddImageTargetsMethodInfo ResolveMenuMethod "dragSourceAddTextTargets" o = Gtk.Widget.WidgetDragSourceAddTextTargetsMethodInfo ResolveMenuMethod "dragSourceAddUriTargets" o = Gtk.Widget.WidgetDragSourceAddUriTargetsMethodInfo ResolveMenuMethod "dragSourceGetTargetList" o = Gtk.Widget.WidgetDragSourceGetTargetListMethodInfo ResolveMenuMethod "dragSourceSet" o = Gtk.Widget.WidgetDragSourceSetMethodInfo ResolveMenuMethod "dragSourceSetIconGicon" o = Gtk.Widget.WidgetDragSourceSetIconGiconMethodInfo ResolveMenuMethod "dragSourceSetIconName" o = Gtk.Widget.WidgetDragSourceSetIconNameMethodInfo ResolveMenuMethod "dragSourceSetIconPixbuf" o = Gtk.Widget.WidgetDragSourceSetIconPixbufMethodInfo ResolveMenuMethod "dragSourceSetIconStock" o = Gtk.Widget.WidgetDragSourceSetIconStockMethodInfo ResolveMenuMethod "dragSourceSetTargetList" o = Gtk.Widget.WidgetDragSourceSetTargetListMethodInfo ResolveMenuMethod "dragSourceUnset" o = Gtk.Widget.WidgetDragSourceUnsetMethodInfo ResolveMenuMethod "dragUnhighlight" o = Gtk.Widget.WidgetDragUnhighlightMethodInfo ResolveMenuMethod "draw" o = Gtk.Widget.WidgetDrawMethodInfo ResolveMenuMethod "ensureStyle" o = Gtk.Widget.WidgetEnsureStyleMethodInfo ResolveMenuMethod "errorBell" o = Gtk.Widget.WidgetErrorBellMethodInfo ResolveMenuMethod "event" o = Gtk.Widget.WidgetEventMethodInfo ResolveMenuMethod "forall" o = Gtk.Container.ContainerForallMethodInfo ResolveMenuMethod "forceFloating" o = GObject.Object.ObjectForceFloatingMethodInfo ResolveMenuMethod "foreach" o = Gtk.Container.ContainerForeachMethodInfo ResolveMenuMethod "freezeChildNotify" o = Gtk.Widget.WidgetFreezeChildNotifyMethodInfo ResolveMenuMethod "freezeNotify" o = GObject.Object.ObjectFreezeNotifyMethodInfo ResolveMenuMethod "getv" o = GObject.Object.ObjectGetvMethodInfo ResolveMenuMethod "grabAdd" o = Gtk.Widget.WidgetGrabAddMethodInfo ResolveMenuMethod "grabDefault" o = Gtk.Widget.WidgetGrabDefaultMethodInfo ResolveMenuMethod "grabFocus" o = Gtk.Widget.WidgetGrabFocusMethodInfo ResolveMenuMethod "grabRemove" o = Gtk.Widget.WidgetGrabRemoveMethodInfo ResolveMenuMethod "hasDefault" o = Gtk.Widget.WidgetHasDefaultMethodInfo ResolveMenuMethod "hasFocus" o = Gtk.Widget.WidgetHasFocusMethodInfo ResolveMenuMethod "hasGrab" o = Gtk.Widget.WidgetHasGrabMethodInfo ResolveMenuMethod "hasRcStyle" o = Gtk.Widget.WidgetHasRcStyleMethodInfo ResolveMenuMethod "hasScreen" o = Gtk.Widget.WidgetHasScreenMethodInfo ResolveMenuMethod "hasVisibleFocus" o = Gtk.Widget.WidgetHasVisibleFocusMethodInfo ResolveMenuMethod "hide" o = Gtk.Widget.WidgetHideMethodInfo ResolveMenuMethod "hideOnDelete" o = Gtk.Widget.WidgetHideOnDeleteMethodInfo ResolveMenuMethod "inDestruction" o = Gtk.Widget.WidgetInDestructionMethodInfo ResolveMenuMethod "initTemplate" o = Gtk.Widget.WidgetInitTemplateMethodInfo ResolveMenuMethod "inputShapeCombineRegion" o = Gtk.Widget.WidgetInputShapeCombineRegionMethodInfo ResolveMenuMethod "insert" o = Gtk.MenuShell.MenuShellInsertMethodInfo ResolveMenuMethod "insertActionGroup" o = Gtk.Widget.WidgetInsertActionGroupMethodInfo ResolveMenuMethod "intersect" o = Gtk.Widget.WidgetIntersectMethodInfo ResolveMenuMethod "isAncestor" o = Gtk.Widget.WidgetIsAncestorMethodInfo ResolveMenuMethod "isComposited" o = Gtk.Widget.WidgetIsCompositedMethodInfo ResolveMenuMethod "isDrawable" o = Gtk.Widget.WidgetIsDrawableMethodInfo ResolveMenuMethod "isFloating" o = GObject.Object.ObjectIsFloatingMethodInfo ResolveMenuMethod "isFocus" o = Gtk.Widget.WidgetIsFocusMethodInfo ResolveMenuMethod "isSensitive" o = Gtk.Widget.WidgetIsSensitiveMethodInfo ResolveMenuMethod "isToplevel" o = Gtk.Widget.WidgetIsToplevelMethodInfo ResolveMenuMethod "isVisible" o = Gtk.Widget.WidgetIsVisibleMethodInfo ResolveMenuMethod "keynavFailed" o = Gtk.Widget.WidgetKeynavFailedMethodInfo ResolveMenuMethod "listAccelClosures" o = Gtk.Widget.WidgetListAccelClosuresMethodInfo ResolveMenuMethod "listActionPrefixes" o = Gtk.Widget.WidgetListActionPrefixesMethodInfo ResolveMenuMethod "listMnemonicLabels" o = Gtk.Widget.WidgetListMnemonicLabelsMethodInfo ResolveMenuMethod "map" o = Gtk.Widget.WidgetMapMethodInfo ResolveMenuMethod "mnemonicActivate" o = Gtk.Widget.WidgetMnemonicActivateMethodInfo ResolveMenuMethod "modifyBase" o = Gtk.Widget.WidgetModifyBaseMethodInfo ResolveMenuMethod "modifyBg" o = Gtk.Widget.WidgetModifyBgMethodInfo ResolveMenuMethod "modifyCursor" o = Gtk.Widget.WidgetModifyCursorMethodInfo ResolveMenuMethod "modifyFg" o = Gtk.Widget.WidgetModifyFgMethodInfo ResolveMenuMethod "modifyFont" o = Gtk.Widget.WidgetModifyFontMethodInfo ResolveMenuMethod "modifyStyle" o = Gtk.Widget.WidgetModifyStyleMethodInfo ResolveMenuMethod "modifyText" o = Gtk.Widget.WidgetModifyTextMethodInfo ResolveMenuMethod "notify" o = GObject.Object.ObjectNotifyMethodInfo ResolveMenuMethod "notifyByPspec" o = GObject.Object.ObjectNotifyByPspecMethodInfo ResolveMenuMethod "overrideBackgroundColor" o = Gtk.Widget.WidgetOverrideBackgroundColorMethodInfo ResolveMenuMethod "overrideColor" o = Gtk.Widget.WidgetOverrideColorMethodInfo ResolveMenuMethod "overrideCursor" o = Gtk.Widget.WidgetOverrideCursorMethodInfo ResolveMenuMethod "overrideFont" o = Gtk.Widget.WidgetOverrideFontMethodInfo ResolveMenuMethod "overrideSymbolicColor" o = Gtk.Widget.WidgetOverrideSymbolicColorMethodInfo ResolveMenuMethod "parserFinished" o = Gtk.Buildable.BuildableParserFinishedMethodInfo ResolveMenuMethod "path" o = Gtk.Widget.WidgetPathMethodInfo ResolveMenuMethod "placeOnMonitor" o = Gtk.Menu.MenuPlaceOnMonitorMethodInfo ResolveMenuMethod "popdown" o = Gtk.Menu.MenuPopdownMethodInfo ResolveMenuMethod "popup" o = Gtk.Menu.MenuPopupMethodInfo ResolveMenuMethod "popupAtPointer" o = Gtk.Menu.MenuPopupAtPointerMethodInfo ResolveMenuMethod "popupAtRect" o = Gtk.Menu.MenuPopupAtRectMethodInfo ResolveMenuMethod "popupAtWidget" o = Gtk.Menu.MenuPopupAtWidgetMethodInfo ResolveMenuMethod "popupForDevice" o = Gtk.Menu.MenuPopupForDeviceMethodInfo ResolveMenuMethod "prepend" o = Gtk.MenuShell.MenuShellPrependMethodInfo ResolveMenuMethod "propagateDraw" o = Gtk.Container.ContainerPropagateDrawMethodInfo ResolveMenuMethod "queueAllocate" o = Gtk.Widget.WidgetQueueAllocateMethodInfo ResolveMenuMethod "queueComputeExpand" o = Gtk.Widget.WidgetQueueComputeExpandMethodInfo ResolveMenuMethod "queueDraw" o = Gtk.Widget.WidgetQueueDrawMethodInfo ResolveMenuMethod "queueDrawArea" o = Gtk.Widget.WidgetQueueDrawAreaMethodInfo ResolveMenuMethod "queueDrawRegion" o = Gtk.Widget.WidgetQueueDrawRegionMethodInfo ResolveMenuMethod "queueResize" o = Gtk.Widget.WidgetQueueResizeMethodInfo ResolveMenuMethod "queueResizeNoRedraw" o = Gtk.Widget.WidgetQueueResizeNoRedrawMethodInfo ResolveMenuMethod "realize" o = Gtk.Widget.WidgetRealizeMethodInfo ResolveMenuMethod "ref" o = GObject.Object.ObjectRefMethodInfo ResolveMenuMethod "refSink" o = GObject.Object.ObjectRefSinkMethodInfo ResolveMenuMethod "regionIntersect" o = Gtk.Widget.WidgetRegionIntersectMethodInfo ResolveMenuMethod "registerWindow" o = Gtk.Widget.WidgetRegisterWindowMethodInfo ResolveMenuMethod "remove" o = Gtk.Container.ContainerRemoveMethodInfo ResolveMenuMethod "removeAccelerator" o = Gtk.Widget.WidgetRemoveAcceleratorMethodInfo ResolveMenuMethod "removeMnemonicLabel" o = Gtk.Widget.WidgetRemoveMnemonicLabelMethodInfo ResolveMenuMethod "removeTickCallback" o = Gtk.Widget.WidgetRemoveTickCallbackMethodInfo ResolveMenuMethod "renderIcon" o = Gtk.Widget.WidgetRenderIconMethodInfo ResolveMenuMethod "renderIconPixbuf" o = Gtk.Widget.WidgetRenderIconPixbufMethodInfo ResolveMenuMethod "reorderChild" o = Gtk.Menu.MenuReorderChildMethodInfo ResolveMenuMethod "reparent" o = Gtk.Widget.WidgetReparentMethodInfo ResolveMenuMethod "reposition" o = Gtk.Menu.MenuRepositionMethodInfo ResolveMenuMethod "resetRcStyles" o = Gtk.Widget.WidgetResetRcStylesMethodInfo ResolveMenuMethod "resetStyle" o = Gtk.Widget.WidgetResetStyleMethodInfo ResolveMenuMethod "resizeChildren" o = Gtk.Container.ContainerResizeChildrenMethodInfo ResolveMenuMethod "runDispose" o = GObject.Object.ObjectRunDisposeMethodInfo ResolveMenuMethod "selectFirst" o = Gtk.MenuShell.MenuShellSelectFirstMethodInfo ResolveMenuMethod "selectItem" o = Gtk.MenuShell.MenuShellSelectItemMethodInfo ResolveMenuMethod "sendExpose" o = Gtk.Widget.WidgetSendExposeMethodInfo ResolveMenuMethod "sendFocusChange" o = Gtk.Widget.WidgetSendFocusChangeMethodInfo ResolveMenuMethod "shapeCombineRegion" o = Gtk.Widget.WidgetShapeCombineRegionMethodInfo ResolveMenuMethod "show" o = Gtk.Widget.WidgetShowMethodInfo ResolveMenuMethod "showAll" o = Gtk.Widget.WidgetShowAllMethodInfo ResolveMenuMethod "showNow" o = Gtk.Widget.WidgetShowNowMethodInfo ResolveMenuMethod "sizeAllocate" o = Gtk.Widget.WidgetSizeAllocateMethodInfo ResolveMenuMethod "sizeAllocateWithBaseline" o = Gtk.Widget.WidgetSizeAllocateWithBaselineMethodInfo ResolveMenuMethod "sizeRequest" o = Gtk.Widget.WidgetSizeRequestMethodInfo ResolveMenuMethod "stealData" o = GObject.Object.ObjectStealDataMethodInfo ResolveMenuMethod "stealQdata" o = GObject.Object.ObjectStealQdataMethodInfo ResolveMenuMethod "styleAttach" o = Gtk.Widget.WidgetStyleAttachMethodInfo ResolveMenuMethod "styleGetProperty" o = Gtk.Widget.WidgetStyleGetPropertyMethodInfo ResolveMenuMethod "thawChildNotify" o = Gtk.Widget.WidgetThawChildNotifyMethodInfo ResolveMenuMethod "thawNotify" o = GObject.Object.ObjectThawNotifyMethodInfo ResolveMenuMethod "translateCoordinates" o = Gtk.Widget.WidgetTranslateCoordinatesMethodInfo ResolveMenuMethod "triggerTooltipQuery" o = Gtk.Widget.WidgetTriggerTooltipQueryMethodInfo ResolveMenuMethod "unmap" o = Gtk.Widget.WidgetUnmapMethodInfo ResolveMenuMethod "unparent" o = Gtk.Widget.WidgetUnparentMethodInfo ResolveMenuMethod "unrealize" o = Gtk.Widget.WidgetUnrealizeMethodInfo ResolveMenuMethod "unref" o = GObject.Object.ObjectUnrefMethodInfo ResolveMenuMethod "unregisterWindow" o = Gtk.Widget.WidgetUnregisterWindowMethodInfo ResolveMenuMethod "unsetFocusChain" o = Gtk.Container.ContainerUnsetFocusChainMethodInfo ResolveMenuMethod "unsetStateFlags" o = Gtk.Widget.WidgetUnsetStateFlagsMethodInfo ResolveMenuMethod "watchClosure" o = GObject.Object.ObjectWatchClosureMethodInfo ResolveMenuMethod "getAccelGroup" o = Gtk.Menu.MenuGetAccelGroupMethodInfo ResolveMenuMethod "getAccelPath" o = Gtk.Menu.MenuGetAccelPathMethodInfo ResolveMenuMethod "getAccessible" o = Gtk.Widget.WidgetGetAccessibleMethodInfo ResolveMenuMethod "getActionGroup" o = Gtk.Widget.WidgetGetActionGroupMethodInfo ResolveMenuMethod "getActive" o = Gtk.Menu.MenuGetActiveMethodInfo ResolveMenuMethod "getAllocatedBaseline" o = Gtk.Widget.WidgetGetAllocatedBaselineMethodInfo ResolveMenuMethod "getAllocatedHeight" o = Gtk.Widget.WidgetGetAllocatedHeightMethodInfo ResolveMenuMethod "getAllocatedSize" o = Gtk.Widget.WidgetGetAllocatedSizeMethodInfo ResolveMenuMethod "getAllocatedWidth" o = Gtk.Widget.WidgetGetAllocatedWidthMethodInfo ResolveMenuMethod "getAllocation" o = Gtk.Widget.WidgetGetAllocationMethodInfo ResolveMenuMethod "getAncestor" o = Gtk.Widget.WidgetGetAncestorMethodInfo ResolveMenuMethod "getAppPaintable" o = Gtk.Widget.WidgetGetAppPaintableMethodInfo ResolveMenuMethod "getAttachWidget" o = Gtk.Menu.MenuGetAttachWidgetMethodInfo ResolveMenuMethod "getBorderWidth" o = Gtk.Container.ContainerGetBorderWidthMethodInfo ResolveMenuMethod "getCanDefault" o = Gtk.Widget.WidgetGetCanDefaultMethodInfo ResolveMenuMethod "getCanFocus" o = Gtk.Widget.WidgetGetCanFocusMethodInfo ResolveMenuMethod "getChildRequisition" o = Gtk.Widget.WidgetGetChildRequisitionMethodInfo ResolveMenuMethod "getChildVisible" o = Gtk.Widget.WidgetGetChildVisibleMethodInfo ResolveMenuMethod "getChildren" o = Gtk.Container.ContainerGetChildrenMethodInfo ResolveMenuMethod "getClient" o = MenuGetClientMethodInfo ResolveMenuMethod "getClip" o = Gtk.Widget.WidgetGetClipMethodInfo ResolveMenuMethod "getClipboard" o = Gtk.Widget.WidgetGetClipboardMethodInfo ResolveMenuMethod "getCompositeName" o = Gtk.Widget.WidgetGetCompositeNameMethodInfo ResolveMenuMethod "getData" o = GObject.Object.ObjectGetDataMethodInfo ResolveMenuMethod "getDeviceEnabled" o = Gtk.Widget.WidgetGetDeviceEnabledMethodInfo ResolveMenuMethod "getDeviceEvents" o = Gtk.Widget.WidgetGetDeviceEventsMethodInfo ResolveMenuMethod "getDirection" o = Gtk.Widget.WidgetGetDirectionMethodInfo ResolveMenuMethod "getDisplay" o = Gtk.Widget.WidgetGetDisplayMethodInfo ResolveMenuMethod "getDoubleBuffered" o = Gtk.Widget.WidgetGetDoubleBufferedMethodInfo ResolveMenuMethod "getEvents" o = Gtk.Widget.WidgetGetEventsMethodInfo ResolveMenuMethod "getFocusChain" o = Gtk.Container.ContainerGetFocusChainMethodInfo ResolveMenuMethod "getFocusChild" o = Gtk.Container.ContainerGetFocusChildMethodInfo ResolveMenuMethod "getFocusHadjustment" o = Gtk.Container.ContainerGetFocusHadjustmentMethodInfo ResolveMenuMethod "getFocusOnClick" o = Gtk.Widget.WidgetGetFocusOnClickMethodInfo ResolveMenuMethod "getFocusVadjustment" o = Gtk.Container.ContainerGetFocusVadjustmentMethodInfo ResolveMenuMethod "getFontMap" o = Gtk.Widget.WidgetGetFontMapMethodInfo ResolveMenuMethod "getFontOptions" o = Gtk.Widget.WidgetGetFontOptionsMethodInfo ResolveMenuMethod "getFrameClock" o = Gtk.Widget.WidgetGetFrameClockMethodInfo ResolveMenuMethod "getHalign" o = Gtk.Widget.WidgetGetHalignMethodInfo ResolveMenuMethod "getHasTooltip" o = Gtk.Widget.WidgetGetHasTooltipMethodInfo ResolveMenuMethod "getHasWindow" o = Gtk.Widget.WidgetGetHasWindowMethodInfo ResolveMenuMethod "getHexpand" o = Gtk.Widget.WidgetGetHexpandMethodInfo ResolveMenuMethod "getHexpandSet" o = Gtk.Widget.WidgetGetHexpandSetMethodInfo ResolveMenuMethod "getInternalChild" o = Gtk.Buildable.BuildableGetInternalChildMethodInfo ResolveMenuMethod "getMapped" o = Gtk.Widget.WidgetGetMappedMethodInfo ResolveMenuMethod "getMarginBottom" o = Gtk.Widget.WidgetGetMarginBottomMethodInfo ResolveMenuMethod "getMarginEnd" o = Gtk.Widget.WidgetGetMarginEndMethodInfo ResolveMenuMethod "getMarginLeft" o = Gtk.Widget.WidgetGetMarginLeftMethodInfo ResolveMenuMethod "getMarginRight" o = Gtk.Widget.WidgetGetMarginRightMethodInfo ResolveMenuMethod "getMarginStart" o = Gtk.Widget.WidgetGetMarginStartMethodInfo ResolveMenuMethod "getMarginTop" o = Gtk.Widget.WidgetGetMarginTopMethodInfo ResolveMenuMethod "getModifierMask" o = Gtk.Widget.WidgetGetModifierMaskMethodInfo ResolveMenuMethod "getModifierStyle" o = Gtk.Widget.WidgetGetModifierStyleMethodInfo ResolveMenuMethod "getMonitor" o = Gtk.Menu.MenuGetMonitorMethodInfo ResolveMenuMethod "getName" o = Gtk.Widget.WidgetGetNameMethodInfo ResolveMenuMethod "getNoShowAll" o = Gtk.Widget.WidgetGetNoShowAllMethodInfo ResolveMenuMethod "getOpacity" o = Gtk.Widget.WidgetGetOpacityMethodInfo ResolveMenuMethod "getPangoContext" o = Gtk.Widget.WidgetGetPangoContextMethodInfo ResolveMenuMethod "getParent" o = Gtk.Widget.WidgetGetParentMethodInfo ResolveMenuMethod "getParentShell" o = Gtk.MenuShell.MenuShellGetParentShellMethodInfo ResolveMenuMethod "getParentWindow" o = Gtk.Widget.WidgetGetParentWindowMethodInfo ResolveMenuMethod "getPath" o = Gtk.Widget.WidgetGetPathMethodInfo ResolveMenuMethod "getPathForChild" o = Gtk.Container.ContainerGetPathForChildMethodInfo ResolveMenuMethod "getPointer" o = Gtk.Widget.WidgetGetPointerMethodInfo ResolveMenuMethod "getPreferredHeight" o = Gtk.Widget.WidgetGetPreferredHeightMethodInfo ResolveMenuMethod "getPreferredHeightAndBaselineForWidth" o = Gtk.Widget.WidgetGetPreferredHeightAndBaselineForWidthMethodInfo ResolveMenuMethod "getPreferredHeightForWidth" o = Gtk.Widget.WidgetGetPreferredHeightForWidthMethodInfo ResolveMenuMethod "getPreferredSize" o = Gtk.Widget.WidgetGetPreferredSizeMethodInfo ResolveMenuMethod "getPreferredWidth" o = Gtk.Widget.WidgetGetPreferredWidthMethodInfo ResolveMenuMethod "getPreferredWidthForHeight" o = Gtk.Widget.WidgetGetPreferredWidthForHeightMethodInfo ResolveMenuMethod "getProperty" o = GObject.Object.ObjectGetPropertyMethodInfo ResolveMenuMethod "getQdata" o = GObject.Object.ObjectGetQdataMethodInfo ResolveMenuMethod "getRealized" o = Gtk.Widget.WidgetGetRealizedMethodInfo ResolveMenuMethod "getReceivesDefault" o = Gtk.Widget.WidgetGetReceivesDefaultMethodInfo ResolveMenuMethod "getRequestMode" o = Gtk.Widget.WidgetGetRequestModeMethodInfo ResolveMenuMethod "getRequisition" o = Gtk.Widget.WidgetGetRequisitionMethodInfo ResolveMenuMethod "getReserveToggleSize" o = Gtk.Menu.MenuGetReserveToggleSizeMethodInfo ResolveMenuMethod "getResizeMode" o = Gtk.Container.ContainerGetResizeModeMethodInfo ResolveMenuMethod "getRootWindow" o = Gtk.Widget.WidgetGetRootWindowMethodInfo ResolveMenuMethod "getScaleFactor" o = Gtk.Widget.WidgetGetScaleFactorMethodInfo ResolveMenuMethod "getScreen" o = Gtk.Widget.WidgetGetScreenMethodInfo ResolveMenuMethod "getSelectedItem" o = Gtk.MenuShell.MenuShellGetSelectedItemMethodInfo ResolveMenuMethod "getSensitive" o = Gtk.Widget.WidgetGetSensitiveMethodInfo ResolveMenuMethod "getSettings" o = Gtk.Widget.WidgetGetSettingsMethodInfo ResolveMenuMethod "getSizeRequest" o = Gtk.Widget.WidgetGetSizeRequestMethodInfo ResolveMenuMethod "getState" o = Gtk.Widget.WidgetGetStateMethodInfo ResolveMenuMethod "getStateFlags" o = Gtk.Widget.WidgetGetStateFlagsMethodInfo ResolveMenuMethod "getStyle" o = Gtk.Widget.WidgetGetStyleMethodInfo ResolveMenuMethod "getStyleContext" o = Gtk.Widget.WidgetGetStyleContextMethodInfo ResolveMenuMethod "getSupportMultidevice" o = Gtk.Widget.WidgetGetSupportMultideviceMethodInfo ResolveMenuMethod "getTakeFocus" o = Gtk.MenuShell.MenuShellGetTakeFocusMethodInfo ResolveMenuMethod "getTearoffState" o = Gtk.Menu.MenuGetTearoffStateMethodInfo ResolveMenuMethod "getTemplateChild" o = Gtk.Widget.WidgetGetTemplateChildMethodInfo ResolveMenuMethod "getTitle" o = Gtk.Menu.MenuGetTitleMethodInfo ResolveMenuMethod "getTooltipMarkup" o = Gtk.Widget.WidgetGetTooltipMarkupMethodInfo ResolveMenuMethod "getTooltipText" o = Gtk.Widget.WidgetGetTooltipTextMethodInfo ResolveMenuMethod "getTooltipWindow" o = Gtk.Widget.WidgetGetTooltipWindowMethodInfo ResolveMenuMethod "getToplevel" o = Gtk.Widget.WidgetGetToplevelMethodInfo ResolveMenuMethod "getValign" o = Gtk.Widget.WidgetGetValignMethodInfo ResolveMenuMethod "getValignWithBaseline" o = Gtk.Widget.WidgetGetValignWithBaselineMethodInfo ResolveMenuMethod "getVexpand" o = Gtk.Widget.WidgetGetVexpandMethodInfo ResolveMenuMethod "getVexpandSet" o = Gtk.Widget.WidgetGetVexpandSetMethodInfo ResolveMenuMethod "getVisible" o = Gtk.Widget.WidgetGetVisibleMethodInfo ResolveMenuMethod "getVisual" o = Gtk.Widget.WidgetGetVisualMethodInfo ResolveMenuMethod "getWindow" o = Gtk.Widget.WidgetGetWindowMethodInfo ResolveMenuMethod "setAccelGroup" o = Gtk.Menu.MenuSetAccelGroupMethodInfo ResolveMenuMethod "setAccelPath" o = Gtk.Menu.MenuSetAccelPathMethodInfo ResolveMenuMethod "setActive" o = Gtk.Menu.MenuSetActiveMethodInfo ResolveMenuMethod "setAllocation" o = Gtk.Widget.WidgetSetAllocationMethodInfo ResolveMenuMethod "setAppPaintable" o = Gtk.Widget.WidgetSetAppPaintableMethodInfo ResolveMenuMethod "setBorderWidth" o = Gtk.Container.ContainerSetBorderWidthMethodInfo ResolveMenuMethod "setBuildableProperty" o = Gtk.Buildable.BuildableSetBuildablePropertyMethodInfo ResolveMenuMethod "setCanDefault" o = Gtk.Widget.WidgetSetCanDefaultMethodInfo ResolveMenuMethod "setCanFocus" o = Gtk.Widget.WidgetSetCanFocusMethodInfo ResolveMenuMethod "setChildVisible" o = Gtk.Widget.WidgetSetChildVisibleMethodInfo ResolveMenuMethod "setClip" o = Gtk.Widget.WidgetSetClipMethodInfo ResolveMenuMethod "setCompositeName" o = Gtk.Widget.WidgetSetCompositeNameMethodInfo ResolveMenuMethod "setData" o = GObject.Object.ObjectSetDataMethodInfo ResolveMenuMethod "setDeviceEnabled" o = Gtk.Widget.WidgetSetDeviceEnabledMethodInfo ResolveMenuMethod "setDeviceEvents" o = Gtk.Widget.WidgetSetDeviceEventsMethodInfo ResolveMenuMethod "setDirection" o = Gtk.Widget.WidgetSetDirectionMethodInfo ResolveMenuMethod "setDoubleBuffered" o = Gtk.Widget.WidgetSetDoubleBufferedMethodInfo ResolveMenuMethod "setEvents" o = Gtk.Widget.WidgetSetEventsMethodInfo ResolveMenuMethod "setFocusChain" o = Gtk.Container.ContainerSetFocusChainMethodInfo ResolveMenuMethod "setFocusChild" o = Gtk.Container.ContainerSetFocusChildMethodInfo ResolveMenuMethod "setFocusHadjustment" o = Gtk.Container.ContainerSetFocusHadjustmentMethodInfo ResolveMenuMethod "setFocusOnClick" o = Gtk.Widget.WidgetSetFocusOnClickMethodInfo ResolveMenuMethod "setFocusVadjustment" o = Gtk.Container.ContainerSetFocusVadjustmentMethodInfo ResolveMenuMethod "setFontMap" o = Gtk.Widget.WidgetSetFontMapMethodInfo ResolveMenuMethod "setFontOptions" o = Gtk.Widget.WidgetSetFontOptionsMethodInfo ResolveMenuMethod "setHalign" o = Gtk.Widget.WidgetSetHalignMethodInfo ResolveMenuMethod "setHasTooltip" o = Gtk.Widget.WidgetSetHasTooltipMethodInfo ResolveMenuMethod "setHasWindow" o = Gtk.Widget.WidgetSetHasWindowMethodInfo ResolveMenuMethod "setHexpand" o = Gtk.Widget.WidgetSetHexpandMethodInfo ResolveMenuMethod "setHexpandSet" o = Gtk.Widget.WidgetSetHexpandSetMethodInfo ResolveMenuMethod "setMapped" o = Gtk.Widget.WidgetSetMappedMethodInfo ResolveMenuMethod "setMarginBottom" o = Gtk.Widget.WidgetSetMarginBottomMethodInfo ResolveMenuMethod "setMarginEnd" o = Gtk.Widget.WidgetSetMarginEndMethodInfo ResolveMenuMethod "setMarginLeft" o = Gtk.Widget.WidgetSetMarginLeftMethodInfo ResolveMenuMethod "setMarginRight" o = Gtk.Widget.WidgetSetMarginRightMethodInfo ResolveMenuMethod "setMarginStart" o = Gtk.Widget.WidgetSetMarginStartMethodInfo ResolveMenuMethod "setMarginTop" o = Gtk.Widget.WidgetSetMarginTopMethodInfo ResolveMenuMethod "setMonitor" o = Gtk.Menu.MenuSetMonitorMethodInfo ResolveMenuMethod "setName" o = Gtk.Widget.WidgetSetNameMethodInfo ResolveMenuMethod "setNoShowAll" o = Gtk.Widget.WidgetSetNoShowAllMethodInfo ResolveMenuMethod "setOpacity" o = Gtk.Widget.WidgetSetOpacityMethodInfo ResolveMenuMethod "setParent" o = Gtk.Widget.WidgetSetParentMethodInfo ResolveMenuMethod "setParentWindow" o = Gtk.Widget.WidgetSetParentWindowMethodInfo ResolveMenuMethod "setProperty" o = GObject.Object.ObjectSetPropertyMethodInfo ResolveMenuMethod "setRealized" o = Gtk.Widget.WidgetSetRealizedMethodInfo ResolveMenuMethod "setReallocateRedraws" o = Gtk.Container.ContainerSetReallocateRedrawsMethodInfo ResolveMenuMethod "setReceivesDefault" o = Gtk.Widget.WidgetSetReceivesDefaultMethodInfo ResolveMenuMethod "setRedrawOnAllocate" o = Gtk.Widget.WidgetSetRedrawOnAllocateMethodInfo ResolveMenuMethod "setReserveToggleSize" o = Gtk.Menu.MenuSetReserveToggleSizeMethodInfo ResolveMenuMethod "setResizeMode" o = Gtk.Container.ContainerSetResizeModeMethodInfo ResolveMenuMethod "setScreen" o = Gtk.Menu.MenuSetScreenMethodInfo ResolveMenuMethod "setSensitive" o = Gtk.Widget.WidgetSetSensitiveMethodInfo ResolveMenuMethod "setSizeRequest" o = Gtk.Widget.WidgetSetSizeRequestMethodInfo ResolveMenuMethod "setState" o = Gtk.Widget.WidgetSetStateMethodInfo ResolveMenuMethod "setStateFlags" o = Gtk.Widget.WidgetSetStateFlagsMethodInfo ResolveMenuMethod "setStyle" o = Gtk.Widget.WidgetSetStyleMethodInfo ResolveMenuMethod "setSupportMultidevice" o = Gtk.Widget.WidgetSetSupportMultideviceMethodInfo ResolveMenuMethod "setTakeFocus" o = Gtk.MenuShell.MenuShellSetTakeFocusMethodInfo ResolveMenuMethod "setTearoffState" o = Gtk.Menu.MenuSetTearoffStateMethodInfo ResolveMenuMethod "setTitle" o = Gtk.Menu.MenuSetTitleMethodInfo ResolveMenuMethod "setTooltipMarkup" o = Gtk.Widget.WidgetSetTooltipMarkupMethodInfo ResolveMenuMethod "setTooltipText" o = Gtk.Widget.WidgetSetTooltipTextMethodInfo ResolveMenuMethod "setTooltipWindow" o = Gtk.Widget.WidgetSetTooltipWindowMethodInfo ResolveMenuMethod "setValign" o = Gtk.Widget.WidgetSetValignMethodInfo ResolveMenuMethod "setVexpand" o = Gtk.Widget.WidgetSetVexpandMethodInfo ResolveMenuMethod "setVexpandSet" o = Gtk.Widget.WidgetSetVexpandSetMethodInfo ResolveMenuMethod "setVisible" o = Gtk.Widget.WidgetSetVisibleMethodInfo ResolveMenuMethod "setVisual" o = Gtk.Widget.WidgetSetVisualMethodInfo ResolveMenuMethod "setWindow" o = Gtk.Widget.WidgetSetWindowMethodInfo ResolveMenuMethod l o = O.MethodResolutionFailed l o instance (info ~ ResolveMenuMethod t Menu, O.MethodInfo info Menu p) => OL.IsLabel t (Menu -> 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 -- VVV Prop "dbus-name" -- Type: TBasicType TUTF8 -- Flags: [PropertyReadable,PropertyWritable,PropertyConstructOnly] -- Nullable: (Nothing,Nothing) {- | Get the value of the “@dbus-name@” property. When is enabled, this is equivalent to @ 'Data.GI.Base.Attributes.get' menu #dbusName @ -} getMenuDbusName :: (MonadIO m, IsMenu o) => o -> m (Maybe T.Text) getMenuDbusName obj = liftIO $ B.Properties.getObjectPropertyString obj "dbus-name" {- | Construct a `GValueConstruct` with valid value for the “@dbus-name@” property. This is rarely needed directly, but it is used by `Data.GI.Base.Constructible.new`. -} constructMenuDbusName :: (IsMenu o) => T.Text -> IO (GValueConstruct o) constructMenuDbusName val = B.Properties.constructObjectPropertyString "dbus-name" (Just val) #if ENABLE_OVERLOADING data MenuDbusNamePropertyInfo instance AttrInfo MenuDbusNamePropertyInfo where type AttrAllowedOps MenuDbusNamePropertyInfo = '[ 'AttrConstruct, 'AttrGet, 'AttrClear] type AttrSetTypeConstraint MenuDbusNamePropertyInfo = (~) T.Text type AttrBaseTypeConstraint MenuDbusNamePropertyInfo = IsMenu type AttrGetType MenuDbusNamePropertyInfo = (Maybe T.Text) type AttrLabel MenuDbusNamePropertyInfo = "dbus-name" type AttrOrigin MenuDbusNamePropertyInfo = Menu attrGet _ = getMenuDbusName attrSet _ = undefined attrConstruct _ = constructMenuDbusName attrClear _ = undefined #endif -- VVV Prop "dbus-object" -- Type: TBasicType TUTF8 -- Flags: [PropertyReadable,PropertyWritable,PropertyConstructOnly] -- Nullable: (Nothing,Nothing) {- | Get the value of the “@dbus-object@” property. When is enabled, this is equivalent to @ 'Data.GI.Base.Attributes.get' menu #dbusObject @ -} getMenuDbusObject :: (MonadIO m, IsMenu o) => o -> m (Maybe T.Text) getMenuDbusObject obj = liftIO $ B.Properties.getObjectPropertyString obj "dbus-object" {- | Construct a `GValueConstruct` with valid value for the “@dbus-object@” property. This is rarely needed directly, but it is used by `Data.GI.Base.Constructible.new`. -} constructMenuDbusObject :: (IsMenu o) => T.Text -> IO (GValueConstruct o) constructMenuDbusObject val = B.Properties.constructObjectPropertyString "dbus-object" (Just val) #if ENABLE_OVERLOADING data MenuDbusObjectPropertyInfo instance AttrInfo MenuDbusObjectPropertyInfo where type AttrAllowedOps MenuDbusObjectPropertyInfo = '[ 'AttrConstruct, 'AttrGet, 'AttrClear] type AttrSetTypeConstraint MenuDbusObjectPropertyInfo = (~) T.Text type AttrBaseTypeConstraint MenuDbusObjectPropertyInfo = IsMenu type AttrGetType MenuDbusObjectPropertyInfo = (Maybe T.Text) type AttrLabel MenuDbusObjectPropertyInfo = "dbus-object" type AttrOrigin MenuDbusObjectPropertyInfo = Menu attrGet _ = getMenuDbusObject attrSet _ = undefined attrConstruct _ = constructMenuDbusObject attrClear _ = undefined #endif #if ENABLE_OVERLOADING instance O.HasAttributeList Menu type instance O.AttributeList Menu = MenuAttributeList type MenuAttributeList = ('[ '("accelGroup", Gtk.Menu.MenuAccelGroupPropertyInfo), '("accelPath", Gtk.Menu.MenuAccelPathPropertyInfo), '("active", Gtk.Menu.MenuActivePropertyInfo), '("anchorHints", Gtk.Menu.MenuAnchorHintsPropertyInfo), '("appPaintable", Gtk.Widget.WidgetAppPaintablePropertyInfo), '("attachWidget", Gtk.Menu.MenuAttachWidgetPropertyInfo), '("borderWidth", Gtk.Container.ContainerBorderWidthPropertyInfo), '("canDefault", Gtk.Widget.WidgetCanDefaultPropertyInfo), '("canFocus", Gtk.Widget.WidgetCanFocusPropertyInfo), '("child", Gtk.Container.ContainerChildPropertyInfo), '("compositeChild", Gtk.Widget.WidgetCompositeChildPropertyInfo), '("dbusName", MenuDbusNamePropertyInfo), '("dbusObject", MenuDbusObjectPropertyInfo), '("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), '("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), '("menuTypeHint", Gtk.Menu.MenuMenuTypeHintPropertyInfo), '("monitor", Gtk.Menu.MenuMonitorPropertyInfo), '("name", Gtk.Widget.WidgetNamePropertyInfo), '("noShowAll", Gtk.Widget.WidgetNoShowAllPropertyInfo), '("opacity", Gtk.Widget.WidgetOpacityPropertyInfo), '("parent", Gtk.Widget.WidgetParentPropertyInfo), '("receivesDefault", Gtk.Widget.WidgetReceivesDefaultPropertyInfo), '("rectAnchorDx", Gtk.Menu.MenuRectAnchorDxPropertyInfo), '("rectAnchorDy", Gtk.Menu.MenuRectAnchorDyPropertyInfo), '("reserveToggleSize", Gtk.Menu.MenuReserveToggleSizePropertyInfo), '("resizeMode", Gtk.Container.ContainerResizeModePropertyInfo), '("scaleFactor", Gtk.Widget.WidgetScaleFactorPropertyInfo), '("sensitive", Gtk.Widget.WidgetSensitivePropertyInfo), '("style", Gtk.Widget.WidgetStylePropertyInfo), '("takeFocus", Gtk.MenuShell.MenuShellTakeFocusPropertyInfo), '("tearoffState", Gtk.Menu.MenuTearoffStatePropertyInfo), '("tearoffTitle", Gtk.Menu.MenuTearoffTitlePropertyInfo), '("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 menuDbusName :: AttrLabelProxy "dbusName" menuDbusName = AttrLabelProxy menuDbusObject :: AttrLabelProxy "dbusObject" menuDbusObject = AttrLabelProxy #endif #if ENABLE_OVERLOADING type instance O.SignalList Menu = MenuSignalList type MenuSignalList = ('[ '("accelClosuresChanged", Gtk.Widget.WidgetAccelClosuresChangedSignalInfo), '("activateCurrent", Gtk.MenuShell.MenuShellActivateCurrentSignalInfo), '("add", Gtk.Container.ContainerAddSignalInfo), '("buttonPressEvent", Gtk.Widget.WidgetButtonPressEventSignalInfo), '("buttonReleaseEvent", Gtk.Widget.WidgetButtonReleaseEventSignalInfo), '("canActivateAccel", Gtk.Widget.WidgetCanActivateAccelSignalInfo), '("cancel", Gtk.MenuShell.MenuShellCancelSignalInfo), '("checkResize", Gtk.Container.ContainerCheckResizeSignalInfo), '("childNotify", Gtk.Widget.WidgetChildNotifySignalInfo), '("compositedChanged", Gtk.Widget.WidgetCompositedChangedSignalInfo), '("configureEvent", Gtk.Widget.WidgetConfigureEventSignalInfo), '("cycleFocus", Gtk.MenuShell.MenuShellCycleFocusSignalInfo), '("damageEvent", Gtk.Widget.WidgetDamageEventSignalInfo), '("deactivate", Gtk.MenuShell.MenuShellDeactivateSignalInfo), '("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), '("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), '("insert", Gtk.MenuShell.MenuShellInsertSignalInfo), '("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), '("moveCurrent", Gtk.MenuShell.MenuShellMoveCurrentSignalInfo), '("moveFocus", Gtk.Widget.WidgetMoveFocusSignalInfo), '("moveScroll", Gtk.Menu.MenuMoveScrollSignalInfo), '("moveSelected", Gtk.MenuShell.MenuShellMoveSelectedSignalInfo), '("notify", GObject.Object.ObjectNotifySignalInfo), '("parentSet", Gtk.Widget.WidgetParentSetSignalInfo), '("poppedUp", Gtk.Menu.MenuPoppedUpSignalInfo), '("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), '("selectionDone", Gtk.MenuShell.MenuShellSelectionDoneSignalInfo), '("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), '("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 -- method Menu::new -- method type : Constructor -- Args : [Arg {argCName = "dbus_name", argType = TBasicType TUTF8, direction = DirectionIn, mayBeNull = False, argDoc = Documentation {rawDocText = Just "Name of the #DbusmenuServer on DBus", sinceVersion = Nothing}, argScope = ScopeTypeInvalid, argClosure = -1, argDestroy = -1, argCallerAllocates = False, transfer = TransferNothing},Arg {argCName = "dbus_object", argType = TBasicType TUTF8, direction = DirectionIn, mayBeNull = False, argDoc = Documentation {rawDocText = Just "Name of the object on the #DbusmenuServer", sinceVersion = Nothing}, argScope = ScopeTypeInvalid, argClosure = -1, argDestroy = -1, argCallerAllocates = False, transfer = TransferNothing}] -- Lengths : [] -- returnType : Just (TInterface (Name {namespace = "DbusmenuGtk3", name = "Menu"})) -- throws : False -- Skip return : False foreign import ccall "dbusmenu_gtkmenu_new" dbusmenu_gtkmenu_new :: CString -> -- dbus_name : TBasicType TUTF8 CString -> -- dbus_object : TBasicType TUTF8 IO (Ptr Menu) {- | Creates a new 'GI.DbusmenuGtk3.Objects.Menu.Menu' object and creates a 'GI.Dbusmenu.Objects.Client.Client' that connects across DBus to a 'GI.Dbusmenu.Objects.Server.Server'. -} menuNew :: (B.CallStack.HasCallStack, MonadIO m) => T.Text {- ^ /@dbusName@/: Name of the 'GI.Dbusmenu.Objects.Server.Server' on DBus -} -> T.Text {- ^ /@dbusObject@/: Name of the object on the 'GI.Dbusmenu.Objects.Server.Server' -} -> m Menu {- ^ __Returns:__ A new 'GI.DbusmenuGtk3.Objects.Menu.Menu' sync\'d with a server -} menuNew dbusName dbusObject = liftIO $ do dbusName' <- textToCString dbusName dbusObject' <- textToCString dbusObject result <- dbusmenu_gtkmenu_new dbusName' dbusObject' checkUnexpectedReturnNULL "menuNew" result result' <- (newObject Menu) result freeMem dbusName' freeMem dbusObject' return result' #if ENABLE_OVERLOADING #endif -- method Menu::get_client -- method type : OrdinaryMethod -- Args : [Arg {argCName = "menu", argType = TInterface (Name {namespace = "DbusmenuGtk3", name = "Menu"}), direction = DirectionIn, mayBeNull = False, argDoc = Documentation {rawDocText = Just "The #DbusmenuGtkMenu to get the client from", sinceVersion = Nothing}, argScope = ScopeTypeInvalid, argClosure = -1, argDestroy = -1, argCallerAllocates = False, transfer = TransferNothing}] -- Lengths : [] -- returnType : Just (TInterface (Name {namespace = "DbusmenuGtk3", name = "Client"})) -- throws : False -- Skip return : False foreign import ccall "dbusmenu_gtkmenu_get_client" dbusmenu_gtkmenu_get_client :: Ptr Menu -> -- menu : TInterface (Name {namespace = "DbusmenuGtk3", name = "Menu"}) IO (Ptr DbusmenuGtk3.Client.Client) {- | An accessor for the client that this menu is using to communicate with the server. -} menuGetClient :: (B.CallStack.HasCallStack, MonadIO m, IsMenu a) => a {- ^ /@menu@/: The 'GI.DbusmenuGtk3.Objects.Menu.Menu' to get the client from -} -> m DbusmenuGtk3.Client.Client {- ^ __Returns:__ A valid 'GI.DbusmenuGtk3.Objects.Client.Client' or NULL on error. -} menuGetClient menu = liftIO $ do menu' <- unsafeManagedPtrCastPtr menu result <- dbusmenu_gtkmenu_get_client menu' checkUnexpectedReturnNULL "menuGetClient" result result' <- (newObject DbusmenuGtk3.Client.Client) result touchManagedPtr menu return result' #if ENABLE_OVERLOADING data MenuGetClientMethodInfo instance (signature ~ (m DbusmenuGtk3.Client.Client), MonadIO m, IsMenu a) => O.MethodInfo MenuGetClientMethodInfo a signature where overloadedMethod _ = menuGetClient #endif