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. PropagationPhaseTarget :: PropagationPhase

    gi-gtk3 GI.Gtk.Enums

    Events are delivered in the default widget event handlers, note that widget implementations must chain up on button, motion, touch and grab broken handlers for controllers in this phase to be run.

  2. data PlacesOpenFlags

    gi-gtk3 GI.Gtk.Flags

    These flags serve two purposes. First, the application can call placesSidebarSetOpenFlags using these flags as a bitmask. This tells the sidebar that the application is able to open folders selected from the sidebar in various ways, for example, in new tabs or in new windows in addition to the normal mode. Second, when one of these values gets passed back to the application in the PlacesSidebar::openLocation signal, it means that the application should open the selected location in the normal way, in a new tab, or in a new window. The sidebar takes care of determining the desired way to open the location, based on the modifier keys that the user is pressing at the time the selection is made. If the application never calls placesSidebarSetOpenFlags, then the sidebar will only use GTK_PLACES_OPEN_NORMAL in the PlacesSidebar::openLocation signal. This is the default mode of operation.

  3. PlacesOpenFlagsNewTab :: PlacesOpenFlags

    gi-gtk3 GI.Gtk.Flags

    When passed to placesSidebarSetOpenFlags, this indicates that the application can open folders selected from the sidebar in new tabs. This value will be passed to the PlacesSidebar::openLocation signal when the user selects that a location be opened in a new tab instead of in the standard fashion.

  4. PlacesOpenFlagsNewWindow :: PlacesOpenFlags

    gi-gtk3 GI.Gtk.Flags

    Similar to gTKPLACESOPENNEWTAB, but indicates that the application can open folders in new windows.

  5. PlacesOpenFlagsNormal :: PlacesOpenFlags

    gi-gtk3 GI.Gtk.Flags

    This is the default mode that PlacesSidebar uses if no other flags are specified. It indicates that the calling application should open the selected location in the normal way, for example, in the folder view beside the sidebar.

  6. module GI.Gtk.Interfaces.PrintOperationPreview

    No description available in the introspection data.

  7. newtype PrintOperationPreview

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    Memory-managed wrapper type.

  8. PrintOperationPreview :: ManagedPtr PrintOperationPreview -> PrintOperationPreview

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    No documentation available.

  9. type PrintOperationPreviewGotPageSizeCallback = PrintContext -> PageSetup -> IO ()

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    The gotPageSize signal is emitted once for each page that gets rendered to the preview. A handler for this signal should update the context according to pageSetup and set up a suitable cairo context, using printContextSetCairoContext.

  10. type PrintOperationPreviewReadyCallback = PrintContext -> IO ()

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    The ready signal gets emitted once per preview operation, before the first page is rendered. A handler for this signal can be used for setup tasks.

Page 859 of many | Previous | Next