Class: Gtk::GestureStylus
- Inherits:
-
Object
- Object
- Gtk::GestureStylus
- Defined in:
- lib/gtk4/gesture-stylus.rb
Instance Method Summary collapse
Instance Method Details
#backlog ⇒ Object
20 21 22 23 24 25 26 27 |
# File 'lib/gtk4/gesture-stylus.rb', line 20 def backlog have_backlog, backlog = backlog_raw if have_backlog backlog else nil end end |
#backlog_raw ⇒ Object
19 |
# File 'lib/gtk4/gesture-stylus.rb', line 19 alias_method :backlog_raw, :backlog |