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.

  1. 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).

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

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

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

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

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

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

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

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

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

Page 332 of many | Previous | Next