com gtk/php-gtk: Adding Scott's list to TODO: TODO2

[email protected] (David Soria Parra) Tue, 11 Oct 2005 12:27:09 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    9682795042e35cc7626958fd437b6c5d4e15d2ff
Author:    Steph Fox <[email protected]>         Tue, 11 Oct 2005 12:27:09 +0000
Parents:   795cf54e51df642ae602cdc147febbbea762ea7e
Branches:  master

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

Log:
Adding Scott's list to TODO

Changed paths:
  M  TODO2


Diff:
9682795042e35cc7626958fd437b6c5d4e15d2ff
diff --git a/TODO2 b/TODO2
index cf30e9a..f1a64c4 100644
--- a/TODO2
+++ b/TODO2
@@ -30,13 +30,17 @@ Classes and Functions
 * GtkTreeView
 * GtkCellRenderer
 * GtkClipboard
-- GtkNotebook->append_page should allow just a string as second parameter (title for page) instead of only wanting a gtklabel or so
-- GtkNotebook crashes when connecting callback to move-focus-out signal
-- GtkNotebook->get_nth_page() crashes
 * GtkEntries can't be var_dumped, probably something missing
 * 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)?
+* GtkTextBuffer->create_tag() is not implemented
+* GtkTextBuffer->move_mark_by_name('selection_bound', ...) moves both the the
+  insert and select_bound marks
+* GtkTextTagTable->lookup() is not implemented
+* GtkTextTagTable->foreach() is not implemented
+* GtkTextTag does not do anything. Either the properties must be accessible or
+  a method must be defined to set them (i.e. GtkTextBuffer->create_tag()).
 
 Fix
 ~~~