diff options
author | Wichert Akkerman <wakkerma@debian.org> | 2001-07-16 10:49:17 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 2001-07-16 10:49:17 +0000 |
commit | ee69527628286e1c6327e9e6ef9abf9a375f97f0 (patch) | |
tree | df54b5f4f10847ee88d41ea4ece6bbeec527d839 /dselect | |
parent | e7acb1a9403ac58370a72642eacd4ea202ea1a90 (diff) | |
download | dpkg-ee69527628286e1c6327e9e6ef9abf9a375f97f0.tar.gz |
add setheights() member and fix protection
Diffstat (limited to 'dselect')
-rw-r--r-- | dselect/method.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dselect/method.h b/dselect/method.h index 986bc5d46..3d63196d8 100644 --- a/dselect/method.h +++ b/dselect/method.h @@ -36,6 +36,7 @@ struct dselect_option { }; class methodlist : public baselist { +protected: int status_width, gap_width, name_width, description_width; int name_column, description_column; @@ -55,6 +56,7 @@ class methodlist : public baselist { void redrawinfo(); void redrawtitle(); void setwidths(); + void setheights(); const char *itemname(int index); const struct helpmenuentry *helpmenulist(); |