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 -*-
|
2024-10-18 09:43:30 +02:00
|
|
|
.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\&.
|
2024-10-18 09:43:30 +02:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.br
|
|
|
|
.PP
|
2024-10-20 01:05:12 +02:00
|
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP
|
2024-10-18 09:43:30 +02:00
|
|
|
.br
|
2024-10-20 01:05:12 +02:00
|
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./\&.\&./include/widget\&.h'\fP
|
2024-10-18 09:43:30 +02:00
|
|
|
.br
|
2024-10-20 01:05:12 +02:00
|
|
|
\fC#include '\&.\&./\&.\&./\&.\&./\&.\&./\&.\&./include/signal\&.h'\fP
|
2024-10-18 09:43:30 +02:00
|
|
|
.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
|
2024-10-18 22:04:17 +02:00
|
|
|
.RI "arbitrary width for gtk_widget_set_size_request (scrolled_list_boxes()) x 3 (use actions instead; see notes, below) TODO "
|
2024-10-18 09:43:30 +02:00
|
|
|
.ti -1c
|
|
|
|
.RI "#define \fBLIST_H\fP 114"
|
|
|
|
.br
|
2024-10-18 22:04:17 +02:00
|
|
|
.RI "arbitrary height (same) TODO "
|
2024-10-18 09:43:30 +02:00
|
|
|
.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\&.
|
|
|
|
|
2024-10-18 22:04:17 +02:00
|
|
|
This file is part of Gem-graph\&.
|
|
|
|
.PP
|
|
|
|
It provides formatting or page layout functions used locally\&.
|
2024-10-18 09:43:30 +02:00
|
|
|
.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\&.
|