#=============================================================== # Compagny : 4Js # Developper : PM # Program : $CFGDESI/objects/rtitle.tko # Project : ConfDaisy.tko # Date : 23.11.1995 # Last modif. : 23.10.1995 # Explication : Resource managment..., #--------------------------------------------------------------- Class rTitle { ;# "rWidget" must be first, because it short cuts inherit rWidget Label ;# some standard method like public geo_x 50 public geo_y 10 protected _geo_bg "" protected _geo_fg "" protected _geo_relief "" protected _res_list "" public int_moveable "Y" public int_show_attr "Y" constructor { config } { set geo_text "Title" } } ;# end of class