UNIXwork
code
/
srctoolkit2
/
ui
/
motif
Hide Line Numbers
Download
Makefile
button.c
button.h
container.c
container.h
dnd.c
dnd.h
graphics.c
graphics.h
image.c
image.h
label.c
label.h
list.c
list.h
menu.c
menu.h
objs.mk
range.c
range.h
stock.c
stock.h
text.c
text.h
toolbar.c
toolbar.h
toolkit.c
toolkit.h
tree.c
tree.h
window.c
1
/*
2
* To change this license header, choose License Headers in Project Properties.
3
* To change this template file, choose Tools | Templates
4
* and open the template in the editor.
5
*/
6
7
/*
8
* File: image.h
9
* Author: olaf
10
*
11
* Created on 1. Juli 2018, 19:01
12
*/
13
14
#ifndef
IMAGE_H
15
#define
IMAGE_H
16
17
#include
"../ui/image.h"
18
19
#ifdef
__cplusplus
20
extern
"C"
{
21
#endif
22
23
24
25
26
#ifdef
__cplusplus
27
}
28
#endif
29
30
#endif
/* IMAGE_H */
31
32