root/branches/pigment-experiments/slides_viewport.hh
| Revision 44, 379 bytes (checked in by mirko, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef __PDFCUBE__SLIDES_VIEWPORT_HH__ |
| 2 | #define __PDFCUBE__SLIDES_VIEWPORT_HH__ |
| 3 | |
| 4 | #include <glib.h> |
| 5 | #include <pgm/pgm.h> |
| 6 | |
| 7 | namespace PDFCube { |
| 8 | |
| 9 | class SlidesViewport // : public Pgm::Viewport |
| 10 | { |
| 11 | protected: |
| 12 | static void |
| 13 | key_press_event_cb(PgmViewport *viewport, |
| 14 | PgmEventKey *event, |
| 15 | gpointer data) |
| 16 | { |
| 17 | } |
| 18 | PgmViewport* viewport_m; |
| 19 | }; |
| 20 | } |
| 21 | |
| 22 | #endif |
Note: See TracBrowser
for help on using the browser.

