grid:display-method
List of: Scheme Extensions
Subjects: Grids
Contents: Graphic Interaction

Action: Gets the grid display method.

Filename: gi/gi_scm/grid_scm.cxx

APIs: api_gi_get_grid_display_method

Syntax: (grid:display-method)

Arg Types: None

Returns: string

Description: This extension returns a string indicating the current display method of the grid ("." or "-").

Example: ; grid:display-method

; Turn the grid on.

(grid:set-display #t)

;; ()

; Set the grid display method.

(grid:set-display-method "-")

;; ()

; Get the grid display method.

(grid:display-method)

;; "-"

; Set the grid display method.

(grid:set-display-method ".")

;; ()


PDF/GI/02SCG.PDF
HTM/DATA/GI/GI/02SCG/0003.HTM