Sha256: 07f0d132d70953cf40b4cc3baad4157b45079117e786011f9b2b40b3859ae5ee
Contents?: true
Size: 321 Bytes
Versions: 4
Compression:
Stored size: 321 Bytes
Contents
# frozen_string_literal: true class Shoes module Swt module Common module PainterUpdatesPosition # No-op. This object manages its own position with its own painter. The # painter is triggered automatically in the event loop. def update_position end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems