Ajout text seqmidiui

This commit is contained in:
Tzim 2017-07-03 10:21:11 +02:00
parent ca1690929e
commit b8af051eae
2 changed files with 15 additions and 1 deletions

View file

@ -52,6 +52,8 @@ namespace DMX2
private global::Gtk.TreeView cmdList; private global::Gtk.TreeView cmdList;
private global::Gtk.Label lblText;
private global::Gtk.Label titreLabel; private global::Gtk.Label titreLabel;
protected virtual void Build () protected virtual void Build ()
@ -200,6 +202,18 @@ namespace DMX2
this.vbox2.Add (this.scrolledwindow1); this.vbox2.Add (this.scrolledwindow1);
global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1])); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
w13.Position = 1; w13.Position = 1;
// Container child vbox2.Gtk.Box+BoxChild
this.lblText = new global::Gtk.Label ();
this.lblText.Name = "lblText";
this.lblText.Xalign = 0F;
this.lblText.LabelProp = "CC : Control Change (ex: CC12,100)\nPC : Program Change (ex: PC5)\nN : Note On/Off " +
"(ex: N64+127 ou N12-)\nGT : Go To (ex: GT4)\nr: loop";
this.lblText.UseMarkup = true;
this.vbox2.Add (this.lblText);
global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblText]));
w14.Position = 2;
w14.Expand = false;
w14.Fill = false;
this.alignment1.Add (this.vbox2); this.alignment1.Add (this.vbox2);
this.GtkAlignment.Add (this.alignment1); this.GtkAlignment.Add (this.alignment1);
this.frame1.Add (this.GtkAlignment); this.frame1.Add (this.GtkAlignment);

View file

@ -2239,7 +2239,7 @@ au sequenceur</property>
</packing> </packing>
</child> </child>
<child> <child>
<widget class="Gtk.Label" id="label1"> <widget class="Gtk.Label" id="lblText">
<property name="MemberName" /> <property name="MemberName" />
<property name="Xalign">0</property> <property name="Xalign">0</property>
<property name="LabelProp" translatable="yes">CC : Control Change (ex: CC12,100) <property name="LabelProp" translatable="yes">CC : Control Change (ex: CC12,100)