iup-stack/cd/test/cdtest/colobar.h

8 lines
153 B
C
Raw Permalink Normal View History

2023-02-20 16:44:45 +00:00
#ifndef COLORBAR_H
#define COLORBAR_H
int ColorBarInit(Ihandle *parent, Ihandle *canvas, long int *fc, long int *bc);
void ColorBarClose(void);
#endif