File: COLOR_TODO

package info (click to toggle)
libcurses-ui-perl 0.95-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 860 kB
  • ctags: 510
  • sloc: perl: 10,479; makefile: 48
file content (32 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
What works:
	- Label
	- TextViewer (Only filled lines)
	- TextEditor 
        - TextEntry
        - Dialog Widgets (only the text)
	- Listbox (with a small hole between selection and text)
	- Window Borders
	- Scrollbars
	- Title Bar colors
	- Progress bar widget
	- Dialogs
		+ Error
		+ Status
		+ Progress	
		+ Filebrowser
		+ Calendar
	- Menubars and Menuentries
	- Button colors

TODO:
	- More documentation
	- Make menubar more configureable (i.e. subwidgets own
	  color)
	- Dialog widgets are not filled with the color

General considerations:
	- Default color for Widgets if color support is turned on,
	  e.g. Red error widgets...

	- The colors are not really what they seem to be, e.g. yellow
	  is more brown. Maybe I'll redefine some colors in the future