gem-graph-client/doc/rtfm/man3/utilities.c.3

85 lines
1.6 KiB
Groff

.TH "src/widget/one_rule/algebra/utilities.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
.ad l
.nh
.SH NAME
src/widget/one_rule/algebra/utilities.c \- Gem-graph-client algebra rules utilities\&.
.SH SYNOPSIS
.br
.PP
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP
.br
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/widget\&.h'\fP
.br
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./include/signal\&.h'\fP
.br
\fC#include <stdio\&.h>\fP
.br
\fC#include <stdlib\&.h>\fP
.br
.SS "Macros"
.in +1c
.ti -1c
.RI "#define \fBLIST_W\fP 190"
.br
.RI "arbitrary width for this widget TODO (use actions instead; see notes, below) "
.ti -1c
.RI "#define \fBLIST_H\fP 114"
.br
.RI "arbitrary height for this widget TODO (use actions instead) "
.in -1c
.SS "Functions"
.in +1c
.ti -1c
.RI "GtkEntry \fBwidget_set_item_text\fP (GtkWidget *list_box, const char *text, bool editable)"
.br
.RI "Format an entry (a text item) in a list\&. "
.in -1c
.SH "Detailed Description"
.PP
Gem-graph-client algebra rules utilities\&.
This file is part of Gem-graph\&.
.SH "Function Documentation"
.PP
.SS "GtkEntry widget_set_item_text (GtkWidget * list_box, const char * text, bool editable)"
.PP
Format an entry (a text item) in a list\&.
.PP
\fBSince\fP
.RS 4
2024-08
.RE
.PP
\fBSee also\fP
.RS 4
src/widget/one_rule/algebra/conditions()
.PP
src/widget/one_rule/algebra/assign()
.PP
src/widget/one_rule/algebra/identity()
.RE
.PP
\fBParameters\fP
.RS 4
\fI*list_box\fP
.br
\fI*text\fP
.br
\fIeditable\fP
.RE
.PP
\fBReturns\fP
.RS 4
*entry < a text item
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Gem-graph from the source code\&.