summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-12-02 11:38:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-12-02 11:38:28 (GMT)
commite275ec48e7ca72f92c4c766367e76f57a874bab9 (patch)
tree317f136f5630fdb2a8a6058c4941237d280314d4 /generic/tkInt.h
parente55404bc8b824f5841b7e5f42bff2867e7f490ab (diff)
downloadtk-e275ec48e7ca72f92c4c766367e76f57a874bab9.zip
tk-e275ec48e7ca72f92c4c766367e76f57a874bab9.tar.gz
tk-e275ec48e7ca72f92c4c766367e76f57a874bab9.tar.bz2
* generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):
Expose angled text API for Emiliano Gavilan. Still only in internal stub table.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 7722da3..4ca9b05 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: $Id: tkInt.h,v 1.123 2010/06/19 16:18:41 jenglish Exp $
+ * RCS: $Id: tkInt.h,v 1.124 2010/12/02 11:38:29 dkf Exp $
*/
#ifndef _TKINT
@@ -1198,21 +1198,10 @@ MODULE_SCOPE void TkpMakeTransparentWindowExist(Tk_Window tkwin,
MODULE_SCOPE void TkpCreateBusy(Tk_FakeWin *winPtr, Tk_Window tkRef,
Window *parentPtr, Tk_Window tkParent,
TkBusy busy);
-MODULE_SCOPE void TkDrawAngledTextLayout(Display *display,
- Drawable drawable, GC gc, Tk_TextLayout layout,
- int x, int y, double angle, int firstChar,
- int lastChar);
-MODULE_SCOPE void TkpDrawAngledChars(Display *display,Drawable drawable,
- GC gc, Tk_Font tkfont, const char *source,
- int numBytes, double x, double y, double angle);
-MODULE_SCOPE void TkUnderlineAngledTextLayout(Display *display,
- Drawable drawable, GC gc, Tk_TextLayout layout,
- int x, int y, double angle, int underline);
-MODULE_SCOPE int TkIntersectAngledTextLayout(Tk_TextLayout layout,
- int x,int y, int width, int height, double angle);
MODULE_SCOPE int TkBackgroundEvalObjv(Tcl_Interp *interp,
int objc, Tcl_Obj *const *objv, int flags);
-MODULE_SCOPE void TkSendVirtualEvent(Tk_Window tgtWin, const char *eventName);
+MODULE_SCOPE void TkSendVirtualEvent(Tk_Window tgtWin,
+ const char *eventName);
MODULE_SCOPE Tcl_Command TkMakeEnsemble(Tcl_Interp *interp,
const char *nsname, const char *name,
ClientData clientData, const TkEnsemble *map);