Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. setTextSelectionEndOffset :: MonadIO m => TextSelection -> Int32 -> m ()

    gi-atk GI.Atk.Structs.TextSelection

    Set the value of the “end_offset” field. When overloading is enabled, this is equivalent to

    set textSelection [ #endOffset := value ]
    

  2. pattern KEY_VendorHome :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  3. constructDeviceVendorId :: (IsDevice o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gdk3 GI.Gdk.Objects.Device

    Construct a GValueConstruct with valid value for the “vendor-id” property. This is rarely needed directly, but it is used by new.

  4. deviceGetVendorId :: (HasCallStack, MonadIO m, IsDevice a) => a -> m (Maybe Text)

    gi-gdk3 GI.Gdk.Objects.Device

    Returns the vendor ID of this device, or Nothing if this information couldn't be obtained. This ID is retrieved from the device, and is thus constant for it. This function, together with deviceGetProductId, can be used to eg. compose Settings paths to store settings for this device.

    C code

    static GSettings *
    get_device_settings (GdkDevice *device)
    {
    const gchar *vendor, *product;
    GSettings *settings;
    GdkDevice *device;
    gchar *path;
    
    vendor = gdk_device_get_vendor_id (device);
    product = gdk_device_get_product_id (device);
    
    path = g_strdup_printf ("/org/example/app/devices/%s:%s/", vendor, product);
    settings = g_settings_new_with_path (DEVICE_SCHEMA, path);
    g_free (path);
    
    return settings;
    }
    
    Since: 3.16

  5. getDeviceVendorId :: (MonadIO m, IsDevice o) => o -> m (Maybe Text)

    gi-gdk3 GI.Gdk.Objects.Device

    Get the value of the “vendor-id” property. When overloading is enabled, this is equivalent to

    get device #vendorId
    

  6. isEndOfParserInput :: forall (m :: Type -> Type) a . (Monad m, ParserInput a) => Parser a m Bool

    pipes-attoparsec Pipes.Attoparsec

    Like isEndOfInput, except that it also consumes and discards leading empty chunks.

  7. appendonly :: MonadManaged managed => FilePath -> managed Handle

    turtle Turtle.Prelude

    Acquire a Managed append-only Handle from a FilePath

  8. backendOptions :: FormData a -> BackEnd a

    webgear-core WebGear.Core.MIMETypes

    No documentation available.

  9. pEndOfInput :: forall (m :: Type -> Type) . Applicative m => ParserT m ()

    xmlbf Xmlbf

    Succeeds if all of the elements, attributes and text nodes have been consumed.

  10. data LegendOrientation

    Chart Graphics.Rendering.Chart.Legend

    Legends can be constructed in two orientations: in rows (where we specify the maximum number of columns), and in columns (where we specify the maximum number of rows)

Page 29 of many | Previous | Next