All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h Czech (cs) | * Vytvořte funkci <code>insertInto</code>, která vloží prvek do existujícího kontejneru z GUI. Parametry funkce budou: ** prvním parametrem bude GUI, do kterého budeme vkládat nový prvek; ** druhým parametrem bude název kontejneru, do kterého vkládáme nový prvek, lze bezpečně předpokládat, že bude vždy existovat. Prvek bude v kontejneru umístěn jako poslední; ** posledním parametrem je vložený prvek. |
h English (en) | * Cerate a function <code>insertInto</code>, it will insert an element into the existing container from a GUI. The functions parameters will be: ** first parameter will be the GUI, where we are inserting the new element; ** second parameter is the name of the container, where we insert the new element, you can safely assume, that it will always exist. The element will be placed as last in the container; ** last parameter is the inserted element. |