From 241fb7c85ce61372385b0beabf5bf3bd3211338e Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 16 Jul 2010 20:22:49 +0100 Subject: moved process to ui namespace --- docs/Irssi/Windowitem.pod | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'docs/Irssi/Windowitem.pod') diff --git a/docs/Irssi/Windowitem.pod b/docs/Irssi/Windowitem.pod index 7781a44..f91183c 100644 --- a/docs/Irssi/Windowitem.pod +++ b/docs/Irssi/Windowitem.pod @@ -22,6 +22,7 @@ didn't work :) =head1 FIELDS Windowitem->{} + type - Type of the window item, for example "CHANNEL" or "QUERY" chat_type - String ID of chat protocol, for example "IRC" @@ -34,22 +35,25 @@ Windowitem->{} =head1 METHODS -Windowitem::print(str[, level]) +=head2 C + +=head2 C + +=head2 C + +Change window item active in parent window. -Windowitem::command(cmd) +=head2 C +Change server in window item. -Windowitem::set_active() - Change window item active in parent window. +=head2 C +Returns 1 if window item is the active item in parent window. -Windowitem::change_server(server) - Change server in window item. -Windowitem::is_active() - Returns 1 if window item is the active item in parent window. +=head2 C -Dcc -Windowitem::get_dcc(item) - If `item' is a query of a =nick, return DCC chat record of nick. +If `item' is a query of a =nick, return DCC chat record of nick. +returns L object. -- cgit v1.2.3