File: TODO

package info (click to toggle)
gtkdialog 2%3A0.7.20-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,648 kB
  • ctags: 1,247
  • sloc: ansic: 6,216; sh: 5,620; lex: 588; yacc: 523; makefile: 103
file content (17 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(1)  05.02-combo_input: the input is not working in comboboxes.
(2)  There is no gtk_combo_box support, we have only gtk_combo.
(3)  The edit is not producing value on the output.
(4)  06.01-editor_attributes: The edit does not handle the <default> attribute.
(5)  06.01-editor_attributes: Custom type properties, such as 
      "wrap-mode"            GtkWrapMode           : Read / Write
     are not supported.
(6)  10.01-vbox_and_hbox_attributes: we always packing with the defaults.
(7)  Segfault if no name given for the frame.
(8)  All the action handling functions (button_pressed) should get a type
     parameter showing what kind of command has to be executed.
(9)  Opening multiple window with the same name leads to confusion.
(10) The tree widget is virtually unhandled.
(11) At the creation of the widgets the initialization should be sorted
     as the dependencies are dictating.
(12) Segmentation fault when the table has no variable name.
(13) Unpaired " is printed to the standard output, which is very problematic.