Method: MG::CheckBox#initialize

Defined in:
doc/API_reference.rb

#initialize(background, cross) ⇒ CheckBox

Creates a new CheckBox widget.

Parameters:

  • background (String)

    a background texture name.

  • cross (String)

    a cross texture name.



1541
# File 'doc/API_reference.rb', line 1541

def initialize(background, cross); end