Sophie

Sophie

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

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

#include "TestFixture.h"

/*
** Gtk::HandleBox
*/

class HandleBoxTest : public TestFixture
{
public:
  static TestFixture *   create ();
  virtual               ~HandleBoxTest () {} ;
  virtual void           destroyTest ();
private:
                         HandleBoxTest ();
  void                   childSignal ( Gtk::Widget * child, const string action );

  static HandleBoxTest * theTest;

  Gtk::VBox       vbox;
  Gtk::HBox       hbox;
  Gtk::HandleBox  handleBox;
  Gtk::HandleBox  handleBox2;
  Gtk::HandleBox  handleBox3;
  
};