set_on_display(win, data, keys=nil) Class Public methods
bind(seq, *args) Instance Public methods def bind(seq, cmd=Proc.new, *args) @c.itembind(@id, seq, cmd, *args) self end
cget_strict(option) Instance Public methods
+(other) Instance Public methods Appends a pathname fragment to self to produce a new Pathname object. p1 = Pathname.new("/usr") # Pathname:/usr p2 = p1 + "bin/ruby" # Pathname:/usr/bin/ruby p3 = p1 + "/etc/passwd" # Pathname:/etc/passwd This method doesn't access the file system; it is pure string manipulation.
extract(j) Instance Public methods
debug() Instance Public methods
clear() Instance Public methods
page() Instance Public methods Paginates output through a pager program.
create_compoundfont(ltn, knj, keys) Instance Public methods Alias for: create_compoundfont_tk4x
to_s() Instance Public methods Alias for: inspect
Page 468 of 2275