com gtk/php-gtk: Make a note about overriding GtkLabel::set _width_chars(): TODO2

[email protected] (David Soria Parra) Wed, 05 Oct 2005 17:21:31 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    885d954addc249e36ce6411b87c115d926fc1c2b=0AAuthor:    Steph Fox =
<[email protected]>         Wed, 5 Oct 2005 17:21:31 +0000=0AParents:   6ece2c22=
024a72d78ccf9aa983430be672732a0a=0ABranches:  master=0A=0ALink:       http:=
//git.php.net/?p=3Dgtk/php-gtk.git;a=3Dcommitdiff;h=3D885d954addc249e36ce64=
11b87c115d926fc1c2b=0A=0ALog:=0AMake a note about overriding GtkLabel::set_=
width_chars()=0A=0AChanged paths:=0A  M  TODO2=0A=0A=0ADiff:=0A885d954addc2=
49e36ce6411b87c115d926fc1c2b=0Adiff --git a/TODO2 b/TODO2=0Aindex beac1b2..=
1285739 100644=0A--- a/TODO2=0A+++ b/TODO2=0A@@ -35,6 +35,8 @@ Classes and =
Functions=0A - GtkNotebook->get_nth_page() crashes=0A * GtkEntries can't be=
 var_dumped, probably something missing=0A * GtkTreeModelFilter constructor=
 doesn't take a model / does it have a constructor?? didn't see one in gtk.=
defs=0A+* Look into GtkLabel::set_ellipsize(). Would it be better to ignore=
 this function and call=0A+  it as part of an override for (left-justifying=
) GtkLabel::set_width_chars()?=0A =0A Fix=0A ~~~=0A