gi-gtk-hs 0.3.8.0 → 0.3.8.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base-compatPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base-compat
API changes (from Hackage documentation)
+ Data.GI.Gtk: HeaderBarAccessible :: ManagedPtr HeaderBarAccessible -> HeaderBarAccessible
+ Data.GI.Gtk: class (GObject o, IsDescendantOf HeaderBarAccessible o) => IsHeaderBarAccessible o
+ Data.GI.Gtk: newtype HeaderBarAccessible
+ Data.GI.Gtk: noHeaderBarAccessible :: Maybe HeaderBarAccessible
+ Data.GI.Gtk: toHeaderBarAccessible :: (MonadIO m, IsHeaderBarAccessible o) => o -> m HeaderBarAccessible
- Data.GI.Gtk: constructAboutDialogArtists :: IsAboutDialog o => [Text] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogArtists :: (IsAboutDialog o, MonadIO m) => [Text] -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogAuthors :: IsAboutDialog o => [Text] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogAuthors :: (IsAboutDialog o, MonadIO m) => [Text] -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogComments :: IsAboutDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogComments :: (IsAboutDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogCopyright :: IsAboutDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogCopyright :: (IsAboutDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogDocumenters :: IsAboutDialog o => [Text] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogDocumenters :: (IsAboutDialog o, MonadIO m) => [Text] -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogLicense :: IsAboutDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogLicense :: (IsAboutDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogLicenseType :: IsAboutDialog o => License -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogLicenseType :: (IsAboutDialog o, MonadIO m) => License -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogLogo :: (IsAboutDialog o, IsPixbuf a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogLogo :: (IsAboutDialog o, MonadIO m, IsPixbuf a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogLogoIconName :: IsAboutDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogLogoIconName :: (IsAboutDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogProgramName :: IsAboutDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogProgramName :: (IsAboutDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogTranslatorCredits :: IsAboutDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogTranslatorCredits :: (IsAboutDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogVersion :: IsAboutDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogVersion :: (IsAboutDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogWebsite :: IsAboutDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogWebsite :: (IsAboutDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogWebsiteLabel :: IsAboutDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogWebsiteLabel :: (IsAboutDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogWrapLicense :: IsAboutDialog o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAboutDialogWrapLicense :: (IsAboutDialog o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructAccelLabelAccelClosure :: IsAccelLabel o => GClosure a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAccelLabelAccelClosure :: (IsAccelLabel o, MonadIO m) => GClosure a -> m (GValueConstruct o)
- Data.GI.Gtk: constructAccelLabelAccelWidget :: (IsAccelLabel o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAccelLabelAccelWidget :: (IsAccelLabel o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructAccessibleWidget :: (IsAccessible o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAccessibleWidget :: (IsAccessible o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionActionGroup :: (IsAction o, IsActionGroup a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionActionGroup :: (IsAction o, MonadIO m, IsActionGroup a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionAlwaysShowImage :: IsAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionAlwaysShowImage :: (IsAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionGicon :: (IsAction o, IsIcon a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionGicon :: (IsAction o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionGroupAccelGroup :: (IsActionGroup o, IsAccelGroup a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionGroupAccelGroup :: (IsActionGroup o, MonadIO m, IsAccelGroup a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionGroupName :: IsActionGroup o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionGroupName :: (IsActionGroup o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionGroupSensitive :: IsActionGroup o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionGroupSensitive :: (IsActionGroup o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionGroupVisible :: IsActionGroup o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionGroupVisible :: (IsActionGroup o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionHideIfEmpty :: IsAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionHideIfEmpty :: (IsAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionIconName :: IsAction o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionIconName :: (IsAction o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionIsImportant :: IsAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionIsImportant :: (IsAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionLabel :: IsAction o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionLabel :: (IsAction o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionName :: IsAction o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionName :: (IsAction o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionSensitive :: IsAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionSensitive :: (IsAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionShortLabel :: IsAction o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionShortLabel :: (IsAction o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionStockId :: IsAction o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionStockId :: (IsAction o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionTooltip :: IsAction o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionTooltip :: (IsAction o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionVisible :: IsAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionVisible :: (IsAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionVisibleHorizontal :: IsAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionVisibleHorizontal :: (IsAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionVisibleOverflown :: IsAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionVisibleOverflown :: (IsAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionVisibleVertical :: IsAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionVisibleVertical :: (IsAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionableActionName :: IsActionable o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionableActionName :: (IsActionable o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructActionableActionTarget :: IsActionable o => GVariant -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActionableActionTarget :: (IsActionable o, MonadIO m) => GVariant -> m (GValueConstruct o)
- Data.GI.Gtk: constructActivatableRelatedAction :: (IsActivatable o, IsAction a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActivatableRelatedAction :: (IsActivatable o, MonadIO m, IsAction a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructActivatableUseActionAppearance :: IsActivatable o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructActivatableUseActionAppearance :: (IsActivatable o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentLower :: IsAdjustment o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAdjustmentLower :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentPageIncrement :: IsAdjustment o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAdjustmentPageIncrement :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentPageSize :: IsAdjustment o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAdjustmentPageSize :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentStepIncrement :: IsAdjustment o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAdjustmentStepIncrement :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentUpper :: IsAdjustment o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAdjustmentUpper :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentValue :: IsAdjustment o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAdjustmentValue :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentBottomPadding :: IsAlignment o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAlignmentBottomPadding :: (IsAlignment o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentLeftPadding :: IsAlignment o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAlignmentLeftPadding :: (IsAlignment o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentRightPadding :: IsAlignment o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAlignmentRightPadding :: (IsAlignment o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentTopPadding :: IsAlignment o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAlignmentTopPadding :: (IsAlignment o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentXalign :: IsAlignment o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAlignmentXalign :: (IsAlignment o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentXscale :: IsAlignment o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAlignmentXscale :: (IsAlignment o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentYalign :: IsAlignment o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAlignmentYalign :: (IsAlignment o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentYscale :: IsAlignment o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAlignmentYscale :: (IsAlignment o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserButtonHeading :: IsAppChooserButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserButtonHeading :: (IsAppChooserButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserButtonShowDefaultItem :: IsAppChooserButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserButtonShowDefaultItem :: (IsAppChooserButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserButtonShowDialogItem :: IsAppChooserButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserButtonShowDialogItem :: (IsAppChooserButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserContentType :: IsAppChooser o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserContentType :: (IsAppChooser o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserDialogGfile :: (IsAppChooserDialog o, IsFile a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserDialogGfile :: (IsAppChooserDialog o, MonadIO m, IsFile a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserDialogHeading :: IsAppChooserDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserDialogHeading :: (IsAppChooserDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetDefaultText :: IsAppChooserWidget o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserWidgetDefaultText :: (IsAppChooserWidget o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetShowAll :: IsAppChooserWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserWidgetShowAll :: (IsAppChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetShowDefault :: IsAppChooserWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserWidgetShowDefault :: (IsAppChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetShowFallback :: IsAppChooserWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserWidgetShowFallback :: (IsAppChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetShowOther :: IsAppChooserWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserWidgetShowOther :: (IsAppChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetShowRecommended :: IsAppChooserWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAppChooserWidgetShowRecommended :: (IsAppChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructApplicationAppMenu :: (IsApplication o, IsMenuModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructApplicationAppMenu :: (IsApplication o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructApplicationMenubar :: (IsApplication o, IsMenuModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructApplicationMenubar :: (IsApplication o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructApplicationRegisterSession :: IsApplication o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructApplicationRegisterSession :: (IsApplication o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructApplicationWindowShowMenubar :: IsApplicationWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructApplicationWindowShowMenubar :: (IsApplicationWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructArrowArrowType :: IsArrow o => ArrowType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructArrowArrowType :: (IsArrow o, MonadIO m) => ArrowType -> m (GValueConstruct o)
- Data.GI.Gtk: constructArrowShadowType :: IsArrow o => ShadowType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructArrowShadowType :: (IsArrow o, MonadIO m) => ShadowType -> m (GValueConstruct o)
- Data.GI.Gtk: constructAspectFrameObeyChild :: IsAspectFrame o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAspectFrameObeyChild :: (IsAspectFrame o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructAspectFrameRatio :: IsAspectFrame o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAspectFrameRatio :: (IsAspectFrame o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructAspectFrameXalign :: IsAspectFrame o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAspectFrameXalign :: (IsAspectFrame o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructAspectFrameYalign :: IsAspectFrame o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAspectFrameYalign :: (IsAspectFrame o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructAssistantUseHeaderBar :: IsAssistant o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructAssistantUseHeaderBar :: (IsAssistant o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructBoxBaselinePosition :: IsBox o => BaselinePosition -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructBoxBaselinePosition :: (IsBox o, MonadIO m) => BaselinePosition -> m (GValueConstruct o)
- Data.GI.Gtk: constructBoxHomogeneous :: IsBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructBoxHomogeneous :: (IsBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructBoxSpacing :: IsBox o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructBoxSpacing :: (IsBox o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructBuilderTranslationDomain :: IsBuilder o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructBuilderTranslationDomain :: (IsBuilder o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructButtonAlwaysShowImage :: IsButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructButtonAlwaysShowImage :: (IsButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructButtonBoxLayoutStyle :: IsButtonBox o => ButtonBoxStyle -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructButtonBoxLayoutStyle :: (IsButtonBox o, MonadIO m) => ButtonBoxStyle -> m (GValueConstruct o)
- Data.GI.Gtk: constructButtonImage :: (IsButton o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructButtonImage :: (IsButton o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructButtonImagePosition :: IsButton o => PositionType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructButtonImagePosition :: (IsButton o, MonadIO m) => PositionType -> m (GValueConstruct o)
- Data.GI.Gtk: constructButtonLabel :: IsButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructButtonLabel :: (IsButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructButtonRelief :: IsButton o => ReliefStyle -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructButtonRelief :: (IsButton o, MonadIO m) => ReliefStyle -> m (GValueConstruct o)
- Data.GI.Gtk: constructButtonUseStock :: IsButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructButtonUseStock :: (IsButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructButtonUseUnderline :: IsButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructButtonUseUnderline :: (IsButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructButtonXalign :: IsButton o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructButtonXalign :: (IsButton o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructButtonYalign :: IsButton o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructButtonYalign :: (IsButton o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructCalendarDay :: IsCalendar o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCalendarDay :: (IsCalendar o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCalendarDetailHeightRows :: IsCalendar o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCalendarDetailHeightRows :: (IsCalendar o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCalendarDetailWidthChars :: IsCalendar o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCalendarDetailWidthChars :: (IsCalendar o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCalendarMonth :: IsCalendar o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCalendarMonth :: (IsCalendar o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCalendarNoMonthChange :: IsCalendar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCalendarNoMonthChange :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCalendarShowDayNames :: IsCalendar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCalendarShowDayNames :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCalendarShowDetails :: IsCalendar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCalendarShowDetails :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCalendarShowHeading :: IsCalendar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCalendarShowHeading :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCalendarShowWeekNumbers :: IsCalendar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCalendarShowWeekNumbers :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCalendarYear :: IsCalendar o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCalendarYear :: (IsCalendar o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellAreaBoxSpacing :: IsCellAreaBox o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellAreaBoxSpacing :: (IsCellAreaBox o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellAreaContextArea :: (IsCellAreaContext o, IsCellArea a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellAreaContextArea :: (IsCellAreaContext o, MonadIO m, IsCellArea a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellAreaFocusCell :: (IsCellArea o, IsCellRenderer a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellAreaFocusCell :: (IsCellArea o, MonadIO m, IsCellRenderer a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellEditableEditingCanceled :: IsCellEditable o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellEditableEditingCanceled :: (IsCellEditable o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererAccelAccelKey :: IsCellRendererAccel o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererAccelAccelKey :: (IsCellRendererAccel o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererAccelAccelMode :: IsCellRendererAccel o => CellRendererAccelMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererAccelAccelMode :: (IsCellRendererAccel o, MonadIO m) => CellRendererAccelMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererAccelAccelMods :: IsCellRendererAccel o => [ModifierType] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererAccelAccelMods :: (IsCellRendererAccel o, MonadIO m) => [ModifierType] -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererAccelKeycode :: IsCellRendererAccel o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererAccelKeycode :: (IsCellRendererAccel o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererCellBackground :: IsCellRenderer o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererCellBackground :: (IsCellRenderer o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererCellBackgroundGdk :: IsCellRenderer o => Color -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererCellBackgroundGdk :: (IsCellRenderer o, MonadIO m) => Color -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererCellBackgroundRgba :: IsCellRenderer o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererCellBackgroundRgba :: (IsCellRenderer o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererCellBackgroundSet :: IsCellRenderer o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererCellBackgroundSet :: (IsCellRenderer o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererComboHasEntry :: IsCellRendererCombo o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererComboHasEntry :: (IsCellRendererCombo o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererComboModel :: (IsCellRendererCombo o, IsTreeModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererComboModel :: (IsCellRendererCombo o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererComboTextColumn :: IsCellRendererCombo o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererComboTextColumn :: (IsCellRendererCombo o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererHeight :: IsCellRenderer o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererHeight :: (IsCellRenderer o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererIsExpanded :: IsCellRenderer o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererIsExpanded :: (IsCellRenderer o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererIsExpander :: IsCellRenderer o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererIsExpander :: (IsCellRenderer o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererMode :: IsCellRenderer o => CellRendererMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererMode :: (IsCellRenderer o, MonadIO m) => CellRendererMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufFollowState :: IsCellRendererPixbuf o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererPixbufFollowState :: (IsCellRendererPixbuf o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufGicon :: (IsCellRendererPixbuf o, IsIcon a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererPixbufGicon :: (IsCellRendererPixbuf o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufIconName :: IsCellRendererPixbuf o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererPixbufIconName :: (IsCellRendererPixbuf o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufPixbuf :: (IsCellRendererPixbuf o, IsPixbuf a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererPixbufPixbuf :: (IsCellRendererPixbuf o, MonadIO m, IsPixbuf a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufPixbufExpanderClosed :: (IsCellRendererPixbuf o, IsPixbuf a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererPixbufPixbufExpanderClosed :: (IsCellRendererPixbuf o, MonadIO m, IsPixbuf a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufPixbufExpanderOpen :: (IsCellRendererPixbuf o, IsPixbuf a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererPixbufPixbufExpanderOpen :: (IsCellRendererPixbuf o, MonadIO m, IsPixbuf a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufStockDetail :: IsCellRendererPixbuf o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererPixbufStockDetail :: (IsCellRendererPixbuf o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufStockId :: IsCellRendererPixbuf o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererPixbufStockId :: (IsCellRendererPixbuf o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufStockSize :: IsCellRendererPixbuf o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererPixbufStockSize :: (IsCellRendererPixbuf o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufSurface :: IsCellRendererPixbuf o => Surface -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererPixbufSurface :: (IsCellRendererPixbuf o, MonadIO m) => Surface -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressInverted :: IsCellRendererProgress o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererProgressInverted :: (IsCellRendererProgress o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressPulse :: IsCellRendererProgress o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererProgressPulse :: (IsCellRendererProgress o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressText :: IsCellRendererProgress o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererProgressText :: (IsCellRendererProgress o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressTextXalign :: IsCellRendererProgress o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererProgressTextXalign :: (IsCellRendererProgress o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressTextYalign :: IsCellRendererProgress o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererProgressTextYalign :: (IsCellRendererProgress o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressValue :: IsCellRendererProgress o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererProgressValue :: (IsCellRendererProgress o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSensitive :: IsCellRenderer o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererSensitive :: (IsCellRenderer o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinAdjustment :: (IsCellRendererSpin o, IsAdjustment a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererSpinAdjustment :: (IsCellRendererSpin o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinClimbRate :: IsCellRendererSpin o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererSpinClimbRate :: (IsCellRendererSpin o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinDigits :: IsCellRendererSpin o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererSpinDigits :: (IsCellRendererSpin o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinnerActive :: IsCellRendererSpinner o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererSpinnerActive :: (IsCellRendererSpinner o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinnerPulse :: IsCellRendererSpinner o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererSpinnerPulse :: (IsCellRendererSpinner o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinnerSize :: IsCellRendererSpinner o => IconSize -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererSpinnerSize :: (IsCellRendererSpinner o, MonadIO m) => IconSize -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextAlignSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextAlignSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextAlignment :: IsCellRendererText o => Alignment -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextAlignment :: (IsCellRendererText o, MonadIO m) => Alignment -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextAttributes :: IsCellRendererText o => AttrList -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextAttributes :: (IsCellRendererText o, MonadIO m) => AttrList -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextBackground :: IsCellRendererText o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextBackground :: (IsCellRendererText o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextBackgroundGdk :: IsCellRendererText o => Color -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextBackgroundGdk :: (IsCellRendererText o, MonadIO m) => Color -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextBackgroundRgba :: IsCellRendererText o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextBackgroundRgba :: (IsCellRendererText o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextBackgroundSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextBackgroundSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextEditable :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextEditable :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextEditableSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextEditableSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextEllipsize :: IsCellRendererText o => EllipsizeMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextEllipsize :: (IsCellRendererText o, MonadIO m) => EllipsizeMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextEllipsizeSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextEllipsizeSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextFamily :: IsCellRendererText o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextFamily :: (IsCellRendererText o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextFamilySet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextFamilySet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextFont :: IsCellRendererText o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextFont :: (IsCellRendererText o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextFontDesc :: IsCellRendererText o => FontDescription -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextFontDesc :: (IsCellRendererText o, MonadIO m) => FontDescription -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextForeground :: IsCellRendererText o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextForeground :: (IsCellRendererText o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextForegroundGdk :: IsCellRendererText o => Color -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextForegroundGdk :: (IsCellRendererText o, MonadIO m) => Color -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextForegroundRgba :: IsCellRendererText o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextForegroundRgba :: (IsCellRendererText o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextForegroundSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextForegroundSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextLanguage :: IsCellRendererText o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextLanguage :: (IsCellRendererText o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextLanguageSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextLanguageSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextMarkup :: IsCellRendererText o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextMarkup :: (IsCellRendererText o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextMaxWidthChars :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextMaxWidthChars :: (IsCellRendererText o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextPlaceholderText :: IsCellRendererText o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextPlaceholderText :: (IsCellRendererText o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextRise :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextRise :: (IsCellRendererText o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextRiseSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextRiseSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextScale :: IsCellRendererText o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextScale :: (IsCellRendererText o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextScaleSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextScaleSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextSingleParagraphMode :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextSingleParagraphMode :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextSize :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextSize :: (IsCellRendererText o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextSizePoints :: IsCellRendererText o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextSizePoints :: (IsCellRendererText o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextSizeSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextSizeSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStretch :: IsCellRendererText o => Stretch -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextStretch :: (IsCellRendererText o, MonadIO m) => Stretch -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStretchSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextStretchSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStrikethrough :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextStrikethrough :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStrikethroughSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextStrikethroughSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStyle :: IsCellRendererText o => Style -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextStyle :: (IsCellRendererText o, MonadIO m) => Style -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStyleSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextStyleSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextText :: IsCellRendererText o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextText :: (IsCellRendererText o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextUnderline :: IsCellRendererText o => Underline -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextUnderline :: (IsCellRendererText o, MonadIO m) => Underline -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextUnderlineSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextUnderlineSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextVariant :: IsCellRendererText o => Variant -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextVariant :: (IsCellRendererText o, MonadIO m) => Variant -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextVariantSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextVariantSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextWeight :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextWeight :: (IsCellRendererText o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextWeightSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextWeightSet :: (IsCellRendererText o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextWidthChars :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextWidthChars :: (IsCellRendererText o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextWrapMode :: IsCellRendererText o => WrapMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextWrapMode :: (IsCellRendererText o, MonadIO m) => WrapMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextWrapWidth :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererTextWrapWidth :: (IsCellRendererText o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererToggleActivatable :: IsCellRendererToggle o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererToggleActivatable :: (IsCellRendererToggle o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererToggleActive :: IsCellRendererToggle o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererToggleActive :: (IsCellRendererToggle o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererToggleInconsistent :: IsCellRendererToggle o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererToggleInconsistent :: (IsCellRendererToggle o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererToggleIndicatorSize :: IsCellRendererToggle o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererToggleIndicatorSize :: (IsCellRendererToggle o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererToggleRadio :: IsCellRendererToggle o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererToggleRadio :: (IsCellRendererToggle o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererVisible :: IsCellRenderer o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererVisible :: (IsCellRenderer o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererWidth :: IsCellRenderer o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererWidth :: (IsCellRenderer o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererXalign :: IsCellRenderer o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererXalign :: (IsCellRenderer o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererXpad :: IsCellRenderer o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererXpad :: (IsCellRenderer o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererYalign :: IsCellRenderer o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererYalign :: (IsCellRenderer o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererYpad :: IsCellRenderer o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellRendererYpad :: (IsCellRenderer o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellViewBackground :: IsCellView o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellViewBackground :: (IsCellView o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellViewBackgroundGdk :: IsCellView o => Color -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellViewBackgroundGdk :: (IsCellView o, MonadIO m) => Color -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellViewBackgroundRgba :: IsCellView o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellViewBackgroundRgba :: (IsCellView o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellViewBackgroundSet :: IsCellView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellViewBackgroundSet :: (IsCellView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellViewCellArea :: (IsCellView o, IsCellArea a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellViewCellArea :: (IsCellView o, MonadIO m, IsCellArea a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellViewCellAreaContext :: (IsCellView o, IsCellAreaContext a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellViewCellAreaContext :: (IsCellView o, MonadIO m, IsCellAreaContext a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellViewDrawSensitive :: IsCellView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellViewDrawSensitive :: (IsCellView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellViewFitModel :: IsCellView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellViewFitModel :: (IsCellView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCellViewModel :: (IsCellView o, IsTreeModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCellViewModel :: (IsCellView o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructCheckMenuItemActive :: IsCheckMenuItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCheckMenuItemActive :: (IsCheckMenuItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCheckMenuItemDrawAsRadio :: IsCheckMenuItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCheckMenuItemDrawAsRadio :: (IsCheckMenuItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructCheckMenuItemInconsistent :: IsCheckMenuItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructCheckMenuItemInconsistent :: (IsCheckMenuItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonAlpha :: IsColorButton o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorButtonAlpha :: (IsColorButton o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonColor :: IsColorButton o => Color -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorButtonColor :: (IsColorButton o, MonadIO m) => Color -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonRgba :: IsColorButton o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorButtonRgba :: (IsColorButton o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonShowEditor :: IsColorButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorButtonShowEditor :: (IsColorButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonTitle :: IsColorButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorButtonTitle :: (IsColorButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonUseAlpha :: IsColorButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorButtonUseAlpha :: (IsColorButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorChooserDialogShowEditor :: IsColorChooserDialog o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorChooserDialogShowEditor :: (IsColorChooserDialog o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorChooserRgba :: IsColorChooser o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorChooserRgba :: (IsColorChooser o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorChooserUseAlpha :: IsColorChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorChooserUseAlpha :: (IsColorChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorChooserWidgetShowEditor :: IsColorChooserWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorChooserWidgetShowEditor :: (IsColorChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorSelectionCurrentAlpha :: IsColorSelection o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorSelectionCurrentAlpha :: (IsColorSelection o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorSelectionCurrentColor :: IsColorSelection o => Color -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorSelectionCurrentColor :: (IsColorSelection o, MonadIO m) => Color -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorSelectionCurrentRgba :: IsColorSelection o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorSelectionCurrentRgba :: (IsColorSelection o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorSelectionHasOpacityControl :: IsColorSelection o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorSelectionHasOpacityControl :: (IsColorSelection o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructColorSelectionHasPalette :: IsColorSelection o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructColorSelectionHasPalette :: (IsColorSelection o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxActive :: IsComboBox o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxActive :: (IsComboBox o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxActiveId :: IsComboBox o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxActiveId :: (IsComboBox o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxAddTearoffs :: IsComboBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxAddTearoffs :: (IsComboBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxButtonSensitivity :: IsComboBox o => SensitivityType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxButtonSensitivity :: (IsComboBox o, MonadIO m) => SensitivityType -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxCellArea :: (IsComboBox o, IsCellArea a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxCellArea :: (IsComboBox o, MonadIO m, IsCellArea a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxColumnSpanColumn :: IsComboBox o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxColumnSpanColumn :: (IsComboBox o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxEntryTextColumn :: IsComboBox o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxEntryTextColumn :: (IsComboBox o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxHasEntry :: IsComboBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxHasEntry :: (IsComboBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxHasFrame :: IsComboBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxHasFrame :: (IsComboBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxIdColumn :: IsComboBox o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxIdColumn :: (IsComboBox o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxModel :: (IsComboBox o, IsTreeModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxModel :: (IsComboBox o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxPopupFixedWidth :: IsComboBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxPopupFixedWidth :: (IsComboBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxRowSpanColumn :: IsComboBox o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxRowSpanColumn :: (IsComboBox o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxTearoffTitle :: IsComboBox o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxTearoffTitle :: (IsComboBox o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxWrapWidth :: IsComboBox o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructComboBoxWrapWidth :: (IsComboBox o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructContainerBorderWidth :: IsContainer o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructContainerBorderWidth :: (IsContainer o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructContainerChild :: (IsContainer o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructContainerChild :: (IsContainer o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructContainerResizeMode :: IsContainer o => ResizeMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructContainerResizeMode :: (IsContainer o, MonadIO m) => ResizeMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructDialogUseHeaderBar :: IsDialog o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructDialogUseHeaderBar :: (IsDialog o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryActivatesDefault :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryActivatesDefault :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryAttributes :: IsEntry o => AttrList -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryAttributes :: (IsEntry o, MonadIO m) => AttrList -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryBuffer :: (IsEntry o, IsEntryBuffer a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryBuffer :: (IsEntry o, MonadIO m, IsEntryBuffer a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryBufferMaxLength :: IsEntryBuffer o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryBufferMaxLength :: (IsEntryBuffer o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryBufferText :: IsEntryBuffer o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryBufferText :: (IsEntryBuffer o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCapsLockWarning :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCapsLockWarning :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletion :: (IsEntry o, IsEntryCompletion a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCompletion :: (IsEntry o, MonadIO m, IsEntryCompletion a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionCellArea :: (IsEntryCompletion o, IsCellArea a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCompletionCellArea :: (IsEntryCompletion o, MonadIO m, IsCellArea a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionInlineCompletion :: IsEntryCompletion o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCompletionInlineCompletion :: (IsEntryCompletion o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionInlineSelection :: IsEntryCompletion o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCompletionInlineSelection :: (IsEntryCompletion o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionMinimumKeyLength :: IsEntryCompletion o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCompletionMinimumKeyLength :: (IsEntryCompletion o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionModel :: (IsEntryCompletion o, IsTreeModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCompletionModel :: (IsEntryCompletion o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionPopupCompletion :: IsEntryCompletion o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCompletionPopupCompletion :: (IsEntryCompletion o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionPopupSetWidth :: IsEntryCompletion o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCompletionPopupSetWidth :: (IsEntryCompletion o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionPopupSingleMatch :: IsEntryCompletion o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCompletionPopupSingleMatch :: (IsEntryCompletion o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionTextColumn :: IsEntryCompletion o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryCompletionTextColumn :: (IsEntryCompletion o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryEditable :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryEditable :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryEnableEmojiCompletion :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryEnableEmojiCompletion :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryHasFrame :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryHasFrame :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryImModule :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryImModule :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryInnerBorder :: IsEntry o => Border -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryInnerBorder :: (IsEntry o, MonadIO m) => Border -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryInputHints :: IsEntry o => [InputHints] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryInputHints :: (IsEntry o, MonadIO m) => [InputHints] -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryInputPurpose :: IsEntry o => InputPurpose -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryInputPurpose :: (IsEntry o, MonadIO m) => InputPurpose -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryInvisibleChar :: IsEntry o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryInvisibleChar :: (IsEntry o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryInvisibleCharSet :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryInvisibleCharSet :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryMaxLength :: IsEntry o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryMaxLength :: (IsEntry o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryMaxWidthChars :: IsEntry o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryMaxWidthChars :: (IsEntry o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryOverwriteMode :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryOverwriteMode :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryPlaceholderText :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryPlaceholderText :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryPopulateAll :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryPopulateAll :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconActivatable :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryPrimaryIconActivatable :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconGicon :: (IsEntry o, IsIcon a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryPrimaryIconGicon :: (IsEntry o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconName :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryPrimaryIconName :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconPixbuf :: (IsEntry o, IsPixbuf a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryPrimaryIconPixbuf :: (IsEntry o, MonadIO m, IsPixbuf a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconSensitive :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryPrimaryIconSensitive :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconStock :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryPrimaryIconStock :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconTooltipMarkup :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryPrimaryIconTooltipMarkup :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconTooltipText :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryPrimaryIconTooltipText :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryProgressFraction :: IsEntry o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryProgressFraction :: (IsEntry o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryProgressPulseStep :: IsEntry o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryProgressPulseStep :: (IsEntry o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconActivatable :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntrySecondaryIconActivatable :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconGicon :: (IsEntry o, IsIcon a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntrySecondaryIconGicon :: (IsEntry o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconName :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntrySecondaryIconName :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconPixbuf :: (IsEntry o, IsPixbuf a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntrySecondaryIconPixbuf :: (IsEntry o, MonadIO m, IsPixbuf a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconSensitive :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntrySecondaryIconSensitive :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconStock :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntrySecondaryIconStock :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconTooltipMarkup :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntrySecondaryIconTooltipMarkup :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconTooltipText :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntrySecondaryIconTooltipText :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryShadowType :: IsEntry o => ShadowType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryShadowType :: (IsEntry o, MonadIO m) => ShadowType -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryShowEmojiIcon :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryShowEmojiIcon :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryTabs :: IsEntry o => TabArray -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryTabs :: (IsEntry o, MonadIO m) => TabArray -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryText :: IsEntry o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryText :: (IsEntry o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryTruncateMultiline :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryTruncateMultiline :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryVisibility :: IsEntry o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryVisibility :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryWidthChars :: IsEntry o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryWidthChars :: (IsEntry o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructEntryXalign :: IsEntry o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEntryXalign :: (IsEntry o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructEventBoxAboveChild :: IsEventBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEventBoxAboveChild :: (IsEventBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEventBoxVisibleWindow :: IsEventBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEventBoxVisibleWindow :: (IsEventBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructEventControllerPropagationPhase :: IsEventController o => PropagationPhase -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEventControllerPropagationPhase :: (IsEventController o, MonadIO m) => PropagationPhase -> m (GValueConstruct o)
- Data.GI.Gtk: constructEventControllerScrollFlags :: IsEventControllerScroll o => [EventControllerScrollFlags] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEventControllerScrollFlags :: (IsEventControllerScroll o, MonadIO m) => [EventControllerScrollFlags] -> m (GValueConstruct o)
- Data.GI.Gtk: constructEventControllerWidget :: (IsEventController o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructEventControllerWidget :: (IsEventController o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructExpanderExpanded :: IsExpander o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructExpanderExpanded :: (IsExpander o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructExpanderLabel :: IsExpander o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructExpanderLabel :: (IsExpander o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructExpanderLabelFill :: IsExpander o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructExpanderLabelFill :: (IsExpander o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructExpanderLabelWidget :: (IsExpander o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructExpanderLabelWidget :: (IsExpander o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructExpanderResizeToplevel :: IsExpander o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructExpanderResizeToplevel :: (IsExpander o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructExpanderSpacing :: IsExpander o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructExpanderSpacing :: (IsExpander o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructExpanderUseMarkup :: IsExpander o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructExpanderUseMarkup :: (IsExpander o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructExpanderUseUnderline :: IsExpander o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructExpanderUseUnderline :: (IsExpander o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserAction :: IsFileChooser o => FileChooserAction -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserAction :: (IsFileChooser o, MonadIO m) => FileChooserAction -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserButtonDialog :: (IsFileChooserButton o, IsFileChooser a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserButtonDialog :: (IsFileChooserButton o, MonadIO m, IsFileChooser a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserButtonTitle :: IsFileChooserButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserButtonTitle :: (IsFileChooserButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserButtonWidthChars :: IsFileChooserButton o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserButtonWidthChars :: (IsFileChooserButton o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserCreateFolders :: IsFileChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserCreateFolders :: (IsFileChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserDoOverwriteConfirmation :: IsFileChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserDoOverwriteConfirmation :: (IsFileChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserExtraWidget :: (IsFileChooser o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserExtraWidget :: (IsFileChooser o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserFilter :: (IsFileChooser o, IsFileFilter a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserFilter :: (IsFileChooser o, MonadIO m, IsFileFilter a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserLocalOnly :: IsFileChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserLocalOnly :: (IsFileChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserNativeAcceptLabel :: IsFileChooserNative o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserNativeAcceptLabel :: (IsFileChooserNative o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserNativeCancelLabel :: IsFileChooserNative o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserNativeCancelLabel :: (IsFileChooserNative o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserPreviewWidget :: (IsFileChooser o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserPreviewWidget :: (IsFileChooser o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserPreviewWidgetActive :: IsFileChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserPreviewWidgetActive :: (IsFileChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserSelectMultiple :: IsFileChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserSelectMultiple :: (IsFileChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserShowHidden :: IsFileChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserShowHidden :: (IsFileChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserUsePreviewLabel :: IsFileChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserUsePreviewLabel :: (IsFileChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserWidgetSearchMode :: IsFileChooserWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFileChooserWidgetSearchMode :: (IsFileChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxActivateOnSingleClick :: IsFlowBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFlowBoxActivateOnSingleClick :: (IsFlowBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxColumnSpacing :: IsFlowBox o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFlowBoxColumnSpacing :: (IsFlowBox o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxHomogeneous :: IsFlowBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFlowBoxHomogeneous :: (IsFlowBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxMaxChildrenPerLine :: IsFlowBox o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFlowBoxMaxChildrenPerLine :: (IsFlowBox o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxMinChildrenPerLine :: IsFlowBox o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFlowBoxMinChildrenPerLine :: (IsFlowBox o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxRowSpacing :: IsFlowBox o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFlowBoxRowSpacing :: (IsFlowBox o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxSelectionMode :: IsFlowBox o => SelectionMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFlowBoxSelectionMode :: (IsFlowBox o, MonadIO m) => SelectionMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonFontName :: IsFontButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontButtonFontName :: (IsFontButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonShowSize :: IsFontButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontButtonShowSize :: (IsFontButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonShowStyle :: IsFontButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontButtonShowStyle :: (IsFontButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonTitle :: IsFontButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontButtonTitle :: (IsFontButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonUseFont :: IsFontButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontButtonUseFont :: (IsFontButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonUseSize :: IsFontButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontButtonUseSize :: (IsFontButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontChooserFont :: IsFontChooser o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontChooserFont :: (IsFontChooser o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontChooserFontDesc :: IsFontChooser o => FontDescription -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontChooserFontDesc :: (IsFontChooser o, MonadIO m) => FontDescription -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontChooserLanguage :: IsFontChooser o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontChooserLanguage :: (IsFontChooser o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontChooserLevel :: IsFontChooser o => [FontChooserLevel] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontChooserLevel :: (IsFontChooser o, MonadIO m) => [FontChooserLevel] -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontChooserPreviewText :: IsFontChooser o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontChooserPreviewText :: (IsFontChooser o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontChooserShowPreviewEntry :: IsFontChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontChooserShowPreviewEntry :: (IsFontChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontSelectionFontName :: IsFontSelection o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontSelectionFontName :: (IsFontSelection o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFontSelectionPreviewText :: IsFontSelection o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFontSelectionPreviewText :: (IsFontSelection o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFrameLabel :: IsFrame o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFrameLabel :: (IsFrame o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructFrameLabelWidget :: (IsFrame o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFrameLabelWidget :: (IsFrame o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructFrameLabelXalign :: IsFrame o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFrameLabelXalign :: (IsFrame o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructFrameLabelYalign :: IsFrame o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFrameLabelYalign :: (IsFrame o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructFrameShadowType :: IsFrame o => ShadowType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructFrameShadowType :: (IsFrame o, MonadIO m) => ShadowType -> m (GValueConstruct o)
- Data.GI.Gtk: constructGLAreaAutoRender :: IsGLArea o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGLAreaAutoRender :: (IsGLArea o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructGLAreaHasAlpha :: IsGLArea o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGLAreaHasAlpha :: (IsGLArea o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructGLAreaHasDepthBuffer :: IsGLArea o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGLAreaHasDepthBuffer :: (IsGLArea o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructGLAreaHasStencilBuffer :: IsGLArea o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGLAreaHasStencilBuffer :: (IsGLArea o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructGLAreaUseEs :: IsGLArea o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGLAreaUseEs :: (IsGLArea o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructGestureLongPressDelayFactor :: IsGestureLongPress o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGestureLongPressDelayFactor :: (IsGestureLongPress o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructGestureNPoints :: IsGesture o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGestureNPoints :: (IsGesture o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructGesturePanOrientation :: IsGesturePan o => Orientation -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGesturePanOrientation :: (IsGesturePan o, MonadIO m) => Orientation -> m (GValueConstruct o)
- Data.GI.Gtk: constructGestureSingleButton :: IsGestureSingle o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGestureSingleButton :: (IsGestureSingle o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructGestureSingleExclusive :: IsGestureSingle o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGestureSingleExclusive :: (IsGestureSingle o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructGestureSingleTouchOnly :: IsGestureSingle o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGestureSingleTouchOnly :: (IsGestureSingle o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructGestureWindow :: (IsGesture o, IsWindow a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGestureWindow :: (IsGesture o, MonadIO m, IsWindow a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructGridBaselineRow :: IsGrid o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGridBaselineRow :: (IsGrid o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructGridColumnHomogeneous :: IsGrid o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGridColumnHomogeneous :: (IsGrid o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructGridColumnSpacing :: IsGrid o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGridColumnSpacing :: (IsGrid o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructGridRowHomogeneous :: IsGrid o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGridRowHomogeneous :: (IsGrid o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructGridRowSpacing :: IsGrid o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructGridRowSpacing :: (IsGrid o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructHandleBoxHandlePosition :: IsHandleBox o => PositionType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHandleBoxHandlePosition :: (IsHandleBox o, MonadIO m) => PositionType -> m (GValueConstruct o)
- Data.GI.Gtk: constructHandleBoxShadowType :: IsHandleBox o => ShadowType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHandleBoxShadowType :: (IsHandleBox o, MonadIO m) => ShadowType -> m (GValueConstruct o)
- Data.GI.Gtk: constructHandleBoxSnapEdge :: IsHandleBox o => PositionType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHandleBoxSnapEdge :: (IsHandleBox o, MonadIO m) => PositionType -> m (GValueConstruct o)
- Data.GI.Gtk: constructHandleBoxSnapEdgeSet :: IsHandleBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHandleBoxSnapEdgeSet :: (IsHandleBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarCustomTitle :: (IsHeaderBar o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHeaderBarCustomTitle :: (IsHeaderBar o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarDecorationLayout :: IsHeaderBar o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHeaderBarDecorationLayout :: (IsHeaderBar o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarDecorationLayoutSet :: IsHeaderBar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHeaderBarDecorationLayoutSet :: (IsHeaderBar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarHasSubtitle :: IsHeaderBar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHeaderBarHasSubtitle :: (IsHeaderBar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarShowCloseButton :: IsHeaderBar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHeaderBarShowCloseButton :: (IsHeaderBar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarSpacing :: IsHeaderBar o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHeaderBarSpacing :: (IsHeaderBar o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarSubtitle :: IsHeaderBar o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHeaderBarSubtitle :: (IsHeaderBar o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarTitle :: IsHeaderBar o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructHeaderBarTitle :: (IsHeaderBar o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructIMContextInputHints :: IsIMContext o => [InputHints] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIMContextInputHints :: (IsIMContext o, MonadIO m) => [InputHints] -> m (GValueConstruct o)
- Data.GI.Gtk: constructIMContextInputPurpose :: IsIMContext o => InputPurpose -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIMContextInputPurpose :: (IsIMContext o, MonadIO m) => InputPurpose -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewActivateOnSingleClick :: IsIconView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewActivateOnSingleClick :: (IsIconView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewCellArea :: (IsIconView o, IsCellArea a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewCellArea :: (IsIconView o, MonadIO m, IsCellArea a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewColumnSpacing :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewColumnSpacing :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewColumns :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewColumns :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewItemOrientation :: IsIconView o => Orientation -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewItemOrientation :: (IsIconView o, MonadIO m) => Orientation -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewItemPadding :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewItemPadding :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewItemWidth :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewItemWidth :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewMargin :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewMargin :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewMarkupColumn :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewMarkupColumn :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewModel :: (IsIconView o, IsTreeModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewModel :: (IsIconView o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewPixbufColumn :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewPixbufColumn :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewReorderable :: IsIconView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewReorderable :: (IsIconView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewRowSpacing :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewRowSpacing :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewSelectionMode :: IsIconView o => SelectionMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewSelectionMode :: (IsIconView o, MonadIO m) => SelectionMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewSpacing :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewSpacing :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewTextColumn :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewTextColumn :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructIconViewTooltipColumn :: IsIconView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructIconViewTooltipColumn :: (IsIconView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageFile :: IsImage o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageFile :: (IsImage o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageGicon :: (IsImage o, IsIcon a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageGicon :: (IsImage o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageIconName :: IsImage o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageIconName :: (IsImage o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageIconSet :: IsImage o => IconSet -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageIconSet :: (IsImage o, MonadIO m) => IconSet -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageIconSize :: IsImage o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageIconSize :: (IsImage o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageMenuItemAccelGroup :: (IsImageMenuItem o, IsAccelGroup a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageMenuItemAccelGroup :: (IsImageMenuItem o, MonadIO m, IsAccelGroup a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageMenuItemAlwaysShowImage :: IsImageMenuItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageMenuItemAlwaysShowImage :: (IsImageMenuItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageMenuItemImage :: (IsImageMenuItem o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageMenuItemImage :: (IsImageMenuItem o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageMenuItemUseStock :: IsImageMenuItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageMenuItemUseStock :: (IsImageMenuItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructImagePixbuf :: (IsImage o, IsPixbuf a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImagePixbuf :: (IsImage o, MonadIO m, IsPixbuf a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructImagePixbufAnimation :: (IsImage o, IsPixbufAnimation a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImagePixbufAnimation :: (IsImage o, MonadIO m, IsPixbufAnimation a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructImagePixelSize :: IsImage o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImagePixelSize :: (IsImage o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageResource :: IsImage o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageResource :: (IsImage o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageStock :: IsImage o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageStock :: (IsImage o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageSurface :: IsImage o => Surface -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageSurface :: (IsImage o, MonadIO m) => Surface -> m (GValueConstruct o)
- Data.GI.Gtk: constructImageUseFallback :: IsImage o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructImageUseFallback :: (IsImage o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructInfoBarMessageType :: IsInfoBar o => MessageType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructInfoBarMessageType :: (IsInfoBar o, MonadIO m) => MessageType -> m (GValueConstruct o)
- Data.GI.Gtk: constructInfoBarRevealed :: IsInfoBar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructInfoBarRevealed :: (IsInfoBar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructInfoBarShowCloseButton :: IsInfoBar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructInfoBarShowCloseButton :: (IsInfoBar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructInvisibleScreen :: (IsInvisible o, IsScreen a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructInvisibleScreen :: (IsInvisible o, MonadIO m, IsScreen a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelAngle :: IsLabel o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelAngle :: (IsLabel o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelAttributes :: IsLabel o => AttrList -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelAttributes :: (IsLabel o, MonadIO m) => AttrList -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelEllipsize :: IsLabel o => EllipsizeMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelEllipsize :: (IsLabel o, MonadIO m) => EllipsizeMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelJustify :: IsLabel o => Justification -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelJustify :: (IsLabel o, MonadIO m) => Justification -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelLabel :: IsLabel o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelLabel :: (IsLabel o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelLines :: IsLabel o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelLines :: (IsLabel o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelMaxWidthChars :: IsLabel o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelMaxWidthChars :: (IsLabel o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelMnemonicWidget :: (IsLabel o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelMnemonicWidget :: (IsLabel o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelPattern :: IsLabel o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelPattern :: (IsLabel o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelSelectable :: IsLabel o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelSelectable :: (IsLabel o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelSingleLineMode :: IsLabel o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelSingleLineMode :: (IsLabel o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelTrackVisitedLinks :: IsLabel o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelTrackVisitedLinks :: (IsLabel o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelUseMarkup :: IsLabel o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelUseMarkup :: (IsLabel o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelUseUnderline :: IsLabel o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelUseUnderline :: (IsLabel o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelWidthChars :: IsLabel o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelWidthChars :: (IsLabel o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelWrap :: IsLabel o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelWrap :: (IsLabel o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelWrapMode :: IsLabel o => WrapMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelWrapMode :: (IsLabel o, MonadIO m) => WrapMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelXalign :: IsLabel o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelXalign :: (IsLabel o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructLabelYalign :: IsLabel o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLabelYalign :: (IsLabel o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructLayoutHeight :: IsLayout o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLayoutHeight :: (IsLayout o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructLayoutWidth :: IsLayout o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLayoutWidth :: (IsLayout o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructLevelBarInverted :: IsLevelBar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLevelBarInverted :: (IsLevelBar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructLevelBarMaxValue :: IsLevelBar o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLevelBarMaxValue :: (IsLevelBar o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructLevelBarMinValue :: IsLevelBar o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLevelBarMinValue :: (IsLevelBar o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructLevelBarMode :: IsLevelBar o => LevelBarMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLevelBarMode :: (IsLevelBar o, MonadIO m) => LevelBarMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructLevelBarValue :: IsLevelBar o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLevelBarValue :: (IsLevelBar o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructLinkButtonUri :: IsLinkButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLinkButtonUri :: (IsLinkButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructLinkButtonVisited :: IsLinkButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLinkButtonVisited :: (IsLinkButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructListBoxActivateOnSingleClick :: IsListBox o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructListBoxActivateOnSingleClick :: (IsListBox o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructListBoxRowActivatable :: IsListBoxRow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructListBoxRowActivatable :: (IsListBoxRow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructListBoxRowSelectable :: IsListBoxRow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructListBoxRowSelectable :: (IsListBoxRow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructListBoxSelectionMode :: IsListBox o => SelectionMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructListBoxSelectionMode :: (IsListBox o, MonadIO m) => SelectionMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonPermission :: (IsLockButton o, IsPermission a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLockButtonPermission :: (IsLockButton o, MonadIO m, IsPermission a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonTextLock :: IsLockButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLockButtonTextLock :: (IsLockButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonTextUnlock :: IsLockButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLockButtonTextUnlock :: (IsLockButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonTooltipLock :: IsLockButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLockButtonTooltipLock :: (IsLockButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonTooltipNotAuthorized :: IsLockButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLockButtonTooltipNotAuthorized :: (IsLockButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonTooltipUnlock :: IsLockButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructLockButtonTooltipUnlock :: (IsLockButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuAccelGroup :: (IsMenu o, IsAccelGroup a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuAccelGroup :: (IsMenu o, MonadIO m, IsAccelGroup a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuAccelPath :: IsMenu o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuAccelPath :: (IsMenu o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuActive :: IsMenu o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuActive :: (IsMenu o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuAnchorHints :: IsMenu o => [AnchorHints] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuAnchorHints :: (IsMenu o, MonadIO m) => [AnchorHints] -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuAttachWidget :: (IsMenu o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuAttachWidget :: (IsMenu o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuBarChildPackDirection :: IsMenuBar o => PackDirection -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuBarChildPackDirection :: (IsMenuBar o, MonadIO m) => PackDirection -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuBarPackDirection :: IsMenuBar o => PackDirection -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuBarPackDirection :: (IsMenuBar o, MonadIO m) => PackDirection -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonAlignWidget :: (IsMenuButton o, IsContainer a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuButtonAlignWidget :: (IsMenuButton o, MonadIO m, IsContainer a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonDirection :: IsMenuButton o => ArrowType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuButtonDirection :: (IsMenuButton o, MonadIO m) => ArrowType -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonMenuModel :: (IsMenuButton o, IsMenuModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuButtonMenuModel :: (IsMenuButton o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonPopover :: (IsMenuButton o, IsPopover a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuButtonPopover :: (IsMenuButton o, MonadIO m, IsPopover a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonPopup :: (IsMenuButton o, IsMenu a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuButtonPopup :: (IsMenuButton o, MonadIO m, IsMenu a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonUsePopover :: IsMenuButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuButtonUsePopover :: (IsMenuButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuItemAccelPath :: IsMenuItem o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuItemAccelPath :: (IsMenuItem o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuItemLabel :: IsMenuItem o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuItemLabel :: (IsMenuItem o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuItemRightJustified :: IsMenuItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuItemRightJustified :: (IsMenuItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuItemSubmenu :: (IsMenuItem o, IsMenu a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuItemSubmenu :: (IsMenuItem o, MonadIO m, IsMenu a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuItemUseUnderline :: IsMenuItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuItemUseUnderline :: (IsMenuItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuMenuTypeHint :: IsMenu o => WindowTypeHint -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuMenuTypeHint :: (IsMenu o, MonadIO m) => WindowTypeHint -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuMonitor :: IsMenu o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuMonitor :: (IsMenu o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuRectAnchorDx :: IsMenu o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuRectAnchorDx :: (IsMenu o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuRectAnchorDy :: IsMenu o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuRectAnchorDy :: (IsMenu o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuReserveToggleSize :: IsMenu o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuReserveToggleSize :: (IsMenu o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuShellTakeFocus :: IsMenuShell o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuShellTakeFocus :: (IsMenuShell o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuTearoffState :: IsMenu o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuTearoffState :: (IsMenu o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuTearoffTitle :: IsMenu o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuTearoffTitle :: (IsMenu o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructMenuToolButtonMenu :: (IsMenuToolButton o, IsMenu a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMenuToolButtonMenu :: (IsMenuToolButton o, MonadIO m, IsMenu a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogButtons :: IsMessageDialog o => ButtonsType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMessageDialogButtons :: (IsMessageDialog o, MonadIO m) => ButtonsType -> m (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogImage :: (IsMessageDialog o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMessageDialogImage :: (IsMessageDialog o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogMessageType :: IsMessageDialog o => MessageType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMessageDialogMessageType :: (IsMessageDialog o, MonadIO m) => MessageType -> m (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogSecondaryText :: IsMessageDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMessageDialogSecondaryText :: (IsMessageDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogSecondaryUseMarkup :: IsMessageDialog o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMessageDialogSecondaryUseMarkup :: (IsMessageDialog o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogText :: IsMessageDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMessageDialogText :: (IsMessageDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogUseMarkup :: IsMessageDialog o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMessageDialogUseMarkup :: (IsMessageDialog o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructMiscXalign :: IsMisc o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMiscXalign :: (IsMisc o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructMiscXpad :: IsMisc o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMiscXpad :: (IsMisc o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructMiscYalign :: IsMisc o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMiscYalign :: (IsMisc o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructMiscYpad :: IsMisc o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMiscYpad :: (IsMisc o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonActive :: IsModelButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructModelButtonActive :: (IsModelButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonCentered :: IsModelButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructModelButtonCentered :: (IsModelButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonIcon :: (IsModelButton o, IsIcon a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructModelButtonIcon :: (IsModelButton o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonIconic :: IsModelButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructModelButtonIconic :: (IsModelButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonInverted :: IsModelButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructModelButtonInverted :: (IsModelButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonMenuName :: IsModelButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructModelButtonMenuName :: (IsModelButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonRole :: IsModelButton o => ButtonRole -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructModelButtonRole :: (IsModelButton o, MonadIO m) => ButtonRole -> m (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonText :: IsModelButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructModelButtonText :: (IsModelButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonUseMarkup :: IsModelButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructModelButtonUseMarkup :: (IsModelButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructMountOperationParent :: (IsMountOperation o, IsWindow a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMountOperationParent :: (IsMountOperation o, MonadIO m, IsWindow a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructMountOperationScreen :: (IsMountOperation o, IsScreen a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructMountOperationScreen :: (IsMountOperation o, MonadIO m, IsScreen a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructNativeDialogModal :: IsNativeDialog o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNativeDialogModal :: (IsNativeDialog o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructNativeDialogTitle :: IsNativeDialog o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNativeDialogTitle :: (IsNativeDialog o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructNativeDialogTransientFor :: (IsNativeDialog o, IsWindow a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNativeDialogTransientFor :: (IsNativeDialog o, MonadIO m, IsWindow a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructNativeDialogVisible :: IsNativeDialog o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNativeDialogVisible :: (IsNativeDialog o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructNotebookEnablePopup :: IsNotebook o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNotebookEnablePopup :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructNotebookGroupName :: IsNotebook o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNotebookGroupName :: (IsNotebook o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructNotebookPage :: IsNotebook o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNotebookPage :: (IsNotebook o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructNotebookScrollable :: IsNotebook o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNotebookScrollable :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructNotebookShowBorder :: IsNotebook o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNotebookShowBorder :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructNotebookShowTabs :: IsNotebook o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNotebookShowTabs :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructNotebookTabPos :: IsNotebook o => PositionType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNotebookTabPos :: (IsNotebook o, MonadIO m) => PositionType -> m (GValueConstruct o)
- Data.GI.Gtk: constructNumerableIconBackgroundIcon :: (IsNumerableIcon o, IsIcon a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNumerableIconBackgroundIcon :: (IsNumerableIcon o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructNumerableIconBackgroundIconName :: IsNumerableIcon o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNumerableIconBackgroundIconName :: (IsNumerableIcon o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructNumerableIconCount :: IsNumerableIcon o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNumerableIconCount :: (IsNumerableIcon o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructNumerableIconLabel :: IsNumerableIcon o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNumerableIconLabel :: (IsNumerableIcon o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructNumerableIconStyleContext :: (IsNumerableIcon o, IsStyleContext a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructNumerableIconStyleContext :: (IsNumerableIcon o, MonadIO m, IsStyleContext a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructOrientableOrientation :: IsOrientable o => Orientation -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructOrientableOrientation :: (IsOrientable o, MonadIO m) => Orientation -> m (GValueConstruct o)
- Data.GI.Gtk: constructPadControllerActionGroup :: (IsPadController o, IsActionGroup a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPadControllerActionGroup :: (IsPadController o, MonadIO m, IsActionGroup a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructPadControllerPad :: (IsPadController o, IsDevice a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPadControllerPad :: (IsPadController o, MonadIO m, IsDevice a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructPanedPosition :: IsPaned o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPanedPosition :: (IsPaned o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructPanedPositionSet :: IsPaned o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPanedPositionSet :: (IsPaned o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPanedWideHandle :: IsPaned o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPanedWideHandle :: (IsPaned o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarLocalOnly :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarLocalOnly :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarLocation :: (IsPlacesSidebar o, IsFile a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarLocation :: (IsPlacesSidebar o, MonadIO m, IsFile a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarOpenFlags :: IsPlacesSidebar o => [PlacesOpenFlags] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarOpenFlags :: (IsPlacesSidebar o, MonadIO m) => [PlacesOpenFlags] -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarPopulateAll :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarPopulateAll :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowConnectToServer :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarShowConnectToServer :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowDesktop :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarShowDesktop :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowEnterLocation :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarShowEnterLocation :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowOtherLocations :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarShowOtherLocations :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowRecent :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarShowRecent :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowStarredLocation :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarShowStarredLocation :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowTrash :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPlacesSidebarShowTrash :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPopoverConstrainTo :: IsPopover o => PopoverConstraint -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPopoverConstrainTo :: (IsPopover o, MonadIO m) => PopoverConstraint -> m (GValueConstruct o)
- Data.GI.Gtk: constructPopoverMenuVisibleSubmenu :: IsPopoverMenu o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPopoverMenuVisibleSubmenu :: (IsPopoverMenu o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructPopoverModal :: IsPopover o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPopoverModal :: (IsPopover o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPopoverPointingTo :: IsPopover o => Rectangle -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPopoverPointingTo :: (IsPopover o, MonadIO m) => Rectangle -> m (GValueConstruct o)
- Data.GI.Gtk: constructPopoverPosition :: IsPopover o => PositionType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPopoverPosition :: (IsPopover o, MonadIO m) => PositionType -> m (GValueConstruct o)
- Data.GI.Gtk: constructPopoverRelativeTo :: (IsPopover o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPopoverRelativeTo :: (IsPopover o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructPopoverTransitionsEnabled :: IsPopover o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPopoverTransitionsEnabled :: (IsPopover o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationAllowAsync :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationAllowAsync :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationCurrentPage :: IsPrintOperation o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationCurrentPage :: (IsPrintOperation o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationCustomTabLabel :: IsPrintOperation o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationCustomTabLabel :: (IsPrintOperation o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationDefaultPageSetup :: (IsPrintOperation o, IsPageSetup a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationDefaultPageSetup :: (IsPrintOperation o, MonadIO m, IsPageSetup a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationEmbedPageSetup :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationEmbedPageSetup :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationExportFilename :: IsPrintOperation o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationExportFilename :: (IsPrintOperation o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationHasSelection :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationHasSelection :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationJobName :: IsPrintOperation o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationJobName :: (IsPrintOperation o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationNPages :: IsPrintOperation o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationNPages :: (IsPrintOperation o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationPrintSettings :: (IsPrintOperation o, IsPrintSettings a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationPrintSettings :: (IsPrintOperation o, MonadIO m, IsPrintSettings a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationShowProgress :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationShowProgress :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationSupportSelection :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationSupportSelection :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationTrackPrintStatus :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationTrackPrintStatus :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationUnit :: IsPrintOperation o => Unit -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationUnit :: (IsPrintOperation o, MonadIO m) => Unit -> m (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationUseFullPage :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructPrintOperationUseFullPage :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarEllipsize :: IsProgressBar o => EllipsizeMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructProgressBarEllipsize :: (IsProgressBar o, MonadIO m) => EllipsizeMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarFraction :: IsProgressBar o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructProgressBarFraction :: (IsProgressBar o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarInverted :: IsProgressBar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructProgressBarInverted :: (IsProgressBar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarPulseStep :: IsProgressBar o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructProgressBarPulseStep :: (IsProgressBar o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarShowText :: IsProgressBar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructProgressBarShowText :: (IsProgressBar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarText :: IsProgressBar o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructProgressBarText :: (IsProgressBar o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructRadioActionCurrentValue :: IsRadioAction o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRadioActionCurrentValue :: (IsRadioAction o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructRadioActionGroup :: (IsRadioAction o, IsRadioAction a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRadioActionGroup :: (IsRadioAction o, MonadIO m, IsRadioAction a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructRadioActionValue :: IsRadioAction o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRadioActionValue :: (IsRadioAction o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructRadioButtonGroup :: (IsRadioButton o, IsRadioButton a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRadioButtonGroup :: (IsRadioButton o, MonadIO m, IsRadioButton a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructRadioMenuItemGroup :: (IsRadioMenuItem o, IsRadioMenuItem a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRadioMenuItemGroup :: (IsRadioMenuItem o, MonadIO m, IsRadioMenuItem a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructRadioToolButtonGroup :: (IsRadioToolButton o, IsRadioToolButton a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRadioToolButtonGroup :: (IsRadioToolButton o, MonadIO m, IsRadioToolButton a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructRangeAdjustment :: (IsRange o, IsAdjustment a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRangeAdjustment :: (IsRange o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructRangeFillLevel :: IsRange o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRangeFillLevel :: (IsRange o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructRangeInverted :: IsRange o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRangeInverted :: (IsRange o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRangeLowerStepperSensitivity :: IsRange o => SensitivityType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRangeLowerStepperSensitivity :: (IsRange o, MonadIO m) => SensitivityType -> m (GValueConstruct o)
- Data.GI.Gtk: constructRangeRestrictToFillLevel :: IsRange o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRangeRestrictToFillLevel :: (IsRange o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRangeRoundDigits :: IsRange o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRangeRoundDigits :: (IsRange o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructRangeShowFillLevel :: IsRange o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRangeShowFillLevel :: (IsRange o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRangeUpperStepperSensitivity :: IsRange o => SensitivityType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRangeUpperStepperSensitivity :: (IsRange o, MonadIO m) => SensitivityType -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentActionShowNumbers :: IsRecentAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentActionShowNumbers :: (IsRecentAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserFilter :: (IsRecentChooser o, IsRecentFilter a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserFilter :: (IsRecentChooser o, MonadIO m, IsRecentFilter a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserLimit :: IsRecentChooser o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserLimit :: (IsRecentChooser o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserLocalOnly :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserLocalOnly :: (IsRecentChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserMenuShowNumbers :: IsRecentChooserMenu o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserMenuShowNumbers :: (IsRecentChooserMenu o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserRecentManager :: (IsRecentChooser o, IsRecentManager a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserRecentManager :: (IsRecentChooser o, MonadIO m, IsRecentManager a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserSelectMultiple :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserSelectMultiple :: (IsRecentChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserShowIcons :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserShowIcons :: (IsRecentChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserShowNotFound :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserShowNotFound :: (IsRecentChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserShowPrivate :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserShowPrivate :: (IsRecentChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserShowTips :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserShowTips :: (IsRecentChooser o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserSortType :: IsRecentChooser o => RecentSortType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentChooserSortType :: (IsRecentChooser o, MonadIO m) => RecentSortType -> m (GValueConstruct o)
- Data.GI.Gtk: constructRecentManagerFilename :: IsRecentManager o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRecentManagerFilename :: (IsRecentManager o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructRendererCellAccessibleRenderer :: (IsRendererCellAccessible o, IsCellRenderer a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRendererCellAccessibleRenderer :: (IsRendererCellAccessible o, MonadIO m, IsCellRenderer a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructRevealerRevealChild :: IsRevealer o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRevealerRevealChild :: (IsRevealer o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructRevealerTransitionDuration :: IsRevealer o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRevealerTransitionDuration :: (IsRevealer o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructRevealerTransitionType :: IsRevealer o => RevealerTransitionType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructRevealerTransitionType :: (IsRevealer o, MonadIO m) => RevealerTransitionType -> m (GValueConstruct o)
- Data.GI.Gtk: constructScaleButtonAdjustment :: (IsScaleButton o, IsAdjustment a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScaleButtonAdjustment :: (IsScaleButton o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructScaleButtonIcons :: IsScaleButton o => [Text] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScaleButtonIcons :: (IsScaleButton o, MonadIO m) => [Text] -> m (GValueConstruct o)
- Data.GI.Gtk: constructScaleButtonSize :: IsScaleButton o => IconSize -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScaleButtonSize :: (IsScaleButton o, MonadIO m) => IconSize -> m (GValueConstruct o)
- Data.GI.Gtk: constructScaleButtonValue :: IsScaleButton o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScaleButtonValue :: (IsScaleButton o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructScaleDigits :: IsScale o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScaleDigits :: (IsScale o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructScaleDrawValue :: IsScale o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScaleDrawValue :: (IsScale o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructScaleHasOrigin :: IsScale o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScaleHasOrigin :: (IsScale o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructScaleValuePos :: IsScale o => PositionType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScaleValuePos :: (IsScale o, MonadIO m) => PositionType -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrollableHadjustment :: (IsScrollable o, IsAdjustment a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrollableHadjustment :: (IsScrollable o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrollableHscrollPolicy :: IsScrollable o => ScrollablePolicy -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrollableHscrollPolicy :: (IsScrollable o, MonadIO m) => ScrollablePolicy -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrollableVadjustment :: (IsScrollable o, IsAdjustment a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrollableVadjustment :: (IsScrollable o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrollableVscrollPolicy :: IsScrollable o => ScrollablePolicy -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrollableVscrollPolicy :: (IsScrollable o, MonadIO m) => ScrollablePolicy -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowHadjustment :: (IsScrolledWindow o, IsAdjustment a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowHadjustment :: (IsScrolledWindow o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowHscrollbarPolicy :: IsScrolledWindow o => PolicyType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowHscrollbarPolicy :: (IsScrolledWindow o, MonadIO m) => PolicyType -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowKineticScrolling :: IsScrolledWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowKineticScrolling :: (IsScrolledWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowMaxContentHeight :: IsScrolledWindow o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowMaxContentHeight :: (IsScrolledWindow o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowMaxContentWidth :: IsScrolledWindow o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowMaxContentWidth :: (IsScrolledWindow o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowMinContentHeight :: IsScrolledWindow o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowMinContentHeight :: (IsScrolledWindow o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowMinContentWidth :: IsScrolledWindow o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowMinContentWidth :: (IsScrolledWindow o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowOverlayScrolling :: IsScrolledWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowOverlayScrolling :: (IsScrolledWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowPropagateNaturalHeight :: IsScrolledWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowPropagateNaturalHeight :: (IsScrolledWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowPropagateNaturalWidth :: IsScrolledWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowPropagateNaturalWidth :: (IsScrolledWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowShadowType :: IsScrolledWindow o => ShadowType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowShadowType :: (IsScrolledWindow o, MonadIO m) => ShadowType -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowVadjustment :: (IsScrolledWindow o, IsAdjustment a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowVadjustment :: (IsScrolledWindow o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowVscrollbarPolicy :: IsScrolledWindow o => PolicyType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowVscrollbarPolicy :: (IsScrolledWindow o, MonadIO m) => PolicyType -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowWindowPlacement :: IsScrolledWindow o => CornerType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowWindowPlacement :: (IsScrolledWindow o, MonadIO m) => CornerType -> m (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowWindowPlacementSet :: IsScrolledWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructScrolledWindowWindowPlacementSet :: (IsScrolledWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSearchBarSearchModeEnabled :: IsSearchBar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSearchBarSearchModeEnabled :: (IsSearchBar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSearchBarShowCloseButton :: IsSearchBar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSearchBarShowCloseButton :: (IsSearchBar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSeparatorToolItemDraw :: IsSeparatorToolItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSeparatorToolItemDraw :: (IsSeparatorToolItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkAlternativeButtonOrder :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkAlternativeButtonOrder :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkAlternativeSortArrows :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkAlternativeSortArrows :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkApplicationPreferDarkTheme :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkApplicationPreferDarkTheme :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkAutoMnemonics :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkAutoMnemonics :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkButtonImages :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkButtonImages :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCanChangeAccels :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkCanChangeAccels :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkColorPalette :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkColorPalette :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkColorScheme :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkColorScheme :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCursorBlink :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkCursorBlink :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCursorBlinkTime :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkCursorBlinkTime :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCursorBlinkTimeout :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkCursorBlinkTimeout :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCursorThemeName :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkCursorThemeName :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCursorThemeSize :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkCursorThemeSize :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkDecorationLayout :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkDecorationLayout :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkDialogsUseHeader :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkDialogsUseHeader :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkDndDragThreshold :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkDndDragThreshold :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkDoubleClickDistance :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkDoubleClickDistance :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkDoubleClickTime :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkDoubleClickTime :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableAccels :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkEnableAccels :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableAnimations :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkEnableAnimations :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableEventSounds :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkEnableEventSounds :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableInputFeedbackSounds :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkEnableInputFeedbackSounds :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableMnemonics :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkEnableMnemonics :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnablePrimaryPaste :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkEnablePrimaryPaste :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableTooltips :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkEnableTooltips :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEntryPasswordHintTimeout :: IsSettings o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkEntryPasswordHintTimeout :: (IsSettings o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEntrySelectOnFocus :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkEntrySelectOnFocus :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkErrorBell :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkErrorBell :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkFallbackIconTheme :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkFallbackIconTheme :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkFileChooserBackend :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkFileChooserBackend :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkFontName :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkFontName :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkFontconfigTimestamp :: IsSettings o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkFontconfigTimestamp :: (IsSettings o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkIconSizes :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkIconSizes :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkIconThemeName :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkIconThemeName :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkImModule :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkImModule :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkImPreeditStyle :: IsSettings o => IMPreeditStyle -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkImPreeditStyle :: (IsSettings o, MonadIO m) => IMPreeditStyle -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkImStatusStyle :: IsSettings o => IMStatusStyle -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkImStatusStyle :: (IsSettings o, MonadIO m) => IMStatusStyle -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkKeyThemeName :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkKeyThemeName :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkKeynavCursorOnly :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkKeynavCursorOnly :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkKeynavUseCaret :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkKeynavUseCaret :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkKeynavWrapAround :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkKeynavWrapAround :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkLabelSelectOnFocus :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkLabelSelectOnFocus :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkLongPressTime :: IsSettings o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkLongPressTime :: (IsSettings o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkMenuBarAccel :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkMenuBarAccel :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkMenuBarPopupDelay :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkMenuBarPopupDelay :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkMenuImages :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkMenuImages :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkMenuPopdownDelay :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkMenuPopdownDelay :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkMenuPopupDelay :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkMenuPopupDelay :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkModules :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkModules :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkOverlayScrolling :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkOverlayScrolling :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkPrimaryButtonWarpsSlider :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkPrimaryButtonWarpsSlider :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkPrintBackends :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkPrintBackends :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkPrintPreviewCommand :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkPrintPreviewCommand :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkRecentFilesEnabled :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkRecentFilesEnabled :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkRecentFilesLimit :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkRecentFilesLimit :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkRecentFilesMaxAge :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkRecentFilesMaxAge :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkScrolledWindowPlacement :: IsSettings o => CornerType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkScrolledWindowPlacement :: (IsSettings o, MonadIO m) => CornerType -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkShellShowsAppMenu :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkShellShowsAppMenu :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkShellShowsDesktop :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkShellShowsDesktop :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkShellShowsMenubar :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkShellShowsMenubar :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkShowInputMethodMenu :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkShowInputMethodMenu :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkShowUnicodeMenu :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkShowUnicodeMenu :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkSoundThemeName :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkSoundThemeName :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkSplitCursor :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkSplitCursor :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkThemeName :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkThemeName :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTimeoutExpand :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkTimeoutExpand :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTimeoutInitial :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkTimeoutInitial :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTimeoutRepeat :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkTimeoutRepeat :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTitlebarDoubleClick :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkTitlebarDoubleClick :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTitlebarMiddleClick :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkTitlebarMiddleClick :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTitlebarRightClick :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkTitlebarRightClick :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkToolbarIconSize :: IsSettings o => IconSize -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkToolbarIconSize :: (IsSettings o, MonadIO m) => IconSize -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkToolbarStyle :: IsSettings o => ToolbarStyle -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkToolbarStyle :: (IsSettings o, MonadIO m) => ToolbarStyle -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTooltipBrowseModeTimeout :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkTooltipBrowseModeTimeout :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTooltipBrowseTimeout :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkTooltipBrowseTimeout :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTooltipTimeout :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkTooltipTimeout :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTouchscreenMode :: IsSettings o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkTouchscreenMode :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkVisibleFocus :: IsSettings o => PolicyType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkVisibleFocus :: (IsSettings o, MonadIO m) => PolicyType -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkXftAntialias :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkXftAntialias :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkXftDpi :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkXftDpi :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkXftHinting :: IsSettings o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkXftHinting :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkXftHintstyle :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkXftHintstyle :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkXftRgba :: IsSettings o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSettingsGtkXftRgba :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutLabelAccelerator :: IsShortcutLabel o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutLabelAccelerator :: (IsShortcutLabel o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutLabelDisabledText :: IsShortcutLabel o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutLabelDisabledText :: (IsShortcutLabel o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsGroupAccelSizeGroup :: (IsShortcutsGroup o, IsSizeGroup a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsGroupAccelSizeGroup :: (IsShortcutsGroup o, MonadIO m, IsSizeGroup a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsGroupTitle :: IsShortcutsGroup o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsGroupTitle :: (IsShortcutsGroup o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsGroupTitleSizeGroup :: (IsShortcutsGroup o, IsSizeGroup a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsGroupTitleSizeGroup :: (IsShortcutsGroup o, MonadIO m, IsSizeGroup a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsGroupView :: IsShortcutsGroup o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsGroupView :: (IsShortcutsGroup o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsSectionMaxHeight :: IsShortcutsSection o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsSectionMaxHeight :: (IsShortcutsSection o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsSectionSectionName :: IsShortcutsSection o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsSectionSectionName :: (IsShortcutsSection o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsSectionTitle :: IsShortcutsSection o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsSectionTitle :: (IsShortcutsSection o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsSectionViewName :: IsShortcutsSection o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsSectionViewName :: (IsShortcutsSection o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutAccelSizeGroup :: (IsShortcutsShortcut o, IsSizeGroup a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutAccelSizeGroup :: (IsShortcutsShortcut o, MonadIO m, IsSizeGroup a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutAccelerator :: IsShortcutsShortcut o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutAccelerator :: (IsShortcutsShortcut o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutActionName :: IsShortcutsShortcut o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutActionName :: (IsShortcutsShortcut o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutDirection :: IsShortcutsShortcut o => TextDirection -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutDirection :: (IsShortcutsShortcut o, MonadIO m) => TextDirection -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutIcon :: (IsShortcutsShortcut o, IsIcon a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutIcon :: (IsShortcutsShortcut o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutIconSet :: IsShortcutsShortcut o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutIconSet :: (IsShortcutsShortcut o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutShortcutType :: IsShortcutsShortcut o => ShortcutType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutShortcutType :: (IsShortcutsShortcut o, MonadIO m) => ShortcutType -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutSubtitle :: IsShortcutsShortcut o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutSubtitle :: (IsShortcutsShortcut o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutSubtitleSet :: IsShortcutsShortcut o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutSubtitleSet :: (IsShortcutsShortcut o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutTitle :: IsShortcutsShortcut o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutTitle :: (IsShortcutsShortcut o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutTitleSizeGroup :: (IsShortcutsShortcut o, IsSizeGroup a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsShortcutTitleSizeGroup :: (IsShortcutsShortcut o, MonadIO m, IsSizeGroup a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsWindowSectionName :: IsShortcutsWindow o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsWindowSectionName :: (IsShortcutsWindow o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsWindowViewName :: IsShortcutsWindow o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructShortcutsWindowViewName :: (IsShortcutsWindow o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructSizeGroupIgnoreHidden :: IsSizeGroup o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSizeGroupIgnoreHidden :: (IsSizeGroup o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSizeGroupMode :: IsSizeGroup o => SizeGroupMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSizeGroupMode :: (IsSizeGroup o, MonadIO m) => SizeGroupMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonAdjustment :: (IsSpinButton o, IsAdjustment a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSpinButtonAdjustment :: (IsSpinButton o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonClimbRate :: IsSpinButton o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSpinButtonClimbRate :: (IsSpinButton o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonDigits :: IsSpinButton o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSpinButtonDigits :: (IsSpinButton o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonNumeric :: IsSpinButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSpinButtonNumeric :: (IsSpinButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonSnapToTicks :: IsSpinButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSpinButtonSnapToTicks :: (IsSpinButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonUpdatePolicy :: IsSpinButton o => SpinButtonUpdatePolicy -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSpinButtonUpdatePolicy :: (IsSpinButton o, MonadIO m) => SpinButtonUpdatePolicy -> m (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonValue :: IsSpinButton o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSpinButtonValue :: (IsSpinButton o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonWrap :: IsSpinButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSpinButtonWrap :: (IsSpinButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSpinnerActive :: IsSpinner o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSpinnerActive :: (IsSpinner o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackHhomogeneous :: IsStack o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackHhomogeneous :: (IsStack o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackHomogeneous :: IsStack o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackHomogeneous :: (IsStack o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackInterpolateSize :: IsStack o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackInterpolateSize :: (IsStack o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackSidebarStack :: (IsStackSidebar o, IsStack a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackSidebarStack :: (IsStackSidebar o, MonadIO m, IsStack a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackSwitcherIconSize :: IsStackSwitcher o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackSwitcherIconSize :: (IsStackSwitcher o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackSwitcherStack :: (IsStackSwitcher o, IsStack a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackSwitcherStack :: (IsStackSwitcher o, MonadIO m, IsStack a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackTransitionDuration :: IsStack o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackTransitionDuration :: (IsStack o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackTransitionType :: IsStack o => StackTransitionType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackTransitionType :: (IsStack o, MonadIO m) => StackTransitionType -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackVhomogeneous :: IsStack o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackVhomogeneous :: (IsStack o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackVisibleChild :: (IsStack o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackVisibleChild :: (IsStack o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructStackVisibleChildName :: IsStack o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStackVisibleChildName :: (IsStack o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconFile :: IsStatusIcon o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconFile :: (IsStatusIcon o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconGicon :: (IsStatusIcon o, IsIcon a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconGicon :: (IsStatusIcon o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconHasTooltip :: IsStatusIcon o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconHasTooltip :: (IsStatusIcon o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconIconName :: IsStatusIcon o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconIconName :: (IsStatusIcon o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconPixbuf :: (IsStatusIcon o, IsPixbuf a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconPixbuf :: (IsStatusIcon o, MonadIO m, IsPixbuf a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconScreen :: (IsStatusIcon o, IsScreen a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconScreen :: (IsStatusIcon o, MonadIO m, IsScreen a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconStock :: IsStatusIcon o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconStock :: (IsStatusIcon o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconTitle :: IsStatusIcon o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconTitle :: (IsStatusIcon o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconTooltipMarkup :: IsStatusIcon o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconTooltipMarkup :: (IsStatusIcon o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconTooltipText :: IsStatusIcon o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconTooltipText :: (IsStatusIcon o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconVisible :: IsStatusIcon o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStatusIconVisible :: (IsStatusIcon o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructStyleContext :: (IsStyle o, IsStyleContext a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStyleContext :: (IsStyle o, MonadIO m, IsStyleContext a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructStyleContextDirection :: IsStyleContext o => TextDirection -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStyleContextDirection :: (IsStyleContext o, MonadIO m) => TextDirection -> m (GValueConstruct o)
- Data.GI.Gtk: constructStyleContextPaintClock :: (IsStyleContext o, IsFrameClock a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStyleContextPaintClock :: (IsStyleContext o, MonadIO m, IsFrameClock a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructStyleContextParent :: (IsStyleContext o, IsStyleContext a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStyleContextParent :: (IsStyleContext o, MonadIO m, IsStyleContext a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructStyleContextScreen :: (IsStyleContext o, IsScreen a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructStyleContextScreen :: (IsStyleContext o, MonadIO m, IsScreen a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructSwitchActive :: IsSwitch o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSwitchActive :: (IsSwitch o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructSwitchState :: IsSwitch o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructSwitchState :: (IsSwitch o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTableColumnSpacing :: IsTable o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTableColumnSpacing :: (IsTable o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTableHomogeneous :: IsTable o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTableHomogeneous :: (IsTable o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTableNColumns :: IsTable o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTableNColumns :: (IsTable o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTableNRows :: IsTable o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTableNRows :: (IsTable o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTableRowSpacing :: IsTable o => Word32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTableRowSpacing :: (IsTable o, MonadIO m) => Word32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextBufferTagTable :: (IsTextBuffer o, IsTextTagTable a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextBufferTagTable :: (IsTextBuffer o, MonadIO m, IsTextTagTable a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextBufferText :: IsTextBuffer o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextBufferText :: (IsTextBuffer o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextMarkLeftGravity :: IsTextMark o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextMarkLeftGravity :: (IsTextMark o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextMarkName :: IsTextMark o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextMarkName :: (IsTextMark o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagAccumulativeMargin :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagAccumulativeMargin :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackground :: IsTextTag o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagBackground :: (IsTextTag o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackgroundFullHeight :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagBackgroundFullHeight :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackgroundFullHeightSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagBackgroundFullHeightSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackgroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagBackgroundGdk :: (IsTextTag o, MonadIO m) => Color -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackgroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagBackgroundRgba :: (IsTextTag o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackgroundSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagBackgroundSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagDirection :: IsTextTag o => TextDirection -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagDirection :: (IsTextTag o, MonadIO m) => TextDirection -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagEditable :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagEditable :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagEditableSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagEditableSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFallback :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagFallback :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFallbackSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagFallbackSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFamily :: IsTextTag o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagFamily :: (IsTextTag o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFamilySet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagFamilySet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFont :: IsTextTag o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagFont :: (IsTextTag o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFontDesc :: IsTextTag o => FontDescription -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagFontDesc :: (IsTextTag o, MonadIO m) => FontDescription -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFontFeatures :: IsTextTag o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagFontFeatures :: (IsTextTag o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFontFeaturesSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagFontFeaturesSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagForeground :: IsTextTag o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagForeground :: (IsTextTag o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagForegroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagForegroundGdk :: (IsTextTag o, MonadIO m) => Color -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagForegroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagForegroundRgba :: (IsTextTag o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagForegroundSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagForegroundSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagIndent :: IsTextTag o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagIndent :: (IsTextTag o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagIndentSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagIndentSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagInvisible :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagInvisible :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagInvisibleSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagInvisibleSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagJustification :: IsTextTag o => Justification -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagJustification :: (IsTextTag o, MonadIO m) => Justification -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagJustificationSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagJustificationSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLanguage :: IsTextTag o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagLanguage :: (IsTextTag o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLanguageSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagLanguageSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLeftMargin :: IsTextTag o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagLeftMargin :: (IsTextTag o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLeftMarginSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagLeftMarginSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLetterSpacing :: IsTextTag o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagLetterSpacing :: (IsTextTag o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLetterSpacingSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagLetterSpacingSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagName :: IsTextTag o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagName :: (IsTextTag o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagParagraphBackground :: IsTextTag o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagParagraphBackground :: (IsTextTag o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagParagraphBackgroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagParagraphBackgroundGdk :: (IsTextTag o, MonadIO m) => Color -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagParagraphBackgroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagParagraphBackgroundRgba :: (IsTextTag o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagParagraphBackgroundSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagParagraphBackgroundSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsAboveLines :: IsTextTag o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagPixelsAboveLines :: (IsTextTag o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsAboveLinesSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagPixelsAboveLinesSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsBelowLines :: IsTextTag o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagPixelsBelowLines :: (IsTextTag o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsBelowLinesSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagPixelsBelowLinesSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsInsideWrap :: IsTextTag o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagPixelsInsideWrap :: (IsTextTag o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsInsideWrapSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagPixelsInsideWrapSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagRightMargin :: IsTextTag o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagRightMargin :: (IsTextTag o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagRightMarginSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagRightMarginSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagRise :: IsTextTag o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagRise :: (IsTextTag o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagRiseSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagRiseSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagScale :: IsTextTag o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagScale :: (IsTextTag o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagScaleSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagScaleSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagSize :: IsTextTag o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagSize :: (IsTextTag o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagSizePoints :: IsTextTag o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagSizePoints :: (IsTextTag o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagSizeSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagSizeSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStretch :: IsTextTag o => Stretch -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagStretch :: (IsTextTag o, MonadIO m) => Stretch -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStretchSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagStretchSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStrikethrough :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagStrikethrough :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStrikethroughRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagStrikethroughRgba :: (IsTextTag o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStrikethroughRgbaSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagStrikethroughRgbaSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStrikethroughSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagStrikethroughSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStyle :: IsTextTag o => Style -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagStyle :: (IsTextTag o, MonadIO m) => Style -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStyleSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagStyleSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagTabs :: IsTextTag o => TabArray -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagTabs :: (IsTextTag o, MonadIO m) => TabArray -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagTabsSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagTabsSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagUnderline :: IsTextTag o => Underline -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagUnderline :: (IsTextTag o, MonadIO m) => Underline -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagUnderlineRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagUnderlineRgba :: (IsTextTag o, MonadIO m) => RGBA -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagUnderlineRgbaSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagUnderlineRgbaSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagUnderlineSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagUnderlineSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagVariant :: IsTextTag o => Variant -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagVariant :: (IsTextTag o, MonadIO m) => Variant -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagVariantSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagVariantSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagWeight :: IsTextTag o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagWeight :: (IsTextTag o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagWeightSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagWeightSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagWrapMode :: IsTextTag o => WrapMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagWrapMode :: (IsTextTag o, MonadIO m) => WrapMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextTagWrapModeSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextTagWrapModeSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewAcceptsTab :: IsTextView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewAcceptsTab :: (IsTextView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewBottomMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewBottomMargin :: (IsTextView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewBuffer :: (IsTextView o, IsTextBuffer a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewBuffer :: (IsTextView o, MonadIO m, IsTextBuffer a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewCursorVisible :: IsTextView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewCursorVisible :: (IsTextView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewEditable :: IsTextView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewEditable :: (IsTextView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewImModule :: IsTextView o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewImModule :: (IsTextView o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewIndent :: IsTextView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewIndent :: (IsTextView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewInputHints :: IsTextView o => [InputHints] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewInputHints :: (IsTextView o, MonadIO m) => [InputHints] -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewInputPurpose :: IsTextView o => InputPurpose -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewInputPurpose :: (IsTextView o, MonadIO m) => InputPurpose -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewJustification :: IsTextView o => Justification -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewJustification :: (IsTextView o, MonadIO m) => Justification -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewLeftMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewLeftMargin :: (IsTextView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewMonospace :: IsTextView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewMonospace :: (IsTextView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewOverwrite :: IsTextView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewOverwrite :: (IsTextView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewPixelsAboveLines :: IsTextView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewPixelsAboveLines :: (IsTextView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewPixelsBelowLines :: IsTextView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewPixelsBelowLines :: (IsTextView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewPixelsInsideWrap :: IsTextView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewPixelsInsideWrap :: (IsTextView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewPopulateAll :: IsTextView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewPopulateAll :: (IsTextView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewRightMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewRightMargin :: (IsTextView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewTabs :: IsTextView o => TabArray -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewTabs :: (IsTextView o, MonadIO m) => TabArray -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewTopMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewTopMargin :: (IsTextView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTextViewWrapMode :: IsTextView o => WrapMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTextViewWrapMode :: (IsTextView o, MonadIO m) => WrapMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructThemingEngineName :: IsThemingEngine o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructThemingEngineName :: (IsThemingEngine o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructToggleActionActive :: IsToggleAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToggleActionActive :: (IsToggleAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToggleActionDrawAsRadio :: IsToggleAction o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToggleActionDrawAsRadio :: (IsToggleAction o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToggleButtonActive :: IsToggleButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToggleButtonActive :: (IsToggleButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToggleButtonDrawIndicator :: IsToggleButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToggleButtonDrawIndicator :: (IsToggleButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToggleButtonInconsistent :: IsToggleButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToggleButtonInconsistent :: (IsToggleButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToggleToolButtonActive :: IsToggleToolButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToggleToolButtonActive :: (IsToggleToolButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonIconName :: IsToolButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolButtonIconName :: (IsToolButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonIconWidget :: (IsToolButton o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolButtonIconWidget :: (IsToolButton o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonLabel :: IsToolButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolButtonLabel :: (IsToolButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonLabelWidget :: (IsToolButton o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolButtonLabelWidget :: (IsToolButton o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonStockId :: IsToolButton o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolButtonStockId :: (IsToolButton o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonUseUnderline :: IsToolButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolButtonUseUnderline :: (IsToolButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolItemGroupCollapsed :: IsToolItemGroup o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolItemGroupCollapsed :: (IsToolItemGroup o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolItemGroupEllipsize :: IsToolItemGroup o => EllipsizeMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolItemGroupEllipsize :: (IsToolItemGroup o, MonadIO m) => EllipsizeMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolItemGroupHeaderRelief :: IsToolItemGroup o => ReliefStyle -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolItemGroupHeaderRelief :: (IsToolItemGroup o, MonadIO m) => ReliefStyle -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolItemGroupLabel :: IsToolItemGroup o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolItemGroupLabel :: (IsToolItemGroup o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolItemGroupLabelWidget :: (IsToolItemGroup o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolItemGroupLabelWidget :: (IsToolItemGroup o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolItemIsImportant :: IsToolItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolItemIsImportant :: (IsToolItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolItemVisibleHorizontal :: IsToolItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolItemVisibleHorizontal :: (IsToolItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolItemVisibleVertical :: IsToolItem o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolItemVisibleVertical :: (IsToolItem o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolPaletteIconSize :: IsToolPalette o => IconSize -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolPaletteIconSize :: (IsToolPalette o, MonadIO m) => IconSize -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolPaletteIconSizeSet :: IsToolPalette o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolPaletteIconSizeSet :: (IsToolPalette o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolPaletteToolbarStyle :: IsToolPalette o => ToolbarStyle -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolPaletteToolbarStyle :: (IsToolPalette o, MonadIO m) => ToolbarStyle -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolbarIconSize :: IsToolbar o => IconSize -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolbarIconSize :: (IsToolbar o, MonadIO m) => IconSize -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolbarIconSizeSet :: IsToolbar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolbarIconSizeSet :: (IsToolbar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolbarShowArrow :: IsToolbar o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolbarShowArrow :: (IsToolbar o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructToolbarToolbarStyle :: IsToolbar o => ToolbarStyle -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructToolbarToolbarStyle :: (IsToolbar o, MonadIO m) => ToolbarStyle -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeModelFilterChildModel :: (IsTreeModelFilter o, IsTreeModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeModelFilterChildModel :: (IsTreeModelFilter o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeModelFilterVirtualRoot :: IsTreeModelFilter o => TreePath -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeModelFilterVirtualRoot :: (IsTreeModelFilter o, MonadIO m) => TreePath -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeModelSortModel :: (IsTreeModelSort o, IsTreeModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeModelSortModel :: (IsTreeModelSort o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeSelectionMode :: IsTreeSelection o => SelectionMode -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeSelectionMode :: (IsTreeSelection o, MonadIO m) => SelectionMode -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewActivateOnSingleClick :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewActivateOnSingleClick :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnAlignment :: IsTreeViewColumn o => Float -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnAlignment :: (IsTreeViewColumn o, MonadIO m) => Float -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnCellArea :: (IsTreeViewColumn o, IsCellArea a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnCellArea :: (IsTreeViewColumn o, MonadIO m, IsCellArea a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnClickable :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnClickable :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnExpand :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnExpand :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnFixedWidth :: IsTreeViewColumn o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnFixedWidth :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnMaxWidth :: IsTreeViewColumn o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnMaxWidth :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnMinWidth :: IsTreeViewColumn o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnMinWidth :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnReorderable :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnReorderable :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnResizable :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnResizable :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnSizing :: IsTreeViewColumn o => TreeViewColumnSizing -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnSizing :: (IsTreeViewColumn o, MonadIO m) => TreeViewColumnSizing -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnSortColumnId :: IsTreeViewColumn o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnSortColumnId :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnSortIndicator :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnSortIndicator :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnSortOrder :: IsTreeViewColumn o => SortType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnSortOrder :: (IsTreeViewColumn o, MonadIO m) => SortType -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnSpacing :: IsTreeViewColumn o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnSpacing :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnTitle :: IsTreeViewColumn o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnTitle :: (IsTreeViewColumn o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnVisible :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnVisible :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnWidget :: (IsTreeViewColumn o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewColumnWidget :: (IsTreeViewColumn o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewEnableGridLines :: IsTreeView o => TreeViewGridLines -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewEnableGridLines :: (IsTreeView o, MonadIO m) => TreeViewGridLines -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewEnableSearch :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewEnableSearch :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewEnableTreeLines :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewEnableTreeLines :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewExpanderColumn :: (IsTreeView o, IsTreeViewColumn a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewExpanderColumn :: (IsTreeView o, MonadIO m, IsTreeViewColumn a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewFixedHeightMode :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewFixedHeightMode :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewHeadersClickable :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewHeadersClickable :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewHeadersVisible :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewHeadersVisible :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewHoverExpand :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewHoverExpand :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewHoverSelection :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewHoverSelection :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewLevelIndentation :: IsTreeView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewLevelIndentation :: (IsTreeView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewModel :: (IsTreeView o, IsTreeModel a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewModel :: (IsTreeView o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewReorderable :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewReorderable :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewRubberBanding :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewRubberBanding :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewRulesHint :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewRulesHint :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewSearchColumn :: IsTreeView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewSearchColumn :: (IsTreeView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewShowExpanders :: IsTreeView o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewShowExpanders :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewTooltipColumn :: IsTreeView o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructTreeViewTooltipColumn :: (IsTreeView o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructUIManagerAddTearoffs :: IsUIManager o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructUIManagerAddTearoffs :: (IsUIManager o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructViewportShadowType :: IsViewport o => ShadowType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructViewportShadowType :: (IsViewport o, MonadIO m) => ShadowType -> m (GValueConstruct o)
- Data.GI.Gtk: constructVolumeButtonUseSymbolic :: IsVolumeButton o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructVolumeButtonUseSymbolic :: (IsVolumeButton o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetAppPaintable :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetAppPaintable :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetCanDefault :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetCanDefault :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetCanFocus :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetCanFocus :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetDoubleBuffered :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetDoubleBuffered :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetEvents :: IsWidget o => [EventMask] -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetEvents :: (IsWidget o, MonadIO m) => [EventMask] -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetExpand :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetExpand :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetFocusOnClick :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetFocusOnClick :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHalign :: IsWidget o => Align -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetHalign :: (IsWidget o, MonadIO m) => Align -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHasDefault :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetHasDefault :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHasFocus :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetHasFocus :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHasTooltip :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetHasTooltip :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHeightRequest :: IsWidget o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetHeightRequest :: (IsWidget o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHexpand :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetHexpand :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHexpandSet :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetHexpandSet :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetIsFocus :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetIsFocus :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMargin :: IsWidget o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetMargin :: (IsWidget o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginBottom :: IsWidget o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetMarginBottom :: (IsWidget o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginEnd :: IsWidget o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetMarginEnd :: (IsWidget o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginLeft :: IsWidget o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetMarginLeft :: (IsWidget o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginRight :: IsWidget o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetMarginRight :: (IsWidget o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginStart :: IsWidget o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetMarginStart :: (IsWidget o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginTop :: IsWidget o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetMarginTop :: (IsWidget o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetName :: IsWidget o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetName :: (IsWidget o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetNoShowAll :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetNoShowAll :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetOpacity :: IsWidget o => Double -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetOpacity :: (IsWidget o, MonadIO m) => Double -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetParent :: (IsWidget o, IsContainer a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetParent :: (IsWidget o, MonadIO m, IsContainer a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetReceivesDefault :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetReceivesDefault :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetSensitive :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetSensitive :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetStyle :: (IsWidget o, IsStyle a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetStyle :: (IsWidget o, MonadIO m, IsStyle a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetTooltipMarkup :: IsWidget o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetTooltipMarkup :: (IsWidget o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetTooltipText :: IsWidget o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetTooltipText :: (IsWidget o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetValign :: IsWidget o => Align -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetValign :: (IsWidget o, MonadIO m) => Align -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetVexpand :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetVexpand :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetVexpandSet :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetVexpandSet :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetVisible :: IsWidget o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetVisible :: (IsWidget o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWidgetWidthRequest :: IsWidget o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWidgetWidthRequest :: (IsWidget o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowAcceptFocus :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowAcceptFocus :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowApplication :: (IsWindow o, IsApplication a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowApplication :: (IsWindow o, MonadIO m, IsApplication a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowAttachedTo :: (IsWindow o, IsWidget a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowAttachedTo :: (IsWindow o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowDecorated :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowDecorated :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowDefaultHeight :: IsWindow o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowDefaultHeight :: (IsWindow o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowDefaultWidth :: IsWindow o => Int32 -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowDefaultWidth :: (IsWindow o, MonadIO m) => Int32 -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowDeletable :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowDeletable :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowDestroyWithParent :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowDestroyWithParent :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowFocusOnMap :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowFocusOnMap :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowFocusVisible :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowFocusVisible :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowGravity :: IsWindow o => Gravity -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowGravity :: (IsWindow o, MonadIO m) => Gravity -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowHasResizeGrip :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowHasResizeGrip :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowHideTitlebarWhenMaximized :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowHideTitlebarWhenMaximized :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowIcon :: (IsWindow o, IsPixbuf a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowIcon :: (IsWindow o, MonadIO m, IsPixbuf a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowIconName :: IsWindow o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowIconName :: (IsWindow o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowMnemonicsVisible :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowMnemonicsVisible :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowModal :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowModal :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowResizable :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowResizable :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowRole :: IsWindow o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowRole :: (IsWindow o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowScreen :: (IsWindow o, IsScreen a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowScreen :: (IsWindow o, MonadIO m, IsScreen a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowSkipPagerHint :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowSkipPagerHint :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowSkipTaskbarHint :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowSkipTaskbarHint :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowStartupId :: IsWindow o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowStartupId :: (IsWindow o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowTitle :: IsWindow o => Text -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowTitle :: (IsWindow o, MonadIO m) => Text -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowTransientFor :: (IsWindow o, IsWindow a) => a -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowTransientFor :: (IsWindow o, MonadIO m, IsWindow a) => a -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowType :: IsWindow o => WindowType -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowType :: (IsWindow o, MonadIO m) => WindowType -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowTypeHint :: IsWindow o => WindowTypeHint -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowTypeHint :: (IsWindow o, MonadIO m) => WindowTypeHint -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowUrgencyHint :: IsWindow o => Bool -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowUrgencyHint :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)
- Data.GI.Gtk: constructWindowWindowPosition :: IsWindow o => WindowPosition -> IO (GValueConstruct o)
+ Data.GI.Gtk: constructWindowWindowPosition :: (IsWindow o, MonadIO m) => WindowPosition -> m (GValueConstruct o)
Files
- gi-gtk-hs.cabal +2/−2
gi-gtk-hs.cabal view
@@ -1,5 +1,5 @@ name: gi-gtk-hs-version: 0.3.8.0+version: 0.3.8.1 synopsis: A wrapper for gi-gtk, adding a few more idiomatic API parts on top description: A wrapper for gi-gtk, adding a few more idiomatic API parts on top homepage: https://github.com/haskell-gi/gi-gtk-hs@@ -29,7 +29,7 @@ Data.GI.Gtk.ComboBox build-depends: base >= 4.9 && <5,- base-compat >=0.9.0 && <0.11,+ base-compat >=0.9.0 && <0.12, mtl >= 2.1 && <2.3, transformers >=0.3.0.0 && <0.6, containers >=0.5.5.1 && <0.7,