1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-07-04 21:35:27 +03:00
fped/gui_frame_drag.h

26 lines
602 B
C
Raw Normal View History

/*
* gui_frame_drag.h - GUI, dragging of frame items
*
* Written 2010 by Werner Almesberger
* Copyright 2010 by Werner Almesberger
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#ifndef GUI_FRAME_DRAG_H
#define GUI_FRAME_DRAG_H
#include <gtk/gtk.h>
#include "obj.h"
void setup_var_drag(struct var *var);
void setup_value_drag(struct value *value);
#endif /* !GUI_FRAME_DRAG_H */