src/widget/one_rule/algebra/utilities.c File Referencesrc/widget/one_rule/algebra/utilities.cGem-graph-client algebra rules utilities. #include "../../../../include/fsm.h"#include "../../../../include/widget.h"#include "../../../../include/signal.h"#include <stdio.h>#include <stdlib.h>Macros #define LIST_W 190arbitrary width for this widget TODO (use actions instead; see notes, below) #define LIST_H 114arbitrary height for this widget TODO (use actions instead) Functions GtkEntry widget_set_item_text (GtkWidget *list_box, const char *text, bool editable)Format an entry (a text item) in a list. Detailed DescriptionGem-graph-client algebra rules utilities. This file is part of Gem-graph. Function Documentationwidget_set_item_text()widget_set_item_textutilities.cutilities.cwidget_set_item_textGtkEntry widget_set_item_text (GtkWidget * list_box, const char * text, bool editable)Format an entry (a text item) in a list. Since2024-08See alsosrc/widget/one_rule/algebra/conditions() src/widget/one_rule/algebra/assign() src/widget/one_rule/algebra/identity()
Parameters