@@ -129,6 +129,16 @@ public partial class MainWindow
129
129
130
130
private global ::Gtk . Toolbar PlotToolbar ;
131
131
132
+ private global ::Gtk . Label LabelPlotFeatures ;
133
+
134
+ private global ::Gtk . Label LabelX ;
135
+
136
+ private global ::Gtk . SpinButton Feature1 ;
137
+
138
+ private global ::Gtk . Label LabelY ;
139
+
140
+ private global ::Gtk . SpinButton Feature2 ;
141
+
132
142
private global ::Gtk . Label LabelPagePlot ;
133
143
134
144
private global ::Gtk . Fixed PageLayoutAbout ;
@@ -666,9 +676,57 @@ protected virtual void Build()
666
676
global ::Gtk . Fixed . FixedChild w54 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . LayoutPagePlot [ this . PlotToolbar ] ) ) ;
667
677
w54 . X = 60 ;
668
678
w54 . Y = 440 ;
679
+ // Container child LayoutPagePlot.Gtk.Fixed+FixedChild
680
+ this . LabelPlotFeatures = new global ::Gtk . Label ( ) ;
681
+ this . LabelPlotFeatures . Name = "LabelPlotFeatures" ;
682
+ this . LabelPlotFeatures . LabelProp = global ::Mono . Unix . Catalog . GetString ( "<b>Features</b>" ) ;
683
+ this . LabelPlotFeatures . UseMarkup = true ;
684
+ this . LayoutPagePlot . Add ( this . LabelPlotFeatures ) ;
685
+ global ::Gtk . Fixed . FixedChild w55 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . LayoutPagePlot [ this . LabelPlotFeatures ] ) ) ;
686
+ w55 . X = 270 ;
687
+ w55 . Y = 450 ;
688
+ // Container child LayoutPagePlot.Gtk.Fixed+FixedChild
689
+ this . LabelX = new global ::Gtk . Label ( ) ;
690
+ this . LabelX . Name = "LabelX" ;
691
+ this . LabelX . LabelProp = global ::Mono . Unix . Catalog . GetString ( "X" ) ;
692
+ this . LayoutPagePlot . Add ( this . LabelX ) ;
693
+ global ::Gtk . Fixed . FixedChild w56 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . LayoutPagePlot [ this . LabelX ] ) ) ;
694
+ w56 . X = 350 ;
695
+ w56 . Y = 450 ;
696
+ // Container child LayoutPagePlot.Gtk.Fixed+FixedChild
697
+ this . Feature1 = new global ::Gtk . SpinButton ( 0D , 100D , 1D ) ;
698
+ this . Feature1 . WidthRequest = 100 ;
699
+ this . Feature1 . Name = "Feature1" ;
700
+ this . Feature1 . Adjustment . PageIncrement = 10D ;
701
+ this . Feature1 . ClimbRate = 1D ;
702
+ this . Feature1 . Numeric = true ;
703
+ this . LayoutPagePlot . Add ( this . Feature1 ) ;
704
+ global ::Gtk . Fixed . FixedChild w57 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . LayoutPagePlot [ this . Feature1 ] ) ) ;
705
+ w57 . X = 370 ;
706
+ w57 . Y = 445 ;
707
+ // Container child LayoutPagePlot.Gtk.Fixed+FixedChild
708
+ this . LabelY = new global ::Gtk . Label ( ) ;
709
+ this . LabelY . Name = "LabelY" ;
710
+ this . LabelY . LabelProp = global ::Mono . Unix . Catalog . GetString ( "Y" ) ;
711
+ this . LayoutPagePlot . Add ( this . LabelY ) ;
712
+ global ::Gtk . Fixed . FixedChild w58 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . LayoutPagePlot [ this . LabelY ] ) ) ;
713
+ w58 . X = 480 ;
714
+ w58 . Y = 450 ;
715
+ // Container child LayoutPagePlot.Gtk.Fixed+FixedChild
716
+ this . Feature2 = new global ::Gtk . SpinButton ( 0D , 100D , 1D ) ;
717
+ this . Feature2 . WidthRequest = 100 ;
718
+ this . Feature2 . Name = "Feature2" ;
719
+ this . Feature2 . Adjustment . PageIncrement = 10D ;
720
+ this . Feature2 . ClimbRate = 1D ;
721
+ this . Feature2 . Numeric = true ;
722
+ this . Feature2 . Value = 1D ;
723
+ this . LayoutPagePlot . Add ( this . Feature2 ) ;
724
+ global ::Gtk . Fixed . FixedChild w59 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . LayoutPagePlot [ this . Feature2 ] ) ) ;
725
+ w59 . X = 500 ;
726
+ w59 . Y = 445 ;
669
727
this . MainNotebook . Add ( this . LayoutPagePlot ) ;
670
- global ::Gtk . Notebook . NotebookChild w55 = ( ( global ::Gtk . Notebook . NotebookChild ) ( this . MainNotebook [ this . LayoutPagePlot ] ) ) ;
671
- w55 . Position = 3 ;
728
+ global ::Gtk . Notebook . NotebookChild w60 = ( ( global ::Gtk . Notebook . NotebookChild ) ( this . MainNotebook [ this . LayoutPagePlot ] ) ) ;
729
+ w60 . Position = 3 ;
672
730
// Notebook tab
673
731
this . LabelPagePlot = new global ::Gtk . Label ( ) ;
674
732
this . LabelPagePlot . Name = "LabelPagePlot" ;
@@ -685,9 +743,9 @@ protected virtual void Build()
685
743
this . LabelAboutSoftware . LabelProp = global ::Mono . Unix . Catalog . GetString ( "<b>GTK Clustering Software</b>" ) ;
686
744
this . LabelAboutSoftware . UseMarkup = true ;
687
745
this . PageLayoutAbout . Add ( this . LabelAboutSoftware ) ;
688
- global ::Gtk . Fixed . FixedChild w56 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . PageLayoutAbout [ this . LabelAboutSoftware ] ) ) ;
689
- w56 . X = 20 ;
690
- w56 . Y = 20 ;
746
+ global ::Gtk . Fixed . FixedChild w61 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . PageLayoutAbout [ this . LabelAboutSoftware ] ) ) ;
747
+ w61 . X = 20 ;
748
+ w61 . Y = 20 ;
691
749
// Container child PageLayoutAbout.Gtk.Fixed+FixedChild
692
750
this . AboutWindow = new global ::Gtk . ScrolledWindow ( ) ;
693
751
this . AboutWindow . WidthRequest = 310 ;
@@ -716,18 +774,18 @@ P. Fränti and S. Sieranoja
716
774
this . AboutView . WrapMode = ( ( global ::Gtk . WrapMode ) ( 2 ) ) ;
717
775
this . AboutWindow . Add ( this . AboutView ) ;
718
776
this . PageLayoutAbout . Add ( this . AboutWindow ) ;
719
- global ::Gtk . Fixed . FixedChild w58 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . PageLayoutAbout [ this . AboutWindow ] ) ) ;
720
- w58 . X = 20 ;
721
- w58 . Y = 40 ;
777
+ global ::Gtk . Fixed . FixedChild w63 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . PageLayoutAbout [ this . AboutWindow ] ) ) ;
778
+ w63 . X = 20 ;
779
+ w63 . Y = 40 ;
722
780
// Container child PageLayoutAbout.Gtk.Fixed+FixedChild
723
781
this . LabelCredits = new global ::Gtk . Label ( ) ;
724
782
this . LabelCredits . Name = "LabelCredits" ;
725
783
this . LabelCredits . LabelProp = global ::Mono . Unix . Catalog . GetString ( "<b>Credits</b>" ) ;
726
784
this . LabelCredits . UseMarkup = true ;
727
785
this . PageLayoutAbout . Add ( this . LabelCredits ) ;
728
- global ::Gtk . Fixed . FixedChild w59 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . PageLayoutAbout [ this . LabelCredits ] ) ) ;
729
- w59 . X = 20 ;
730
- w59 . Y = 260 ;
786
+ global ::Gtk . Fixed . FixedChild w64 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . PageLayoutAbout [ this . LabelCredits ] ) ) ;
787
+ w64 . X = 20 ;
788
+ w64 . Y = 260 ;
731
789
// Container child PageLayoutAbout.Gtk.Fixed+FixedChild
732
790
this . CreditsWindow = new global ::Gtk . ScrolledWindow ( ) ;
733
791
this . CreditsWindow . WidthRequest = 310 ;
@@ -746,30 +804,30 @@ P. Fränti and S. Sieranoja
746
804
this . CreditsView . WrapMode = ( ( global ::Gtk . WrapMode ) ( 2 ) ) ;
747
805
this . CreditsWindow . Add ( this . CreditsView ) ;
748
806
this . PageLayoutAbout . Add ( this . CreditsWindow ) ;
749
- global ::Gtk . Fixed . FixedChild w61 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . PageLayoutAbout [ this . CreditsWindow ] ) ) ;
750
- w61 . X = 20 ;
751
- w61 . Y = 280 ;
807
+ global ::Gtk . Fixed . FixedChild w66 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . PageLayoutAbout [ this . CreditsWindow ] ) ) ;
808
+ w66 . X = 20 ;
809
+ w66 . Y = 280 ;
752
810
// Container child PageLayoutAbout.Gtk.Fixed+FixedChild
753
811
this . ClusteringImage = new global ::Gtk . Image ( ) ;
754
812
this . ClusteringImage . Name = "ClusteringImage" ;
755
813
this . ClusteringImage . Pixbuf = global ::Gdk . Pixbuf . LoadFromResource ( "Clustering.atoms256.png" ) ;
756
814
this . PageLayoutAbout . Add ( this . ClusteringImage ) ;
757
- global ::Gtk . Fixed . FixedChild w62 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . PageLayoutAbout [ this . ClusteringImage ] ) ) ;
758
- w62 . X = 420 ;
759
- w62 . Y = 80 ;
815
+ global ::Gtk . Fixed . FixedChild w67 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . PageLayoutAbout [ this . ClusteringImage ] ) ) ;
816
+ w67 . X = 420 ;
817
+ w67 . Y = 80 ;
760
818
this . MainNotebook . Add ( this . PageLayoutAbout ) ;
761
- global ::Gtk . Notebook . NotebookChild w63 = ( ( global ::Gtk . Notebook . NotebookChild ) ( this . MainNotebook [ this . PageLayoutAbout ] ) ) ;
762
- w63 . Position = 4 ;
819
+ global ::Gtk . Notebook . NotebookChild w68 = ( ( global ::Gtk . Notebook . NotebookChild ) ( this . MainNotebook [ this . PageLayoutAbout ] ) ) ;
820
+ w68 . Position = 4 ;
763
821
// Notebook tab
764
822
this . LabelPageAbout = new global ::Gtk . Label ( ) ;
765
823
this . LabelPageAbout . Name = "LabelPageAbout" ;
766
824
this . LabelPageAbout . LabelProp = global ::Mono . Unix . Catalog . GetString ( "About" ) ;
767
825
this . MainNotebook . SetTabLabel ( this . PageLayoutAbout , this . LabelPageAbout ) ;
768
826
this . LabelPageAbout . ShowAll ( ) ;
769
827
this . MainLayout . Add ( this . MainNotebook ) ;
770
- global ::Gtk . Fixed . FixedChild w64 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . MainLayout [ this . MainNotebook ] ) ) ;
771
- w64 . X = 20 ;
772
- w64 . Y = 60 ;
828
+ global ::Gtk . Fixed . FixedChild w69 = ( ( global ::Gtk . Fixed . FixedChild ) ( this . MainLayout [ this . MainNotebook ] ) ) ;
829
+ w69 . X = 20 ;
830
+ w69 . Y = 60 ;
773
831
this . Add ( this . MainLayout ) ;
774
832
if ( ( this . Child != null ) )
775
833
{
0 commit comments