| 1 |
// generated 2002/8/29 21:57:30 CEST by free@mandrake82.maison.fr |
// generated 2002/10/29 22:26:46 CET by free@mandrake82.maison.fr |
| 2 |
// using glademm V0.6.4 |
// using glademm V0.6.4 |
| 3 |
// |
// |
| 4 |
// DO NOT EDIT THIS FILE ! It was created using |
// DO NOT EDIT THIS FILE ! It was created using |
| 12 |
|
|
| 13 |
#include <gtk--/notebook.h> |
#include <gtk--/notebook.h> |
| 14 |
#include <gtk--/entry.h> |
#include <gtk--/entry.h> |
| 15 |
|
#include "BirthPlace.hh" |
| 16 |
#include "MMIBirthNote.hh" |
#include "MMIBirthNote.hh" |
| 17 |
|
#include "DeathPlace.hh" |
| 18 |
#include "MMIDeathNote.hh" |
#include "MMIDeathNote.hh" |
| 19 |
#include <gtk--/clist.h> |
#include <gtk--/clist.h> |
| 20 |
|
|
| 25 |
class Gtk::Notebook *MMIIndividualEvents; |
class Gtk::Notebook *MMIIndividualEvents; |
| 26 |
protected: |
protected: |
| 27 |
class Gtk::Entry *_birth_date; |
class Gtk::Entry *_birth_date; |
|
class Gtk::Entry *_birth_place; |
|
| 28 |
public: |
public: |
| 29 |
|
class BirthPlace *BirthPlace; |
| 30 |
class MMIBirthNote *MMIBirthNote; |
class MMIBirthNote *MMIBirthNote; |
| 31 |
protected: |
protected: |
| 32 |
class Gtk::Entry *_death_date; |
class Gtk::Entry *_death_date; |
|
class Gtk::Entry *_death_place; |
|
| 33 |
public: |
public: |
| 34 |
|
class DeathPlace *DeathPlace; |
| 35 |
class MMIDeathNote *MMIDeathNote; |
class MMIDeathNote *MMIDeathNote; |
| 36 |
protected: |
protected: |
| 37 |
class Gtk::CList *_events_list; |
class Gtk::CList *_events_list; |