cxWidgets 1.0
Classes | Namespaces
cxFileViewer.h File Reference
#include "cxScrolledWindow.h"
#include "cxFunction.h"
#include <string>
#include <memory>
Include dependency graph for cxFileViewer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cx::cxFileViewer
 Represents a window that displays a file. While the object is being displayed with showModal(), the user can go to a specific line by pressing CTRL-G (this is the default; it can be changed with setGoToKey()). The user can also search for text with the '/' key (this is the default; it can be changed with setSearchKey()). By default, the previous keyword is used when searching again; this behavior can be changed with useLastKeyword().
Also, cxFileViewer supports page scrolling with the pageUp and pageDown keys. In addition, cxMenu also uses alternate keys for doing a pageUp and pageDown, which by default are '.' and ',', respectively. These defaults can be changed via setAltPgUpKey() and setAltPgDownKey(). More...
 

Namespaces

namespace  cx
 cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all its derivitives)