NotifyBox almost finished.

Atom initialization moved to one place.
Added few ede specific atoms with implementation.
Added sample test.
This commit is contained in:
Sanel Zukan
2007-06-19 09:59:15 +00:00
parent 6529e02a7d
commit c2adf77325
10 changed files with 348 additions and 101 deletions

View File

@@ -118,7 +118,9 @@ class Desktop : public Fl_Window {
void update_workarea(void);
void set_bg_color(int c, bool do_redraw = true);
void notify_box(const char* msg);
void notify_box(const char* msg, bool copy = false);
void notify_box_color(Fl_Color col);
void notify_desktop_changed(void);
Fl_Window* desktop_window(void) { return this; }
};