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

    gi-gtk-hs Data.GI.Gtk

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

    set notebook [ #showBorder := value ]
    

  2. setNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set notebook [ #showTabs := value ]
    

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

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

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

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

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

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

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

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

Page 132 of many | Previous | Next