mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Importing EDE2 code to svn... NOTE: It doesn't compile! Stuff thats broken: edewm, eworkpanel, eiconman,
emenueditor
This commit is contained in:
16
eworkpanel/dock.h
Executable file
16
eworkpanel/dock.h
Executable file
@@ -0,0 +1,16 @@
|
||||
#ifndef _DOCK_H_
|
||||
#define _DOCK_H_
|
||||
|
||||
//#include <efltk/Fl_Group.h>
|
||||
#include <fltk/Group.h>
|
||||
|
||||
class Dock : public fltk::Group
|
||||
{
|
||||
public:
|
||||
Dock();
|
||||
|
||||
void add_to_tray(fltk::Widget *w);
|
||||
void remove_from_tray(fltk::Widget *w);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user