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. setPadActionEntryIndex :: MonadIO m => PadActionEntry -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set padActionEntry [ #index := value ]
    

  2. setPadActionEntryLabel :: MonadIO m => PadActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set padActionEntry [ #label := value ]
    

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

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

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

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

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

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

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

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

Page 133 of many | Previous | Next