docs/borders.md in vedeu-0.6.68 vs docs/borders.md in vedeu-0.6.69

- old
+ new

@@ -25,17 +25,17 @@ ## Border Events Note: 'name' is a Symbol unless mentioned otherwise, and can be substituted for `Vedeu.focus` to use the interface currently in focus. -### `:\_refresh_border\_` +### `:_refresh_border_` This event refreshes the border of the named view, unless the view does not have a border, or the border is not enabled. Vedeu.trigger(:_refresh_border_, name) -### `:\_set_border_title\_` +### `:_set_border_title_` This event changes the title of the border of the named view to the value given. Vedeu.trigger(:_set_border_title_, name, title) @@ -45,10 +45,10 @@ - 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 top border is set not to be shown. -### `:\_set_border_caption\_` +### `:_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)