mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 20:15:30 +00:00
Remove unnecessary config file
svn path=/trunk/gtk-sharp/; revision=43602
This commit is contained in:
parent
bb023fe221
commit
f88799c77e
|
@ -11,7 +11,9 @@ class HTMLSample {
|
||||||
Application.Init ();
|
Application.Init ();
|
||||||
html = new HTML ();
|
html = new HTML ();
|
||||||
win = new Window ("Test");
|
win = new Window ("Test");
|
||||||
win.Add (html);
|
ScrolledWindow sw = new ScrolledWindow ();
|
||||||
|
win.Add (sw);
|
||||||
|
sw.Add (html);
|
||||||
HTMLStream s = html.Begin ("text/html");
|
HTMLStream s = html.Begin ("text/html");
|
||||||
|
|
||||||
if (args.Length > 0) {
|
if (args.Length > 0) {
|
||||||
|
|
Loading…
Reference in a new issue