diff options
author | Tim Janik <timj@gtk.org> | 1998-03-23 14:50:58 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-23 14:50:58 +0000 |
commit | 7bd32a06cf0e5ad85445f5d7dfbe6db88caa9331 (patch) | |
tree | 12867769c4691a8c6952594e9e53c03904eff015 /TODO | |
parent | ba0b7257a71cef8253e294eaeabc3cf779363c38 (diff) | |
download | gdk-pixbuf-7bd32a06cf0e5ad85445f5d7dfbe6db88caa9331.tar.gz |
check for text!=NULL. (gtk_entry_prepend_text): likewise. some else picky
Mon Mar 23 15:26:25 1998 Tim Janik <timj@gtk.org>
* gtk/gtkentry.c (gtk_entry_append_text): check for text!=NULL.
(gtk_entry_prepend_text): likewise.
some else picky indentation fixes.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -2,17 +2,13 @@ TODO BEFORE GTK 1.0 ------------------- Bugs: - * scrolled windows get cought in an endless reallocation loop under - certain (rare) circumstances. + * Scrolled windows (GtkList?) get cought in an endless reallocation loop + under certain (rare) circumstances. * Widget redrawing when the window resizes sometimes messes up. GtkLabels sometimes redraw without clearing up the underlying background on window resizes. - * GtkTree and GtkList should express in their *_add implementations, - that they expect GtkListItems/GtkTreeItems as children. Similar - things might apply to other containers. - * delay dnd settings to take effect once a widget is realized, this is to avoid force realizations. i think this goes along with owens dnd changes? @@ -79,6 +75,7 @@ TODO AFTER GTK 1.0 * Make all widget attributes configurable after the widget is created (timj). * GtkCList improvements. (Jay Painter) + * Seperate GtkObject and signaling system from Gdk dependancies? * move *_input_add (wrappers for select(2)) mechanism into glib. |