mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Remove methods to create/destroy TextBuffer and TextBufferView and low level
api to add/remove lines, scripts should be fine using Window::print_after and TextBufferView::remove_line. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4963 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
29a56d7974
commit
f9f031826f
2 changed files with 0 additions and 52 deletions
|
|
@ -3,22 +3,10 @@
|
|||
MODULE = Irssi::TextUI::TextBufferView PACKAGE = Irssi::TextUI::TextBuffer PREFIX = textbuffer_
|
||||
PROTOTYPES: ENABLE
|
||||
|
||||
Irssi::TextUI::TextBufferView
|
||||
textbuffer_view_create(buffer, width, height, scroll, utf8)
|
||||
Irssi::TextUI::TextBuffer buffer
|
||||
int width
|
||||
int height
|
||||
int scroll
|
||||
int utf8
|
||||
|
||||
#*******************************
|
||||
MODULE = Irssi::TextUI::TextBufferView PACKAGE = Irssi::TextUI::TextBufferView PREFIX = textbuffer_view_
|
||||
#*******************************
|
||||
|
||||
void
|
||||
textbuffer_view_destroy(view)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
|
||||
void
|
||||
textbuffer_view_set_default_indent(view, default_indent, longword_noindent)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
|
|
@ -55,11 +43,6 @@ textbuffer_view_get_line_cache(view, line)
|
|||
Irssi::TextUI::TextBufferView view
|
||||
Irssi::TextUI::Line line
|
||||
|
||||
void
|
||||
textbuffer_view_insert_line(view, line)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
Irssi::TextUI::Line line
|
||||
|
||||
void
|
||||
textbuffer_view_remove_line(view, line)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue