fltk-sys 1.3.28

Rust bindings for the FLTK GUI library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __CFL_WIDGET_H__
#define __CFL_WIDGET_H__

#include "cfl_macros.h"

#ifdef __cplusplus
extern "C" {
#endif

WIDGET_DECLARE(Fl_Widget)

#ifdef __cplusplus
}
#endif
#endif