frame.sa


Generated by gen_html_sa_files from ICSI. Contact gomes@icsi.berkeley.edu for details
 
---------------------------> Sather 1.1 source file <--------------------------
-- frame.sa:  Tk frame widget
-- Author: Benedict A. Gomes <gomes@samosa.ICSI.Berkeley.EDU>
-- Copyright (C) 1995, International Computer Science Institute
-- frame.sa,v 1.1 1995/11/15 03:36:43 gomes Exp
--
-- COPYRIGHT NOTICE: This code is provided WITHOUT ANY WARRANTY
-- and is subject to the terms of the SATHER LIBRARY GENERAL PUBLIC
-- LICENSE contained in the file: Sather/Doc/License of the
-- Sather distribution. The license is also available from ICSI,
-- 1947 Center St., Suite 600, Berkeley CA 94704, USA.


class TK_FRAME_CFG < $TK_WIDGET_CFG

class TK_FRAME_CFG < $TK_WIDGET_CFG is include TK_WIDGET_CFG_INCL background->background, height->height, width->width, borderwidth->borderwidth, highlightcolor->highlightcolor, highlightbackground->highlightbackground, highlightthickness->highlightthickness, relief_none->relief_none,relief_groove->relief_groove, relief_raised->relief_raised,relief_sunken->relief_sunken, relief_flat->relief_flat,relief_ridge->relief_ridge ; end; -- class TK_FRAME_CFG

class TK_FRAME < $TK_WIDGET

class TK_FRAME < $TK_WIDGET is include TK_WIDGET_INCL{TK_FRAME_CFG}; private const tk_widget_type: STR := "frame"; act_on(i: INT,args: ARRAY{STR}) is end; end; -- class TK_FRAME