Sha256: 140f7564af8f546f428e1ef60a25080da7ad2b56079a8afa45ae5732dbfcb058

Contents?: true

Size: 250 Bytes

Versions: 7

Compression:

Stored size: 250 Bytes

Contents

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

7 entries across 7 versions & 1 rubygems

Version Path
shoes-swt-4.0.0.pre8 lib/shoes/swt/common/visibility.rb
shoes-swt-4.0.0.pre7 lib/shoes/swt/common/visibility.rb
shoes-swt-4.0.0.pre6 lib/shoes/swt/common/visibility.rb
shoes-swt-4.0.0.pre5 lib/shoes/swt/common/visibility.rb
shoes-swt-4.0.0.pre4 lib/shoes/swt/common/visibility.rb
shoes-swt-4.0.0.pre3 lib/shoes/swt/common/visibility.rb
shoes-swt-4.0.0.pre2 lib/shoes/swt/common/visibility.rb