@@ -7,6 +7,8 @@ public partial class MainWindow
7
7
8
8
private global ::Gtk . Entry searchbar ;
9
9
10
+ private global ::Gtk . VPaned vpaned1 ;
11
+
10
12
private global ::Gtk . ScrolledWindow GtkScrolledWindow1 ;
11
13
12
14
private global ::Gtk . NodeView noteslist ;
@@ -15,14 +17,16 @@ public partial class MainWindow
15
17
16
18
private global ::Gtk . TextView editor ;
17
19
20
+ private global ::Gtk . Statusbar statusbar ;
21
+
18
22
protected virtual void Build ( )
19
23
{
20
24
global ::Stetic . Gui . Initialize ( this ) ;
21
25
// Widget MainWindow
22
26
this . Name = "MainWindow" ;
23
27
this . Title = global ::Mono . Unix . Catalog . GetString ( "moNotational Velocity" ) ;
24
28
this . Icon = global ::Stetic . IconLoader . LoadIcon ( this , "gtk-edit" , global ::Gtk . IconSize . Menu ) ;
25
- this . WindowPosition = ( ( global ::Gtk . WindowPosition ) ( 4 ) ) ;
29
+ this . WindowPosition = ( ( global ::Gtk . WindowPosition ) ( 3 ) ) ;
26
30
this . Gravity = ( ( global ::Gdk . Gravity ) ( 5 ) ) ;
27
31
// Container child MainWindow.Gtk.Container+ContainerChild
28
32
this . vbox1 = new global ::Gtk . VBox ( ) ;
@@ -40,6 +44,11 @@ protected virtual void Build ()
40
44
w1 . Expand = false ;
41
45
w1 . Fill = false ;
42
46
// Container child vbox1.Gtk.Box+BoxChild
47
+ this . vpaned1 = new global ::Gtk . VPaned ( ) ;
48
+ this . vpaned1 . CanFocus = true ;
49
+ this . vpaned1 . Name = "vpaned1" ;
50
+ this . vpaned1 . Position = 112 ;
51
+ // Container child vpaned1.Gtk.Paned+PanedChild
43
52
this . GtkScrolledWindow1 = new global ::Gtk . ScrolledWindow ( ) ;
44
53
this . GtkScrolledWindow1 . Name = "GtkScrolledWindow1" ;
45
54
this . GtkScrolledWindow1 . ShadowType = ( ( global ::Gtk . ShadowType ) ( 1 ) ) ;
@@ -48,10 +57,10 @@ protected virtual void Build ()
48
57
this . noteslist . CanFocus = true ;
49
58
this . noteslist . Name = "noteslist" ;
50
59
this . GtkScrolledWindow1 . Add ( this . noteslist ) ;
51
- this . vbox1 . Add ( this . GtkScrolledWindow1 ) ;
52
- global ::Gtk . Box . BoxChild w3 = ( ( global ::Gtk . Box . BoxChild ) ( this . vbox1 [ this . GtkScrolledWindow1 ] ) ) ;
53
- w3 . Position = 1 ;
54
- // Container child vbox1 .Gtk.Box+BoxChild
60
+ this . vpaned1 . Add ( this . GtkScrolledWindow1 ) ;
61
+ global ::Gtk . Paned . PanedChild w3 = ( ( global ::Gtk . Paned . PanedChild ) ( this . vpaned1 [ this . GtkScrolledWindow1 ] ) ) ;
62
+ w3 . Resize = false ;
63
+ // Container child vpaned1 .Gtk.Paned+PanedChild
55
64
this . GtkScrolledWindow = new global ::Gtk . ScrolledWindow ( ) ;
56
65
this . GtkScrolledWindow . Name = "GtkScrolledWindow" ;
57
66
this . GtkScrolledWindow . ShadowType = ( ( global ::Gtk . ShadowType ) ( 1 ) ) ;
@@ -60,15 +69,25 @@ protected virtual void Build ()
60
69
this . editor . CanFocus = true ;
61
70
this . editor . Name = "editor" ;
62
71
this . GtkScrolledWindow . Add ( this . editor ) ;
63
- this . vbox1 . Add ( this . GtkScrolledWindow ) ;
64
- global ::Gtk . Box . BoxChild w5 = ( ( global ::Gtk . Box . BoxChild ) ( this . vbox1 [ this . GtkScrolledWindow ] ) ) ;
65
- w5 . Position = 2 ;
72
+ this . vpaned1 . Add ( this . GtkScrolledWindow ) ;
73
+ this . vbox1 . Add ( this . vpaned1 ) ;
74
+ global ::Gtk . Box . BoxChild w6 = ( ( global ::Gtk . Box . BoxChild ) ( this . vbox1 [ this . vpaned1 ] ) ) ;
75
+ w6 . Position = 1 ;
76
+ // Container child vbox1.Gtk.Box+BoxChild
77
+ this . statusbar = new global ::Gtk . Statusbar ( ) ;
78
+ this . statusbar . Name = "statusbar" ;
79
+ this . statusbar . Spacing = 6 ;
80
+ this . vbox1 . Add ( this . statusbar ) ;
81
+ global ::Gtk . Box . BoxChild w7 = ( ( global ::Gtk . Box . BoxChild ) ( this . vbox1 [ this . statusbar ] ) ) ;
82
+ w7 . Position = 2 ;
83
+ w7 . Expand = false ;
84
+ w7 . Fill = false ;
66
85
this . Add ( this . vbox1 ) ;
67
86
if ( ( this . Child != null ) ) {
68
87
this . Child . ShowAll ( ) ;
69
88
}
70
- this . DefaultWidth = 529 ;
71
- this . DefaultHeight = 342 ;
89
+ this . DefaultWidth = 591 ;
90
+ this . DefaultHeight = 415 ;
72
91
this . Show ( ) ;
73
92
this . DeleteEvent += new global ::Gtk . DeleteEventHandler ( this . OnDeleteEvent ) ;
74
93
}
0 commit comments