Hoogle Search
Within Stackage Nightly 2026-06-25 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk-hs Data.GI.Gtk Set the value of the “get_path_for_child” field. When overloading is enabled, this is equivalent to
set containerClass [ #getPathForChild := value ]
-
gi-gtk-hs Data.GI.Gtk Set the value of the “remove” field. When overloading is enabled, this is equivalent to
set containerClass [ #remove := value ]
-
gi-gtk-hs Data.GI.Gtk Set the value of the “set_child_property” field. When overloading is enabled, this is equivalent to
set containerClass [ #setChildProperty := value ]
-
gi-gtk-hs Data.GI.Gtk Set the value of the “set_focus_child” field. When overloading is enabled, this is equivalent to
set containerClass [ #setFocusChild := value ]
setContainerResizeMode :: (MonadIO m, IsContainer o) => o -> ResizeMode -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “resize-mode” property. When overloading is enabled, this is equivalent to
set container [ #resizeMode := value ]
setDebugFlags :: (HasCallStack, MonadIO m) => Word32 -> m ()gi-gtk-hs Data.GI.Gtk Sets the GTK+ debug flags.
setEntryActivatesDefault :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “activates-default” property. When overloading is enabled, this is equivalent to
set entry [ #activatesDefault := value ]
setEntryAttributes :: (MonadIO m, IsEntry o) => o -> AttrList -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “attributes” property. When overloading is enabled, this is equivalent to
set entry [ #attributes := value ]
setEntryBuffer :: (MonadIO m, IsEntry o, IsEntryBuffer a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “buffer” property. When overloading is enabled, this is equivalent to
set entry [ #buffer := value ]
setEntryBufferMaxLength :: (MonadIO m, IsEntryBuffer o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “max-length” property. When overloading is enabled, this is equivalent to
set entryBuffer [ #maxLength := value ]