Sfoglia il codice sorgente

reintroduced genImagePanel function because it's needed for the label gui.

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7390 8c9fc860-2736-0410-a75d-ab315db34111
skoster 7 anni fa
parent
commit
351ce88dca
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      source/WMStandardComponents.Mod

+ 4 - 0
source/WMStandardComponents.Mod

@@ -3562,6 +3562,10 @@ BEGIN
 	NEW(image); RETURN image;
 END GenImage;
 
+PROCEDURE GenImagePanel*() : XML.Element;
+VAR ip : ImagePanel;
+BEGIN NEW(ip); RETURN ip
+END GenImagePanel;
 
 (**********************************************************************************************)