Sophie

Sophie

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

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

#include "TestFixture.h"

/*
** Reparent demo
*/

class ReparentDemo : public TestFixture 
{
public:

  static TestFixture * create ();
  virtual              ~ReparentDemo ();
  virtual void         destroyTest ();
private:
  static ReparentDemo * theTest;
                       ReparentDemo ();
  void                 reparent_label ( Gtk::Widget *button );
  void                 set_parent_signal ( Gtk::Widget *old_parent, int func_data );

  Gtk::VBox             box1;
  Gtk::HBox             hbox2;
  Gtk::VBox             vbox2;
  Gtk::Label            label;
};