mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 05:35:40 +00:00
db4c8f1c2d
svn path=/trunk/gtk-sharp/; revision=6577
21 lines
588 B
Plaintext
21 lines
588 B
Plaintext
// Gtk.TreeModel.Custom - Gtk TreeModel interface customizations
|
|
//
|
|
// Author: Kristian Rietveld <kris@gtk.org>
|
|
//
|
|
// (c) 2002 Kristian Rietveld
|
|
//
|
|
// This code is inserted after the automatically generated code.
|
|
|
|
/// <summary>IterChildren Method</summary>
|
|
/// <remarks>To be completed</remarks>
|
|
bool IterChildren (out Gtk.TreeIter iter);
|
|
|
|
/// <summary>IterNChildren Method</summary>
|
|
/// <remarks>To be completed</remarks>
|
|
int IterNChildren ();
|
|
|
|
/// <summary>IterNthChild Method</summary>
|
|
/// <remarks>To be completed</remarks>
|
|
bool IterNthChild (out Gtk.TreeIter iter, int n);
|
|
|