Home
last modified time | relevance | path

Searched defs:PhotoMaster (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkImgPhoto.h34 typedef struct PhotoMaster PhotoMaster; typedef
144 struct PhotoMaster { struct
145 Tk_ImageMaster tkMaster; /* Tk's token for image model. NULL means the
147 Tcl_Interp *interp; /* Interpreter associated with the application
172 * Bit definitions for the flags field of a PhotoMaster. argument
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkImgPhoto.c137 typedef struct PhotoMaster { struct
138 Tk_ImageMaster tkMaster; /* Tk's token for image master. NULL means
140 Tcl_Interp *interp; /* Interpreter associated with the
164 } PhotoMaster; argument
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkImgPhoto.c137 typedef struct PhotoMaster { struct
138 Tk_ImageMaster tkMaster; /* Tk's token for image master. NULL means
140 Tcl_Interp *interp; /* Interpreter associated with the
164 } PhotoMaster; argument
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkImgPhoto.c137 typedef struct PhotoMaster { struct
138 Tk_ImageMaster tkMaster; /* Tk's token for image master. NULL means
140 Tcl_Interp *interp; /* Interpreter associated with the
164 } PhotoMaster; argument
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkImgPhoto.c144 typedef struct PhotoMaster { struct
145 Tk_ImageMaster tkMaster; /* Tk's token for image master. NULL means the
170 } PhotoMaster; typedef
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkImgPhoto.c152 typedef struct PhotoMaster { struct
153 Tk_ImageMaster tkMaster; /* Tk's token for image master. NULL means
155 Tcl_Interp *interp; /* Interpreter associated with the
179 } PhotoMaster; argument
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkImgPhoto.h30 #define PhotoMaster PhotoModel macro