23 #ifndef _LAX_FILEPREVIEWER_H
24 #define _LAX_FILEPREVIEWER_H
26 #include <lax/messagebar.h>
35 #define FILEPREV_SHOW_DIMS (1<<28)
51 int nx,
int ny,
int nw,
int nh,
int brder,
52 const char *file=NULL,
int sz=5000);
54 virtual const char *tooltip() {
return filename; }
57 virtual const char *whattype() {
return "FilePreviewer"; }
66 virtual int Preview(
const char *file);
67 virtual const char *
Preview() {
return filename; }
Mon Feb 17 2014 11:52:56, Laxkit