Subversion Repositories Kolibri OS

Rev

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

Rev 5533 Rev 5542
Line 269... Line 269...
269
void PanelCfg_CheckBox(dword x, y, id, text, byte value) {
269
void PanelCfg_CheckBox(dword x, y, id, text, byte value) {
270
	CheckBox(x, y, 14, 14, id, text, sc.work_graph, sc.work_text, value);
270
	CheckBox(x, y, 14, 14, id, text, sc.work_graph, sc.work_text, value);
271
}
271
}
Line 272... Line 272...
272
 
272
 
273
void PanelCfg_MoreLessBox(dword x, y, id_more, id_less; byte value; dword text) {
273
void PanelCfg_MoreLessBox(dword x, y, id_more, id_less; byte value; dword text) {
274
	MoreLessBox(x, y, 18, id_more, id_less, sc.work_graph, sc.work_button, sc.work_text, value, text);
274
	MoreLessBox(x, y, 18, id_more, id_less, #sc, value, text);
Line 275... Line 275...
275
}
275
}
276
 
276