diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-22 15:14:00 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-22 15:14:00 +0000 |
commit | 7f6988902700bfa9108b948b364f2f8f15fbbd55 (patch) | |
tree | e181299a72a8db03936a8ec95b9750feb5a04c97 /docs/Irssi/UI | |
parent | added messagelevel docs to irssi.pod, more stuff in guide, and a little scrip... (diff) | |
download | irssi-scripts-7f6988902700bfa9108b948b364f2f8f15fbbd55.tar.gz irssi-scripts-7f6988902700bfa9108b948b364f2f8f15fbbd55.zip |
added additional packages and full function dumps to pod, unformatted so far
Diffstat (limited to '')
-rw-r--r-- | docs/Irssi/UI.pod | 13 | ||||
-rw-r--r-- | docs/Irssi/UI/Server.pod | 13 | ||||
-rw-r--r-- | docs/Irssi/UI/TextDest.pod | 11 | ||||
-rw-r--r-- | docs/Irssi/UI/Theme.pod | 8 | ||||
-rw-r--r-- | docs/Irssi/UI/Window.pod | 29 |
5 files changed, 74 insertions, 0 deletions
diff --git a/docs/Irssi/UI.pod b/docs/Irssi/UI.pod new file mode 100644 index 0000000..aac1c6e --- /dev/null +++ b/docs/Irssi/UI.pod @@ -0,0 +1,13 @@ +__END__ + +=head1 NAME + +Irssi::UI + +=head1 FIELDS + +=head1 METHODS + + Irssi::UI::deinit + Irssi::UI::init + Irssi::UI::processes diff --git a/docs/Irssi/UI/Server.pod b/docs/Irssi/UI/Server.pod new file mode 100644 index 0000000..7bc7080 --- /dev/null +++ b/docs/Irssi/UI/Server.pod @@ -0,0 +1,13 @@ +__END__ + +=head1 NAME + +Irssi::UI::Server + +=head1 FIELDS + +=head1 METHODS + + Irssi::UI::Server::gui_printtext_after + Irssi::UI::Server::term_refresh_freeze + Irssi::UI::Server::term_refresh_thaw diff --git a/docs/Irssi/UI/TextDest.pod b/docs/Irssi/UI/TextDest.pod new file mode 100644 index 0000000..24b9d04 --- /dev/null +++ b/docs/Irssi/UI/TextDest.pod @@ -0,0 +1,11 @@ +__END__ + +=head1 NAME + +Irssi::UI::TextDest + +=head1 FIELDS + +=head1 METHODS + + Irssi::UI::TextDest::print diff --git a/docs/Irssi/UI/Theme.pod b/docs/Irssi/UI/Theme.pod index 2e69186..2d2b7f6 100644 --- a/docs/Irssi/UI/Theme.pod +++ b/docs/Irssi/UI/Theme.pod @@ -8,6 +8,14 @@ Irssi::UI::Theme =head1 METHODS +=head2 C<format_expand> + +I<undocumented> + +=head2 C<get_format> + +I<undocumented> + =head1 THEME DOCUMENTATION When testing changes, the easiest way to reload the theme is with /RELOAD. diff --git a/docs/Irssi/UI/Window.pod b/docs/Irssi/UI/Window.pod index aa601a8..2dd6389 100644 --- a/docs/Irssi/UI/Window.pod +++ b/docs/Irssi/UI/Window.pod @@ -136,3 +136,32 @@ Return active item's name, or if none is active, window's name =head2 C<item_find $server, $name> Find window item that matches best to given arguments. + +=head1 Full list of functions + + Irssi::UI::Window::activity + Irssi::UI::Window::change_server + Irssi::UI::Window::command + Irssi::UI::Window::destroy + Irssi::UI::Window::format_get_text + Irssi::UI::Window::get_active_name + Irssi::UI::Window::get_history_lines + Irssi::UI::Window::gui_printtext_after + Irssi::UI::Window::item_add + Irssi::UI::Window::item_destroy + Irssi::UI::Window::item_find + Irssi::UI::Window::item_next + Irssi::UI::Window::item_prev + Irssi::UI::Window::item_remove + Irssi::UI::Window::items + Irssi::UI::Window::last_line_insert + Irssi::UI::Window::print + Irssi::UI::Window::print_after + Irssi::UI::Window::printformat + Irssi::UI::Window::set_active + Irssi::UI::Window::set_history + Irssi::UI::Window::set_level + Irssi::UI::Window::set_name + Irssi::UI::Window::set_refnum + Irssi::UI::Window::view + |