Update of /cvsroot/htoolkit/port/src/include
In directory sc8-pr-cvs1:/tmp/cvs-serv15534/port/src/include
Modified Files:
Window.h
Log Message:
Complete implementation for modal and modeless dialogs
Index: Window.h
===================================================================
RCS file: /cvsroot/htoolkit/port/src/include/Window.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Window.h 26 Mar 2003 19:20:22 -0000 1.5
--- Window.h 26 Apr 2003 20:03:08 -0000 1.6
***************
*** 74,78 ****
void osSetWindowViewSize(WindowHandle window, int w, int h);
void osShowWindow(WindowHandle window);
! void osRunWindow(WindowHandle window);
void osSetWindowDomainSize(WindowHandle window, int cx, int cy);
void osScrollWindowTo(WindowHandle window, int x, int y);
--- 74,78 ----
void osSetWindowViewSize(WindowHandle window, int w, int h);
void osShowWindow(WindowHandle window);
! void osRunDialog(WindowHandle window);
void osSetWindowDomainSize(WindowHandle window, int cx, int cy);
void osScrollWindowTo(WindowHandle window, int x, int y);
|