mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
NotifyBox is now window... to simplify a bunch of things.
This commit is contained in:
@ -14,14 +14,16 @@
|
||||
#define __NOTIFYBOX_H__
|
||||
|
||||
#include <FL/Fl_Box.h>
|
||||
#include <FL/Fl_Window.h>
|
||||
|
||||
class NotifyBox : public Fl_Box {
|
||||
class NotifyBox : public Fl_Window {
|
||||
private:
|
||||
bool is_shown;
|
||||
int state;
|
||||
int lwidth, lheight;
|
||||
int area_w, area_h;
|
||||
Fl_Box* txt_box;
|
||||
void update_label_size(void);
|
||||
void resize_all(void);
|
||||
|
||||
public:
|
||||
NotifyBox(int aw, int ah);
|
||||
|
Reference in New Issue
Block a user