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.
constructCompletionSelectOnShow :: (IsCompletion o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtksource5 GI.GtkSource.Objects.Completion Construct a GValueConstruct with valid value for the “select-on-show” property. This is rarely needed directly, but it is used by new.
constructCompletionShowIcons :: (IsCompletion o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtksource5 GI.GtkSource.Objects.Completion Construct a GValueConstruct with valid value for the “show-icons” property. This is rarely needed directly, but it is used by new.
getCompletionSelectOnShow :: (MonadIO m, IsCompletion o) => o -> m Boolgi-gtksource5 GI.GtkSource.Objects.Completion Get the value of the “select-on-show” property. When overloading is enabled, this is equivalent to
get completion #selectOnShow
getCompletionShowIcons :: (MonadIO m, IsCompletion o) => o -> m Boolgi-gtksource5 GI.GtkSource.Objects.Completion Get the value of the “show-icons” property. When overloading is enabled, this is equivalent to
get completion #showIcons
-
gi-gtksource5 GI.GtkSource.Objects.Completion Connect a signal handler for the show signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on completion #show callback
setCompletionSelectOnShow :: (MonadIO m, IsCompletion o) => o -> Bool -> m ()gi-gtksource5 GI.GtkSource.Objects.Completion Set the value of the “select-on-show” property. When overloading is enabled, this is equivalent to
set completion [ #selectOnShow := value ]
setCompletionShowIcons :: (MonadIO m, IsCompletion o) => o -> Bool -> m ()gi-gtksource5 GI.GtkSource.Objects.Completion Set the value of the “show-icons” property. When overloading is enabled, this is equivalent to
set completion [ #showIcons := value ]
type
ViewShowCompletionCallback = IO ()gi-gtksource5 GI.GtkSource.Objects.View The signal is a key binding signal which gets emitted when the user requests a completion, by pressing <keycombo><keycap>Control</keycap><keycap>space</keycap></keycombo>. This will create a [classcompletionContext] with the activation type as CompletionActivationUserRequested. Applications should not connect to it, but may emit it with GObject.signal_emit_by_name if they need to activate the completion by another means, for example with another key binding or a menu entry.
-
gi-gtksource5 GI.GtkSource.Objects.View Connect a signal handler for the showCompletion signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after view #showCompletion callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. constructViewShowLineMarks :: (IsView o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtksource5 GI.GtkSource.Objects.View Construct a GValueConstruct with valid value for the “show-line-marks” property. This is rarely needed directly, but it is used by new.