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