com gtk/php-gtk: GtkIconView missing function: TODO2

[email protected] (David Soria Parra) Sat, 22 Oct 2005 12:55:52 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    4df007d3e3e339723027edece79f1544c2a240a7
Author:    Christian Weiske <[email protected]>         Sat, 22 Oct 2005 12:55:52 +0000
Parents:   9c077ce0330cd40cf763519e0581e78d10bf6b34
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=4df007d3e3e339723027edece79f1544c2a240a7

Log:
GtkIconView missing function

Changed paths:
  M  TODO2


Diff:
4df007d3e3e339723027edece79f1544c2a240a7
diff --git a/TODO2 b/TODO2
index f1a64c4..d453b62 100644
--- a/TODO2
+++ b/TODO2
@@ -31,6 +31,8 @@ Classes and Functions
 * GtkCellRenderer
 * GtkClipboard
 * GtkEntries can't be var_dumped, probably something missing
+* GtkIconView
+    get_selected_items is not implemented
 * GtkTreeModelFilter constructor doesn't take a model / does it have a constructor?? didn't see one in gtk.defs
 * Would it be good to call GtkLabel::set_ellipsize(PANGO::ELLIPSIZE_END) as part
   of an override for (left-justifying) GtkLabel::set_width_chars() (optional param)?