Subversion Repositories Kolibri OS

Rev

Rev 6560 | Rev 6589 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6560 Rev 6561
Line 107... Line 107...
107
	void* icon_raw_area;   // z_icons.png
107
	void* icon_raw_area;   // z_icons.png
108
	uint32_t icon_resolution_raw;  // ...
108
	uint32_t icon_resolution_raw;  // ...
109
	void* icon_palette_raw;      // ...
109
	void* icon_palette_raw;      // ...
110
	uint32_t directory_path_area;  // not used
110
	uint32_t directory_path_area;  // not used
111
	uint32_t file_name_area;  // not used
111
	uint32_t file_name_area;  // not used
112
	uint32_t select_flag;  // widget have focus, set auto on mouseclick
112
	uint32_t select_flag;  // widget have focus, set auto on mouseclick, but need to reset before mouse()
113
	color_t background_color;  // self explained, 0xffffff
113
	color_t background_color;  // self explained, 0xffffff
114
	color_t select_color; // self explained, 0xbbddff
114
	color_t select_color; // self explained, 0xbbddff
115
    color_t select_text_color; // self explained
115
    color_t select_text_color; // self explained - have a bug - newer used
116
    color_t text_color; // self explained
116
    color_t text_color; // self explained
117
    color_t reduct_text_color; // 0xff0000  - spec color for cutted filenames
117
    color_t reduct_text_color; // 0xff0000  - spec color for cutted filenames
118
    color_t marked_text_color; // not used
118
    color_t marked_text_color; // not used
119
    uint32_t max_panel_line;    // moved to scrollbar->cur_area, - ìàêñèìàëüíîå ÷èñëî ñòðîê â îêíå, àâòîðàñ÷èòûâàåòñÿ
119
    uint32_t max_panel_line;    // moved to scrollbar->cur_area, - ìàêñèìàëüíîå ÷èñëî ñòðîê â îêíå, àâòîðàñ÷èòûâàåòñÿ
120
	uint32_t select_panel_counter;  // !=0 if want to draw multiselection ???
120
	uint32_t select_panel_counter;  // !=0 if want to draw multiselection ???