#define ENABLE_OVERLOADING (MIN_VERSION_haskell_gi_overloading(1,0,0) \
&& !defined(__HADDOCK_VERSION__))
module GI.Gtk.Objects.Dialog
(
Dialog(..) ,
IsDialog ,
toDialog ,
noDialog ,
#if ENABLE_OVERLOADING
DialogAddActionWidgetMethodInfo ,
#endif
dialogAddActionWidget ,
#if ENABLE_OVERLOADING
DialogAddButtonMethodInfo ,
#endif
dialogAddButton ,
#if ENABLE_OVERLOADING
DialogGetActionAreaMethodInfo ,
#endif
dialogGetActionArea ,
#if ENABLE_OVERLOADING
DialogGetContentAreaMethodInfo ,
#endif
dialogGetContentArea ,
#if ENABLE_OVERLOADING
DialogGetHeaderBarMethodInfo ,
#endif
dialogGetHeaderBar ,
#if ENABLE_OVERLOADING
DialogGetResponseForWidgetMethodInfo ,
#endif
dialogGetResponseForWidget ,
#if ENABLE_OVERLOADING
DialogGetWidgetForResponseMethodInfo ,
#endif
dialogGetWidgetForResponse ,
dialogNew ,
#if ENABLE_OVERLOADING
DialogResponseMethodInfo ,
#endif
dialogResponse ,
#if ENABLE_OVERLOADING
DialogRunMethodInfo ,
#endif
dialogRun ,
#if ENABLE_OVERLOADING
DialogSetAlternativeButtonOrderFromArrayMethodInfo,
#endif
dialogSetAlternativeButtonOrderFromArray,
#if ENABLE_OVERLOADING
DialogSetDefaultResponseMethodInfo ,
#endif
dialogSetDefaultResponse ,
#if ENABLE_OVERLOADING
DialogSetResponseSensitiveMethodInfo ,
#endif
dialogSetResponseSensitive ,
#if ENABLE_OVERLOADING
DialogUseHeaderBarPropertyInfo ,
#endif
constructDialogUseHeaderBar ,
#if ENABLE_OVERLOADING
dialogUseHeaderBar ,
#endif
getDialogUseHeaderBar ,
C_DialogCloseCallback ,
DialogCloseCallback ,
#if ENABLE_OVERLOADING
DialogCloseSignalInfo ,
#endif
afterDialogClose ,
genClosure_DialogClose ,
mk_DialogCloseCallback ,
noDialogCloseCallback ,
onDialogClose ,
wrap_DialogCloseCallback ,
C_DialogResponseCallback ,
DialogResponseCallback ,
#if ENABLE_OVERLOADING
DialogResponseSignalInfo ,
#endif
afterDialogResponse ,
genClosure_DialogResponse ,
mk_DialogResponseCallback ,
noDialogResponseCallback ,
onDialogResponse ,
wrap_DialogResponseCallback ,
) 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.Interfaces.Buildable as Gtk.Buildable
import {-# SOURCE #-} qualified GI.Gtk.Objects.Bin as Gtk.Bin
import {-# SOURCE #-} qualified GI.Gtk.Objects.Box as Gtk.Box
import {-# SOURCE #-} qualified GI.Gtk.Objects.Container as Gtk.Container
import {-# SOURCE #-} qualified GI.Gtk.Objects.Widget as Gtk.Widget
import {-# SOURCE #-} qualified GI.Gtk.Objects.Window as Gtk.Window
newtype Dialog = Dialog (ManagedPtr Dialog)
foreign import ccall "gtk_dialog_get_type"
c_gtk_dialog_get_type :: IO GType
instance GObject Dialog where
gobjectType _ = c_gtk_dialog_get_type
class GObject o => IsDialog o
#if MIN_VERSION_base(4,9,0)
instance {-# OVERLAPPABLE #-} (GObject a, O.UnknownAncestorError Dialog a) =>
IsDialog a
#endif
instance IsDialog Dialog
instance Gtk.Window.IsWindow Dialog
instance Gtk.Bin.IsBin Dialog
instance Gtk.Container.IsContainer Dialog
instance Gtk.Widget.IsWidget Dialog
instance GObject.Object.IsObject Dialog
instance Atk.ImplementorIface.IsImplementorIface Dialog
instance Gtk.Buildable.IsBuildable Dialog
toDialog :: (MonadIO m, IsDialog o) => o -> m Dialog
toDialog = liftIO . unsafeCastTo Dialog
noDialog :: Maybe Dialog
noDialog = Nothing
#if ENABLE_OVERLOADING
type family ResolveDialogMethod (t :: Symbol) (o :: *) :: * where
ResolveDialogMethod "activate" o = Gtk.Widget.WidgetActivateMethodInfo
ResolveDialogMethod "activateDefault" o = Gtk.Window.WindowActivateDefaultMethodInfo
ResolveDialogMethod "activateFocus" o = Gtk.Window.WindowActivateFocusMethodInfo
ResolveDialogMethod "activateKey" o = Gtk.Window.WindowActivateKeyMethodInfo
ResolveDialogMethod "add" o = Gtk.Container.ContainerAddMethodInfo
ResolveDialogMethod "addAccelGroup" o = Gtk.Window.WindowAddAccelGroupMethodInfo
ResolveDialogMethod "addAccelerator" o = Gtk.Widget.WidgetAddAcceleratorMethodInfo
ResolveDialogMethod "addActionWidget" o = DialogAddActionWidgetMethodInfo
ResolveDialogMethod "addButton" o = DialogAddButtonMethodInfo
ResolveDialogMethod "addChild" o = Gtk.Buildable.BuildableAddChildMethodInfo
ResolveDialogMethod "addDeviceEvents" o = Gtk.Widget.WidgetAddDeviceEventsMethodInfo
ResolveDialogMethod "addEvents" o = Gtk.Widget.WidgetAddEventsMethodInfo
ResolveDialogMethod "addMnemonic" o = Gtk.Window.WindowAddMnemonicMethodInfo
ResolveDialogMethod "addMnemonicLabel" o = Gtk.Widget.WidgetAddMnemonicLabelMethodInfo
ResolveDialogMethod "addTickCallback" o = Gtk.Widget.WidgetAddTickCallbackMethodInfo
ResolveDialogMethod "beginMoveDrag" o = Gtk.Window.WindowBeginMoveDragMethodInfo
ResolveDialogMethod "beginResizeDrag" o = Gtk.Window.WindowBeginResizeDragMethodInfo
ResolveDialogMethod "bindProperty" o = GObject.Object.ObjectBindPropertyMethodInfo
ResolveDialogMethod "bindPropertyFull" o = GObject.Object.ObjectBindPropertyFullMethodInfo
ResolveDialogMethod "canActivateAccel" o = Gtk.Widget.WidgetCanActivateAccelMethodInfo
ResolveDialogMethod "checkResize" o = Gtk.Container.ContainerCheckResizeMethodInfo
ResolveDialogMethod "childFocus" o = Gtk.Widget.WidgetChildFocusMethodInfo
ResolveDialogMethod "childGetProperty" o = Gtk.Container.ContainerChildGetPropertyMethodInfo
ResolveDialogMethod "childNotify" o = Gtk.Container.ContainerChildNotifyMethodInfo
ResolveDialogMethod "childNotifyByPspec" o = Gtk.Container.ContainerChildNotifyByPspecMethodInfo
ResolveDialogMethod "childSetProperty" o = Gtk.Container.ContainerChildSetPropertyMethodInfo
ResolveDialogMethod "childType" o = Gtk.Container.ContainerChildTypeMethodInfo
ResolveDialogMethod "classPath" o = Gtk.Widget.WidgetClassPathMethodInfo
ResolveDialogMethod "close" o = Gtk.Window.WindowCloseMethodInfo
ResolveDialogMethod "computeExpand" o = Gtk.Widget.WidgetComputeExpandMethodInfo
ResolveDialogMethod "constructChild" o = Gtk.Buildable.BuildableConstructChildMethodInfo
ResolveDialogMethod "createPangoContext" o = Gtk.Widget.WidgetCreatePangoContextMethodInfo
ResolveDialogMethod "createPangoLayout" o = Gtk.Widget.WidgetCreatePangoLayoutMethodInfo
ResolveDialogMethod "customFinished" o = Gtk.Buildable.BuildableCustomFinishedMethodInfo
ResolveDialogMethod "customTagEnd" o = Gtk.Buildable.BuildableCustomTagEndMethodInfo
ResolveDialogMethod "customTagStart" o = Gtk.Buildable.BuildableCustomTagStartMethodInfo
ResolveDialogMethod "deiconify" o = Gtk.Window.WindowDeiconifyMethodInfo
ResolveDialogMethod "destroy" o = Gtk.Widget.WidgetDestroyMethodInfo
ResolveDialogMethod "destroyed" o = Gtk.Widget.WidgetDestroyedMethodInfo
ResolveDialogMethod "deviceIsShadowed" o = Gtk.Widget.WidgetDeviceIsShadowedMethodInfo
ResolveDialogMethod "dragBegin" o = Gtk.Widget.WidgetDragBeginMethodInfo
ResolveDialogMethod "dragBeginWithCoordinates" o = Gtk.Widget.WidgetDragBeginWithCoordinatesMethodInfo
ResolveDialogMethod "dragCheckThreshold" o = Gtk.Widget.WidgetDragCheckThresholdMethodInfo
ResolveDialogMethod "dragDestAddImageTargets" o = Gtk.Widget.WidgetDragDestAddImageTargetsMethodInfo
ResolveDialogMethod "dragDestAddTextTargets" o = Gtk.Widget.WidgetDragDestAddTextTargetsMethodInfo
ResolveDialogMethod "dragDestAddUriTargets" o = Gtk.Widget.WidgetDragDestAddUriTargetsMethodInfo
ResolveDialogMethod "dragDestFindTarget" o = Gtk.Widget.WidgetDragDestFindTargetMethodInfo
ResolveDialogMethod "dragDestGetTargetList" o = Gtk.Widget.WidgetDragDestGetTargetListMethodInfo
ResolveDialogMethod "dragDestGetTrackMotion" o = Gtk.Widget.WidgetDragDestGetTrackMotionMethodInfo
ResolveDialogMethod "dragDestSet" o = Gtk.Widget.WidgetDragDestSetMethodInfo
ResolveDialogMethod "dragDestSetProxy" o = Gtk.Widget.WidgetDragDestSetProxyMethodInfo
ResolveDialogMethod "dragDestSetTargetList" o = Gtk.Widget.WidgetDragDestSetTargetListMethodInfo
ResolveDialogMethod "dragDestSetTrackMotion" o = Gtk.Widget.WidgetDragDestSetTrackMotionMethodInfo
ResolveDialogMethod "dragDestUnset" o = Gtk.Widget.WidgetDragDestUnsetMethodInfo
ResolveDialogMethod "dragGetData" o = Gtk.Widget.WidgetDragGetDataMethodInfo
ResolveDialogMethod "dragHighlight" o = Gtk.Widget.WidgetDragHighlightMethodInfo
ResolveDialogMethod "dragSourceAddImageTargets" o = Gtk.Widget.WidgetDragSourceAddImageTargetsMethodInfo
ResolveDialogMethod "dragSourceAddTextTargets" o = Gtk.Widget.WidgetDragSourceAddTextTargetsMethodInfo
ResolveDialogMethod "dragSourceAddUriTargets" o = Gtk.Widget.WidgetDragSourceAddUriTargetsMethodInfo
ResolveDialogMethod "dragSourceGetTargetList" o = Gtk.Widget.WidgetDragSourceGetTargetListMethodInfo
ResolveDialogMethod "dragSourceSet" o = Gtk.Widget.WidgetDragSourceSetMethodInfo
ResolveDialogMethod "dragSourceSetIconGicon" o = Gtk.Widget.WidgetDragSourceSetIconGiconMethodInfo
ResolveDialogMethod "dragSourceSetIconName" o = Gtk.Widget.WidgetDragSourceSetIconNameMethodInfo
ResolveDialogMethod "dragSourceSetIconPixbuf" o = Gtk.Widget.WidgetDragSourceSetIconPixbufMethodInfo
ResolveDialogMethod "dragSourceSetIconStock" o = Gtk.Widget.WidgetDragSourceSetIconStockMethodInfo
ResolveDialogMethod "dragSourceSetTargetList" o = Gtk.Widget.WidgetDragSourceSetTargetListMethodInfo
ResolveDialogMethod "dragSourceUnset" o = Gtk.Widget.WidgetDragSourceUnsetMethodInfo
ResolveDialogMethod "dragUnhighlight" o = Gtk.Widget.WidgetDragUnhighlightMethodInfo
ResolveDialogMethod "draw" o = Gtk.Widget.WidgetDrawMethodInfo
ResolveDialogMethod "ensureStyle" o = Gtk.Widget.WidgetEnsureStyleMethodInfo
ResolveDialogMethod "errorBell" o = Gtk.Widget.WidgetErrorBellMethodInfo
ResolveDialogMethod "event" o = Gtk.Widget.WidgetEventMethodInfo
ResolveDialogMethod "forall" o = Gtk.Container.ContainerForallMethodInfo
ResolveDialogMethod "forceFloating" o = GObject.Object.ObjectForceFloatingMethodInfo
ResolveDialogMethod "foreach" o = Gtk.Container.ContainerForeachMethodInfo
ResolveDialogMethod "freezeChildNotify" o = Gtk.Widget.WidgetFreezeChildNotifyMethodInfo
ResolveDialogMethod "freezeNotify" o = GObject.Object.ObjectFreezeNotifyMethodInfo
ResolveDialogMethod "fullscreen" o = Gtk.Window.WindowFullscreenMethodInfo
ResolveDialogMethod "fullscreenOnMonitor" o = Gtk.Window.WindowFullscreenOnMonitorMethodInfo
ResolveDialogMethod "getv" o = GObject.Object.ObjectGetvMethodInfo
ResolveDialogMethod "grabAdd" o = Gtk.Widget.WidgetGrabAddMethodInfo
ResolveDialogMethod "grabDefault" o = Gtk.Widget.WidgetGrabDefaultMethodInfo
ResolveDialogMethod "grabFocus" o = Gtk.Widget.WidgetGrabFocusMethodInfo
ResolveDialogMethod "grabRemove" o = Gtk.Widget.WidgetGrabRemoveMethodInfo
ResolveDialogMethod "hasDefault" o = Gtk.Widget.WidgetHasDefaultMethodInfo
ResolveDialogMethod "hasFocus" o = Gtk.Widget.WidgetHasFocusMethodInfo
ResolveDialogMethod "hasGrab" o = Gtk.Widget.WidgetHasGrabMethodInfo
ResolveDialogMethod "hasGroup" o = Gtk.Window.WindowHasGroupMethodInfo
ResolveDialogMethod "hasRcStyle" o = Gtk.Widget.WidgetHasRcStyleMethodInfo
ResolveDialogMethod "hasScreen" o = Gtk.Widget.WidgetHasScreenMethodInfo
ResolveDialogMethod "hasToplevelFocus" o = Gtk.Window.WindowHasToplevelFocusMethodInfo
ResolveDialogMethod "hasVisibleFocus" o = Gtk.Widget.WidgetHasVisibleFocusMethodInfo
ResolveDialogMethod "hide" o = Gtk.Widget.WidgetHideMethodInfo
ResolveDialogMethod "hideOnDelete" o = Gtk.Widget.WidgetHideOnDeleteMethodInfo
ResolveDialogMethod "iconify" o = Gtk.Window.WindowIconifyMethodInfo
ResolveDialogMethod "inDestruction" o = Gtk.Widget.WidgetInDestructionMethodInfo
ResolveDialogMethod "initTemplate" o = Gtk.Widget.WidgetInitTemplateMethodInfo
ResolveDialogMethod "inputShapeCombineRegion" o = Gtk.Widget.WidgetInputShapeCombineRegionMethodInfo
ResolveDialogMethod "insertActionGroup" o = Gtk.Widget.WidgetInsertActionGroupMethodInfo
ResolveDialogMethod "intersect" o = Gtk.Widget.WidgetIntersectMethodInfo
ResolveDialogMethod "isActive" o = Gtk.Window.WindowIsActiveMethodInfo
ResolveDialogMethod "isAncestor" o = Gtk.Widget.WidgetIsAncestorMethodInfo
ResolveDialogMethod "isComposited" o = Gtk.Widget.WidgetIsCompositedMethodInfo
ResolveDialogMethod "isDrawable" o = Gtk.Widget.WidgetIsDrawableMethodInfo
ResolveDialogMethod "isFloating" o = GObject.Object.ObjectIsFloatingMethodInfo
ResolveDialogMethod "isFocus" o = Gtk.Widget.WidgetIsFocusMethodInfo
ResolveDialogMethod "isMaximized" o = Gtk.Window.WindowIsMaximizedMethodInfo
ResolveDialogMethod "isSensitive" o = Gtk.Widget.WidgetIsSensitiveMethodInfo
ResolveDialogMethod "isToplevel" o = Gtk.Widget.WidgetIsToplevelMethodInfo
ResolveDialogMethod "isVisible" o = Gtk.Widget.WidgetIsVisibleMethodInfo
ResolveDialogMethod "keynavFailed" o = Gtk.Widget.WidgetKeynavFailedMethodInfo
ResolveDialogMethod "listAccelClosures" o = Gtk.Widget.WidgetListAccelClosuresMethodInfo
ResolveDialogMethod "listActionPrefixes" o = Gtk.Widget.WidgetListActionPrefixesMethodInfo
ResolveDialogMethod "listMnemonicLabels" o = Gtk.Widget.WidgetListMnemonicLabelsMethodInfo
ResolveDialogMethod "map" o = Gtk.Widget.WidgetMapMethodInfo
ResolveDialogMethod "maximize" o = Gtk.Window.WindowMaximizeMethodInfo
ResolveDialogMethod "mnemonicActivate" o = Gtk.Window.WindowMnemonicActivateMethodInfo
ResolveDialogMethod "modifyBase" o = Gtk.Widget.WidgetModifyBaseMethodInfo
ResolveDialogMethod "modifyBg" o = Gtk.Widget.WidgetModifyBgMethodInfo
ResolveDialogMethod "modifyCursor" o = Gtk.Widget.WidgetModifyCursorMethodInfo
ResolveDialogMethod "modifyFg" o = Gtk.Widget.WidgetModifyFgMethodInfo
ResolveDialogMethod "modifyFont" o = Gtk.Widget.WidgetModifyFontMethodInfo
ResolveDialogMethod "modifyStyle" o = Gtk.Widget.WidgetModifyStyleMethodInfo
ResolveDialogMethod "modifyText" o = Gtk.Widget.WidgetModifyTextMethodInfo
ResolveDialogMethod "move" o = Gtk.Window.WindowMoveMethodInfo
ResolveDialogMethod "notify" o = GObject.Object.ObjectNotifyMethodInfo
ResolveDialogMethod "notifyByPspec" o = GObject.Object.ObjectNotifyByPspecMethodInfo
ResolveDialogMethod "overrideBackgroundColor" o = Gtk.Widget.WidgetOverrideBackgroundColorMethodInfo
ResolveDialogMethod "overrideColor" o = Gtk.Widget.WidgetOverrideColorMethodInfo
ResolveDialogMethod "overrideCursor" o = Gtk.Widget.WidgetOverrideCursorMethodInfo
ResolveDialogMethod "overrideFont" o = Gtk.Widget.WidgetOverrideFontMethodInfo
ResolveDialogMethod "overrideSymbolicColor" o = Gtk.Widget.WidgetOverrideSymbolicColorMethodInfo
ResolveDialogMethod "parseGeometry" o = Gtk.Window.WindowParseGeometryMethodInfo
ResolveDialogMethod "parserFinished" o = Gtk.Buildable.BuildableParserFinishedMethodInfo
ResolveDialogMethod "path" o = Gtk.Widget.WidgetPathMethodInfo
ResolveDialogMethod "present" o = Gtk.Window.WindowPresentMethodInfo
ResolveDialogMethod "presentWithTime" o = Gtk.Window.WindowPresentWithTimeMethodInfo
ResolveDialogMethod "propagateDraw" o = Gtk.Container.ContainerPropagateDrawMethodInfo
ResolveDialogMethod "propagateKeyEvent" o = Gtk.Window.WindowPropagateKeyEventMethodInfo
ResolveDialogMethod "queueAllocate" o = Gtk.Widget.WidgetQueueAllocateMethodInfo
ResolveDialogMethod "queueComputeExpand" o = Gtk.Widget.WidgetQueueComputeExpandMethodInfo
ResolveDialogMethod "queueDraw" o = Gtk.Widget.WidgetQueueDrawMethodInfo
ResolveDialogMethod "queueDrawArea" o = Gtk.Widget.WidgetQueueDrawAreaMethodInfo
ResolveDialogMethod "queueDrawRegion" o = Gtk.Widget.WidgetQueueDrawRegionMethodInfo
ResolveDialogMethod "queueResize" o = Gtk.Widget.WidgetQueueResizeMethodInfo
ResolveDialogMethod "queueResizeNoRedraw" o = Gtk.Widget.WidgetQueueResizeNoRedrawMethodInfo
ResolveDialogMethod "realize" o = Gtk.Widget.WidgetRealizeMethodInfo
ResolveDialogMethod "ref" o = GObject.Object.ObjectRefMethodInfo
ResolveDialogMethod "refSink" o = GObject.Object.ObjectRefSinkMethodInfo
ResolveDialogMethod "regionIntersect" o = Gtk.Widget.WidgetRegionIntersectMethodInfo
ResolveDialogMethod "registerWindow" o = Gtk.Widget.WidgetRegisterWindowMethodInfo
ResolveDialogMethod "remove" o = Gtk.Container.ContainerRemoveMethodInfo
ResolveDialogMethod "removeAccelGroup" o = Gtk.Window.WindowRemoveAccelGroupMethodInfo
ResolveDialogMethod "removeAccelerator" o = Gtk.Widget.WidgetRemoveAcceleratorMethodInfo
ResolveDialogMethod "removeMnemonic" o = Gtk.Window.WindowRemoveMnemonicMethodInfo
ResolveDialogMethod "removeMnemonicLabel" o = Gtk.Widget.WidgetRemoveMnemonicLabelMethodInfo
ResolveDialogMethod "removeTickCallback" o = Gtk.Widget.WidgetRemoveTickCallbackMethodInfo
ResolveDialogMethod "renderIcon" o = Gtk.Widget.WidgetRenderIconMethodInfo
ResolveDialogMethod "renderIconPixbuf" o = Gtk.Widget.WidgetRenderIconPixbufMethodInfo
ResolveDialogMethod "reparent" o = Gtk.Widget.WidgetReparentMethodInfo
ResolveDialogMethod "resetRcStyles" o = Gtk.Widget.WidgetResetRcStylesMethodInfo
ResolveDialogMethod "resetStyle" o = Gtk.Widget.WidgetResetStyleMethodInfo
ResolveDialogMethod "reshowWithInitialSize" o = Gtk.Window.WindowReshowWithInitialSizeMethodInfo
ResolveDialogMethod "resize" o = Gtk.Window.WindowResizeMethodInfo
ResolveDialogMethod "resizeChildren" o = Gtk.Container.ContainerResizeChildrenMethodInfo
ResolveDialogMethod "resizeGripIsVisible" o = Gtk.Window.WindowResizeGripIsVisibleMethodInfo
ResolveDialogMethod "resizeToGeometry" o = Gtk.Window.WindowResizeToGeometryMethodInfo
ResolveDialogMethod "response" o = DialogResponseMethodInfo
ResolveDialogMethod "run" o = DialogRunMethodInfo
ResolveDialogMethod "runDispose" o = GObject.Object.ObjectRunDisposeMethodInfo
ResolveDialogMethod "sendExpose" o = Gtk.Widget.WidgetSendExposeMethodInfo
ResolveDialogMethod "sendFocusChange" o = Gtk.Widget.WidgetSendFocusChangeMethodInfo
ResolveDialogMethod "shapeCombineRegion" o = Gtk.Widget.WidgetShapeCombineRegionMethodInfo
ResolveDialogMethod "show" o = Gtk.Widget.WidgetShowMethodInfo
ResolveDialogMethod "showAll" o = Gtk.Widget.WidgetShowAllMethodInfo
ResolveDialogMethod "showNow" o = Gtk.Widget.WidgetShowNowMethodInfo
ResolveDialogMethod "sizeAllocate" o = Gtk.Widget.WidgetSizeAllocateMethodInfo
ResolveDialogMethod "sizeAllocateWithBaseline" o = Gtk.Widget.WidgetSizeAllocateWithBaselineMethodInfo
ResolveDialogMethod "sizeRequest" o = Gtk.Widget.WidgetSizeRequestMethodInfo
ResolveDialogMethod "stealData" o = GObject.Object.ObjectStealDataMethodInfo
ResolveDialogMethod "stealQdata" o = GObject.Object.ObjectStealQdataMethodInfo
ResolveDialogMethod "stick" o = Gtk.Window.WindowStickMethodInfo
ResolveDialogMethod "styleAttach" o = Gtk.Widget.WidgetStyleAttachMethodInfo
ResolveDialogMethod "styleGetProperty" o = Gtk.Widget.WidgetStyleGetPropertyMethodInfo
ResolveDialogMethod "thawChildNotify" o = Gtk.Widget.WidgetThawChildNotifyMethodInfo
ResolveDialogMethod "thawNotify" o = GObject.Object.ObjectThawNotifyMethodInfo
ResolveDialogMethod "translateCoordinates" o = Gtk.Widget.WidgetTranslateCoordinatesMethodInfo
ResolveDialogMethod "triggerTooltipQuery" o = Gtk.Widget.WidgetTriggerTooltipQueryMethodInfo
ResolveDialogMethod "unfullscreen" o = Gtk.Window.WindowUnfullscreenMethodInfo
ResolveDialogMethod "unmap" o = Gtk.Widget.WidgetUnmapMethodInfo
ResolveDialogMethod "unmaximize" o = Gtk.Window.WindowUnmaximizeMethodInfo
ResolveDialogMethod "unparent" o = Gtk.Widget.WidgetUnparentMethodInfo
ResolveDialogMethod "unrealize" o = Gtk.Widget.WidgetUnrealizeMethodInfo
ResolveDialogMethod "unref" o = GObject.Object.ObjectUnrefMethodInfo
ResolveDialogMethod "unregisterWindow" o = Gtk.Widget.WidgetUnregisterWindowMethodInfo
ResolveDialogMethod "unsetFocusChain" o = Gtk.Container.ContainerUnsetFocusChainMethodInfo
ResolveDialogMethod "unsetStateFlags" o = Gtk.Widget.WidgetUnsetStateFlagsMethodInfo
ResolveDialogMethod "unstick" o = Gtk.Window.WindowUnstickMethodInfo
ResolveDialogMethod "watchClosure" o = GObject.Object.ObjectWatchClosureMethodInfo
ResolveDialogMethod "getAcceptFocus" o = Gtk.Window.WindowGetAcceptFocusMethodInfo
ResolveDialogMethod "getAccessible" o = Gtk.Widget.WidgetGetAccessibleMethodInfo
ResolveDialogMethod "getActionArea" o = DialogGetActionAreaMethodInfo
ResolveDialogMethod "getActionGroup" o = Gtk.Widget.WidgetGetActionGroupMethodInfo
ResolveDialogMethod "getAllocatedBaseline" o = Gtk.Widget.WidgetGetAllocatedBaselineMethodInfo
ResolveDialogMethod "getAllocatedHeight" o = Gtk.Widget.WidgetGetAllocatedHeightMethodInfo
ResolveDialogMethod "getAllocatedSize" o = Gtk.Widget.WidgetGetAllocatedSizeMethodInfo
ResolveDialogMethod "getAllocatedWidth" o = Gtk.Widget.WidgetGetAllocatedWidthMethodInfo
ResolveDialogMethod "getAllocation" o = Gtk.Widget.WidgetGetAllocationMethodInfo
ResolveDialogMethod "getAncestor" o = Gtk.Widget.WidgetGetAncestorMethodInfo
ResolveDialogMethod "getAppPaintable" o = Gtk.Widget.WidgetGetAppPaintableMethodInfo
ResolveDialogMethod "getApplication" o = Gtk.Window.WindowGetApplicationMethodInfo
ResolveDialogMethod "getAttachedTo" o = Gtk.Window.WindowGetAttachedToMethodInfo
ResolveDialogMethod "getBorderWidth" o = Gtk.Container.ContainerGetBorderWidthMethodInfo
ResolveDialogMethod "getCanDefault" o = Gtk.Widget.WidgetGetCanDefaultMethodInfo
ResolveDialogMethod "getCanFocus" o = Gtk.Widget.WidgetGetCanFocusMethodInfo
ResolveDialogMethod "getChild" o = Gtk.Bin.BinGetChildMethodInfo
ResolveDialogMethod "getChildRequisition" o = Gtk.Widget.WidgetGetChildRequisitionMethodInfo
ResolveDialogMethod "getChildVisible" o = Gtk.Widget.WidgetGetChildVisibleMethodInfo
ResolveDialogMethod "getChildren" o = Gtk.Container.ContainerGetChildrenMethodInfo
ResolveDialogMethod "getClip" o = Gtk.Widget.WidgetGetClipMethodInfo
ResolveDialogMethod "getClipboard" o = Gtk.Widget.WidgetGetClipboardMethodInfo
ResolveDialogMethod "getCompositeName" o = Gtk.Widget.WidgetGetCompositeNameMethodInfo
ResolveDialogMethod "getContentArea" o = DialogGetContentAreaMethodInfo
ResolveDialogMethod "getData" o = GObject.Object.ObjectGetDataMethodInfo
ResolveDialogMethod "getDecorated" o = Gtk.Window.WindowGetDecoratedMethodInfo
ResolveDialogMethod "getDefaultSize" o = Gtk.Window.WindowGetDefaultSizeMethodInfo
ResolveDialogMethod "getDefaultWidget" o = Gtk.Window.WindowGetDefaultWidgetMethodInfo
ResolveDialogMethod "getDeletable" o = Gtk.Window.WindowGetDeletableMethodInfo
ResolveDialogMethod "getDestroyWithParent" o = Gtk.Window.WindowGetDestroyWithParentMethodInfo
ResolveDialogMethod "getDeviceEnabled" o = Gtk.Widget.WidgetGetDeviceEnabledMethodInfo
ResolveDialogMethod "getDeviceEvents" o = Gtk.Widget.WidgetGetDeviceEventsMethodInfo
ResolveDialogMethod "getDirection" o = Gtk.Widget.WidgetGetDirectionMethodInfo
ResolveDialogMethod "getDisplay" o = Gtk.Widget.WidgetGetDisplayMethodInfo
ResolveDialogMethod "getDoubleBuffered" o = Gtk.Widget.WidgetGetDoubleBufferedMethodInfo
ResolveDialogMethod "getEvents" o = Gtk.Widget.WidgetGetEventsMethodInfo
ResolveDialogMethod "getFocus" o = Gtk.Window.WindowGetFocusMethodInfo
ResolveDialogMethod "getFocusChain" o = Gtk.Container.ContainerGetFocusChainMethodInfo
ResolveDialogMethod "getFocusChild" o = Gtk.Container.ContainerGetFocusChildMethodInfo
ResolveDialogMethod "getFocusHadjustment" o = Gtk.Container.ContainerGetFocusHadjustmentMethodInfo
ResolveDialogMethod "getFocusOnClick" o = Gtk.Widget.WidgetGetFocusOnClickMethodInfo
ResolveDialogMethod "getFocusOnMap" o = Gtk.Window.WindowGetFocusOnMapMethodInfo
ResolveDialogMethod "getFocusVadjustment" o = Gtk.Container.ContainerGetFocusVadjustmentMethodInfo
ResolveDialogMethod "getFocusVisible" o = Gtk.Window.WindowGetFocusVisibleMethodInfo
ResolveDialogMethod "getFontMap" o = Gtk.Widget.WidgetGetFontMapMethodInfo
ResolveDialogMethod "getFontOptions" o = Gtk.Widget.WidgetGetFontOptionsMethodInfo
ResolveDialogMethod "getFrameClock" o = Gtk.Widget.WidgetGetFrameClockMethodInfo
ResolveDialogMethod "getGravity" o = Gtk.Window.WindowGetGravityMethodInfo
ResolveDialogMethod "getGroup" o = Gtk.Window.WindowGetGroupMethodInfo
ResolveDialogMethod "getHalign" o = Gtk.Widget.WidgetGetHalignMethodInfo
ResolveDialogMethod "getHasResizeGrip" o = Gtk.Window.WindowGetHasResizeGripMethodInfo
ResolveDialogMethod "getHasTooltip" o = Gtk.Widget.WidgetGetHasTooltipMethodInfo
ResolveDialogMethod "getHasWindow" o = Gtk.Widget.WidgetGetHasWindowMethodInfo
ResolveDialogMethod "getHeaderBar" o = DialogGetHeaderBarMethodInfo
ResolveDialogMethod "getHexpand" o = Gtk.Widget.WidgetGetHexpandMethodInfo
ResolveDialogMethod "getHexpandSet" o = Gtk.Widget.WidgetGetHexpandSetMethodInfo
ResolveDialogMethod "getHideTitlebarWhenMaximized" o = Gtk.Window.WindowGetHideTitlebarWhenMaximizedMethodInfo
ResolveDialogMethod "getIcon" o = Gtk.Window.WindowGetIconMethodInfo
ResolveDialogMethod "getIconList" o = Gtk.Window.WindowGetIconListMethodInfo
ResolveDialogMethod "getIconName" o = Gtk.Window.WindowGetIconNameMethodInfo
ResolveDialogMethod "getInternalChild" o = Gtk.Buildable.BuildableGetInternalChildMethodInfo
ResolveDialogMethod "getMapped" o = Gtk.Widget.WidgetGetMappedMethodInfo
ResolveDialogMethod "getMarginBottom" o = Gtk.Widget.WidgetGetMarginBottomMethodInfo
ResolveDialogMethod "getMarginEnd" o = Gtk.Widget.WidgetGetMarginEndMethodInfo
ResolveDialogMethod "getMarginLeft" o = Gtk.Widget.WidgetGetMarginLeftMethodInfo
ResolveDialogMethod "getMarginRight" o = Gtk.Widget.WidgetGetMarginRightMethodInfo
ResolveDialogMethod "getMarginStart" o = Gtk.Widget.WidgetGetMarginStartMethodInfo
ResolveDialogMethod "getMarginTop" o = Gtk.Widget.WidgetGetMarginTopMethodInfo
ResolveDialogMethod "getMnemonicModifier" o = Gtk.Window.WindowGetMnemonicModifierMethodInfo
ResolveDialogMethod "getMnemonicsVisible" o = Gtk.Window.WindowGetMnemonicsVisibleMethodInfo
ResolveDialogMethod "getModal" o = Gtk.Window.WindowGetModalMethodInfo
ResolveDialogMethod "getModifierMask" o = Gtk.Widget.WidgetGetModifierMaskMethodInfo
ResolveDialogMethod "getModifierStyle" o = Gtk.Widget.WidgetGetModifierStyleMethodInfo
ResolveDialogMethod "getName" o = Gtk.Widget.WidgetGetNameMethodInfo
ResolveDialogMethod "getNoShowAll" o = Gtk.Widget.WidgetGetNoShowAllMethodInfo
ResolveDialogMethod "getOpacity" o = Gtk.Window.WindowGetOpacityMethodInfo
ResolveDialogMethod "getPangoContext" o = Gtk.Widget.WidgetGetPangoContextMethodInfo
ResolveDialogMethod "getParent" o = Gtk.Widget.WidgetGetParentMethodInfo
ResolveDialogMethod "getParentWindow" o = Gtk.Widget.WidgetGetParentWindowMethodInfo
ResolveDialogMethod "getPath" o = Gtk.Widget.WidgetGetPathMethodInfo
ResolveDialogMethod "getPathForChild" o = Gtk.Container.ContainerGetPathForChildMethodInfo
ResolveDialogMethod "getPointer" o = Gtk.Widget.WidgetGetPointerMethodInfo
ResolveDialogMethod "getPosition" o = Gtk.Window.WindowGetPositionMethodInfo
ResolveDialogMethod "getPreferredHeight" o = Gtk.Widget.WidgetGetPreferredHeightMethodInfo
ResolveDialogMethod "getPreferredHeightAndBaselineForWidth" o = Gtk.Widget.WidgetGetPreferredHeightAndBaselineForWidthMethodInfo
ResolveDialogMethod "getPreferredHeightForWidth" o = Gtk.Widget.WidgetGetPreferredHeightForWidthMethodInfo
ResolveDialogMethod "getPreferredSize" o = Gtk.Widget.WidgetGetPreferredSizeMethodInfo
ResolveDialogMethod "getPreferredWidth" o = Gtk.Widget.WidgetGetPreferredWidthMethodInfo
ResolveDialogMethod "getPreferredWidthForHeight" o = Gtk.Widget.WidgetGetPreferredWidthForHeightMethodInfo
ResolveDialogMethod "getProperty" o = GObject.Object.ObjectGetPropertyMethodInfo
ResolveDialogMethod "getQdata" o = GObject.Object.ObjectGetQdataMethodInfo
ResolveDialogMethod "getRealized" o = Gtk.Widget.WidgetGetRealizedMethodInfo
ResolveDialogMethod "getReceivesDefault" o = Gtk.Widget.WidgetGetReceivesDefaultMethodInfo
ResolveDialogMethod "getRequestMode" o = Gtk.Widget.WidgetGetRequestModeMethodInfo
ResolveDialogMethod "getRequisition" o = Gtk.Widget.WidgetGetRequisitionMethodInfo
ResolveDialogMethod "getResizable" o = Gtk.Window.WindowGetResizableMethodInfo
ResolveDialogMethod "getResizeGripArea" o = Gtk.Window.WindowGetResizeGripAreaMethodInfo
ResolveDialogMethod "getResizeMode" o = Gtk.Container.ContainerGetResizeModeMethodInfo
ResolveDialogMethod "getResponseForWidget" o = DialogGetResponseForWidgetMethodInfo
ResolveDialogMethod "getRole" o = Gtk.Window.WindowGetRoleMethodInfo
ResolveDialogMethod "getRootWindow" o = Gtk.Widget.WidgetGetRootWindowMethodInfo
ResolveDialogMethod "getScaleFactor" o = Gtk.Widget.WidgetGetScaleFactorMethodInfo
ResolveDialogMethod "getScreen" o = Gtk.Window.WindowGetScreenMethodInfo
ResolveDialogMethod "getSensitive" o = Gtk.Widget.WidgetGetSensitiveMethodInfo
ResolveDialogMethod "getSettings" o = Gtk.Widget.WidgetGetSettingsMethodInfo
ResolveDialogMethod "getSize" o = Gtk.Window.WindowGetSizeMethodInfo
ResolveDialogMethod "getSizeRequest" o = Gtk.Widget.WidgetGetSizeRequestMethodInfo
ResolveDialogMethod "getSkipPagerHint" o = Gtk.Window.WindowGetSkipPagerHintMethodInfo
ResolveDialogMethod "getSkipTaskbarHint" o = Gtk.Window.WindowGetSkipTaskbarHintMethodInfo
ResolveDialogMethod "getState" o = Gtk.Widget.WidgetGetStateMethodInfo
ResolveDialogMethod "getStateFlags" o = Gtk.Widget.WidgetGetStateFlagsMethodInfo
ResolveDialogMethod "getStyle" o = Gtk.Widget.WidgetGetStyleMethodInfo
ResolveDialogMethod "getStyleContext" o = Gtk.Widget.WidgetGetStyleContextMethodInfo
ResolveDialogMethod "getSupportMultidevice" o = Gtk.Widget.WidgetGetSupportMultideviceMethodInfo
ResolveDialogMethod "getTemplateChild" o = Gtk.Widget.WidgetGetTemplateChildMethodInfo
ResolveDialogMethod "getTitle" o = Gtk.Window.WindowGetTitleMethodInfo
ResolveDialogMethod "getTitlebar" o = Gtk.Window.WindowGetTitlebarMethodInfo
ResolveDialogMethod "getTooltipMarkup" o = Gtk.Widget.WidgetGetTooltipMarkupMethodInfo
ResolveDialogMethod "getTooltipText" o = Gtk.Widget.WidgetGetTooltipTextMethodInfo
ResolveDialogMethod "getTooltipWindow" o = Gtk.Widget.WidgetGetTooltipWindowMethodInfo
ResolveDialogMethod "getToplevel" o = Gtk.Widget.WidgetGetToplevelMethodInfo
ResolveDialogMethod "getTransientFor" o = Gtk.Window.WindowGetTransientForMethodInfo
ResolveDialogMethod "getTypeHint" o = Gtk.Window.WindowGetTypeHintMethodInfo
ResolveDialogMethod "getUrgencyHint" o = Gtk.Window.WindowGetUrgencyHintMethodInfo
ResolveDialogMethod "getValign" o = Gtk.Widget.WidgetGetValignMethodInfo
ResolveDialogMethod "getValignWithBaseline" o = Gtk.Widget.WidgetGetValignWithBaselineMethodInfo
ResolveDialogMethod "getVexpand" o = Gtk.Widget.WidgetGetVexpandMethodInfo
ResolveDialogMethod "getVexpandSet" o = Gtk.Widget.WidgetGetVexpandSetMethodInfo
ResolveDialogMethod "getVisible" o = Gtk.Widget.WidgetGetVisibleMethodInfo
ResolveDialogMethod "getVisual" o = Gtk.Widget.WidgetGetVisualMethodInfo
ResolveDialogMethod "getWidgetForResponse" o = DialogGetWidgetForResponseMethodInfo
ResolveDialogMethod "getWindow" o = Gtk.Widget.WidgetGetWindowMethodInfo
ResolveDialogMethod "getWindowType" o = Gtk.Window.WindowGetWindowTypeMethodInfo
ResolveDialogMethod "setAccelPath" o = Gtk.Widget.WidgetSetAccelPathMethodInfo
ResolveDialogMethod "setAcceptFocus" o = Gtk.Window.WindowSetAcceptFocusMethodInfo
ResolveDialogMethod "setAllocation" o = Gtk.Widget.WidgetSetAllocationMethodInfo
ResolveDialogMethod "setAlternativeButtonOrderFromArray" o = DialogSetAlternativeButtonOrderFromArrayMethodInfo
ResolveDialogMethod "setAppPaintable" o = Gtk.Widget.WidgetSetAppPaintableMethodInfo
ResolveDialogMethod "setApplication" o = Gtk.Window.WindowSetApplicationMethodInfo
ResolveDialogMethod "setAttachedTo" o = Gtk.Window.WindowSetAttachedToMethodInfo
ResolveDialogMethod "setBorderWidth" o = Gtk.Container.ContainerSetBorderWidthMethodInfo
ResolveDialogMethod "setBuildableProperty" o = Gtk.Buildable.BuildableSetBuildablePropertyMethodInfo
ResolveDialogMethod "setCanDefault" o = Gtk.Widget.WidgetSetCanDefaultMethodInfo
ResolveDialogMethod "setCanFocus" o = Gtk.Widget.WidgetSetCanFocusMethodInfo
ResolveDialogMethod "setChildVisible" o = Gtk.Widget.WidgetSetChildVisibleMethodInfo
ResolveDialogMethod "setClip" o = Gtk.Widget.WidgetSetClipMethodInfo
ResolveDialogMethod "setCompositeName" o = Gtk.Widget.WidgetSetCompositeNameMethodInfo
ResolveDialogMethod "setData" o = GObject.Object.ObjectSetDataMethodInfo
ResolveDialogMethod "setDecorated" o = Gtk.Window.WindowSetDecoratedMethodInfo
ResolveDialogMethod "setDefault" o = Gtk.Window.WindowSetDefaultMethodInfo
ResolveDialogMethod "setDefaultGeometry" o = Gtk.Window.WindowSetDefaultGeometryMethodInfo
ResolveDialogMethod "setDefaultResponse" o = DialogSetDefaultResponseMethodInfo
ResolveDialogMethod "setDefaultSize" o = Gtk.Window.WindowSetDefaultSizeMethodInfo
ResolveDialogMethod "setDeletable" o = Gtk.Window.WindowSetDeletableMethodInfo
ResolveDialogMethod "setDestroyWithParent" o = Gtk.Window.WindowSetDestroyWithParentMethodInfo
ResolveDialogMethod "setDeviceEnabled" o = Gtk.Widget.WidgetSetDeviceEnabledMethodInfo
ResolveDialogMethod "setDeviceEvents" o = Gtk.Widget.WidgetSetDeviceEventsMethodInfo
ResolveDialogMethod "setDirection" o = Gtk.Widget.WidgetSetDirectionMethodInfo
ResolveDialogMethod "setDoubleBuffered" o = Gtk.Widget.WidgetSetDoubleBufferedMethodInfo
ResolveDialogMethod "setEvents" o = Gtk.Widget.WidgetSetEventsMethodInfo
ResolveDialogMethod "setFocus" o = Gtk.Window.WindowSetFocusMethodInfo
ResolveDialogMethod "setFocusChain" o = Gtk.Container.ContainerSetFocusChainMethodInfo
ResolveDialogMethod "setFocusChild" o = Gtk.Container.ContainerSetFocusChildMethodInfo
ResolveDialogMethod "setFocusHadjustment" o = Gtk.Container.ContainerSetFocusHadjustmentMethodInfo
ResolveDialogMethod "setFocusOnClick" o = Gtk.Widget.WidgetSetFocusOnClickMethodInfo
ResolveDialogMethod "setFocusOnMap" o = Gtk.Window.WindowSetFocusOnMapMethodInfo
ResolveDialogMethod "setFocusVadjustment" o = Gtk.Container.ContainerSetFocusVadjustmentMethodInfo
ResolveDialogMethod "setFocusVisible" o = Gtk.Window.WindowSetFocusVisibleMethodInfo
ResolveDialogMethod "setFontMap" o = Gtk.Widget.WidgetSetFontMapMethodInfo
ResolveDialogMethod "setFontOptions" o = Gtk.Widget.WidgetSetFontOptionsMethodInfo
ResolveDialogMethod "setGeometryHints" o = Gtk.Window.WindowSetGeometryHintsMethodInfo
ResolveDialogMethod "setGravity" o = Gtk.Window.WindowSetGravityMethodInfo
ResolveDialogMethod "setHalign" o = Gtk.Widget.WidgetSetHalignMethodInfo
ResolveDialogMethod "setHasResizeGrip" o = Gtk.Window.WindowSetHasResizeGripMethodInfo
ResolveDialogMethod "setHasTooltip" o = Gtk.Widget.WidgetSetHasTooltipMethodInfo
ResolveDialogMethod "setHasUserRefCount" o = Gtk.Window.WindowSetHasUserRefCountMethodInfo
ResolveDialogMethod "setHasWindow" o = Gtk.Widget.WidgetSetHasWindowMethodInfo
ResolveDialogMethod "setHexpand" o = Gtk.Widget.WidgetSetHexpandMethodInfo
ResolveDialogMethod "setHexpandSet" o = Gtk.Widget.WidgetSetHexpandSetMethodInfo
ResolveDialogMethod "setHideTitlebarWhenMaximized" o = Gtk.Window.WindowSetHideTitlebarWhenMaximizedMethodInfo
ResolveDialogMethod "setIcon" o = Gtk.Window.WindowSetIconMethodInfo
ResolveDialogMethod "setIconFromFile" o = Gtk.Window.WindowSetIconFromFileMethodInfo
ResolveDialogMethod "setIconList" o = Gtk.Window.WindowSetIconListMethodInfo
ResolveDialogMethod "setIconName" o = Gtk.Window.WindowSetIconNameMethodInfo
ResolveDialogMethod "setKeepAbove" o = Gtk.Window.WindowSetKeepAboveMethodInfo
ResolveDialogMethod "setKeepBelow" o = Gtk.Window.WindowSetKeepBelowMethodInfo
ResolveDialogMethod "setMapped" o = Gtk.Widget.WidgetSetMappedMethodInfo
ResolveDialogMethod "setMarginBottom" o = Gtk.Widget.WidgetSetMarginBottomMethodInfo
ResolveDialogMethod "setMarginEnd" o = Gtk.Widget.WidgetSetMarginEndMethodInfo
ResolveDialogMethod "setMarginLeft" o = Gtk.Widget.WidgetSetMarginLeftMethodInfo
ResolveDialogMethod "setMarginRight" o = Gtk.Widget.WidgetSetMarginRightMethodInfo
ResolveDialogMethod "setMarginStart" o = Gtk.Widget.WidgetSetMarginStartMethodInfo
ResolveDialogMethod "setMarginTop" o = Gtk.Widget.WidgetSetMarginTopMethodInfo
ResolveDialogMethod "setMnemonicModifier" o = Gtk.Window.WindowSetMnemonicModifierMethodInfo
ResolveDialogMethod "setMnemonicsVisible" o = Gtk.Window.WindowSetMnemonicsVisibleMethodInfo
ResolveDialogMethod "setModal" o = Gtk.Window.WindowSetModalMethodInfo
ResolveDialogMethod "setName" o = Gtk.Widget.WidgetSetNameMethodInfo
ResolveDialogMethod "setNoShowAll" o = Gtk.Widget.WidgetSetNoShowAllMethodInfo
ResolveDialogMethod "setOpacity" o = Gtk.Window.WindowSetOpacityMethodInfo
ResolveDialogMethod "setParent" o = Gtk.Widget.WidgetSetParentMethodInfo
ResolveDialogMethod "setParentWindow" o = Gtk.Widget.WidgetSetParentWindowMethodInfo
ResolveDialogMethod "setPosition" o = Gtk.Window.WindowSetPositionMethodInfo
ResolveDialogMethod "setProperty" o = GObject.Object.ObjectSetPropertyMethodInfo
ResolveDialogMethod "setRealized" o = Gtk.Widget.WidgetSetRealizedMethodInfo
ResolveDialogMethod "setReallocateRedraws" o = Gtk.Container.ContainerSetReallocateRedrawsMethodInfo
ResolveDialogMethod "setReceivesDefault" o = Gtk.Widget.WidgetSetReceivesDefaultMethodInfo
ResolveDialogMethod "setRedrawOnAllocate" o = Gtk.Widget.WidgetSetRedrawOnAllocateMethodInfo
ResolveDialogMethod "setResizable" o = Gtk.Window.WindowSetResizableMethodInfo
ResolveDialogMethod "setResizeMode" o = Gtk.Container.ContainerSetResizeModeMethodInfo
ResolveDialogMethod "setResponseSensitive" o = DialogSetResponseSensitiveMethodInfo
ResolveDialogMethod "setRole" o = Gtk.Window.WindowSetRoleMethodInfo
ResolveDialogMethod "setScreen" o = Gtk.Window.WindowSetScreenMethodInfo
ResolveDialogMethod "setSensitive" o = Gtk.Widget.WidgetSetSensitiveMethodInfo
ResolveDialogMethod "setSizeRequest" o = Gtk.Widget.WidgetSetSizeRequestMethodInfo
ResolveDialogMethod "setSkipPagerHint" o = Gtk.Window.WindowSetSkipPagerHintMethodInfo
ResolveDialogMethod "setSkipTaskbarHint" o = Gtk.Window.WindowSetSkipTaskbarHintMethodInfo
ResolveDialogMethod "setStartupId" o = Gtk.Window.WindowSetStartupIdMethodInfo
ResolveDialogMethod "setState" o = Gtk.Widget.WidgetSetStateMethodInfo
ResolveDialogMethod "setStateFlags" o = Gtk.Widget.WidgetSetStateFlagsMethodInfo
ResolveDialogMethod "setStyle" o = Gtk.Widget.WidgetSetStyleMethodInfo
ResolveDialogMethod "setSupportMultidevice" o = Gtk.Widget.WidgetSetSupportMultideviceMethodInfo
ResolveDialogMethod "setTitle" o = Gtk.Window.WindowSetTitleMethodInfo
ResolveDialogMethod "setTitlebar" o = Gtk.Window.WindowSetTitlebarMethodInfo
ResolveDialogMethod "setTooltipMarkup" o = Gtk.Widget.WidgetSetTooltipMarkupMethodInfo
ResolveDialogMethod "setTooltipText" o = Gtk.Widget.WidgetSetTooltipTextMethodInfo
ResolveDialogMethod "setTooltipWindow" o = Gtk.Widget.WidgetSetTooltipWindowMethodInfo
ResolveDialogMethod "setTransientFor" o = Gtk.Window.WindowSetTransientForMethodInfo
ResolveDialogMethod "setTypeHint" o = Gtk.Window.WindowSetTypeHintMethodInfo
ResolveDialogMethod "setUrgencyHint" o = Gtk.Window.WindowSetUrgencyHintMethodInfo
ResolveDialogMethod "setValign" o = Gtk.Widget.WidgetSetValignMethodInfo
ResolveDialogMethod "setVexpand" o = Gtk.Widget.WidgetSetVexpandMethodInfo
ResolveDialogMethod "setVexpandSet" o = Gtk.Widget.WidgetSetVexpandSetMethodInfo
ResolveDialogMethod "setVisible" o = Gtk.Widget.WidgetSetVisibleMethodInfo
ResolveDialogMethod "setVisual" o = Gtk.Widget.WidgetSetVisualMethodInfo
ResolveDialogMethod "setWindow" o = Gtk.Widget.WidgetSetWindowMethodInfo
ResolveDialogMethod "setWmclass" o = Gtk.Window.WindowSetWmclassMethodInfo
ResolveDialogMethod l o = O.MethodResolutionFailed l o
instance (info ~ ResolveDialogMethod t Dialog, O.MethodInfo info Dialog p) => O.IsLabelProxy t (Dialog -> p) where
fromLabelProxy _ = O.overloadedMethod (O.MethodProxy :: O.MethodProxy info)
#if MIN_VERSION_base(4,9,0)
instance (info ~ ResolveDialogMethod t Dialog, O.MethodInfo info Dialog p) => O.IsLabel t (Dialog -> 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 DialogCloseCallback =
IO ()
noDialogCloseCallback :: Maybe DialogCloseCallback
noDialogCloseCallback = Nothing
type C_DialogCloseCallback =
Ptr () ->
Ptr () ->
IO ()
foreign import ccall "wrapper"
mk_DialogCloseCallback :: C_DialogCloseCallback -> IO (FunPtr C_DialogCloseCallback)
genClosure_DialogClose :: DialogCloseCallback -> IO Closure
genClosure_DialogClose cb = do
let cb' = wrap_DialogCloseCallback cb
mk_DialogCloseCallback cb' >>= newCClosure
wrap_DialogCloseCallback ::
DialogCloseCallback ->
C_DialogCloseCallback
wrap_DialogCloseCallback _cb _ _ = do
_cb
onDialogClose :: (IsDialog a, MonadIO m) => a -> DialogCloseCallback -> m SignalHandlerId
onDialogClose obj cb = liftIO $ do
let cb' = wrap_DialogCloseCallback cb
cb'' <- mk_DialogCloseCallback cb'
connectSignalFunPtr obj "close" cb'' SignalConnectBefore
afterDialogClose :: (IsDialog a, MonadIO m) => a -> DialogCloseCallback -> m SignalHandlerId
afterDialogClose obj cb = liftIO $ do
let cb' = wrap_DialogCloseCallback cb
cb'' <- mk_DialogCloseCallback cb'
connectSignalFunPtr obj "close" cb'' SignalConnectAfter
type DialogResponseCallback =
Int32
-> IO ()
noDialogResponseCallback :: Maybe DialogResponseCallback
noDialogResponseCallback = Nothing
type C_DialogResponseCallback =
Ptr () ->
Int32 ->
Ptr () ->
IO ()
foreign import ccall "wrapper"
mk_DialogResponseCallback :: C_DialogResponseCallback -> IO (FunPtr C_DialogResponseCallback)
genClosure_DialogResponse :: DialogResponseCallback -> IO Closure
genClosure_DialogResponse cb = do
let cb' = wrap_DialogResponseCallback cb
mk_DialogResponseCallback cb' >>= newCClosure
wrap_DialogResponseCallback ::
DialogResponseCallback ->
C_DialogResponseCallback
wrap_DialogResponseCallback _cb _ responseId _ = do
_cb responseId
onDialogResponse :: (IsDialog a, MonadIO m) => a -> DialogResponseCallback -> m SignalHandlerId
onDialogResponse obj cb = liftIO $ do
let cb' = wrap_DialogResponseCallback cb
cb'' <- mk_DialogResponseCallback cb'
connectSignalFunPtr obj "response" cb'' SignalConnectBefore
afterDialogResponse :: (IsDialog a, MonadIO m) => a -> DialogResponseCallback -> m SignalHandlerId
afterDialogResponse obj cb = liftIO $ do
let cb' = wrap_DialogResponseCallback cb
cb'' <- mk_DialogResponseCallback cb'
connectSignalFunPtr obj "response" cb'' SignalConnectAfter
getDialogUseHeaderBar :: (MonadIO m, IsDialog o) => o -> m Int32
getDialogUseHeaderBar obj = liftIO $ getObjectPropertyInt32 obj "use-header-bar"
constructDialogUseHeaderBar :: (IsDialog o) => Int32 -> IO (GValueConstruct o)
constructDialogUseHeaderBar val = constructObjectPropertyInt32 "use-header-bar" val
#if ENABLE_OVERLOADING
data DialogUseHeaderBarPropertyInfo
instance AttrInfo DialogUseHeaderBarPropertyInfo where
type AttrAllowedOps DialogUseHeaderBarPropertyInfo = '[ 'AttrConstruct, 'AttrGet]
type AttrSetTypeConstraint DialogUseHeaderBarPropertyInfo = (~) Int32
type AttrBaseTypeConstraint DialogUseHeaderBarPropertyInfo = IsDialog
type AttrGetType DialogUseHeaderBarPropertyInfo = Int32
type AttrLabel DialogUseHeaderBarPropertyInfo = "use-header-bar"
type AttrOrigin DialogUseHeaderBarPropertyInfo = Dialog
attrGet _ = getDialogUseHeaderBar
attrSet _ = undefined
attrConstruct _ = constructDialogUseHeaderBar
attrClear _ = undefined
#endif
#if ENABLE_OVERLOADING
instance O.HasAttributeList Dialog
type instance O.AttributeList Dialog = DialogAttributeList
type DialogAttributeList = ('[ '("acceptFocus", Gtk.Window.WindowAcceptFocusPropertyInfo), '("appPaintable", Gtk.Widget.WidgetAppPaintablePropertyInfo), '("application", Gtk.Window.WindowApplicationPropertyInfo), '("attachedTo", Gtk.Window.WindowAttachedToPropertyInfo), '("borderWidth", Gtk.Container.ContainerBorderWidthPropertyInfo), '("canDefault", Gtk.Widget.WidgetCanDefaultPropertyInfo), '("canFocus", Gtk.Widget.WidgetCanFocusPropertyInfo), '("child", Gtk.Container.ContainerChildPropertyInfo), '("compositeChild", Gtk.Widget.WidgetCompositeChildPropertyInfo), '("decorated", Gtk.Window.WindowDecoratedPropertyInfo), '("defaultHeight", Gtk.Window.WindowDefaultHeightPropertyInfo), '("defaultWidth", Gtk.Window.WindowDefaultWidthPropertyInfo), '("deletable", Gtk.Window.WindowDeletablePropertyInfo), '("destroyWithParent", Gtk.Window.WindowDestroyWithParentPropertyInfo), '("doubleBuffered", Gtk.Widget.WidgetDoubleBufferedPropertyInfo), '("events", Gtk.Widget.WidgetEventsPropertyInfo), '("expand", Gtk.Widget.WidgetExpandPropertyInfo), '("focusOnClick", Gtk.Widget.WidgetFocusOnClickPropertyInfo), '("focusOnMap", Gtk.Window.WindowFocusOnMapPropertyInfo), '("focusVisible", Gtk.Window.WindowFocusVisiblePropertyInfo), '("gravity", Gtk.Window.WindowGravityPropertyInfo), '("halign", Gtk.Widget.WidgetHalignPropertyInfo), '("hasDefault", Gtk.Widget.WidgetHasDefaultPropertyInfo), '("hasFocus", Gtk.Widget.WidgetHasFocusPropertyInfo), '("hasResizeGrip", Gtk.Window.WindowHasResizeGripPropertyInfo), '("hasTooltip", Gtk.Widget.WidgetHasTooltipPropertyInfo), '("hasToplevelFocus", Gtk.Window.WindowHasToplevelFocusPropertyInfo), '("heightRequest", Gtk.Widget.WidgetHeightRequestPropertyInfo), '("hexpand", Gtk.Widget.WidgetHexpandPropertyInfo), '("hexpandSet", Gtk.Widget.WidgetHexpandSetPropertyInfo), '("hideTitlebarWhenMaximized", Gtk.Window.WindowHideTitlebarWhenMaximizedPropertyInfo), '("icon", Gtk.Window.WindowIconPropertyInfo), '("iconName", Gtk.Window.WindowIconNamePropertyInfo), '("isActive", Gtk.Window.WindowIsActivePropertyInfo), '("isFocus", Gtk.Widget.WidgetIsFocusPropertyInfo), '("isMaximized", Gtk.Window.WindowIsMaximizedPropertyInfo), '("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), '("mnemonicsVisible", Gtk.Window.WindowMnemonicsVisiblePropertyInfo), '("modal", Gtk.Window.WindowModalPropertyInfo), '("name", Gtk.Widget.WidgetNamePropertyInfo), '("noShowAll", Gtk.Widget.WidgetNoShowAllPropertyInfo), '("opacity", Gtk.Widget.WidgetOpacityPropertyInfo), '("parent", Gtk.Widget.WidgetParentPropertyInfo), '("receivesDefault", Gtk.Widget.WidgetReceivesDefaultPropertyInfo), '("resizable", Gtk.Window.WindowResizablePropertyInfo), '("resizeGripVisible", Gtk.Window.WindowResizeGripVisiblePropertyInfo), '("resizeMode", Gtk.Container.ContainerResizeModePropertyInfo), '("role", Gtk.Window.WindowRolePropertyInfo), '("scaleFactor", Gtk.Widget.WidgetScaleFactorPropertyInfo), '("screen", Gtk.Window.WindowScreenPropertyInfo), '("sensitive", Gtk.Widget.WidgetSensitivePropertyInfo), '("skipPagerHint", Gtk.Window.WindowSkipPagerHintPropertyInfo), '("skipTaskbarHint", Gtk.Window.WindowSkipTaskbarHintPropertyInfo), '("startupId", Gtk.Window.WindowStartupIdPropertyInfo), '("style", Gtk.Widget.WidgetStylePropertyInfo), '("title", Gtk.Window.WindowTitlePropertyInfo), '("tooltipMarkup", Gtk.Widget.WidgetTooltipMarkupPropertyInfo), '("tooltipText", Gtk.Widget.WidgetTooltipTextPropertyInfo), '("transientFor", Gtk.Window.WindowTransientForPropertyInfo), '("type", Gtk.Window.WindowTypePropertyInfo), '("typeHint", Gtk.Window.WindowTypeHintPropertyInfo), '("urgencyHint", Gtk.Window.WindowUrgencyHintPropertyInfo), '("useHeaderBar", DialogUseHeaderBarPropertyInfo), '("valign", Gtk.Widget.WidgetValignPropertyInfo), '("vexpand", Gtk.Widget.WidgetVexpandPropertyInfo), '("vexpandSet", Gtk.Widget.WidgetVexpandSetPropertyInfo), '("visible", Gtk.Widget.WidgetVisiblePropertyInfo), '("widthRequest", Gtk.Widget.WidgetWidthRequestPropertyInfo), '("window", Gtk.Widget.WidgetWindowPropertyInfo), '("windowPosition", Gtk.Window.WindowWindowPositionPropertyInfo)] :: [(Symbol, *)])
#endif
#if ENABLE_OVERLOADING
dialogUseHeaderBar :: AttrLabelProxy "useHeaderBar"
dialogUseHeaderBar = AttrLabelProxy
#endif
#if ENABLE_OVERLOADING
data DialogCloseSignalInfo
instance SignalInfo DialogCloseSignalInfo where
type HaskellCallbackType DialogCloseSignalInfo = DialogCloseCallback
connectSignal _ obj cb connectMode = do
let cb' = wrap_DialogCloseCallback cb
cb'' <- mk_DialogCloseCallback cb'
connectSignalFunPtr obj "close" cb'' connectMode
data DialogResponseSignalInfo
instance SignalInfo DialogResponseSignalInfo where
type HaskellCallbackType DialogResponseSignalInfo = DialogResponseCallback
connectSignal _ obj cb connectMode = do
let cb' = wrap_DialogResponseCallback cb
cb'' <- mk_DialogResponseCallback cb'
connectSignalFunPtr obj "response" cb'' connectMode
type instance O.SignalList Dialog = DialogSignalList
type DialogSignalList = ('[ '("accelClosuresChanged", Gtk.Widget.WidgetAccelClosuresChangedSignalInfo), '("activateDefault", Gtk.Window.WindowActivateDefaultSignalInfo), '("activateFocus", Gtk.Window.WindowActivateFocusSignalInfo), '("add", Gtk.Container.ContainerAddSignalInfo), '("buttonPressEvent", Gtk.Widget.WidgetButtonPressEventSignalInfo), '("buttonReleaseEvent", Gtk.Widget.WidgetButtonReleaseEventSignalInfo), '("canActivateAccel", Gtk.Widget.WidgetCanActivateAccelSignalInfo), '("checkResize", Gtk.Container.ContainerCheckResizeSignalInfo), '("childNotify", Gtk.Widget.WidgetChildNotifySignalInfo), '("close", DialogCloseSignalInfo), '("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), '("enableDebugging", Gtk.Window.WindowEnableDebuggingSignalInfo), '("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), '("keyPressEvent", Gtk.Widget.WidgetKeyPressEventSignalInfo), '("keyReleaseEvent", Gtk.Widget.WidgetKeyReleaseEventSignalInfo), '("keynavFailed", Gtk.Widget.WidgetKeynavFailedSignalInfo), '("keysChanged", Gtk.Window.WindowKeysChangedSignalInfo), '("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), '("parentSet", Gtk.Widget.WidgetParentSetSignalInfo), '("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), '("response", DialogResponseSignalInfo), '("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), '("setFocus", Gtk.Window.WindowSetFocusSignalInfo), '("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
foreign import ccall "gtk_dialog_new" gtk_dialog_new ::
IO (Ptr Dialog)
dialogNew ::
(B.CallStack.HasCallStack, MonadIO m) =>
m Dialog
dialogNew = liftIO $ do
result <- gtk_dialog_new
checkUnexpectedReturnNULL "dialogNew" result
result' <- (newObject Dialog) result
return result'
#if ENABLE_OVERLOADING
#endif
foreign import ccall "gtk_dialog_add_action_widget" gtk_dialog_add_action_widget ::
Ptr Dialog ->
Ptr Gtk.Widget.Widget ->
Int32 ->
IO ()
dialogAddActionWidget ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a, Gtk.Widget.IsWidget b) =>
a
-> b
-> Int32
-> m ()
dialogAddActionWidget dialog child responseId = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
child' <- unsafeManagedPtrCastPtr child
gtk_dialog_add_action_widget dialog' child' responseId
touchManagedPtr dialog
touchManagedPtr child
return ()
#if ENABLE_OVERLOADING
data DialogAddActionWidgetMethodInfo
instance (signature ~ (b -> Int32 -> m ()), MonadIO m, IsDialog a, Gtk.Widget.IsWidget b) => O.MethodInfo DialogAddActionWidgetMethodInfo a signature where
overloadedMethod _ = dialogAddActionWidget
#endif
foreign import ccall "gtk_dialog_add_button" gtk_dialog_add_button ::
Ptr Dialog ->
CString ->
Int32 ->
IO (Ptr Gtk.Widget.Widget)
dialogAddButton ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a) =>
a
-> T.Text
-> Int32
-> m Gtk.Widget.Widget
dialogAddButton dialog buttonText responseId = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
buttonText' <- textToCString buttonText
result <- gtk_dialog_add_button dialog' buttonText' responseId
checkUnexpectedReturnNULL "dialogAddButton" result
result' <- (newObject Gtk.Widget.Widget) result
touchManagedPtr dialog
freeMem buttonText'
return result'
#if ENABLE_OVERLOADING
data DialogAddButtonMethodInfo
instance (signature ~ (T.Text -> Int32 -> m Gtk.Widget.Widget), MonadIO m, IsDialog a) => O.MethodInfo DialogAddButtonMethodInfo a signature where
overloadedMethod _ = dialogAddButton
#endif
foreign import ccall "gtk_dialog_get_action_area" gtk_dialog_get_action_area ::
Ptr Dialog ->
IO (Ptr Gtk.Widget.Widget)
{-# DEPRECATED dialogGetActionArea ["(Since version 3.12)","Direct access to the action area"," is discouraged; use 'GI.Gtk.Objects.Dialog.dialogAddButton', etc."] #-}
dialogGetActionArea ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a) =>
a
-> m Gtk.Widget.Widget
dialogGetActionArea dialog = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
result <- gtk_dialog_get_action_area dialog'
checkUnexpectedReturnNULL "dialogGetActionArea" result
result' <- (newObject Gtk.Widget.Widget) result
touchManagedPtr dialog
return result'
#if ENABLE_OVERLOADING
data DialogGetActionAreaMethodInfo
instance (signature ~ (m Gtk.Widget.Widget), MonadIO m, IsDialog a) => O.MethodInfo DialogGetActionAreaMethodInfo a signature where
overloadedMethod _ = dialogGetActionArea
#endif
foreign import ccall "gtk_dialog_get_content_area" gtk_dialog_get_content_area ::
Ptr Dialog ->
IO (Ptr Gtk.Box.Box)
dialogGetContentArea ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a) =>
a
-> m Gtk.Box.Box
dialogGetContentArea dialog = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
result <- gtk_dialog_get_content_area dialog'
checkUnexpectedReturnNULL "dialogGetContentArea" result
result' <- (newObject Gtk.Box.Box) result
touchManagedPtr dialog
return result'
#if ENABLE_OVERLOADING
data DialogGetContentAreaMethodInfo
instance (signature ~ (m Gtk.Box.Box), MonadIO m, IsDialog a) => O.MethodInfo DialogGetContentAreaMethodInfo a signature where
overloadedMethod _ = dialogGetContentArea
#endif
foreign import ccall "gtk_dialog_get_header_bar" gtk_dialog_get_header_bar ::
Ptr Dialog ->
IO (Ptr Gtk.Widget.Widget)
dialogGetHeaderBar ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a) =>
a
-> m Gtk.Widget.Widget
dialogGetHeaderBar dialog = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
result <- gtk_dialog_get_header_bar dialog'
checkUnexpectedReturnNULL "dialogGetHeaderBar" result
result' <- (newObject Gtk.Widget.Widget) result
touchManagedPtr dialog
return result'
#if ENABLE_OVERLOADING
data DialogGetHeaderBarMethodInfo
instance (signature ~ (m Gtk.Widget.Widget), MonadIO m, IsDialog a) => O.MethodInfo DialogGetHeaderBarMethodInfo a signature where
overloadedMethod _ = dialogGetHeaderBar
#endif
foreign import ccall "gtk_dialog_get_response_for_widget" gtk_dialog_get_response_for_widget ::
Ptr Dialog ->
Ptr Gtk.Widget.Widget ->
IO Int32
dialogGetResponseForWidget ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a, Gtk.Widget.IsWidget b) =>
a
-> b
-> m Int32
dialogGetResponseForWidget dialog widget = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
widget' <- unsafeManagedPtrCastPtr widget
result <- gtk_dialog_get_response_for_widget dialog' widget'
touchManagedPtr dialog
touchManagedPtr widget
return result
#if ENABLE_OVERLOADING
data DialogGetResponseForWidgetMethodInfo
instance (signature ~ (b -> m Int32), MonadIO m, IsDialog a, Gtk.Widget.IsWidget b) => O.MethodInfo DialogGetResponseForWidgetMethodInfo a signature where
overloadedMethod _ = dialogGetResponseForWidget
#endif
foreign import ccall "gtk_dialog_get_widget_for_response" gtk_dialog_get_widget_for_response ::
Ptr Dialog ->
Int32 ->
IO (Ptr Gtk.Widget.Widget)
dialogGetWidgetForResponse ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a) =>
a
-> Int32
-> m (Maybe Gtk.Widget.Widget)
dialogGetWidgetForResponse dialog responseId = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
result <- gtk_dialog_get_widget_for_response dialog' responseId
maybeResult <- convertIfNonNull result $ \result' -> do
result'' <- (newObject Gtk.Widget.Widget) result'
return result''
touchManagedPtr dialog
return maybeResult
#if ENABLE_OVERLOADING
data DialogGetWidgetForResponseMethodInfo
instance (signature ~ (Int32 -> m (Maybe Gtk.Widget.Widget)), MonadIO m, IsDialog a) => O.MethodInfo DialogGetWidgetForResponseMethodInfo a signature where
overloadedMethod _ = dialogGetWidgetForResponse
#endif
foreign import ccall "gtk_dialog_response" gtk_dialog_response ::
Ptr Dialog ->
Int32 ->
IO ()
dialogResponse ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a) =>
a
-> Int32
-> m ()
dialogResponse dialog responseId = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
gtk_dialog_response dialog' responseId
touchManagedPtr dialog
return ()
#if ENABLE_OVERLOADING
data DialogResponseMethodInfo
instance (signature ~ (Int32 -> m ()), MonadIO m, IsDialog a) => O.MethodInfo DialogResponseMethodInfo a signature where
overloadedMethod _ = dialogResponse
#endif
foreign import ccall "gtk_dialog_run" gtk_dialog_run ::
Ptr Dialog ->
IO Int32
dialogRun ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a) =>
a
-> m Int32
dialogRun dialog = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
result <- gtk_dialog_run dialog'
touchManagedPtr dialog
return result
#if ENABLE_OVERLOADING
data DialogRunMethodInfo
instance (signature ~ (m Int32), MonadIO m, IsDialog a) => O.MethodInfo DialogRunMethodInfo a signature where
overloadedMethod _ = dialogRun
#endif
foreign import ccall "gtk_dialog_set_alternative_button_order_from_array" gtk_dialog_set_alternative_button_order_from_array ::
Ptr Dialog ->
Int32 ->
Ptr Int32 ->
IO ()
{-# DEPRECATED dialogSetAlternativeButtonOrderFromArray ["(Since version 3.10)","Deprecated"] #-}
dialogSetAlternativeButtonOrderFromArray ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a) =>
a
-> [Int32]
-> m ()
dialogSetAlternativeButtonOrderFromArray dialog newOrder = liftIO $ do
let nParams = fromIntegral $ length newOrder
dialog' <- unsafeManagedPtrCastPtr dialog
newOrder' <- packStorableArray newOrder
gtk_dialog_set_alternative_button_order_from_array dialog' nParams newOrder'
touchManagedPtr dialog
freeMem newOrder'
return ()
#if ENABLE_OVERLOADING
data DialogSetAlternativeButtonOrderFromArrayMethodInfo
instance (signature ~ ([Int32] -> m ()), MonadIO m, IsDialog a) => O.MethodInfo DialogSetAlternativeButtonOrderFromArrayMethodInfo a signature where
overloadedMethod _ = dialogSetAlternativeButtonOrderFromArray
#endif
foreign import ccall "gtk_dialog_set_default_response" gtk_dialog_set_default_response ::
Ptr Dialog ->
Int32 ->
IO ()
dialogSetDefaultResponse ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a) =>
a
-> Int32
-> m ()
dialogSetDefaultResponse dialog responseId = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
gtk_dialog_set_default_response dialog' responseId
touchManagedPtr dialog
return ()
#if ENABLE_OVERLOADING
data DialogSetDefaultResponseMethodInfo
instance (signature ~ (Int32 -> m ()), MonadIO m, IsDialog a) => O.MethodInfo DialogSetDefaultResponseMethodInfo a signature where
overloadedMethod _ = dialogSetDefaultResponse
#endif
foreign import ccall "gtk_dialog_set_response_sensitive" gtk_dialog_set_response_sensitive ::
Ptr Dialog ->
Int32 ->
CInt ->
IO ()
dialogSetResponseSensitive ::
(B.CallStack.HasCallStack, MonadIO m, IsDialog a) =>
a
-> Int32
-> Bool
-> m ()
dialogSetResponseSensitive dialog responseId setting = liftIO $ do
dialog' <- unsafeManagedPtrCastPtr dialog
let setting' = (fromIntegral . fromEnum) setting
gtk_dialog_set_response_sensitive dialog' responseId setting'
touchManagedPtr dialog
return ()
#if ENABLE_OVERLOADING
data DialogSetResponseSensitiveMethodInfo
instance (signature ~ (Int32 -> Bool -> m ()), MonadIO m, IsDialog a) => O.MethodInfo DialogSetResponseSensitiveMethodInfo a signature where
overloadedMethod _ = dialogSetResponseSensitive
#endif