Sophie

Sophie

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

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

#include "TestFixture.h"

/*
 * Gtk::StatusBar
 */

class StatusBarTest : public TestFixture 
{
public:
  // functions
  static TestFixture *   create ();
  virtual               ~StatusBarTest () {};
  virtual void           destroyTest ();
  //  data
  static StatusBarTest * theTest;
private:
  // ctor
                         StatusBarTest ();
  // functions
  void                   push ();
  void                   pop ();
  void                   steal ();
  void                   popped ( guint, const char *);
  void                   contexts ();
  void                   dump_stack ();
  // data
  Gtk::Button    pushSomethingButton;
  Gtk::Button    popButton;
  Gtk::Button    stealButton;
  Gtk::Button    dumpStackButton;
  Gtk::Button    contextButton;
  Gtk::Statusbar gtkStatusBar;
  guint         statusbarCounter;
};