documentation index ◦ reference manual ◦ function index
Method: | Style.take | (other): |
This expects other to be a style object. It takes style customizations from other, and applies them to this style.
init: $ style.mm_button_text.size = 30 $ style.mm_button_text.yalign = 1.0 $ style.gm_nav_button_text.take(style.mm_button_text)