Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/addins/Deployment/MonoDevelop.Deployment/Gui/MonoDevelop.Deployment.Gui.PackagingFeatureWidget.cs')
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/Gui/MonoDevelop.Deployment.Gui.PackagingFeatureWidget.cs26
1 files changed, 26 insertions, 0 deletions
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/Gui/MonoDevelop.Deployment.Gui.PackagingFeatureWidget.cs b/main/src/addins/Deployment/MonoDevelop.Deployment/Gui/MonoDevelop.Deployment.Gui.PackagingFeatureWidget.cs
new file mode 100644
index 0000000000..d02ee8d9b7
--- /dev/null
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/Gui/MonoDevelop.Deployment.Gui.PackagingFeatureWidget.cs
@@ -0,0 +1,26 @@
+
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Deployment.Gui
+{
+ internal partial class PackagingFeatureWidget
+ {
+ private global::Gtk.VBox box;
+
+ protected virtual void Build ()
+ {
+ MonoDevelop.Components.Gui.Initialize (this);
+ // Widget MonoDevelop.Deployment.Gui.PackagingFeatureWidget
+ MonoDevelop.Components.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Deployment.Gui.PackagingFeatureWidget";
+ // Container child MonoDevelop.Deployment.Gui.PackagingFeatureWidget.Gtk.Container+ContainerChild
+ this.box = new global::Gtk.VBox ();
+ this.box.Name = "box";
+ this.box.Spacing = 6;
+ this.Add (this.box);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Show ();
+ }
+ }
+}