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