mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
20 lines
554 B
C
20 lines
554 B
C
|
// 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
|