mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 00:55:44 +00:00
c1b3d3e98d
* 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
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
public Table(uint rows, uint columns, bool homogeneous)
|
|
{
|
|
Raw = gtk_table_new (0, 0, false);
|
|
}
|