Method: TclTkIp#slave_of?

Defined in:
tcltklib.c

#slave_of?Boolean

self is slave of master?

Returns:

  • (Boolean)


6516
6517
6518
# File 'tcltklib.c', line 6516

static VALUE
ip_is_slave_of_p(self, master)
VALUE self, master;