Sha256: 6c3e5476e6d98cfdd5020e31ec97e724128781dd02c84533216aa0413df1d7f5

Contents?: true

Size: 439 Bytes

Versions: 8

Compression:

Stored size: 439 Bytes

Contents

class Shoes
  module Swt
    class Check < CheckButton
      # Create a check box
      #
      # @param [Shoes::Button] dsl The Shoes DSL check box this represents
      # @param [::Swt::Widgets::Composite] parent The parent element of this button
      # @param [Proc] blk The block of code to call when this button is activated
      def initialize(dsl, parent)
        super(dsl, parent, ::Swt::SWT::CHECK)
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

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