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.
-
gi-gtk3 GI.Gtk.Callbacks Wrap a WidgetClassShowHelpFieldCallback into a C_WidgetClassShowHelpFieldCallback.
CalendarDisplayOptionsShowDayNames :: CalendarDisplayOptionsgi-gtk3 GI.Gtk.Flags Specifies that three letter day descriptions should be present.
CalendarDisplayOptionsShowDetails :: CalendarDisplayOptionsgi-gtk3 GI.Gtk.Flags Just show an indicator, not the full details text when details are provided. See calendarSetDetailFunc.
CalendarDisplayOptionsShowHeading :: CalendarDisplayOptionsgi-gtk3 GI.Gtk.Flags Specifies that the month and year should be displayed.
CalendarDisplayOptionsShowWeekNumbers :: CalendarDisplayOptionsgi-gtk3 GI.Gtk.Flags Displays each week numbers of the current year, down the left side of the calendar.
StyleContextPrintFlagsShowStyle :: StyleContextPrintFlagsgi-gtk3 GI.Gtk.Flags Show the values of the CSS properties for each node
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.
fileChooserGetShowHidden :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Boolgi-gtk3 GI.Gtk.Interfaces.FileChooser Gets whether hidden files and folders are displayed in the file selector. See fileChooserSetShowHidden. Since: 2.6
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
getFileChooserShowHidden :: (MonadIO m, IsFileChooser o) => o -> m Boolgi-gtk3 GI.Gtk.Interfaces.FileChooser Get the value of the “show-hidden” property. When overloading is enabled, this is equivalent to
get fileChooser #showHidden