aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkplatform.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
commite32686c10a4f4fe7c34b181845220b5c491f32fb (patch)
treec090052c311a3a1732d03dc17fe357f97437b397 /dw/fltkplatform.hh
parent74f64426001a693759e47963f99965e0e6ee847d (diff)
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r--dw/fltkplatform.hh12
1 files changed, 6 insertions, 6 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh
index 238af582..253f1bbd 100644
--- a/dw/fltkplatform.hh
+++ b/dw/fltkplatform.hh
@@ -24,7 +24,7 @@ class FltkFont: public core::style::Font
public:
::fltk::Font *font;
-
+
static FltkFont *create (core::style::FontAttrs *attrs);
};
@@ -119,24 +119,24 @@ public:
~FltkPlatform ();
void setLayout (core::Layout *layout);
-
+
void attachView (core::View *view);
void detachView (core::View *view);
-
+
int textWidth (core::style::Font *font, const char *text, int len);
int nextGlyph (const char *text, int idx);
int prevGlyph (const char *text, int idx);
float dpiX ();
float dpiY ();
-
+
int addIdle (void (core::Layout::*func) ());
void removeIdle (int idleId);
-
+
core::style::Font *createFont (core::style::FontAttrs *attrs,
bool tryEverything);
core::style::Color *createColor (int color);
-
+
core::Imgbuf *createImgbuf (core::Imgbuf::Type type, int width, int height);
void copySelection(const char *text);