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. setNotebookTabPos :: (MonadIO m, IsNotebook o) => o -> PositionType -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    set notebook [ #tabPos := value ]
    

  2. setNumerableIconBackgroundIcon :: (MonadIO m, IsNumerableIcon o, IsIcon a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

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

    set numerableIcon [ #backgroundIcon := value ]
    

  3. setNumerableIconBackgroundIconName :: (MonadIO m, IsNumerableIcon o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

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

    set numerableIcon [ #backgroundIconName := value ]
    

  4. setNumerableIconCount :: (MonadIO m, IsNumerableIcon o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

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

    set numerableIcon [ #count := value ]
    

  5. setNumerableIconLabel :: (MonadIO m, IsNumerableIcon o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

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

    set numerableIcon [ #label := value ]
    

  6. setNumerableIconStyleContext :: (MonadIO m, IsNumerableIcon o, IsStyleContext a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

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

    set numerableIcon [ #styleContext := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Paned

    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-gtk3 GI.Gtk.Objects.Paned

    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-gtk3 GI.Gtk.Objects.Paned

    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-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    set placesSidebar [ #localOnly := value ]
    

Page 530 of many | Previous | Next