mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 20:05:31 +00:00
hmm, seems --normalize doesn't catch tab vs. spaces in examples
svn path=/trunk/gtk-sharp/; revision=17599
This commit is contained in:
parent
3de09c2018
commit
4fc7596db5
|
@ -32,10 +32,10 @@ class TextViewSample
|
|||
Gtk.TextView view;
|
||||
Gtk.TextBuffer buffer;
|
||||
|
||||
view = new Gtk.TextView ();
|
||||
buffer = view.Buffer;
|
||||
view = new Gtk.TextView ();
|
||||
buffer = view.Buffer;
|
||||
|
||||
buffer.Text = "Hello, this is some text";
|
||||
buffer.Text = "Hello, this is some text";
|
||||
|
||||
win.Add (view);
|
||||
win.ShowAll ();
|
||||
|
@ -1113,4 +1113,4 @@ class TextViewSample
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
||||
|
|
Loading…
Reference in a new issue