Sha256: 998705b176d30a833b98ebb6c57255a54bcec27bdd4aded3296a83e194ab0ce4

Contents?: true

Size: 593 Bytes

Versions: 5

Compression:

Stored size: 593 Bytes

Contents

### `:_set_border_caption_`
This event changes the caption of the border of the named view to the
value given.

    Vedeu.trigger(:_set_border_caption_, name, caption)

- The caption must be a string or nil.
- If the caption is an empty string or nil, then the caption will not
  be shown, and an existing caption will be removed.
- If the name is nil, then the view currently focussed will be used.
- When triggering this event, the border will automatically be
  refreshed, unless the view does not have a border, or the border is
  not enabled, or the bottom border is set not to be shown.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vedeu-0.8.4 docs/events/by_name/set_border_caption.md
vedeu-0.8.3 docs/events/by_name/set_border_caption.md
vedeu-0.8.2 docs/events/by_name/set_border_caption.md
vedeu-0.8.1 docs/events/by_name/set_border_caption.md
vedeu-0.8.0 docs/events/by_name/set_border_caption.md