struct Gtk::TextView::SelectAllSignal

Overview

Gets emitted to select or unselect the complete contents of the text view.

The ::select-all signal is a keybinding signal.

The default bindings for this signal are Ctrl-a and Ctrl-/ for selecting and Shift-Ctrl-a and Ctrl-</kbd> for unselecting.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/text_view.cr

Instance Method Summary

Instance methods inherited from struct GObject::Signal

[](detail : String) : self [], name : String name

Constructor methods inherited from struct GObject::Signal

new(source : GObject::Object, detail : Nil | String = nil) new

Instance Method Detail

def connect(*, after : Bool = false, &block : Proc(Bool, Nil)) : GObject::SignalConnection #

[View source]
def connect(handler : Proc(Bool, Nil), *, after : Bool = false) : GObject::SignalConnection #

[View source]
def connect(handler : Proc(Gtk::TextView, Bool, Nil), *, after : Bool = false) : GObject::SignalConnection #

[View source]
def emit(select _select : Bool) : Nil #

[View source]
def name : String #
Description copied from struct GObject::Signal

The signal name


[View source]