#include <iosfwd>
#include "ncursesw.h"
#include <panel.h>
Go to the source code of this file.
Classes | |
class | NCursesPanel |
struct | NCursesPanel::UserHook |
class | NCursesUserPanel< T > |
Associate user data with a panel. We use templates to provide a typesafe mechanism to associate user data with a panel. A NCursesUserPanel<T> is a panel associated with some user data of type T. More... |