Home
last modified time | relevance | path

Searched refs:textresult (Results 1 – 9 of 9) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DTextEdit.c76 if(i==1)view = textresult; in find_text_forward()
101 if(i==1)view = textresult; in find_text_backward()
126 if(i==1)view = textresult; in find_text_all()
364 AjoutePageNotebook(_("Result"),&textresult); in cree_text_notebook()
365 gabedit_text_set_editable (GABEDIT_TEXT (textresult), TRUE); in cree_text_notebook()
366 set_font (textresult,FontsStyleResult.fontname); in cree_text_notebook()
367 …set_base_style(textresult,FontsStyleResult.BaseColor.red ,FontsStyleResult.BaseColor.green ,FontsS… in cree_text_notebook()
368 …set_text_style(textresult,FontsStyleResult.TextColor.red ,FontsStyleResult.TextColor.green ,FontsS… in cree_text_notebook()
H A DGlobal.h142 GtkWidget *textresult; variable
H A DMenuToolBar.c127 gabedit_text_cut_clipboard(textresult); in cut_text()
135 gabedit_text_copy_clipboard(textresult); in copy_text()
143 gabedit_text_paste_clipboard(textresult); in paste_text()
H A DPrinter.c450 TextWid = textresult; in create_print_page()
H A DPreferences.c1312 set_font (textresult, FontTemp); in set_button_font()
1410 set_base_style(textresult,ColorTemp.red,ColorTemp.green,ColorTemp.blue); in set_button_color()
1417 set_text_style(textresult,ColorTemp.red,ColorTemp.green,ColorTemp.blue); in set_button_color()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtilsInterface.c715 gabedit_text_select_all(textresult); in select_all()
725 goto_end(textresult,data); in goto_end_result()
2302 LabelOnglet = GTK_WIDGET(g_object_get_data(G_OBJECT(textresult),"LabelOnglet")); in change_label_onglet()
2362 nchar=gabedit_text_get_length(GABEDIT_TEXT(textresult)); in get_result()
2366 gabedit_text_set_point(GABEDIT_TEXT(textresult),0); in get_result()
2367 gabedit_text_forward_delete(GABEDIT_TEXT(textresult),nchar); in get_result()
2376 gabedit_text_insert (GABEDIT_TEXT(textresult), NULL, NULL, NULL, t,nchar); in get_result()
2380 gabedit_text_set_point(GABEDIT_TEXT(textresult),0); in get_result()
H A DUtils.c1693 set_font (textresult,FontsStyleResult.fontname); in read_fonts_file()
1694 …set_base_style(textresult,FontsStyleResult.BaseColor.red ,FontsStyleResult.BaseColor.green ,FontsS… in read_fonts_file()
1695 …set_text_style(textresult,FontsStyleResult.TextColor.red ,FontsStyleResult.TextColor.green ,FontsS… in read_fonts_file()
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilObjSurvey.php2913 $textresult = "";
2918 $textresult .= $questioncounter++ . ". " . $question_data["title"] . "\n";
2930 $textresult .= $text . "\n\n";
2932 return $textresult;
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/classes/
H A Dclass.ilObjSurvey.php2739 $textresult = "";
2744 $textresult .= $questioncounter++ . ". " . $question_data["title"] . "\n";
2756 $textresult .= $text . "\n\n";
2758 return $textresult;