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.
widgetShowAll :: (HasCallStack, MonadIO m, IsWidget a) => a -> m ()gi-gtk3 GI.Gtk.Objects.Widget Recursively shows a widget, and any child widgets (if the widget is a container).
widgetShowNow :: (HasCallStack, MonadIO m, IsWidget a) => a -> m ()gi-gtk3 GI.Gtk.Objects.Widget Shows a widget. If the widget is an unmapped toplevel widget (i.e. a Window that has not yet been shown), enter the main loop and wait for the window to actually be mapped. Be careful; because the main loop is running, anything can happen during this function.
windowReshowWithInitialSize :: (HasCallStack, MonadIO m, IsWindow a) => a -> m ()gi-gtk3 GI.Gtk.Objects.Window Deprecated: (Since version 3.10)GUI builders can call widgetHide,widgetUnrealize and then widgetShow on windowthemselves, if they still need this functionality.
clearWidgetClassShow :: MonadIO m => WidgetClass -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “show” field to Nothing. When overloading is enabled, this is equivalent to
clear #show
clearWidgetClassShowAll :: MonadIO m => WidgetClass -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “show_all” field to Nothing. When overloading is enabled, this is equivalent to
clear #showAll
clearWidgetClassShowHelp :: MonadIO m => WidgetClass -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “show_help” field to Nothing. When overloading is enabled, this is equivalent to
clear #showHelp
getWidgetClassShow :: MonadIO m => WidgetClass -> m (Maybe WidgetClassShowFieldCallback)gi-gtk3 GI.Gtk.Structs.WidgetClass Get the value of the “show” field. When overloading is enabled, this is equivalent to
get widgetClass #show
getWidgetClassShowAll :: MonadIO m => WidgetClass -> m (Maybe WidgetClassShowAllFieldCallback)gi-gtk3 GI.Gtk.Structs.WidgetClass Get the value of the “show_all” field. When overloading is enabled, this is equivalent to
get widgetClass #showAll
getWidgetClassShowHelp :: MonadIO m => WidgetClass -> m (Maybe WidgetClassShowHelpFieldCallback)gi-gtk3 GI.Gtk.Structs.WidgetClass Get the value of the “show_help” field. When overloading is enabled, this is equivalent to
get widgetClass #showHelp
setWidgetClassShow :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassShowFieldCallback -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “show” field. When overloading is enabled, this is equivalent to
set widgetClass [ #show := value ]