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.

  1. menuButtonGetAlwaysShowArrow :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.MenuButton

    Gets whether to show a dropdown arrow even when using an icon or a custom child. Since: 4.4

  2. menuButtonSetAlwaysShowArrow :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

    Sets whether to show a dropdown arrow even when using an icon or a custom child. Since: 4.4

  3. setMenuButtonAlwaysShowArrow :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

    Set the value of the “always-show-arrow” property. When overloading is enabled, this is equivalent to

    set menuButton [ #alwaysShowArrow := value ]
    

  4. getMountOperationIsShowing :: (MonadIO m, IsMountOperation o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.MountOperation

    Get the value of the “is-showing” property. When overloading is enabled, this is equivalent to

    get mountOperation #isShowing
    

  5. mountOperationIsShowing :: (HasCallStack, MonadIO m, IsMountOperation a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.MountOperation

    Returns whether the GtkMountOperation is currently displaying a window.

  6. nativeDialogShow :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m ()

    gi-gtk4 GI.Gtk.Objects.NativeDialog

    Shows the dialog on the display. When the user accepts the state of the dialog the dialog will be automatically hidden and the NativeDialog::response signal will be emitted. Multiple calls while the dialog is visible will be ignored.

  7. constructNotebookShowBorder :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “show-border” property. This is rarely needed directly, but it is used by new.

  8. constructNotebookShowTabs :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “show-tabs” property. This is rarely needed directly, but it is used by new.

  9. getNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    Get the value of the “show-border” property. When overloading is enabled, this is equivalent to

    get notebook #showBorder
    

  10. getNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    Get the value of the “show-tabs” property. When overloading is enabled, this is equivalent to

    get notebook #showTabs
    

Page 345 of many | Previous | Next