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.
PropagationPhaseTarget :: PropagationPhasegi-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.
-
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.
PlacesOpenFlagsNewTab :: PlacesOpenFlagsgi-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.
PlacesOpenFlagsNewWindow :: PlacesOpenFlagsgi-gtk3 GI.Gtk.Flags Similar to gTKPLACESOPENNEWTAB, but indicates that the application can open folders in new windows.
PlacesOpenFlagsNormal :: PlacesOpenFlagsgi-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.
module GI.Gtk.Interfaces.
PrintOperationPreview No description available in the introspection data.
-
gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview Memory-managed wrapper type.
PrintOperationPreview :: ManagedPtr PrintOperationPreview -> PrintOperationPreviewgi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview No documentation available.
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.
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.