adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src joltest.cc,1.1.2.12,1.1.2.13


From: VENNIN Joel <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src joltest.cc,1.1.2.12,1.1.2.13
Date: Mon, 21 Oct 2002 06:42:51 -0400

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv19400/src

Modified Files:
      Tag: Branch_road_to_0-4
        joltest.cc 
Log Message:
Change box container, because it was difficult to use  ...
Correct some bugs
It's always not usable for now 


Index: joltest.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/Attic/joltest.cc,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -C2 -r1.1.2.12 -r1.1.2.13
*** joltest.cc  18 Oct 2002 22:58:28 -0000      1.1.2.12
--- joltest.cc  21 Oct 2002 10:42:47 -0000      1.1.2.13
***************
*** 122,126 ****
    box->set_size (200, 60);
    box->set_position (0, 0); 
!   box->set_geometry (box::VERTICAL); 
    box->set_border_ui (theme.get_border("mini"));
    
--- 122,126 ----
    box->set_size (200, 60);
    box->set_position (0, 0); 
!   box->set_geometry (box::HORIZONTAL); 
    box->set_border_ui (theme.get_border("mini"));
    
***************
*** 132,136 ****
    wid->set_visible (true);
    wid->realize (); 
!   box->add_start (wid, true, true, 0); 
    
    wid = new widget;
--- 132,136 ----
    wid->set_visible (true);
    wid->realize (); 
!   //  box->add_start (wid, true, true, 0); 
    
    wid = new widget;
***************
*** 138,142 ****
    wid->set_visible (true);
    wid->realize (); 
!   box->add_start (wid, true, true, 0); 
  
    
--- 138,142 ----
    wid->set_visible (true);
    wid->realize (); 
!   //  box->add_start (wid, true, true, 0); 
  
    
***************
*** 144,147 ****
--- 144,148 ----
    gui::button * but;
    but = new gui::button;
+   but->set_position (30,30);
    but->set_size (30, 20);
    but->set_visible (true);
***************
*** 149,153 ****
    but->set_text ("Quit ", &font);
    but->realize ();
!   box->add_start (but, false, false); 
  
    /* build the box */
--- 150,162 ----
    but->set_text ("Quit ", &font);
    but->realize ();
!   box->add_start (but); 
! 
!   but = new gui::button;
!   but->set_size (30, 20);
!   but->set_visible (true);
!   but->set_button_ui ( &bt_tmp);
!   but->set_text ("Load ", &font);
!   but->realize ();
!   box->add_start (but); 
  
    /* build the box */
***************
*** 179,189 ****
    input::manager::cleanup();
    
- 
- 
- 
- 
- 
- 
- 
  
    /**
--- 188,191 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]