Sophie

Sophie

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

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

#include "TestFixture.h"

/*
 * GtkFileSelection
 */

class FileSelectionTest : public TestFixture 
{
public:

  static TestFixture * create ();
  virtual             ~FileSelectionTest () { fileSelection.hide(); };
  virtual void         destroyTest ();
private:
                       FileSelectionTest ();
  void                 hide_fileops ();
  void                 show_fileops ();
  void                 ok ();
  //  void                 finished () { TestFixture::finished ( this ); };

  // data
  static FileSelectionTest * theTest;
  Gtk::FileSelection          fileSelection;

};