This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
GtkSharp
Watch
1
Star
0
Fork
You've already forked GtkSharp
0
mirror of
https://github.com/Ryujinx/GtkSharp.git
synced
2025-01-12 06:45:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cf139575c2
GtkSharp
/
gtk
/
Table.custom
5 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Oops svn path=/trunk/gtk-sharp/; revision=7025
2002-08-25 05:51:21 +00:00
public Table()
2002-08-25 Miguel de Icaza <miguel@ximian.com> * gtk/TextBuffer.custom: Added SetText with a single argumnet. * gtk/Table.custom: Added empty constructor. GtkTables automatically grow. svn path=/trunk/gtk-sharp/; revision=7024
2002-08-25 05:49:38 +00:00
{
Raw = gtk_table_new (0, 0, false);
}
Reference in a new issue
Copy permalink