Method: Fox::FXCheckButton#initialize

Defined in:
rdoc-sources/FXCheckButton.rb

#initialize(parent, text, target = nil, selector = 0, opts = CHECKBUTTON_NORMAL, x = 0, y = 0, width = 0, height = 0, padLeft = DEFAULT_PAD, padRight = DEFAULT_PAD, padTop = DEFAULT_PAD, padBottom = DEFAULT_PAD) ⇒ FXCheckButton

Construct new check button



48
49
# File 'rdoc-sources/FXCheckButton.rb', line 48

def initialize(parent, text, target=nil, selector=0, opts=CHECKBUTTON_NORMAL, x=0, y=0, width=0, height=0, padLeft=DEFAULT_PAD, padRight=DEFAULT_PAD, padTop=DEFAULT_PAD, padBottom=DEFAULT_PAD) # :yields: theCheckButton
end