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

87 lines
1.7 KiB
Groff
Raw Normal View History

2024-10-20 01:05:12 +02:00
.TH "src/widget/main_window/one_rule/algebra/utilities.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
.ad l
.nh
.SH NAME
2024-10-20 01:05:12 +02:00
src/widget/main_window/one_rule/algebra/utilities.c \- Gem-graph-client algebra rules utilities\&.
.SH SYNOPSIS
.br
.PP
2024-10-20 01:05:12 +02:00
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP
.br
2024-10-20 01:05:12 +02:00
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./\&.\&./include/widget\&.h'\fP
.br
2024-10-20 01:05:12 +02:00
\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 gtk_widget_set_size_request (scrolled_list_boxes()) x 3 (use actions instead; see notes, below) TODO "
.ti -1c
.RI "#define \fBLIST_H\fP 114"
.br
.RI "arbitrary height (same) TODO "
.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\&.
.PP
It provides formatting or page layout functions used locally\&.
.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\&.