summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1f564a6216..11c0162102 100644
--- a/TODO
+++ b/TODO
@@ -73,6 +73,13 @@ TODO AFTER GTK 1.0
------------------
* Make all widget attributes configurable after the widget is created (timj).
+
+ * Widgets dervied from GtkButton need to be able to override
+ GtkButtonClass.paint. e.g. redrawing of GtkToggleButton with CAN_DEFAULT
+ is messed up otheriwse. This does in fact not only apply to (toggle)buttons,
+ we should introduce a common paint member for the GtkWidgetClass.
+
+ * Radio buttons need to display CAN/HAS_DEFAULT correctly.
* GtkCList improvements. (Jay Painter)