billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=883f8b3c894e75bbd25aad0a3eb047e2b29b2a62
commit 883f8b3c894e75bbd25aad0a3eb047e2b29b2a62 Author: Boris Faure <[email protected]> Date: Thu Jul 23 23:19:11 2020 +0200 THEME.md: add documentation on terminology/base --- THEME.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/THEME.md b/THEME.md index d177184..d29338b 100644 --- a/THEME.md +++ b/THEME.md @@ -45,6 +45,49 @@ It reacts to the following signals: * `controls,show` * `controls,hide` +## Special parts + +### `youtube.txt` +A text part used to hold `Youtube channel` when the About is shown. + +### `twitter.txt` +A text part used to hold `Youtube channel` when the About is shown. + +## Signals emitted + +### `about,twitter` +When the Twitter link on the About page is clicked. + +### `about,twitter,ctx` +When the Twitter link on the About page is right-clicked. + +### `about,youtube` +When the Youtube link on the About page is clicked. + +### `about,youtube,ctx` +When the Youtube link on the About page is right-clicked. + +### `optdetails,hide,done` +When the swallowed part `terminology.optdetails` is finally hidden. + + +## Signals received + +### `about,show` and `about,hide` +Used to hide or show the about page, swallowed in `terminology.about`. + +### `controls,show` and `controls,hide` +Used to hide or show the controls, swallowed in `terminology.controls`. + +### `options,show` and `options,hide` +Used to hide or show the options panel, swallowed in `terminology.options`. + +### `optdetails,show` and `optdetails,hide` +Used to hide or show the options details settings panel, swallowed in `terminology.optdetails`. + +### `cmdbox,show` and `cmdbox,hide` +Used to hide or show the command box, swallowed in `terminology.cmdbox`. + # `terminology/background` --
