Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

  4. type PlacesSidebarUnmountCallback = MountOperation -> IO ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    The places sidebar emits this signal when it starts a new operation because the user for example ejected some drive or unmounted a mount. In this way the application using the PlacesSidebar can track the progress of the operation and, for example, show a notification. Since: 3.20

  5. module GI.Gtk.Objects.Plug

    Together with Socket, Plug provides the ability to embed widgets from one process into another process in a fashion that is transparent to the user. One process creates a Socket widget and passes the ID of that widget’s window to the other process, which then creates a Plug with that window ID. Any widgets contained in the Plug then will appear inside the first application’s window. The communication between a Socket and a Plug follows the XEmbed Protocol. This protocol has also been implemented in other toolkits, e.g. Qt, allowing the same level of integration when embedding a Qt widget in GTK+ or vice versa. The Plug and Socket widgets are only available when GTK+ is compiled for the X11 platform and GDK_WINDOWING_X11 is defined. They can only be used on a GdkX11Display. To use Plug and Socket, you need to include the gtk/gtkx.h header.

  6. newtype Plug

    gi-gtk3 GI.Gtk.Objects.Plug

    Memory-managed wrapper type.

  7. Plug :: ManagedPtr Plug -> Plug

    gi-gtk3 GI.Gtk.Objects.Plug

    No documentation available.

  8. type PlugEmbeddedCallback = IO ()

    gi-gtk3 GI.Gtk.Objects.Plug

    Gets emitted when the plug becomes embedded in a socket.

  9. module GI.Gtk.Objects.PlugAccessible

    No description available in the introspection data. Since: 3.24.30

  10. newtype PlugAccessible

    gi-gtk3 GI.Gtk.Objects.PlugAccessible

    Memory-managed wrapper type.

Page 863 of many | Previous | Next