jigdo API
Last update by Admin on 2010-05-23
gtk/treeiter.hh
Go to the documentation of this file.00001 /* $Id: treeiter.hh,v 1.3 2003/03/03 20:47:19 richard Exp $ -*- C++ -*- 00002 __ _ 00003 |_) /| Copyright (C) 2003 | richard@ 00004 | \/�| Richard Atterer | atterer.net 00005 � '` � 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License, version 2. See 00008 the file COPYING for details. 00009 00010 */ 00026 #ifndef GTK_TREEITER_HH 00027 #define GTK_TREEITER_HH 00028 00029 #include <config.h> 00030 #include <gtk/gtk.h> 00031 00032 bool gtk_tree_model_iter_next_depth(GtkTreeModel* model, GtkTreeIter* iter); 00033 00034 #endif
Generated on Tue Sep 23 14:27:41 2008 for jigdo by
