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.
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 ]
type
PlacesSidebarShowConnectToServerCallback = IO ()gi-gtk3 GI.Gtk.Objects.PlacesSidebar Deprecated: (Since version 3.18)use the PlacesSidebar::showOtherLocations signalto connect to network servers.
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
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
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
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
type
PlacesSidebarShowStarredLocationCallback = [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 the starred files. In GNOME, starred files are implemented by setting the nao:predefined-tag-favorite tag in the tracker database. Since: 3.22.26
-
gi-gtk3 GI.Gtk.Objects.PlacesSidebar Connect a signal handler for the showConnectToServer signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after placesSidebar #showConnectToServer callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk3 GI.Gtk.Objects.PlacesSidebar Connect a signal handler for the showEnterLocation signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after placesSidebar #showEnterLocation callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk3 GI.Gtk.Objects.PlacesSidebar Connect a signal handler for the showErrorMessage signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after placesSidebar #showErrorMessage callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.