-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoldBrowser_glade.hh
54 lines (47 loc) · 1.5 KB
/
coldBrowser_glade.hh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// generated 2001/6/13 1:28:27 EDT by ryan@nailpolish.(none)
// using glademm V0.5_11f
//
// DO NOT EDIT THIS FILE ! It was created using
// glade-- /home/ryan/coldstore/browser/coldbrowser.glade
// for gtk 1.2.10 and gtkmm 1.2.5
//
// Please modify the corresponding derived classes in .//coldBrowser.hh and.//coldBrowser.cc
#ifndef _COLDBROWSER_GLADE_HH
# define _COLDBROWSER_GLADE_HH
#include <gtk--/window.h>
#include <gtk--/button.h>
#include <gtk--/list.h>
#include <gtk--/text.h>
#include <gtk--/label.h>
#include <gtk--/tree.h>
#include <gtk--/notebook.h>
#include <gtk--/clist.h>
#include <gtk--/frame.h>
#include <gtk--/statusbar.h>
class coldBrowser_glade : public Gtk::Window
{
public:
class Gtk::Button *newObject;
class Gtk::Button *deleteObject;
class Gtk::Button *showParents;
class Gtk::Button *showAll;
class Gtk::List *parents;
class Gtk::List *children;
class Gtk::Button *newMember;
class Gtk::Button *removeMember;
class Gtk::List *members;
class Gtk::Text *source;
class Gtk::Button *compileButton;
class Gtk::Button *clearButton;
class Gtk::Label *sourcePage;
class Gtk::Tree *nodeTree;
class Gtk::Label *nodePage;
class Gtk::Notebook *notebook1;
class Gtk::CList *inspectList;
class Gtk::Frame *inspectorFrame;
class Gtk::Statusbar *statusbar;
protected:
coldBrowser_glade();
~coldBrowser_glade();
};
#endif