#=============================================================== # #--------------------------------------------------------------- Class rButtonMenu { inherit rButton public geo_x 50 public geo_y 10 public geo_relief raised protected _geo_bg "" protected _geo_active_bg "" protected _geo_fg "" protected _geo_relief "" # protected _res_list "geo_fg geo_bg geo_active_bg geo_borderwidth geo_padx geo_pady" protected _res_list "geo_fg geo_bg geo_active_bg geo_relief geo_borderwidth geo_padx geo_pady" # protected _res_list "geo_fg geo_bg geo_active_bg geo_relief geo_borderwidth geo_padx geo_pady " public int_moveable "Y" public int_show_attr "Y" constructor { config } { set geo_text "Menu Button" } } ;# end of class