Subversion Repositories Kolibri OS

Rev

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

Rev 7450 Rev 7506
Line 62... Line 62...
62
_tabs tabs = { LP, LP, NULL, NULL, SKINS };
62
_tabs tabs = { LP, LP, NULL, NULL, SKINS };
Line 63... Line 63...
63
 
63
 
64
checkbox checkbox1 = { "Checkbox", true };
64
checkbox checkbox1 = { "Checkbox", true };
65
more_less_box spinbox1 = { 23, 0, 999, "SpinBox" };
65
more_less_box spinbox1 = { 23, 0, 999, "SpinBox" };
66
edit_box edit_cmm = {180,NULL,NULL,0xffffff,0x94AECE,0xFFFfff,0xffffff,
66
edit_box edit_cmm = {180,NULL,NULL,0xffffff,0x94AECE,0xFFFfff,0xffffff,
Line 67... Line 67...
67
	0x10000000,sizeof(param),#param,0, 0b};
67
	0x10000000,sizeof(param)-2,#param,0, 0b};
68
 
68
 
69
char st_str[16];
69
char st_str[16];
Line 70... Line 70...
70
edit_box edit_st = {180,NULL,NULL,0xffffff,0x94AECE,0xFFFfff,0xffffff,
70
edit_box edit_st = {180,NULL,NULL,0xffffff,0x94AECE,0xFFFfff,0xffffff,
71
	0x10000000,sizeof(st_str),#st_str,0, 0b};
71
	0x10000000,sizeof(st_str)-2,#st_str,0, 0b};
Line 72... Line 72...
72
 
72
 
Line 128... Line 128...
128
				if (tabs.active_tab==SKINS) EventTabClick(WALLPAPERS); 
128
				if (tabs.active_tab==SKINS) EventTabClick(WALLPAPERS); 
129
				else EventTabClick(SKINS);				
129
				else EventTabClick(SKINS);				
130
			}
130
			}
131
			if (key_scancode==SCAN_CODE_DEL) EventDeleteFile();
131
			if (key_scancode==SCAN_CODE_DEL) EventDeleteFile();
Line 132... Line 132...
132
 
132
 
133
			if (! edit_cmm.flags & 0b10) && (! edit_st.flags & 0b10)
133
			if (! edit_cmm.flags & ed_focus) && (! edit_st.flags & ed_focus)
134
			for (id=select_list.cur_y+1; id
134
			for (id=select_list.cur_y+1; id
135
			{
135
			{
136
				strcpy(#temp_filename, io.dir.position(files_mas[id]));
136
				strcpy(#temp_filename, io.dir.position(files_mas[id]));
137
				if (temp_filename[0]==key_ascii) || (temp_filename[0]==key_ascii-32)
137
				if (temp_filename[0]==key_ascii) || (temp_filename[0]==key_ascii-32)