src/widget/one_rule/algebra/utilities.c File Reference src/widget/one_rule/algebra/utilities.c Gem-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   190 arbitrary width for this widget TODO (use actions instead; see notes, below) #define LIST_H   114 arbitrary 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 Description Gem-graph-client algebra rules utilities. This file is part of Gem-graph.
Function Documentation
widget_set_item_text() widget_set_item_textutilities.c utilities.cwidget_set_item_text GtkEntry widget_set_item_text (GtkWidget * list_box, const char * text, bool editable) Format an entry (a text item) in a list. Since 2024-08 See also src/widget/one_rule/algebra/conditions() src/widget/one_rule/algebra/assign() src/widget/one_rule/algebra/identity() Parameters *list_box *text editable
Returns *entry < a text item