1adime_draw_empty_button(3) Adime API Reference adime_draw_empty_button(3)
23
4
NAME
6adime_draw_empty_button
7
SYNOPSIS
9#include <adime.h>
1011
12
void adime_draw_empty_button(BITMAP *bmp, int x1, int y1, int x2, int
13y2, int face_color, int xlight, int light, int dark, int xdark)
14
DESCRIPTION
16Draws an empty button on the given position of the bitmap, using the
17given colors.
1819
SEE ALSO
21adime_draw_text_button(3), adime_draw_picture_button(3)
2223
24
25
Adime version 2.2.1 adime_draw_empty_button(3)