lyx_mirror/src/insets/form_graphics.h
Lars Gullik Bjønnes 77e706c441 fix the smallcaps drawing, move xfont metrics functions out from LyXFont, move non-inlineable functions out of line
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@638 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-04 00:19:15 +00:00

33 lines
615 B
C

/** Header file generated with fdesign on Fri Apr 30 16:14:04 1999.**/
#ifndef FORM_GRAPHICS_H
#define FORM_GRAPHICS_H
#include FORMS_H_LOCATION
/** Callbacks, globals and object handlers **/
extern "C" void GraphicsCB(FL_OBJECT *, long);
struct FD_Graphics {
FL_FORM * Graphics;
void * vdata;
char * cdata;
long ldata;
FL_OBJECT * graphicsFile;
FL_OBJECT * Browse;
FL_OBJECT * Width;
FL_OBJECT * Height;
FL_OBJECT * ApplyBtn;
FL_OBJECT * OkBtn;
FL_OBJECT * CancelBtn;
FL_OBJECT * Angle;
FL_OBJECT * HeightLabel;
FL_OBJECT * WidthLabel;
};
extern FD_Graphics * create_form_Graphics();
#endif