Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

choose-text-style

Generic function

Summary

Displays the built-in font dialog for the target platform, thereby letting the user choose a font.

Signature

choose-text-style #key frame owner title => font

Arguments

frame
An instance of type <frame>. Default value: #f.

owner
An instance of type <sheet>. Default value: #f.

title
An instance of type <string>. Default value: #f.

Values

font
An instance of <text-style>.

Library

duim-sheets

Module

duim-sheets

Description

Displays the built-in font dialog for the target platform, thereby letting the user choose a font.

The frame keyword specifies a frame whose top-level sheet becomes the owner of the menu. Alternatively, you can specify this top level sheet explicitly using owner. The title keyword lets you choose a title for the dialog. By default, each of these values is #f.

If you wish, you can specify a title for the dialog; this is an instance of <string> and is displayed in the title bar of the frame containing the dialog. If you do not specify title, then DUIM uses the default title for that type of dialog on the target platform.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index