From 5a5c6461b163f00b9d4e2c8265b0ebb10c2be2e1 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Wed, 21 Jul 2010 20:58:21 +0100 Subject: added formats, and some copypasta from default.theme comments into theme --- docs/Signals.pod | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'docs/Signals.pod') diff --git a/docs/Signals.pod b/docs/Signals.pod index 7c1f6db..2fcf913 100644 --- a/docs/Signals.pod +++ b/docs/Signals.pod @@ -1606,10 +1606,18 @@ B =back +=item C<"gui print text finished"> + +=over + +=item L C<$window> + =back (Can be used to determine when all "gui print text"s are sent (not required)) - "gui print text finished", WINDOW_REC + +=back + B @@ -1619,7 +1627,19 @@ B =item C<"complete word"> -, GList * of char*, WINDOW_REC, char *word, char *linestart, int *want_space +=over + +=item arrayref of string C<$WHAT> B + +=item L C<$window> + +=item string C<$word> + +=item string C<$linestart> + +=item int C<$want_space> + +=back =back -- cgit v1.2.3