On this page:
icon:  get-paren-highlight-bitmap
icon:  get-eof-bitmap
icon:  get-autowrap-bitmap
icon:  get-lock-bitmap
icon:  get-unlock-bitmap
icon:  get-anchor-bitmap
icon:  get-left/  right-cursor
icon:  get-up/  down-cursor
icon:  get-gc-on-bitmap
icon:  get-gc-off-bitmap

18 Icon🔗ℹ

This returns the parenthesis highlight bitmap%. It is only used on black and white screens.

procedure

(icon:get-eof-bitmap)  (is-a?/c bitmap%)

This returns the bitmap% used for the clickable “eof” icon from text:ports.
This returns the autowrap’s bitmap%.

The bitmap may not respond #t to the ok? method.
This returns the lock’s bitmap.

The bitmap may not respond #t to the ok? method.
This returns the reset unlocked bitmap.

The bitmap may not respond #t to the ok? method.
This returns the anchor’s bitmap.

The bitmap may not respond #t to the ok? method.
This function returns a cursor% object that indicates left/right sizing is possible, for use with columns inside a window.

The cursor may not respond #t to the ok? method.
This function returns a cursor% object that indicates up/down sizing is possible, for use with columns inside a window.

The cursor may not respond #t to the ok? method.
This returns a bitmap to be displayed in an frame:info<%> frame when garbage collection is taking place.

The bitmap may not respond #t to the ok? method.
This returns a bitmap to be displayed in an frame:info<%> frame when garbage collection is not taking place.

The bitmap may not respond #t to the ok? method.