Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. showUriOnWindow :: (HasCallStack, MonadIO m, IsWindow a) => Maybe a -> Text -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Functions

    This is a convenience function for launching the default application to show the uri. The uri must be of a form understood by GIO (i.e. you need to install gvfs to get support for uri schemes such as http:// or ftp://, as only local files are handled by GIO itself). Typical examples are * file:///home/gnome/pict.jpg * http://www.gnome.org * mailto:[email protected] Ideally the timestamp is taken from the event triggering the showUri call. If timestamp is not known you can take CURRENT_TIME. This is the recommended call to be used as it passes information necessary for sandbox helpers to parent their dialogs properly. Since: 3.22

  2. showUri :: (HasCallStack, MonadIO m, IsWindow a) => Maybe a -> Text -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Functions

    Deprecated: (Since version 4.10)Use fileLauncherLaunch oruriLauncherLaunch instead

  3. showUriFull :: (HasCallStack, MonadIO m, IsWindow a, IsCancellable b) => Maybe a -> Text -> Word32 -> Maybe b -> Maybe AsyncReadyCallback -> m ()

    gi-gtk4 GI.Gtk.Functions

    Deprecated: (Since version 4.10)Use fileLauncherLaunch oruriLauncherLaunch instead

  4. showUriFullFinish :: (HasCallStack, MonadIO m, IsWindow a, IsAsyncResult b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Functions

    Deprecated: (Since version 4.10)Use fileLauncherLaunchFinish oruriLauncherLaunchFinish instead

  5. showVariable :: VariableDefinition -> String

    graphql Language.GraphQL.AST.Document

    No documentation available.

  6. showVariableName :: VariableDefinition -> String

    graphql Language.GraphQL.AST.Document

    No documentation available.

  7. showNonNullListType :: Show a => a -> String

    graphql Language.GraphQL.Type

    No documentation available.

  8. showNonNullType :: Show a => a -> String

    graphql Language.GraphQL.Type

    No documentation available.

  9. showHelp :: WidgetClass self => Signal self (WidgetHelpType -> IO Bool)

    gtk Graphics.UI.Gtk.Abstract.Widget

    Tell the widget to show an explanatory help text. Should return True if help has been shown.

  10. showSignal :: WidgetClass self => Signal self (IO ())

    gtk Graphics.UI.Gtk.Abstract.Widget

    The widget is shown.

Page 114 of many | Previous | Next