Header: Gadgets.H
Syntax:
extern _kernel_oserror *button_set_font
(
unsigned int flags,
ObjectId window,
ComponentId button,
char *font_name,
int width,
int height
);
Purpose: Function makes the button use an anti-aliased font. If font_name is NULL then the system font is used.
|
|
|