Hoogle Search

Within LTS Haskell 24.11 (ghc-9.10.2)

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

  1. SettingsMenu :: HumanCmd

    LambdaHack Game.LambdaHack.Client.UI.HumanCmd

    No documentation available.

  2. SetFlag :: Flag -> Aspect

    LambdaHack Game.LambdaHack.Content.ItemKind

    item feature

  3. module Distribution.Solver.Types.Settings

    No documentation available.

  4. SetColumn :: ColumnType -> ColumnType

    cql Database.CQL.Protocol

    No documentation available.

  5. SetKeyspaceResult :: Keyspace -> Result k a b

    cql Database.CQL.Protocol

    No documentation available.

  6. SetColumn :: ColumnType -> ColumnType

    cql Database.CQL.Protocol.Internal

    No documentation available.

  7. SetKeyspaceResult :: Keyspace -> Result k a b

    cql Database.CQL.Protocol.Internal

    No documentation available.

  8. module GI.Gtk.Objects.Settings

    GtkSettings provide a mechanism to share global settings between applications. On the X window system, this sharing is realized by an XSettings manager that is usually part of the desktop environment, along with utilities that let the user change these settings. In the absence of an Xsettings manager, GTK+ reads default values for settings from settings.ini files in /etc/gtk-3.0, $XDG_CONFIG_DIRS/gtk-3.0 and $XDG_CONFIG_HOME/gtk-3.0. These files must be valid key files (see KeyFile), and have a section called Settings. Themes can also provide default values for settings by installing a settings.ini file next to their gtk.css file. Applications can override system-wide settings by setting the property of the GtkSettings object with g_object_set(). This should be restricted to special cases though; GtkSettings are not meant as an application configuration facility. When doing so, you need to be aware that settings that are specific to individual widgets may not be available before the widget type has been realized at least once. The following example demonstrates a way to do this:

    C code

    gtk_init (&argc, &argv);
    
    // make sure the type is realized
    g_type_class_unref (g_type_class_ref (GTK_TYPE_IMAGE_MENU_ITEM));
    
    g_object_set (gtk_settings_get_default (), "gtk-enable-animations", FALSE, NULL);
    
    There is one GtkSettings instance per screen. It can be obtained with settingsGetForScreen, but in many cases, it is more convenient to use widgetGetSettings. settingsGetDefault returns the GtkSettings instance for the default screen.

  9. newtype Settings

    gi-gtk3 GI.Gtk.Objects.Settings

    Memory-managed wrapper type.

  10. Settings :: ManagedPtr Settings -> Settings

    gi-gtk3 GI.Gtk.Objects.Settings

    No documentation available.

Page 48 of many | Previous | Next