2005-09-25 14:42:24 -04:00
|
|
|
#include "public_editor.h"
|
|
|
|
#include "editor.h"
|
|
|
|
|
|
|
|
PublicEditor* PublicEditor::_instance = 0;
|
|
|
|
|
|
|
|
PublicEditor::PublicEditor ()
|
2005-11-17 16:31:37 -05:00
|
|
|
: Window (Gtk::WINDOW_TOPLEVEL)
|
2005-09-25 14:42:24 -04:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
PublicEditor::~PublicEditor()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|