Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setMessageDialogSecondaryUseMarkup :: (MonadIO m, IsMessageDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.MessageDialog Set the value of the “secondary-use-markup” property. When overloading is enabled, this is equivalent to
set messageDialog [ #secondaryUseMarkup := value ]
setMessageDialogText :: (MonadIO m, IsMessageDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.MessageDialog Set the value of the “text” property. When overloading is enabled, this is equivalent to
set messageDialog [ #text := value ]
setMessageDialogUseMarkup :: (MonadIO m, IsMessageDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.MessageDialog Set the value of the “use-markup” property. When overloading is enabled, this is equivalent to
set messageDialog [ #useMarkup := value ]
setMountOperationDisplay :: (MonadIO m, IsMountOperation o, IsDisplay a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.MountOperation Set the value of the “display” property. When overloading is enabled, this is equivalent to
set mountOperation [ #display := value ]
setMountOperationParent :: (MonadIO m, IsMountOperation o, IsWindow a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.MountOperation Set the value of the “parent” property. When overloading is enabled, this is equivalent to
set mountOperation [ #parent := value ]
setMultiSelectionModel :: (MonadIO m, IsMultiSelection o, IsListModel a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.MultiSelection Set the value of the “model” property. When overloading is enabled, this is equivalent to
set multiSelection [ #model := value ]
setNativeDialogModal :: (MonadIO m, IsNativeDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.NativeDialog Set the value of the “modal” property. When overloading is enabled, this is equivalent to
set nativeDialog [ #modal := value ]
setNativeDialogTitle :: (MonadIO m, IsNativeDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.NativeDialog Set the value of the “title” property. When overloading is enabled, this is equivalent to
set nativeDialog [ #title := value ]
setNativeDialogTransientFor :: (MonadIO m, IsNativeDialog o, IsWindow a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.NativeDialog Set the value of the “transient-for” property. When overloading is enabled, this is equivalent to
set nativeDialog [ #transientFor := value ]
setNativeDialogVisible :: (MonadIO m, IsNativeDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.NativeDialog Set the value of the “visible” property. When overloading is enabled, this is equivalent to
set nativeDialog [ #visible := value ]