| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.InfoBar
Description
Documentation
Constructors
| InfoBar (ManagedPtr InfoBar) |
Instances
| Eq InfoBar | |
| GObject InfoBar | |
Defined in GI.Gtk.Objects.InfoBar | |
| ManagedPtrNewtype InfoBar | |
Defined in GI.Gtk.Objects.InfoBar Methods toManagedPtr :: InfoBar -> ManagedPtr InfoBar # | |
| TypedObject InfoBar | |
Defined in GI.Gtk.Objects.InfoBar | |
| HasParentTypes InfoBar | |
Defined in GI.Gtk.Objects.InfoBar | |
| HasAttributeList InfoBar | |
Defined in GI.Gtk.Objects.InfoBar | |
| (info ~ ResolveInfoBarMethod t InfoBar, OverloadedMethod info InfoBar p, HasField t InfoBar p) => HasField (t :: Symbol) InfoBar p | |
Defined in GI.Gtk.Objects.InfoBar | |
| (info ~ ResolveInfoBarMethod t InfoBar, OverloadedMethodInfo info InfoBar) => IsLabel t (MethodProxy info InfoBar) | |
Defined in GI.Gtk.Objects.InfoBar | |
| (info ~ ResolveInfoBarMethod t InfoBar, OverloadedMethod info InfoBar p) => IsLabel t (InfoBar -> p) | |
Defined in GI.Gtk.Objects.InfoBar | |
| IsGValue (Maybe InfoBar) | |
Defined in GI.Gtk.Objects.InfoBar Methods gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe InfoBar -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe InfoBar) # | |
| type AttributeList InfoBar | |
Defined in GI.Gtk.Objects.InfoBar type AttributeList InfoBar = InfoBarAttributeList | |
| type ParentTypes InfoBar | |
Defined in GI.Gtk.Objects.InfoBar | |
| type SignalList InfoBar | |
Defined in GI.Gtk.Objects.InfoBar type SignalList InfoBar = InfoBarSignalList | |
data InfoBarAddActionWidgetMethodInfo #
Instances
| (signature ~ (b -> Int32 -> m ()), MonadIO m, IsInfoBar a, IsWidget b) => OverloadedMethod InfoBarAddActionWidgetMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarAddActionWidgetMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarAddButtonMethodInfo #
Instances
| (signature ~ (Text -> Int32 -> m Button), MonadIO m, IsInfoBar a) => OverloadedMethod InfoBarAddButtonMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarAddButtonMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarAddChildMethodInfo #
Instances
| (signature ~ (b -> m ()), MonadIO m, IsInfoBar a, IsWidget b) => OverloadedMethod InfoBarAddChildMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarAddChildMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type InfoBarCloseCallback = IO () #
data InfoBarCloseSignalInfo #
Instances
| SignalInfo InfoBarCloseSignalInfo | |||||
Defined in GI.Gtk.Objects.InfoBar Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType InfoBarCloseSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType InfoBarCloseSignalInfo | |||||
Defined in GI.Gtk.Objects.InfoBar | |||||
data InfoBarGetMessageTypeMethodInfo #
Instances
| (signature ~ m MessageType, MonadIO m, IsInfoBar a) => OverloadedMethod InfoBarGetMessageTypeMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarGetMessageTypeMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarGetRevealedMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsInfoBar a) => OverloadedMethod InfoBarGetRevealedMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarGetRevealedMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarGetShowCloseButtonMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsInfoBar a) => OverloadedMethod InfoBarGetShowCloseButtonMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarGetShowCloseButtonMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarMessageTypePropertyInfo #
Instances
data InfoBarRemoveActionWidgetMethodInfo #
Instances
| (signature ~ (b -> m ()), MonadIO m, IsInfoBar a, IsWidget b) => OverloadedMethod InfoBarRemoveActionWidgetMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarRemoveActionWidgetMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarRemoveChildMethodInfo #
Instances
| (signature ~ (b -> m ()), MonadIO m, IsInfoBar a, IsWidget b) => OverloadedMethod InfoBarRemoveChildMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarRemoveChildMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type InfoBarResponseCallback = Int32 -> IO () #
data InfoBarResponseMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsInfoBar a) => OverloadedMethod InfoBarResponseMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarResponseMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarResponseSignalInfo #
Instances
| SignalInfo InfoBarResponseSignalInfo | |||||
Defined in GI.Gtk.Objects.InfoBar Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType InfoBarResponseSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType InfoBarResponseSignalInfo | |||||
Defined in GI.Gtk.Objects.InfoBar | |||||
data InfoBarRevealedPropertyInfo #
Instances
| AttrInfo InfoBarRevealedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar Associated Types
Methods attrGet :: AttrBaseTypeConstraint InfoBarRevealedPropertyInfo o => o -> IO (AttrGetType InfoBarRevealedPropertyInfo) attrSet :: (AttrBaseTypeConstraint InfoBarRevealedPropertyInfo o, AttrSetTypeConstraint InfoBarRevealedPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint InfoBarRevealedPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint InfoBarRevealedPropertyInfo o, AttrSetTypeConstraint InfoBarRevealedPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint InfoBarRevealedPropertyInfo o, AttrTransferTypeConstraint InfoBarRevealedPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType InfoBarRevealedPropertyInfo) attrPut :: AttrBaseTypeConstraint InfoBarRevealedPropertyInfo o => o -> AttrGetType InfoBarRevealedPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps InfoBarRevealedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrAllowedOps InfoBarRevealedPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint InfoBarRevealedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar | |||||||||||||||||||||||||||||||||
| type AttrGetType InfoBarRevealedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrGetType InfoBarRevealedPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel InfoBarRevealedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrLabel InfoBarRevealedPropertyInfo = "revealed" | |||||||||||||||||||||||||||||||||
| type AttrOrigin InfoBarRevealedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint InfoBarRevealedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrSetTypeConstraint InfoBarRevealedPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType InfoBarRevealedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrTransferType InfoBarRevealedPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint InfoBarRevealedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrTransferTypeConstraint InfoBarRevealedPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data InfoBarSetDefaultResponseMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsInfoBar a) => OverloadedMethod InfoBarSetDefaultResponseMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarSetDefaultResponseMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarSetMessageTypeMethodInfo #
Instances
| (signature ~ (MessageType -> m ()), MonadIO m, IsInfoBar a) => OverloadedMethod InfoBarSetMessageTypeMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarSetMessageTypeMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarSetResponseSensitiveMethodInfo #
Instances
| (signature ~ (Int32 -> Bool -> m ()), MonadIO m, IsInfoBar a) => OverloadedMethod InfoBarSetResponseSensitiveMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarSetResponseSensitiveMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarSetRevealedMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsInfoBar a) => OverloadedMethod InfoBarSetRevealedMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarSetRevealedMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarSetShowCloseButtonMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsInfoBar a) => OverloadedMethod InfoBarSetShowCloseButtonMethodInfo a signature | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo InfoBarSetShowCloseButtonMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.InfoBar Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data InfoBarShowCloseButtonPropertyInfo #
Instances
| AttrInfo InfoBarShowCloseButtonPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar Associated Types
Methods attrGet :: AttrBaseTypeConstraint InfoBarShowCloseButtonPropertyInfo o => o -> IO (AttrGetType InfoBarShowCloseButtonPropertyInfo) attrSet :: (AttrBaseTypeConstraint InfoBarShowCloseButtonPropertyInfo o, AttrSetTypeConstraint InfoBarShowCloseButtonPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint InfoBarShowCloseButtonPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint InfoBarShowCloseButtonPropertyInfo o, AttrSetTypeConstraint InfoBarShowCloseButtonPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint InfoBarShowCloseButtonPropertyInfo o, AttrTransferTypeConstraint InfoBarShowCloseButtonPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType InfoBarShowCloseButtonPropertyInfo) attrPut :: AttrBaseTypeConstraint InfoBarShowCloseButtonPropertyInfo o => o -> AttrGetType InfoBarShowCloseButtonPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps InfoBarShowCloseButtonPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrAllowedOps InfoBarShowCloseButtonPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint InfoBarShowCloseButtonPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar | |||||||||||||||||||||||||||||||||
| type AttrGetType InfoBarShowCloseButtonPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrGetType InfoBarShowCloseButtonPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel InfoBarShowCloseButtonPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrLabel InfoBarShowCloseButtonPropertyInfo = "show-close-button" | |||||||||||||||||||||||||||||||||
| type AttrOrigin InfoBarShowCloseButtonPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint InfoBarShowCloseButtonPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrSetTypeConstraint InfoBarShowCloseButtonPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType InfoBarShowCloseButtonPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrTransferType InfoBarShowCloseButtonPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint InfoBarShowCloseButtonPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.InfoBar type AttrTransferTypeConstraint InfoBarShowCloseButtonPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
class (GObject o, IsDescendantOf InfoBar o) => IsInfoBar o #
Instances
| (GObject o, IsDescendantOf InfoBar o) => IsInfoBar o | |
Defined in GI.Gtk.Objects.InfoBar | |
type family ResolveInfoBarMethod (t :: Symbol) o where ... #
Equations
| ResolveInfoBarMethod "actionSetEnabled" o = WidgetActionSetEnabledMethodInfo | |
| ResolveInfoBarMethod "activate" o = WidgetActivateMethodInfo | |
| ResolveInfoBarMethod "activateAction" o = WidgetActivateActionMethodInfo | |
| ResolveInfoBarMethod "activateDefault" o = WidgetActivateDefaultMethodInfo | |
| ResolveInfoBarMethod "addActionWidget" o = InfoBarAddActionWidgetMethodInfo | |
| ResolveInfoBarMethod "addButton" o = InfoBarAddButtonMethodInfo | |
| ResolveInfoBarMethod "addChild" o = InfoBarAddChildMethodInfo | |
| ResolveInfoBarMethod "addController" o = WidgetAddControllerMethodInfo | |
| ResolveInfoBarMethod "addCssClass" o = WidgetAddCssClassMethodInfo | |
| ResolveInfoBarMethod "addMnemonicLabel" o = WidgetAddMnemonicLabelMethodInfo | |
| ResolveInfoBarMethod "addTickCallback" o = WidgetAddTickCallbackMethodInfo | |
| ResolveInfoBarMethod "allocate" o = WidgetAllocateMethodInfo | |
| ResolveInfoBarMethod "announce" o = AccessibleAnnounceMethodInfo | |
| ResolveInfoBarMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveInfoBarMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveInfoBarMethod "childFocus" o = WidgetChildFocusMethodInfo | |
| ResolveInfoBarMethod "computeBounds" o = WidgetComputeBoundsMethodInfo | |
| ResolveInfoBarMethod "computeExpand" o = WidgetComputeExpandMethodInfo | |
| ResolveInfoBarMethod "computePoint" o = WidgetComputePointMethodInfo | |
| ResolveInfoBarMethod "computeTransform" o = WidgetComputeTransformMethodInfo | |
| ResolveInfoBarMethod "contains" o = WidgetContainsMethodInfo | |
| ResolveInfoBarMethod "createPangoContext" o = WidgetCreatePangoContextMethodInfo | |
| ResolveInfoBarMethod "createPangoLayout" o = WidgetCreatePangoLayoutMethodInfo | |
| ResolveInfoBarMethod "disposeTemplate" o = WidgetDisposeTemplateMethodInfo | |
| ResolveInfoBarMethod "dragCheckThreshold" o = WidgetDragCheckThresholdMethodInfo | |
| ResolveInfoBarMethod "errorBell" o = WidgetErrorBellMethodInfo | |
| ResolveInfoBarMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveInfoBarMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveInfoBarMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveInfoBarMethod "grabFocus" o = WidgetGrabFocusMethodInfo | |
| ResolveInfoBarMethod "hasCssClass" o = WidgetHasCssClassMethodInfo | |
| ResolveInfoBarMethod "hasDefault" o = WidgetHasDefaultMethodInfo | |
| ResolveInfoBarMethod "hasFocus" o = WidgetHasFocusMethodInfo | |
| ResolveInfoBarMethod "hasVisibleFocus" o = WidgetHasVisibleFocusMethodInfo | |
| ResolveInfoBarMethod "hide" o = WidgetHideMethodInfo | |
| ResolveInfoBarMethod "inDestruction" o = WidgetInDestructionMethodInfo | |
| ResolveInfoBarMethod "initTemplate" o = WidgetInitTemplateMethodInfo | |
| ResolveInfoBarMethod "insertActionGroup" o = WidgetInsertActionGroupMethodInfo | |
| ResolveInfoBarMethod "insertAfter" o = WidgetInsertAfterMethodInfo | |
| ResolveInfoBarMethod "insertBefore" o = WidgetInsertBeforeMethodInfo | |
| ResolveInfoBarMethod "isAncestor" o = WidgetIsAncestorMethodInfo | |
| ResolveInfoBarMethod "isDrawable" o = WidgetIsDrawableMethodInfo | |
| ResolveInfoBarMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveInfoBarMethod "isFocus" o = WidgetIsFocusMethodInfo | |
| ResolveInfoBarMethod "isSensitive" o = WidgetIsSensitiveMethodInfo | |
| ResolveInfoBarMethod "isVisible" o = WidgetIsVisibleMethodInfo | |
| ResolveInfoBarMethod "keynavFailed" o = WidgetKeynavFailedMethodInfo | |
| ResolveInfoBarMethod "listMnemonicLabels" o = WidgetListMnemonicLabelsMethodInfo | |
| ResolveInfoBarMethod "map" o = WidgetMapMethodInfo | |
| ResolveInfoBarMethod "measure" o = WidgetMeasureMethodInfo | |
| ResolveInfoBarMethod "mnemonicActivate" o = WidgetMnemonicActivateMethodInfo | |
| ResolveInfoBarMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveInfoBarMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveInfoBarMethod "observeChildren" o = WidgetObserveChildrenMethodInfo | |
| ResolveInfoBarMethod "observeControllers" o = WidgetObserveControllersMethodInfo | |
| ResolveInfoBarMethod "pick" o = WidgetPickMethodInfo | |
| ResolveInfoBarMethod "queueAllocate" o = WidgetQueueAllocateMethodInfo | |
| ResolveInfoBarMethod "queueDraw" o = WidgetQueueDrawMethodInfo | |
| ResolveInfoBarMethod "queueResize" o = WidgetQueueResizeMethodInfo | |
| ResolveInfoBarMethod "realize" o = WidgetRealizeMethodInfo | |
| ResolveInfoBarMethod "ref" o = ObjectRefMethodInfo | |
| ResolveInfoBarMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveInfoBarMethod "removeActionWidget" o = InfoBarRemoveActionWidgetMethodInfo | |
| ResolveInfoBarMethod "removeChild" o = InfoBarRemoveChildMethodInfo | |
| ResolveInfoBarMethod "removeController" o = WidgetRemoveControllerMethodInfo | |
| ResolveInfoBarMethod "removeCssClass" o = WidgetRemoveCssClassMethodInfo | |
| ResolveInfoBarMethod "removeMnemonicLabel" o = WidgetRemoveMnemonicLabelMethodInfo | |
| ResolveInfoBarMethod "removeTickCallback" o = WidgetRemoveTickCallbackMethodInfo | |
| ResolveInfoBarMethod "resetProperty" o = AccessibleResetPropertyMethodInfo | |
| ResolveInfoBarMethod "resetRelation" o = AccessibleResetRelationMethodInfo | |
| ResolveInfoBarMethod "resetState" o = AccessibleResetStateMethodInfo | |
| ResolveInfoBarMethod "response" o = InfoBarResponseMethodInfo | |
| ResolveInfoBarMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveInfoBarMethod "shouldLayout" o = WidgetShouldLayoutMethodInfo | |
| ResolveInfoBarMethod "show" o = WidgetShowMethodInfo | |
| ResolveInfoBarMethod "sizeAllocate" o = WidgetSizeAllocateMethodInfo | |
| ResolveInfoBarMethod "snapshotChild" o = WidgetSnapshotChildMethodInfo | |
| ResolveInfoBarMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveInfoBarMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveInfoBarMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveInfoBarMethod "translateCoordinates" o = WidgetTranslateCoordinatesMethodInfo | |
| ResolveInfoBarMethod "triggerTooltipQuery" o = WidgetTriggerTooltipQueryMethodInfo | |
| ResolveInfoBarMethod "unmap" o = WidgetUnmapMethodInfo | |
| ResolveInfoBarMethod "unparent" o = WidgetUnparentMethodInfo | |
| ResolveInfoBarMethod "unrealize" o = WidgetUnrealizeMethodInfo | |
| ResolveInfoBarMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveInfoBarMethod "unsetStateFlags" o = WidgetUnsetStateFlagsMethodInfo | |
| ResolveInfoBarMethod "updateNextAccessibleSibling" o = AccessibleUpdateNextAccessibleSiblingMethodInfo | |
| ResolveInfoBarMethod "updatePlatformState" o = AccessibleUpdatePlatformStateMethodInfo | |
| ResolveInfoBarMethod "updateProperty" o = AccessibleUpdatePropertyMethodInfo | |
| ResolveInfoBarMethod "updateRelation" o = AccessibleUpdateRelationMethodInfo | |
| ResolveInfoBarMethod "updateState" o = AccessibleUpdateStateMethodInfo | |
| ResolveInfoBarMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveInfoBarMethod "getAccessibleParent" o = AccessibleGetAccessibleParentMethodInfo | |
| ResolveInfoBarMethod "getAccessibleRole" o = AccessibleGetAccessibleRoleMethodInfo | |
| ResolveInfoBarMethod "getAllocatedBaseline" o = WidgetGetAllocatedBaselineMethodInfo | |
| ResolveInfoBarMethod "getAllocatedHeight" o = WidgetGetAllocatedHeightMethodInfo | |
| ResolveInfoBarMethod "getAllocatedWidth" o = WidgetGetAllocatedWidthMethodInfo | |
| ResolveInfoBarMethod "getAllocation" o = WidgetGetAllocationMethodInfo | |
| ResolveInfoBarMethod "getAncestor" o = WidgetGetAncestorMethodInfo | |
| ResolveInfoBarMethod "getAtContext" o = AccessibleGetAtContextMethodInfo | |
| ResolveInfoBarMethod "getBaseline" o = WidgetGetBaselineMethodInfo | |
| ResolveInfoBarMethod "getBounds" o = AccessibleGetBoundsMethodInfo | |
| ResolveInfoBarMethod "getBuildableId" o = BuildableGetBuildableIdMethodInfo | |
| ResolveInfoBarMethod "getCanFocus" o = WidgetGetCanFocusMethodInfo | |
| ResolveInfoBarMethod "getCanTarget" o = WidgetGetCanTargetMethodInfo | |
| ResolveInfoBarMethod "getChildVisible" o = WidgetGetChildVisibleMethodInfo | |
| ResolveInfoBarMethod "getClipboard" o = WidgetGetClipboardMethodInfo | |
| ResolveInfoBarMethod "getColor" o = WidgetGetColorMethodInfo | |
| ResolveInfoBarMethod "getCssClasses" o = WidgetGetCssClassesMethodInfo | |
| ResolveInfoBarMethod "getCssName" o = WidgetGetCssNameMethodInfo | |
| ResolveInfoBarMethod "getCursor" o = WidgetGetCursorMethodInfo | |
| ResolveInfoBarMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveInfoBarMethod "getDirection" o = WidgetGetDirectionMethodInfo | |
| ResolveInfoBarMethod "getDisplay" o = WidgetGetDisplayMethodInfo | |
| ResolveInfoBarMethod "getFirstAccessibleChild" o = AccessibleGetFirstAccessibleChildMethodInfo | |
| ResolveInfoBarMethod "getFirstChild" o = WidgetGetFirstChildMethodInfo | |
| ResolveInfoBarMethod "getFocusChild" o = WidgetGetFocusChildMethodInfo | |
| ResolveInfoBarMethod "getFocusOnClick" o = WidgetGetFocusOnClickMethodInfo | |
| ResolveInfoBarMethod "getFocusable" o = WidgetGetFocusableMethodInfo | |
| ResolveInfoBarMethod "getFontMap" o = WidgetGetFontMapMethodInfo | |
| ResolveInfoBarMethod "getFontOptions" o = WidgetGetFontOptionsMethodInfo | |
| ResolveInfoBarMethod "getFrameClock" o = WidgetGetFrameClockMethodInfo | |
| ResolveInfoBarMethod "getHalign" o = WidgetGetHalignMethodInfo | |
| ResolveInfoBarMethod "getHasTooltip" o = WidgetGetHasTooltipMethodInfo | |
| ResolveInfoBarMethod "getHeight" o = WidgetGetHeightMethodInfo | |
| ResolveInfoBarMethod "getHexpand" o = WidgetGetHexpandMethodInfo | |
| ResolveInfoBarMethod "getHexpandSet" o = WidgetGetHexpandSetMethodInfo | |
| ResolveInfoBarMethod "getLastChild" o = WidgetGetLastChildMethodInfo | |
| ResolveInfoBarMethod "getLayoutManager" o = WidgetGetLayoutManagerMethodInfo | |
| ResolveInfoBarMethod "getLimitEvents" o = WidgetGetLimitEventsMethodInfo | |
| ResolveInfoBarMethod "getMapped" o = WidgetGetMappedMethodInfo | |
| ResolveInfoBarMethod "getMarginBottom" o = WidgetGetMarginBottomMethodInfo | |
| ResolveInfoBarMethod "getMarginEnd" o = WidgetGetMarginEndMethodInfo | |
| ResolveInfoBarMethod "getMarginStart" o = WidgetGetMarginStartMethodInfo | |
| ResolveInfoBarMethod "getMarginTop" o = WidgetGetMarginTopMethodInfo | |
| ResolveInfoBarMethod "getMessageType" o = InfoBarGetMessageTypeMethodInfo | |
| ResolveInfoBarMethod "getName" o = WidgetGetNameMethodInfo | |
| ResolveInfoBarMethod "getNative" o = WidgetGetNativeMethodInfo | |
| ResolveInfoBarMethod "getNextAccessibleSibling" o = AccessibleGetNextAccessibleSiblingMethodInfo | |
| ResolveInfoBarMethod "getNextSibling" o = WidgetGetNextSiblingMethodInfo | |
| ResolveInfoBarMethod "getOpacity" o = WidgetGetOpacityMethodInfo | |
| ResolveInfoBarMethod "getOverflow" o = WidgetGetOverflowMethodInfo | |
| ResolveInfoBarMethod "getPangoContext" o = WidgetGetPangoContextMethodInfo | |
| ResolveInfoBarMethod "getParent" o = WidgetGetParentMethodInfo | |
| ResolveInfoBarMethod "getPlatformState" o = AccessibleGetPlatformStateMethodInfo | |
| ResolveInfoBarMethod "getPreferredSize" o = WidgetGetPreferredSizeMethodInfo | |
| ResolveInfoBarMethod "getPrevSibling" o = WidgetGetPrevSiblingMethodInfo | |
| ResolveInfoBarMethod "getPrimaryClipboard" o = WidgetGetPrimaryClipboardMethodInfo | |
| ResolveInfoBarMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveInfoBarMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveInfoBarMethod "getRealized" o = WidgetGetRealizedMethodInfo | |
| ResolveInfoBarMethod "getReceivesDefault" o = WidgetGetReceivesDefaultMethodInfo | |
| ResolveInfoBarMethod "getRequestMode" o = WidgetGetRequestModeMethodInfo | |
| ResolveInfoBarMethod "getRevealed" o = InfoBarGetRevealedMethodInfo | |
| ResolveInfoBarMethod "getRoot" o = WidgetGetRootMethodInfo | |
| ResolveInfoBarMethod "getScaleFactor" o = WidgetGetScaleFactorMethodInfo | |
| ResolveInfoBarMethod "getSensitive" o = WidgetGetSensitiveMethodInfo | |
| ResolveInfoBarMethod "getSettings" o = WidgetGetSettingsMethodInfo | |
| ResolveInfoBarMethod "getShowCloseButton" o = InfoBarGetShowCloseButtonMethodInfo | |
| ResolveInfoBarMethod "getSize" o = WidgetGetSizeMethodInfo | |
| ResolveInfoBarMethod "getSizeRequest" o = WidgetGetSizeRequestMethodInfo | |
| ResolveInfoBarMethod "getStateFlags" o = WidgetGetStateFlagsMethodInfo | |
| ResolveInfoBarMethod "getStyleContext" o = WidgetGetStyleContextMethodInfo | |
| ResolveInfoBarMethod "getTemplateChild" o = WidgetGetTemplateChildMethodInfo | |
| ResolveInfoBarMethod "getTooltipMarkup" o = WidgetGetTooltipMarkupMethodInfo | |
| ResolveInfoBarMethod "getTooltipText" o = WidgetGetTooltipTextMethodInfo | |
| ResolveInfoBarMethod "getValign" o = WidgetGetValignMethodInfo | |
| ResolveInfoBarMethod "getVexpand" o = WidgetGetVexpandMethodInfo | |
| ResolveInfoBarMethod "getVexpandSet" o = WidgetGetVexpandSetMethodInfo | |
| ResolveInfoBarMethod "getVisible" o = WidgetGetVisibleMethodInfo | |
| ResolveInfoBarMethod "getWidth" o = WidgetGetWidthMethodInfo | |
| ResolveInfoBarMethod "setAccessibleParent" o = AccessibleSetAccessibleParentMethodInfo | |
| ResolveInfoBarMethod "setCanFocus" o = WidgetSetCanFocusMethodInfo | |
| ResolveInfoBarMethod "setCanTarget" o = WidgetSetCanTargetMethodInfo | |
| ResolveInfoBarMethod "setChildVisible" o = WidgetSetChildVisibleMethodInfo | |
| ResolveInfoBarMethod "setCssClasses" o = WidgetSetCssClassesMethodInfo | |
| ResolveInfoBarMethod "setCursor" o = WidgetSetCursorMethodInfo | |
| ResolveInfoBarMethod "setCursorFromName" o = WidgetSetCursorFromNameMethodInfo | |
| ResolveInfoBarMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveInfoBarMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveInfoBarMethod "setDefaultResponse" o = InfoBarSetDefaultResponseMethodInfo | |
| ResolveInfoBarMethod "setDirection" o = WidgetSetDirectionMethodInfo | |
| ResolveInfoBarMethod "setFocusChild" o = WidgetSetFocusChildMethodInfo | |
| ResolveInfoBarMethod "setFocusOnClick" o = WidgetSetFocusOnClickMethodInfo | |
| ResolveInfoBarMethod "setFocusable" o = WidgetSetFocusableMethodInfo | |
| ResolveInfoBarMethod "setFontMap" o = WidgetSetFontMapMethodInfo | |
| ResolveInfoBarMethod "setFontOptions" o = WidgetSetFontOptionsMethodInfo | |
| ResolveInfoBarMethod "setHalign" o = WidgetSetHalignMethodInfo | |
| ResolveInfoBarMethod "setHasTooltip" o = WidgetSetHasTooltipMethodInfo | |
| ResolveInfoBarMethod "setHexpand" o = WidgetSetHexpandMethodInfo | |
| ResolveInfoBarMethod "setHexpandSet" o = WidgetSetHexpandSetMethodInfo | |
| ResolveInfoBarMethod "setLayoutManager" o = WidgetSetLayoutManagerMethodInfo | |
| ResolveInfoBarMethod "setLimitEvents" o = WidgetSetLimitEventsMethodInfo | |
| ResolveInfoBarMethod "setMarginBottom" o = WidgetSetMarginBottomMethodInfo | |
| ResolveInfoBarMethod "setMarginEnd" o = WidgetSetMarginEndMethodInfo | |
| ResolveInfoBarMethod "setMarginStart" o = WidgetSetMarginStartMethodInfo | |
| ResolveInfoBarMethod "setMarginTop" o = WidgetSetMarginTopMethodInfo | |
| ResolveInfoBarMethod "setMessageType" o = InfoBarSetMessageTypeMethodInfo | |
| ResolveInfoBarMethod "setName" o = WidgetSetNameMethodInfo | |
| ResolveInfoBarMethod "setOpacity" o = WidgetSetOpacityMethodInfo | |
| ResolveInfoBarMethod "setOverflow" o = WidgetSetOverflowMethodInfo | |
| ResolveInfoBarMethod "setParent" o = WidgetSetParentMethodInfo | |
| ResolveInfoBarMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveInfoBarMethod "setReceivesDefault" o = WidgetSetReceivesDefaultMethodInfo | |
| ResolveInfoBarMethod "setResponseSensitive" o = InfoBarSetResponseSensitiveMethodInfo | |
| ResolveInfoBarMethod "setRevealed" o = InfoBarSetRevealedMethodInfo | |
| ResolveInfoBarMethod "setSensitive" o = WidgetSetSensitiveMethodInfo | |
| ResolveInfoBarMethod "setShowCloseButton" o = InfoBarSetShowCloseButtonMethodInfo | |
| ResolveInfoBarMethod "setSizeRequest" o = WidgetSetSizeRequestMethodInfo | |
| ResolveInfoBarMethod "setStateFlags" o = WidgetSetStateFlagsMethodInfo | |
| ResolveInfoBarMethod "setTooltipMarkup" o = WidgetSetTooltipMarkupMethodInfo | |
| ResolveInfoBarMethod "setTooltipText" o = WidgetSetTooltipTextMethodInfo | |
| ResolveInfoBarMethod "setValign" o = WidgetSetValignMethodInfo | |
| ResolveInfoBarMethod "setVexpand" o = WidgetSetVexpandMethodInfo | |
| ResolveInfoBarMethod "setVexpandSet" o = WidgetSetVexpandSetMethodInfo | |
| ResolveInfoBarMethod "setVisible" o = WidgetSetVisibleMethodInfo | |
| ResolveInfoBarMethod l o = MethodResolutionFailed l o :: Type |
afterInfoBarClose :: (IsInfoBar a, MonadIO m) => a -> ((?self :: a) => InfoBarCloseCallback) -> m SignalHandlerId #
afterInfoBarResponse :: (IsInfoBar a, MonadIO m) => a -> ((?self :: a) => InfoBarResponseCallback) -> m SignalHandlerId #
constructInfoBarMessageType :: (IsInfoBar o, MonadIO m) => MessageType -> m (GValueConstruct o) #
constructInfoBarRevealed :: (IsInfoBar o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructInfoBarShowCloseButton :: (IsInfoBar o, MonadIO m) => Bool -> m (GValueConstruct o) #
getInfoBarMessageType :: (MonadIO m, IsInfoBar o) => o -> m MessageType #
getInfoBarRevealed :: (MonadIO m, IsInfoBar o) => o -> m Bool #
getInfoBarShowCloseButton :: (MonadIO m, IsInfoBar o) => o -> m Bool #
infoBarAddActionWidget :: (HasCallStack, MonadIO m, IsInfoBar a, IsWidget b) => a -> b -> Int32 -> m () #
infoBarAddButton :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> Text -> Int32 -> m Button #
infoBarAddChild :: (HasCallStack, MonadIO m, IsInfoBar a, IsWidget b) => a -> b -> m () #
infoBarGetMessageType :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> m MessageType #
infoBarGetRevealed :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> m Bool #
infoBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> m Bool #
infoBarMessageType :: AttrLabelProxy "messageType" #
infoBarNew :: (HasCallStack, MonadIO m) => m InfoBar #
infoBarRemoveActionWidget :: (HasCallStack, MonadIO m, IsInfoBar a, IsWidget b) => a -> b -> m () #
infoBarRemoveChild :: (HasCallStack, MonadIO m, IsInfoBar a, IsWidget b) => a -> b -> m () #
infoBarResponse :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> Int32 -> m () #
infoBarRevealed :: AttrLabelProxy "revealed" #
infoBarSetDefaultResponse :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> Int32 -> m () #
infoBarSetMessageType :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> MessageType -> m () #
infoBarSetResponseSensitive :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> Int32 -> Bool -> m () #
infoBarSetRevealed :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> Bool -> m () #
infoBarSetShowCloseButton :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> Bool -> m () #
infoBarShowCloseButton :: AttrLabelProxy "showCloseButton" #
onInfoBarClose :: (IsInfoBar a, MonadIO m) => a -> ((?self :: a) => InfoBarCloseCallback) -> m SignalHandlerId #
onInfoBarResponse :: (IsInfoBar a, MonadIO m) => a -> ((?self :: a) => InfoBarResponseCallback) -> m SignalHandlerId #
setInfoBarMessageType :: (MonadIO m, IsInfoBar o) => o -> MessageType -> m () #
setInfoBarRevealed :: (MonadIO m, IsInfoBar o) => o -> Bool -> m () #
setInfoBarShowCloseButton :: (MonadIO m, IsInfoBar o) => o -> Bool -> m () #