Closed shundhammer closed 4 years ago
https://trello.com/c/4GtDpmMo/1956-5-menu-bar-widget
This adds some new UI terms to the Ruby bindings:
MenuBar(...)
Menu(...)
Alternatively, it was (and is) also possible to use
term(:MenuBar, ...)
term(:menu, ...)
But having the terms directly makes the code cleaner and better readable.
https://github.com/libyui/libyui/pull/169
:x: Public Jenkins job #23 failed
:x: Internal Jenkins job #15 failed
Trello
https://trello.com/c/4GtDpmMo/1956-5-menu-bar-widget
Overview
This adds some new UI terms to the Ruby bindings:
MenuBar(...)
Menu(...)
Alternatively, it was (and is) also possible to use
But having the terms directly makes the code cleaner and better readable.
Master PR
https://github.com/libyui/libyui/pull/169