| 
      
      
      From: <kr_...@us...> - 2003-10-09 07:56:50
      
     | 
| Update of /cvsroot/htoolkit/port/src/cbits/GTK
In directory sc8-pr-cvs1:/tmp/cvs-serv26862/src/cbits/GTK
Modified Files:
	Window.c 
Log Message:
add getControlVisible function
Index: Window.c
===================================================================
RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Window.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Window.c	7 Oct 2003 21:59:25 -0000	1.35
--- Window.c	9 Oct 2003 07:56:44 -0000	1.36
***************
*** 767,770 ****
--- 767,775 ----
  }
  
+ BOOL osGetControlVisible(WindowHandle ctrl)
+ {
+ 	return GTK_WIDGET_VISIBLE(ctrl);
+ }
+ 
  static GtkTooltips *gTooltips;
  
 |