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