mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-12 13:02:07 +00:00
enable this part now
svn path=/trunk/gtk-sharp/; revision=32327
This commit is contained in:
parent
392c3c9a68
commit
a95c723a5d
|
@ -52,7 +52,6 @@ namespace GtkDemo
|
||||||
|
|
||||||
foreach (string s in stock_ids)
|
foreach (string s in stock_ids)
|
||||||
{
|
{
|
||||||
/* until 61893
|
|
||||||
Gtk.StockItem si = new StockItem ();
|
Gtk.StockItem si = new StockItem ();
|
||||||
if (Gtk.StockManager.Lookup (s, ref si)) {
|
if (Gtk.StockManager.Lookup (s, ref si)) {
|
||||||
Image icon = new Image (s, IconSize.Menu);
|
Image icon = new Image (s, IconSize.Menu);
|
||||||
|
@ -61,7 +60,6 @@ namespace GtkDemo
|
||||||
else {
|
else {
|
||||||
Console.WriteLine ("StockItem '{0}' could not be found.", s);
|
Console.WriteLine ("StockItem '{0}' could not be found.", s);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return store;
|
return store;
|
||||||
|
|
Loading…
Reference in a new issue