Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
clearClassVTableEnumerateProperties :: MonadIO m => ClassVTable -> m ()gi-javascriptcore6 GI.JavaScriptCore.Structs.ClassVTable Set the value of the “enumerate_properties” field to Nothing. When overloading is enabled, this is equivalent to
clear #enumerateProperties
-
gi-javascriptcore6 GI.JavaScriptCore.Structs.ClassVTable Get the value of the “enumerate_properties” field. When overloading is enabled, this is equivalent to
get classVTable #enumerateProperties
-
gi-javascriptcore6 GI.JavaScriptCore.Structs.ClassVTable Set the value of the “enumerate_properties” field. When overloading is enabled, this is equivalent to
set classVTable [ #enumerateProperties := value ]
clearTerminalContextMenuModel :: (MonadIO m, IsTerminal o) => o -> m ()gi-vte GI.Vte.Objects.Terminal Set the value of the “context-menu-model” property to Nothing. When overloading is enabled, this is equivalent to
clear #contextMenuModel
-
gi-vte GI.Vte.Objects.Terminal Construct a GValueConstruct with valid value for the “context-menu-model” property. This is rarely needed directly, but it is used by new.
getTerminalContextMenuModel :: (MonadIO m, IsTerminal o) => o -> m (Maybe MenuModel)gi-vte GI.Vte.Objects.Terminal Get the value of the “context-menu-model” property. When overloading is enabled, this is equivalent to
get terminal #contextMenuModel
setTerminalContextMenuModel :: (MonadIO m, IsTerminal o, IsMenuModel a) => o -> a -> m ()gi-vte GI.Vte.Objects.Terminal Set the value of the “context-menu-model” property. When overloading is enabled, this is equivalent to
set terminal [ #contextMenuModel := value ]
terminalGetContextMenuModel :: (HasCallStack, MonadIO m, IsTerminal a) => a -> m (Maybe MenuModel)gi-vte GI.Vte.Objects.Terminal No description available in the introspection data. Since: 0.76
-
gi-vte GI.Vte.Objects.Terminal Sets model as the context menu model in terminal. Use Nothing to unset the current menu model. Since: 0.76
pattern
GL_INVALID_ENUM :: (Eq a, Num a) => agl Graphics.GL.Core32 No documentation available.