Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. wrap_WidgetClassShowHelpFieldCallback :: Maybe (Ptr (FunPtr C_WidgetClassShowHelpFieldCallback)) -> WidgetClassShowHelpFieldCallback -> C_WidgetClassShowHelpFieldCallback

    gi-gtk3 GI.Gtk.Callbacks

    Wrap a WidgetClassShowHelpFieldCallback into a C_WidgetClassShowHelpFieldCallback.

  2. CalendarDisplayOptionsShowDayNames :: CalendarDisplayOptions

    gi-gtk3 GI.Gtk.Flags

    Specifies that three letter day descriptions should be present.

  3. CalendarDisplayOptionsShowDetails :: CalendarDisplayOptions

    gi-gtk3 GI.Gtk.Flags

    Just show an indicator, not the full details text when details are provided. See calendarSetDetailFunc.

  4. CalendarDisplayOptionsShowHeading :: CalendarDisplayOptions

    gi-gtk3 GI.Gtk.Flags

    Specifies that the month and year should be displayed.

  5. CalendarDisplayOptionsShowWeekNumbers :: CalendarDisplayOptions

    gi-gtk3 GI.Gtk.Flags

    Displays each week numbers of the current year, down the left side of the calendar.

  6. StyleContextPrintFlagsShowStyle :: StyleContextPrintFlags

    gi-gtk3 GI.Gtk.Flags

    Show the values of the CSS properties for each node

  7. constructFileChooserShowHidden :: (IsFileChooser o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

  8. fileChooserGetShowHidden :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

    Gets whether hidden files and folders are displayed in the file selector. See fileChooserSetShowHidden. Since: 2.6

  9. fileChooserSetShowHidden :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

    Sets whether hidden files and folders are displayed in the file selector. Since: 2.6

  10. getFileChooserShowHidden :: (MonadIO m, IsFileChooser o) => o -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

    get fileChooser #showHidden
    

Page 304 of many | Previous | Next