adime_draw_text_button (3) - Linux Manuals

NAME

adime_draw_text_button

SYNOPSIS

#include <adime.h>

void adime_draw_text_button(BITMAP *bmp, int x1, int y1, int x2, int y2, int face_color, int text_color, int xlight, int light, int dark, int xdark, const FONT *f, const char *text)

DESCRIPTION

Draws a button with a text on it, at the given position of the bitmap and using the given colors and font.