~ubuntu-branches/ubuntu/gutsy/tk8.4/gutsy-updates

« back to all changes in this revision

Viewing changes to generic/tkPlatDecls.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-05 15:56:45 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070105155645-8srmlwqo7m1q86qi
Tags: 8.4.14-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * See the file "license.terms" for information on usage and redistribution
9
9
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10
10
 *
11
 
 * RCS: @(#) $Id: tkPlatDecls.h,v 1.7 2002/08/31 06:12:23 das Exp $
 
11
 * RCS: @(#) $Id: tkPlatDecls.h,v 1.7.2.1 2006/02/09 19:09:43 das Exp $
12
12
 */
13
13
 
14
14
#ifndef _TKPLATDECLS
104
104
                                int x, int y, int width, int height, 
105
105
                                int flags));
106
106
/* 6 */
107
 
EXTERN void             TkMacOSXInvalClipRgns _ANSI_ARGS_((TkWindow * winPtr));
 
107
EXTERN void             TkMacOSXInvalClipRgns _ANSI_ARGS_((Tk_Window tkwin));
108
108
/* 7 */
109
109
EXTERN GWorldPtr        TkMacOSXGetDrawablePort _ANSI_ARGS_((
110
110
                                Drawable drawable));
149
149
    void (*tkMacOSXInitMenus) _ANSI_ARGS_((Tcl_Interp * interp)); /* 3 */
150
150
    void (*tkMacOSXInitAppleEvents) _ANSI_ARGS_((Tcl_Interp * interp)); /* 4 */
151
151
    void (*tkGenWMConfigureEvent) _ANSI_ARGS_((Tk_Window tkwin, int x, int y, int width, int height, int flags)); /* 5 */
152
 
    void (*tkMacOSXInvalClipRgns) _ANSI_ARGS_((TkWindow * winPtr)); /* 6 */
 
152
    void (*tkMacOSXInvalClipRgns) _ANSI_ARGS_((Tk_Window tkwin)); /* 6 */
153
153
    GWorldPtr (*tkMacOSXGetDrawablePort) _ANSI_ARGS_((Drawable drawable)); /* 7 */
154
154
    ControlRef (*tkMacOSXGetRootControl) _ANSI_ARGS_((Drawable drawable)); /* 8 */
155
155
    void (*tk_MacOSXSetupTkNotifier) _ANSI_ARGS_((void)); /* 9 */