adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/py-wrappers/adonthell py_gui.i, 1


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/py-wrappers/adonthell py_gui.i, 1.2, 1.3
Date: Mon, 28 Jul 2003 13:23:38 -0400

Update of /cvsroot/adonthell/adonthell/src/py-wrappers/adonthell
In directory subversions:/tmp/cvs-serv4210/src/py-wrappers/adonthell

Modified Files:
        py_gui.i 
Log Message:
FIXED order does matter when wrapping types (in gui module)


Index: py_gui.i
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/py-wrappers/adonthell/py_gui.i,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** py_gui.i    28 Jul 2003 17:06:07 -0000      1.2
--- py_gui.i    28 Jul 2003 17:23:36 -0000      1.3
***************
*** 13,17 ****
  %import "gfx/drawing_area.h"
  %include "gui/base.h"
- %include "gui/container.h"
  %include "gui/layout.h"
  %include "gui/listlayout.h"
--- 13,17 ----
  %import "gfx/drawing_area.h"
  %include "gui/base.h"
  %include "gui/layout.h"
  %include "gui/listlayout.h"
+ %include "gui/container.h"





reply via email to

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