/[paragui]/paragui/test/windowresize.cpp
ViewVC logotype

Diff of /paragui/test/windowresize.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.6.1 by braindead, Thu Jun 19 11:34:32 2003 UTC revision 1.1.6.1.2.1 by braindead, Tue Dec 2 15:27:59 2003 UTC
# Line 10  int main( int argc, char **argv ) Line 10  int main( int argc, char **argv )
10    
11     app.InitScreen( 640, 480 );     app.InitScreen( 640, 480 );
12    
13     PG_Window a( NULL, PG_Rect( 10, 10, 100, 100 ), "Window 98, the most reliable window yet.", 0);     PG_Window a( NULL, PG_Rect( 10, 10, 100, 100 ), "Window 98, the most reliable window yet.");
14     PG_Window b( NULL, PG_Rect( 60, 110, 100, 100 ), "Window XP, .", 0);     PG_Window b( NULL, PG_Rect( 60, 110, 100, 100 ), "Window XP, .");
15    
16     a.SizeWidget( 400, 200 );     a.SizeWidget( 400, 200 );
17    

Legend:
Removed from v.1.1.6.1  
changed lines
  Added in v.1.1.6.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26