Thread insert('end', $image) (7 answers)
Opened by Froschpopo at 2005-04-29 07:24

Dubu
 2005-04-29 13:51
#43828 #43828
User since
2003-08-04
2145 Artikel
ModeratorIn + EditorIn

user image
[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.

View full thread insert('end', $image)