1 Application
2 Autosave
3 Canvas
4 Color Model
5 Color Prefs
6 Color
7 Comment Box
8 Editor Snip
9 Editor
10 Exit
11 Finder
12 Frame
13 Group
14 GUI Utilities
15 Handler
16 Icon
17 Keymap
18 Menu
19 Mode
20 Number Snip
21 Panel
22 Pasteboard
23 Path Utils
24 Preferences
25 Preferences, Textual
26 Scheme
27 Text
28 Test
29 Version
Index
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
Version: 4.0.2

 

16 Icon

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

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

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

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

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

This returns the autowrap’s bitmap%.

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

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

This returns the lock’s bitmap.

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

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

This returns the reset unlocked bitmap.

The bitmap may not respond #t to the #<procedure:link> bitmap ok? method.

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

This returns the anchor’s bitmap.

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

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

This function returns a #<procedure:link> cursor object that indicates left/right sizing is possible, for use with columns inside a window.

The cursor may not respond #t to the #<procedure:link> cursor ok? method.

(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.

(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 #<procedure:link> bitmap ok? method.

(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.