forked from AuroraMiddleware/gtk
minor todo updates that i'll hopefully get around at the weekend ;)
-timj
This commit is contained in:
parent
47f7073e28
commit
4a35f24c47
8
TODO
8
TODO
@ -2,6 +2,9 @@ TODO BEFORE GTK 1.0
|
||||
-------------------
|
||||
|
||||
Bugs:
|
||||
* pasting into a GtkEntry that already has a very long string,
|
||||
causes the app to hang.
|
||||
|
||||
* Vertical scrollbar: the expose event looks hosed and is causing
|
||||
quite a bit of flickering
|
||||
Actually this affects both scrollbar implementation, you can best
|
||||
@ -64,6 +67,9 @@ Bugs:
|
||||
* Force paned window handle to be kept on screen
|
||||
|
||||
Additions:
|
||||
* widgets which are redrawn because of a gtk_widget_draw(,NULL) should
|
||||
be removed from the redraw queue.
|
||||
|
||||
* it might be good to ues stdio and getch() instead of 1-character reads.
|
||||
so one can take advantage of buffering. Currently each read() takes a separate
|
||||
syscall.
|
||||
@ -236,4 +242,4 @@ TODO AFTER GTK 1.0
|
||||
gtk_toolbar_insert_element
|
||||
gtk_widget_dnd_data_set (should be guchar * with a copy?
|
||||
shouldn't be there at all...)
|
||||
??? GtkDrawingarea.draw_data
|
||||
??? GtkDrawingarea.draw_data
|
||||
|
Loading…
Reference in New Issue
Block a user