|
|
|
ListControlSetFontName alistcontrol name
Command to set the font name of the ListControl alistcontrol to name, which must be a valid font name.
Example:
lc=(ListControl [][MyListControl][][][] wxLC_REPORT [0 0][300 200]) ListControlInsertColumn lc 0 [Logo] ListControlInsertColumn lc 1 [Main Author] ListControlSet lc [ [UCBLogo [Brian Harvey]] [MSWLogo [George Mills]]] ListControlSetFontName lc [Courier] |
|
|
|