From 6f40d0bd05bce901318a24e6c1409a6995a26935 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Tue, 30 Jul 2002 20:58:41 +0000 Subject: destroy for widgets added svn path=/trunk/externals/ggee/; revision=70 --- gui/fatom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/fatom.h') diff --git a/gui/fatom.h b/gui/fatom.h index fc814d7..50adf92 100644 --- a/gui/fatom.h +++ b/gui/fatom.h @@ -118,8 +118,8 @@ static void create_widget(t_fatom *x, t_glist *glist) -width %d \ -command fatom_cb%x\n",canvas,x, x->x_max-x->x_min+14, - x->x_max, x->x_min, + x->x_max, x->x_width, x); } else if (!strcmp(x->x_type->s_name,"checkbutton")) { @@ -192,7 +192,7 @@ static void fatom_erase(t_fatom* x,t_glist* glist) int n; DEBUG(post("erase");) -// sys_vgui(".x%x.c.s%x delete\n",glist_getcanvas(glist),x); + sys_vgui("destroy .x%x.c.s%x\n",glist_getcanvas(glist),x); sys_vgui(".x%x.c delete %xS\n",glist_getcanvas(glist), x); -- cgit v1.2.1