Find the dialog element with a given name. More...

Public Member Functions | |
| int | page_offset () |
| int | page_offset (iterator line) |
| end() of list of dialog fileds | |
Public Attributes | |
| iterator | current_line_ |
| one line below last visible line (might point to end()) | |
| int | height_ |
| line where the cursor lies | |
| iterator | last_line_ |
| height_ in input fields | |
| iterator | page_bottom_ |
| top of displayed page | |
| iterator | page_top_ |
Find the dialog element with a given name.
Information described by the page actually displayed -- it is manipulated by popup() and operator()().
Definition at line 1965 of file cursorwindow.cxx.
| int page_offset | ( | ) |
Definition at line 1996 of file cursorwindow.cxx.
| int page_offset | ( | iterator | line | ) |
end() of list of dialog fileds
Definition at line 1976 of file cursorwindow.cxx.
| iterator current_line_ |
one line below last visible line (might point to end())
Definition at line 1972 of file cursorwindow.cxx.
| int height_ |
line where the cursor lies
Definition at line 1973 of file cursorwindow.cxx.
| iterator last_line_ |
height_ in input fields
Definition at line 1974 of file cursorwindow.cxx.
| iterator page_bottom_ |
top of displayed page
Definition at line 1971 of file cursorwindow.cxx.
| iterator page_top_ |
Definition at line 1970 of file cursorwindow.cxx.
1.6.3