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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 658 of many | Previous | Next