Sha256: 2de2991dd94762471f6da7d2d78d5a116006320743d5ce42b02f980f3bb87471

Contents?: true

Size: 280 Bytes

Versions: 4

Compression:

Stored size: 280 Bytes

Contents

# frozen_string_literal: true
class Shoes
  module Swt
    module Common
      module Visibility
        def update_visibility
          if @real && @real.respond_to?(:set_visible)
            @real.set_visible(@dsl.visible?)
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shoes-swt-4.0.0.pre12 lib/shoes/swt/common/visibility.rb
shoes-swt-4.0.0.pre11 lib/shoes/swt/common/visibility.rb
shoes-swt-4.0.0.pre10 lib/shoes/swt/common/visibility.rb
shoes-swt-4.0.0.pre9 lib/shoes/swt/common/visibility.rb