Top | ![]() |
![]() |
![]() |
![]() |
GtexBufferGtexBuffer — Additional TeplBuffer functions |
void | gtex_buffer_setup () |
void | gtex_buffer_comment_lines () |
void | gtex_buffer_comment_selected_lines () |
void | gtex_buffer_uncomment_selected_lines () |
void
gtex_buffer_setup (TeplBuffer *buffer
);
Setups a TeplBuffer for this application.
void gtex_buffer_comment_lines (GtkTextBuffer *buffer
,const GtkTextIter *start_iter
,const GtkTextIter *end_iter
);
Comments the lines between start_iter
and end_iter
included.
If end_iter
is NULL
, only a single line is commented.
buffer |
||
start_iter |
a GtkTextIter. |
|
end_iter |
a GtkTextIter, or |
[nullable] |
void
gtex_buffer_comment_selected_lines (GtkTextBuffer *buffer
);
Comments the selected lines.
void
gtex_buffer_uncomment_selected_lines (GtkTextBuffer *buffer
);
Uncomments the selected lines.