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

    gi-gtk-hs Data.GI.Gtk

    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-gtk-hs Data.GI.Gtk

    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-gtk-hs Data.GI.Gtk

    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-gtk-hs Data.GI.Gtk

    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-gtk-hs Data.GI.Gtk

    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-gtk-hs Data.GI.Gtk

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

    set numerableIcon [ #styleContext := value ]
    

  7. setOrientableOrientation :: (MonadIO m, IsOrientable o) => o -> Orientation -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set orientable [ #orientation := value ]
    

  8. setPadActionEntryActionName :: MonadIO m => PadActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set padActionEntry [ #actionName := value ]
    

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

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

Page 130 of many | Previous | Next