#===============================================================
# Compagny	:	4Js
# Developper	:	PM
# Program	:	$CFGDESI/objects/rlabel.tko
# Project	:	ConfDaisy.tko
# Date		:	23.10.1995
# Last modif.	:	23.10.1995
# Explication	: Resource managment...,
#	Multiple inheritance ; some attributs associated with
# some methods are needed in a lower level of hierarchie. But
# we do NOT want to change the high levels of hierarchie. Please
# see color graphic in the documentation.
#---------------------------------------------------------------

Class rTip {
inherit rLabel

	public geo_x	   50
	public geo_y	   10

	protected _geo_bg		""
	protected _geo_fg		""
	protected _geo_relief	""
	protected _res_list   "geo_bg geo_fg geo_padx geo_pady "

	public int_moveable	"Y"
	public int_show_attr	"Y"

constructor { config } {
  set geo_text "Tip"
  }
}	;# end of class