diff dwt/widgets/Caret.d @ 37:c86fc3d50cfa

Decorations
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Jan 2008 05:17:47 +0100
parents ffa3c27c4328
children ecf39b275c8d
line wrap: on
line diff
--- a/dwt/widgets/Caret.d	Thu Jan 10 05:01:46 2008 +0100
+++ b/dwt/widgets/Caret.d	Thu Jan 10 05:17:47 2008 +0100
@@ -9,10 +9,18 @@
  *     IBM Corporation - initial API and implementation
  *******************************************************************************/
 module dwt.widgets.Caret;
-
+import dwt.graphics.Font;
 class Caret{
     int blinkRate;
     bool blinkCaret();
+    int x, y, width, height;
+
+    bool isFocusCaret () ;
+    void killFocus () ;
+    void setFocus ();
+    void release(bool);
+    bool isDisposed();
+    public void setFont (Font font) ;
 }
 /+++