run-ScwmButtons

Name

run-ScwmButtons -- Start a ScwmButtons window giving a simple toolbar button/action interface.

Synopsis

(run-ScwmButtons button-item-list #&key (orientation 'horizontal)
				 (name "ScwmButtons") (auto-orient #t)
				 (auto-orient-margin 100))

Description

Start a ScwmButtons window giving a simple toolbar button/action interface. ORIENTATION can be either 'horizontal or 'vertical; NAME is the name of the window. AUTO-ORIENT is #t if you wish the window to switch orientations when the window approaches an edge of the viewport, and AUTO-ORIENT-MARGIN determines how wide the "edge" of a viewport is (in pixels).

Implementation Notes

Module: (app scwm ScwmButtons)

Defined in scheme/ScwmButtons.scm at line 86 (CVS log)