Hoogle Search

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

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

  1. setPadActionEntryMode :: MonadIO m => PadActionEntry -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “mode” field. When overloading is enabled, this is equivalent to

    set padActionEntry [ #mode := value ]
    

  2. setPadActionEntryType :: MonadIO m => PadActionEntry -> PadActionType -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “type” field. When overloading is enabled, this is equivalent to

    set padActionEntry [ #type := value ]
    

  3. setPageRangeEnd :: MonadIO m => PageRange -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “end” field. When overloading is enabled, this is equivalent to

    set pageRange [ #end := value ]
    

  4. setPageRangeStart :: MonadIO m => PageRange -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “start” field. When overloading is enabled, this is equivalent to

    set pageRange [ #start := value ]
    

  5. setPanedPosition :: (MonadIO m, IsPaned o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set paned [ #position := value ]
    

  6. setPanedPositionSet :: (MonadIO m, IsPaned o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set paned [ #positionSet := value ]
    

  7. setPanedWideHandle :: (MonadIO m, IsPaned o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set paned [ #wideHandle := value ]
    

  8. setPlacesSidebarLocalOnly :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #localOnly := value ]
    

  9. setPlacesSidebarLocation :: (MonadIO m, IsPlacesSidebar o, IsFile a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #location := value ]
    

  10. setPlacesSidebarOpenFlags :: (MonadIO m, IsPlacesSidebar o) => o -> [PlacesOpenFlags] -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #openFlags := value ]
    

Page 131 of many | Previous | Next