Importing EDE2 code to svn... NOTE: It doesn't compile! Stuff thats broken: edewm, eworkpanel, eiconman,

emenueditor
This commit is contained in:
Vedran Ljubovic
2006-08-20 18:43:09 +00:00
commit 65018f75b7
1004 changed files with 88271 additions and 0 deletions

19
ekeyconf/ekeyconf.h Executable file
View File

@ -0,0 +1,19 @@
// generated by Fast Light User Interface Designer (fluid) version 2.0100
#ifndef ekeyconf_h
#define ekeyconf_h
#include "Shortcut_Button.h"
#include <fltk/Window.h>
extern fltk::Window* iconsConfWindow;
#include <fltk/Button.h>
#include <fltk/TabGroup.h>
#include <fltk/Group.h>
#include <fltk/InvisibleBox.h>
extern Shortcut_Button* shortcut;
#include <fltk/InputBrowser.h>
extern fltk::InputBrowser* action;
extern fltk::Window* newShortcutWindow;
#include <fltk/Input.h>
extern fltk::Input* shortcutName;
extern fltk::Input* shortcutCommand;
#endif