Header: scrolllist.h
Syntax:
extern _kernel_oserror *scrolllist_set_font
(
unsigned int flags,
ObjectId window,
ComponentId scrolllist,
const char *font_name,
unsigned int width,
unsigned int height
);
Purpose: Function sets the font and text size to be used in a scroll list. font_name must be a valid font identifier or NULL to use the current desktop font. The width and height values are in 1/16ths of a point; they are ignored if font_name is NULL.
|
|
|