documentation indexreference manualfunction index

Style.take

Method: Style.take (other):

This expects other to be a style object. It takes style customizations from other, and applies them to this style.


Example

init:
    $ style.mm_button_text.size = 30
    $ style.mm_button_text.yalign = 1.0

    $ style.gm_nav_button_text.take(style.mm_button_text)



documentation indexreference manualfunction index