Searched refs:editing (Results 1 – 15 of 15) sorted by relevance
73 group->editing = 0; in lv_group_create()354 if(en_val == group->editing) return; /*Do not set the same mode again*/ in lv_group_set_editing()356 group->editing = en_val; in lv_group_set_editing()404 if(group->editing) { in lv_group_mod_style()478 return group->editing ? true : false; in lv_group_get_editing()
73 uint8_t editing : 1; /**< 1: Edit mode, 0: Navigate mode*/ member
620 else if(g->editing) { in indev_encoder_proc()640 else if(editable && !g->editing && !i->proc.long_pr_sent) { in indev_encoder_proc()
416 bool editing = lv_group_get_editing(g); in lv_roller_signal() local422 if(!editing) { in lv_roller_signal()523 bool editing = lv_group_get_editing(g); in lv_roller_scrl_signal() local524 if(editing) lv_group_set_editing(g, false); in lv_roller_scrl_signal()
511 bool editing = lv_group_get_editing(g); in lv_slider_signal() local514 if(editing) lv_group_set_editing(g, false); in lv_slider_signal()
621 bool editing = lv_group_get_editing(g); in lv_ddlist_signal() local627 if(editing) { in lv_ddlist_signal()
1412 bool editing = lv_group_get_editing(g); in lv_ta_signal() local1417 if(editing) in lv_ta_signal()
66 - multiline editing
35 editing of files is required.
147 $# (scripts\pnglibconf.h.prebuilt) by editing PNG_API_RULE to 2 (to force use
506 /* Terminates the editing session */
547 Minor editing of the INSTALL and README files.2841 vstudio project files, and some trivial editing of some files in the3535 Minor editing of libpng.3 and libpng-manual.txt.4874 Minor editing of contrib/arm-neon/README and contrib/examples/*.c5684 Minor editing of INSTALL, (whitespace, added copyright line)
233 Hand editing is achieved by copying scripts/pnglibconf.h.prebuilt to
172 editing ckconfig.c according to the directions given in ckconfig.c. Once
2385 settings without editing header files by using POLARSSL_CONFIG_OPTIONS
Completed in 36 milliseconds