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🔗ℹ

procedure

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

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.

procedure

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

This returns the autowrap’s bitmap%.

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

procedure

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

This returns the lock’s bitmap.

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

procedure

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

This returns the reset unlocked bitmap.

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

procedure

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

This returns the anchor’s bitmap.

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

procedure

(icon:get-left/right-cursor)  (is-a?/c cursor%)

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.

procedure

(icon:get-up/down-cursor)  (is-a?/c cursor%)

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.

procedure

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

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.

procedure

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

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.