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

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

    set notebook [ #showTabs := value ]
    

  6. type PlacesSidebarShowConnectToServerCallback = IO ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Deprecated: (Since version 3.18)use the PlacesSidebar::showOtherLocations signalto connect to network servers.

  7. type PlacesSidebarShowEnterLocationCallback = IO ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    The places sidebar emits this signal when it needs the calling application to present an way to directly enter a location. For example, the application may bring up a dialog box asking for a URL like "http://http.example.com". Since: 3.14

  8. type PlacesSidebarShowErrorMessageCallback = Text -> Text -> IO ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    The places sidebar emits this signal when it needs the calling application to present an error message. Most of these messages refer to mounting or unmounting media, for example, when a drive cannot be started for some reason. Since: 3.10

  9. type PlacesSidebarShowOtherLocationsCallback = IO ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Deprecated: (Since version 3.20)use the PlacesSidebar::showOtherLocationsWithFlagswhich includes the open flags in order to allow the user to specify to openin a new tab or window, in a similar way than PlacesSidebar::openLocation

  10. type PlacesSidebarShowOtherLocationsWithFlagsCallback = [PlacesOpenFlags] -> IO ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    The places sidebar emits this signal when it needs the calling application to present a way to show other locations e.g. drives and network access points. For example, the application may bring up a page showing persistent volumes and discovered network addresses. Since: 3.20

Page 319 of many | Previous | Next