Explorar el Código

Panel getWidth()

Steve Thielemann hace 4 años
padre
commit
6d7623a213
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      door.h

+ 1 - 0
door.h

@@ -576,6 +576,7 @@ public:
   void setTitle(std::unique_ptr<Line> T, int off = 1);
   void setStyle(BorderStyle bs);
   void setColor(ANSIColor c);
+  int getWidth(void) { return width; };
   void hide(void);
   void show(void);
   void addLine(std::unique_ptr<Line> l);