#=============================================================== # Compagny : 4Js # Developper : PM # Program : $CFGDESI/objects/rline.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 rLine { ;# "rWidget" must be first, because it short cuts inherit rFrame ;# some standard method like public geo_x 50 public geo_y 10 public geo_height 5 public geo_width 150 public geo_borderwidth 2 public geo_text "" protected _geo_bg "" protected _geo_relief "" protected _geo_borderwidth "" protected _res_list "geo_bg geo_relief geo_borderwidth geo_height" public int_moveable "Y" public int_show_attr "Y" constructor { config } { } } ;# end of class