Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setTreeViewShowExpanders :: (MonadIO m, IsTreeView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TreeView Set the value of the “show-expanders” property. When overloading is enabled, this is equivalent to
set treeView [ #showExpanders := value ]
treeViewGetShowExpanders :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.TreeView Deprecated: (Since version 4.10)Use ListView or ColumnView instead
treeViewSetShowExpanders :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TreeView Deprecated: (Since version 4.10)Use ListView or ColumnView instead
type
WidgetShowCallback = IO ()gi-gtk4 GI.Gtk.Objects.Widget Emitted when widget is shown.
-
gi-gtk4 GI.Gtk.Objects.Widget Connect a signal handler for the show signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after widget #show callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk4 GI.Gtk.Objects.Widget Connect a signal handler for the show signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on widget #show callback
widgetShow :: (HasCallStack, MonadIO m, IsWidget a) => a -> m ()gi-gtk4 GI.Gtk.Objects.Widget Deprecated: (Since version 4.10)Use widgetSetVisible instead
clearWidgetClassShow :: MonadIO m => WidgetClass -> m ()gi-gtk4 GI.Gtk.Structs.WidgetClass Set the value of the “show” field to Nothing. When overloading is enabled, this is equivalent to
clear #show
getWidgetClassShow :: MonadIO m => WidgetClass -> m (Maybe WidgetClassShowFieldCallback)gi-gtk4 GI.Gtk.Structs.WidgetClass Get the value of the “show” field. When overloading is enabled, this is equivalent to
get widgetClass #show
setWidgetClassShow :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassShowFieldCallback -> m ()gi-gtk4 GI.Gtk.Structs.WidgetClass Set the value of the “show” field. When overloading is enabled, this is equivalent to
set widgetClass [ #show := value ]