OSDN Git Service

shader
[psychlops/silverlight.git] / dev4 / psychlops / extention / standard / widget.cs
index 42e7668..92ce8a2 100644 (file)
@@ -118,6 +118,19 @@ namespace Psychlops
                }\r
                 */\r
 \r
+               public class Button\r
+               {\r
+                       public static Color bgcolor;\r
+\r
+                       internal System.Windows.Controls.Button uibutton;\r
+\r
+                       public Button(string l)\r
+                       {\r
+                               uibutton = new System.Windows.Controls.Button();\r
+                               uibutton.Content = l;\r
+                       }\r
+                       public void str(string l) { }\r
+               }\r
 \r
                public class Slider\r
                {\r
@@ -253,7 +266,7 @@ namespace Psychlops
                }\r
 \r
 \r
-               internal static class Connector\r
+               internal static partial class Connector\r
                {\r
                        internal delegate void VoidString(string s);\r
                        internal delegate void VoidStringObject(String s, System.Object o);\r