Hoogle Search

Within Stackage Nightly 2026-06-28 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setMountOperationParent :: (MonadIO m, IsMountOperation o, IsWindow a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “parent” property. When overloading is enabled, this is equivalent to

    set mountOperation [ #parent := value ]
    

  2. setMountOperationScreen :: (MonadIO m, IsMountOperation o, IsScreen a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “screen” property. When overloading is enabled, this is equivalent to

    set mountOperation [ #screen := value ]
    

  3. setNativeDialogModal :: (MonadIO m, IsNativeDialog o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “modal” property. When overloading is enabled, this is equivalent to

    set nativeDialog [ #modal := value ]
    

  4. setNativeDialogTitle :: (MonadIO m, IsNativeDialog o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “title” property. When overloading is enabled, this is equivalent to

    set nativeDialog [ #title := value ]
    

  5. setNativeDialogTransientFor :: (MonadIO m, IsNativeDialog o, IsWindow a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “transient-for” property. When overloading is enabled, this is equivalent to

    set nativeDialog [ #transientFor := value ]
    

  6. setNativeDialogVisible :: (MonadIO m, IsNativeDialog o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “visible” property. When overloading is enabled, this is equivalent to

    set nativeDialog [ #visible := value ]
    

  7. setNotebookEnablePopup :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “enable-popup” property. When overloading is enabled, this is equivalent to

    set notebook [ #enablePopup := value ]
    

  8. setNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “group-name” property. When overloading is enabled, this is equivalent to

    set notebook [ #groupName := value ]
    

  9. setNotebookPage :: (MonadIO m, IsNotebook o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “page” property. When overloading is enabled, this is equivalent to

    set notebook [ #page := value ]
    

  10. setNotebookScrollable :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “scrollable” property. When overloading is enabled, this is equivalent to

    set notebook [ #scrollable := value ]
    

Page 131 of many | Previous | Next