Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > main > by-pkgid > ca81b57b553ae75608ba0fc5e7925e4e > files > 754

libgtkmm1.2-devel-1.2.10-1mdk.ppc.rpm

#ifdef JUNK

#include "TestFixture.h"

/*
 * Saved Position
 */
gint upositionx = 0;
gint upositiony = 0;

class SavedPosition : public TestFixture 
{
public:
  static TestFixture * create ();
  virtual             ~SavedPosition () {} ;
  virtual void         destroyTest ();
private:
  static SavedPosition * theTest;
  static gint            upositionx;
  static gint            upositiony;

                         SavedPosition ();
  bool                   upositionConfigure ();

};
#endif