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. nativeDialogShow :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.NativeDialog

    Shows the dialog on the display, allowing the user to interact with it. 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. Since: 3.20

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

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #showBorder
    

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    get notebook #showTabs
    

  6. notebookGetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.

  7. notebookGetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.

  8. notebookSetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Sets whether a bevel will be drawn around the notebook pages. This only has a visual effect when the tabs are not shown. See notebookSetShowTabs.

  9. notebookSetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Sets whether to show the tabs for the notebook or not.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    set notebook [ #showBorder := value ]
    

Page 319 of many | Previous | Next