Home
last modified time | relevance | path

Searched refs:rte_textparm (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dkeyboard.c321 if (mainw->rte_textparm && !(keymod & (LIVES_ALT_MASK | LIVES_CONTROL_MASK))) { in pl_key_function()
324 if (unicode == LIVES_KEY_Tab || unicode == 9) mainw->rte_textparm = NULL; in pl_key_function()
331 char *cval = weed_get_string_value(mainw->rte_textparm, WEED_LEAF_VALUE, &error); in pl_key_function()
337 weed_set_string_value(mainw->rte_textparm, WEED_LEAF_VALUE, nval); in pl_key_function()
338 inst = weed_get_plantptr_value(mainw->rte_textparm, WEED_LEAF_HOST_INSTANCE, &error); in pl_key_function()
339 param_number = weed_get_int_value(mainw->rte_textparm, WEED_LEAF_HOST_IDX, &error); in pl_key_function()
H A Dmainwindow.h1589 weed_plant_t *rte_textparm; ///< send keyboard input to this paramter (usually NULL) member
H A Deffects.c1139 mainw->rte_textparm = get_textparm(); in textparm_callback()
H A Deffects-weed.c6113 if (parameters[i] == mainw->rte_textparm) mainw->rte_textparm = NULL; in weed_in_params_free()
H A Dsaveplay.c2883 mainw->rte_textparm = NULL;
H A Dmain.c1383 mainw->rte_textparm = NULL; in lives_init()