Преглед изворни кода

add setheights() member and fix protection

Wichert Akkerman пре 25 година
родитељ
комит
ee69527628
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      dselect/method.h

+ 2 - 0
dselect/method.h

@@ -36,6 +36,7 @@ struct dselect_option {
 };
 };
 
 
 class methodlist : public baselist {
 class methodlist : public baselist {
+protected:
   int status_width, gap_width, name_width, description_width;
   int status_width, gap_width, name_width, description_width;
   int name_column, description_column;
   int name_column, description_column;
 
 
@@ -55,6 +56,7 @@ class methodlist : public baselist {
   void redrawinfo();
   void redrawinfo();
   void redrawtitle();
   void redrawtitle();
   void setwidths();
   void setwidths();
+  void setheights();
   const char *itemname(int index);
   const char *itemname(int index);
   const struct helpmenuentry *helpmenulist();
   const struct helpmenuentry *helpmenulist();