mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Updated for view->scroll.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1754 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ed93f91d96
commit
5694dbfdb7
1 changed files with 7 additions and 1 deletions
|
|
@ -1,12 +1,13 @@
|
||||||
MODULE = Irssi::TextUI PACKAGE = Irssi::TextUI::TextBuffer PREFIX = textbuffer_
|
MODULE = Irssi::TextUI PACKAGE = Irssi::TextUI::TextBuffer PREFIX = textbuffer_
|
||||||
|
|
||||||
Irssi::TextUI::TextBufferView
|
Irssi::TextUI::TextBufferView
|
||||||
textbuffer_view_create(buffer, width, height, default_indent, longword_noindent)
|
textbuffer_view_create(buffer, width, height, default_indent, longword_noindent, scroll)
|
||||||
Irssi::TextUI::TextBuffer buffer
|
Irssi::TextUI::TextBuffer buffer
|
||||||
int width
|
int width
|
||||||
int height
|
int height
|
||||||
int default_indent
|
int default_indent
|
||||||
int longword_noindent
|
int longword_noindent
|
||||||
|
int scroll
|
||||||
|
|
||||||
#*******************************
|
#*******************************
|
||||||
MODULE = Irssi::TextUI PACKAGE = Irssi::TextUI::TextBufferView PREFIX = textbuffer_view_
|
MODULE = Irssi::TextUI PACKAGE = Irssi::TextUI::TextBufferView PREFIX = textbuffer_view_
|
||||||
|
|
@ -22,6 +23,11 @@ textbuffer_view_set_default_indent(view, default_indent, longword_noindent)
|
||||||
int default_indent
|
int default_indent
|
||||||
int longword_noindent
|
int longword_noindent
|
||||||
|
|
||||||
|
void
|
||||||
|
textbuffer_view_set_scroll(view, scroll)
|
||||||
|
Irssi::TextUI::TextBufferView view
|
||||||
|
int scroll
|
||||||
|
|
||||||
void
|
void
|
||||||
textbuffer_view_resize(view, width, height)
|
textbuffer_view_resize(view, width, height)
|
||||||
Irssi::TextUI::TextBufferView view
|
Irssi::TextUI::TextBufferView view
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue