This website requires JavaScript.
Explore
Help
Register
Sign in
ryujinx-archive
/
GtkSharp
Watch
2
Star
0
Fork
You've already forked GtkSharp
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
854511bd98
GtkSharp
/
gtk
/
Table.custom
5 lines
55 B
Text
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