IDE Dialog TabToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

CG tab on Options dialog

This tab of the Options dialog groups together the options that affect not only the IDE, as the options on all of the tabs do, but also affect standalone Common Graphics applications. (In addition to the options on this tab, the two buttons on the Fonts tab for fixed-font and proportional-font can affect Common Graphics apps as well.) In a standalone Common Graphics app, you would use an expression such as:

(setf (show-tooltips (configuration *system*)) nil)

to turn off all tooltips in your application entirely, for example. (To change a different property, replace show-tooltips with the desired property generic function.)

The Default Window Sizes Group. The options here allow you to specify the sizes used when a window is created without specified dimensions.

The Tooltips Group. The options here allow you to specify tooltip behavior.

The other items on the dialog are:


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version