23 #ifndef _LAX_VIEWERWINDOW_H
24 #define _LAX_VIEWERWINDOW_H
27 #include <lax/rowframe.h>
28 #include <lax/rulerwin.h>
29 #include <lax/scroller.h>
30 #include <lax/messagebar.h>
31 #include <lax/interfaces/viewportwindow.h>
33 namespace LaxInterfaces {
36 enum ViewerWindowActions {
54 unsigned long viewer_style;
57 virtual int PerformAction(
int action);
61 int xx,
int yy,
int ww,
int hh,
int brder,
64 virtual const char *whattype() {
return "ViewerWindow"; }
77 virtual anInterface *CurrentTool() {
return curtool; }
83 virtual int tools_n() {
return tools.
n; }
84 virtual anInterface *tools_e(
int i) {
if (i>=0 && i<tools.
n)
return tools.
e[i];
return NULL; }
Mon Feb 17 2014 11:52:57, Laxkit