Thread insert('end', $image)
(7 answers)
Opened by Froschpopo at 2005-04-29 07:24
[quote=Froschpopo,29.04.2005, 10:36]jetzt muss ich aber doch mal fragen... wozu gibt es in insert() die Option: -itemtype ?[/quote]
Hm, da musst du eine andere Tk-Version haben als ich (800.025). In meinem Tk::Text ist insert() so definiert: [quote=man Tk::Text,WIDGET METHODS]$text->insert(index, chars, ?tagList, chars, tagList, ...?) Inserts all of the chars arguments just before the character at index. If index refers to the end of the text (the character after the last newline) then the new text is inserted just before the last newline instead. If there is a single chars argument and no tagList, then the new text will receive [...] [/quote] Da gibt's gar keine Optionen, und nur die angegebenen Parameter. |