tcltk.tk

D bindings to Tcl/Tk

Public Imports

tcltk.tcl
public import tcltk.tcl;
Undocumented in source.
tcltk.tkdecls
public import tcltk.tkdecls;
Undocumented in source.

Members

Aliases

TK_ALL_EVENTS
alias TK_ALL_EVENTS = TCL_ALL_EVENTS
Undocumented in source.
TK_DONT_WAIT
alias TK_DONT_WAIT = TCL_DONT_WAIT
Undocumented in source.
TK_EXCEPTION
alias TK_EXCEPTION = TCL_EXCEPTION
Undocumented in source.
TK_FILE_EVENTS
alias TK_FILE_EVENTS = TCL_FILE_EVENTS
Undocumented in source.
TK_IDLE_EVENTS
alias TK_IDLE_EVENTS = TCL_IDLE_EVENTS
Undocumented in source.
TK_READABLE
alias TK_READABLE = TCL_READABLE
Undocumented in source.
TK_TIMER_EVENTS
alias TK_TIMER_EVENTS = TCL_TIMER_EVENTS
Undocumented in source.
TK_WINDOW_EVENTS
alias TK_WINDOW_EVENTS = TCL_WINDOW_EVENTS
Undocumented in source.
TK_WRITABLE
alias TK_WRITABLE = TCL_WRITABLE
Undocumented in source.
TK_X_EVENTS
alias TK_X_EVENTS = TCL_WINDOW_EVENTS
Undocumented in source.
Tk_3DBorder
alias Tk_3DBorder = Tk_3DBorder_*
Undocumented in source.
Tk_BackgroundError
alias Tk_BackgroundError = Tcl_BackgroundError
Undocumented in source.
Tk_BindingTable
alias Tk_BindingTable = Tk_BindingTable_*
Undocumented in source.
Tk_CancelIdleCall
alias Tk_CancelIdleCall = Tcl_CancelIdleCall
Undocumented in source.
Tk_Canvas
alias Tk_Canvas = Tk_Canvas_*
Undocumented in source.
Tk_ClassCreateProc
alias Tk_ClassCreateProc = Window function(Tk_Window tkwin, Window parent, ClientData instanceData) nothrow
Undocumented in source.
Tk_ClassModalProc
alias Tk_ClassModalProc = void function(Tk_Window tkwin, XEvent* eventPtr) nothrow
Undocumented in source.
Tk_ClassWorldChangedProc
alias Tk_ClassWorldChangedProc = void function(ClientData instanceData) nothrow
Undocumented in source.
Tk_ClientMessageProc
alias Tk_ClientMessageProc = int function(Tk_Window tkwin, XEvent* eventPtr) nothrow
Undocumented in source.
Tk_CreateFileHandler
alias Tk_CreateFileHandler = Tcl_CreateFileHandler
Undocumented in source.
Tk_CreateOldImageType
alias Tk_CreateOldImageType = Tk_CreateImageType
Undocumented in source.
Tk_CreateOldPhotoImageFormat
alias Tk_CreateOldPhotoImageFormat = Tk_CreatePhotoImageFormat
Undocumented in source.
Tk_CreateTimerHandler
alias Tk_CreateTimerHandler = Tcl_CreateTimerHandler
Undocumented in source.
Tk_Cursor
alias Tk_Cursor = Tk_Cursor_*
Undocumented in source.
Tk_CustomOptionFreeProc
alias Tk_CustomOptionFreeProc = void function(ClientData clientData, Tk_Window tkwin, const(char)* internalPtr) nothrow
Undocumented in source.
Tk_CustomOptionGetProc
alias Tk_CustomOptionGetProc = Tcl_Obj* function(ClientData clientData, Tk_Window tkwin, const(char)* widgRec, int offset) nothrow
Undocumented in source.
Tk_CustomOptionRestoreProc
alias Tk_CustomOptionRestoreProc = void function(ClientData clientData, Tk_Window tkwin, const(char)* internalPtr, const(char)* saveInternalPtr) nothrow
Undocumented in source.
Tk_CustomOptionSetProc
alias Tk_CustomOptionSetProc = int function(ClientData clientData, Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj** value, const(char)* widgRec, int offset, const(char)* saveInternalPtr, int flags) nothrow
Undocumented in source.
Tk_DeleteFileHandler
alias Tk_DeleteFileHandler = Tcl_DeleteFileHandler
Undocumented in source.
Tk_DeleteTimerHandler
alias Tk_DeleteTimerHandler = Tcl_DeleteTimerHandler
Undocumented in source.
Tk_DoOneEvent
alias Tk_DoOneEvent = Tcl_DoOneEvent
Undocumented in source.
Tk_DoWhenIdle
alias Tk_DoWhenIdle = Tcl_DoWhenIdle
Undocumented in source.
Tk_DrawElementProc
alias Tk_DrawElementProc = void function(ClientData clientData, char* recordPtr, const(Tk_OptionSpec)** optionsPtr, Tk_Window tkwin, Drawable d, int x, int y, int width, int height, int state) nothrow
Undocumented in source.
Tk_ErrorHandler
alias Tk_ErrorHandler = Tk_ErrorHandler_*
Undocumented in source.
Tk_ErrorProc
alias Tk_ErrorProc = int function(ClientData clientData, XErrorEvent* errEventPtr) nothrow
Undocumented in source.
Tk_EventProc
alias Tk_EventProc = void function(ClientData clientData, XEvent* eventPtr) nothrow
Undocumented in source.
Tk_EventuallyFree
alias Tk_EventuallyFree = Tcl_EventuallyFree
Undocumented in source.
Tk_FileProc
alias Tk_FileProc = Tcl_FileProc
Undocumented in source.
Tk_Font
alias Tk_Font = Tk_Font_*
Undocumented in source.
Tk_FreeProc
alias Tk_FreeProc = Tcl_FreeProc
Undocumented in source.
Tk_GenericProc
alias Tk_GenericProc = int function(ClientData clientData, XEvent* eventPtr) nothrow
Undocumented in source.
Tk_GeomLostSlaveProc
alias Tk_GeomLostSlaveProc = void function(ClientData clientData, Tk_Window tkwin) nothrow
Undocumented in source.
Tk_GeomRequestProc
alias Tk_GeomRequestProc = void function(ClientData clientData, Tk_Window tkwin) nothrow
Undocumented in source.
Tk_GetElementBorderWidthProc
alias Tk_GetElementBorderWidthProc = int function(ClientData clientData, char* recordPtr, const(Tk_OptionSpec)** optionsPtr, Tk_Window tkwin) nothrow
Undocumented in source.
Tk_GetElementBoxProc
alias Tk_GetElementBoxProc = void function(ClientData clientData, char* recordPtr, const(Tk_OptionSpec)** optionsPtr, Tk_Window tkwin, int x, int y, int width, int height, int inner, int* xPtr, int* yPtr, int* widthPtr, int* heightPtr) nothrow
Undocumented in source.
Tk_GetElementSizeProc
alias Tk_GetElementSizeProc = void function(ClientData clientData, char* recordPtr, const(Tk_OptionSpec)** optionsPtr, Tk_Window tkwin, int width, int height, int inner, int* widthPtr, int* heightPtr) nothrow
Undocumented in source.
Tk_GetSelProc
alias Tk_GetSelProc = int function(ClientData clientData, Tcl_Interp* interp, ubyte* portion) nothrow
Undocumented in source.
Tk_IdleProc
alias Tk_IdleProc = Tcl_IdleProc
Undocumented in source.
Tk_Image
alias Tk_Image = Tk_Image_*
Undocumented in source.
Tk_ImageChangedProc
alias Tk_ImageChangedProc = void function(ClientData clientData, int x, int y, int width, int height, int imageWidth, int imageHeight) nothrow
Undocumented in source.
Tk_ImageCreateProc
alias Tk_ImageCreateProc = int function(Tcl_Interp* interp, const(char)* name, int objc, const(Tcl_Obj*)[] objv, Tk_ImageType* typePtr, Tk_ImageMaster master, ClientData* masterDataPtr) nothrow
Undocumented in source.
Tk_ImageCreateProc
alias Tk_ImageCreateProc = int function(Tcl_Interp* interp, const(char)* name, int argc, const(char)** argv, Tk_ImageType* typePtr, Tk_ImageMaster master, ClientData* masterDataPtr) nothrow
Undocumented in source.
Tk_ImageDeleteProc
alias Tk_ImageDeleteProc = void function(ClientData masterData) nothrow
Undocumented in source.
Tk_ImageDisplayProc
alias Tk_ImageDisplayProc = void function(ClientData instanceData, Display* display, Drawable drawable, int imageX, int imageY, int width, int height, int drawableX, int drawableY) nothrow
Undocumented in source.
Tk_ImageFileMatchProc
alias Tk_ImageFileMatchProc = int function(Tcl_Channel chan, const(char)* fileName, Tcl_Obj* format, int* widthPtr, int* heightPtr, Tcl_Interp* interp) nothrow
Undocumented in source.
Tk_ImageFileMatchProc
alias Tk_ImageFileMatchProc = int function(Tcl_Channel chan, const(char)* fileName, const(char)* formatString, int* widthPtr, int* heightPtr) nothrow
Undocumented in source.
Tk_ImageFileReadProc
alias Tk_ImageFileReadProc = int function(Tcl_Interp* interp, Tcl_Channel chan, const(char)* fileName, Tcl_Obj* format, Tk_PhotoHandle imageHandle, int destX, int destY, int width, int height, int srcX, int srcY) nothrow
Undocumented in source.
Tk_ImageFileReadProc
alias Tk_ImageFileReadProc = int function(Tcl_Interp* interp, Tcl_Channel chan, const(char)* fileName, const(char)* formatString, Tk_PhotoHandle imageHandle, int destX, int destY, int width, int height, int srcX, int srcY) nothrow
Undocumented in source.
Tk_ImageFileWriteProc
alias Tk_ImageFileWriteProc = int function(Tcl_Interp* interp, const(char)* fileName, Tcl_Obj* format, Tk_PhotoImageBlock* blockPtr) nothrow
Undocumented in source.
Tk_ImageFileWriteProc
alias Tk_ImageFileWriteProc = int function(Tcl_Interp* interp, const(char)* fileName, const(char)* formatString, Tk_PhotoImageBlock* blockPtr) nothrow
Undocumented in source.
Tk_ImageFreeProc
alias Tk_ImageFreeProc = void function(ClientData instanceData, Display* display) nothrow
Undocumented in source.
Tk_ImageGetProc
alias Tk_ImageGetProc = ClientData function(Tk_Window tkwin, ClientData masterData) nothrow
Undocumented in source.
Tk_ImageMaster
alias Tk_ImageMaster = Tk_ImageMaster_*
Undocumented in source.
Tk_ImagePostscriptProc
alias Tk_ImagePostscriptProc = int function(ClientData clientData, Tcl_Interp* interp, Tk_Window tkwin, Tk_PostscriptInfo psinfo, int x, int y, int width, int height, int prepass) nothrow
Undocumented in source.
Tk_ImageStringMatchProc
alias Tk_ImageStringMatchProc = int function(Tcl_Obj* dataObj, Tcl_Obj* format, int* widthPtr, int* heightPtr, Tcl_Interp* interp) nothrow
Undocumented in source.
Tk_ImageStringMatchProc
alias Tk_ImageStringMatchProc = int function(const(char)* string_, const(char)* formatString, int* widthPtr, int* heightPtr) nothrow
Undocumented in source.
Tk_ImageStringReadProc
alias Tk_ImageStringReadProc = int function(Tcl_Interp* interp, Tcl_Obj* dataObj, Tcl_Obj* format, Tk_PhotoHandle imageHandle, int destX, int destY, int width, int height, int srcX, int srcY) nothrow
Undocumented in source.
Tk_ImageStringReadProc
alias Tk_ImageStringReadProc = int function(Tcl_Interp* interp, const(char)* string, const(char)* formatString, Tk_PhotoHandle imageHandle, int destX, int destY, int width, int height, int srcX, int srcY) nothrow
Undocumented in source.
Tk_ImageStringWriteProc
alias Tk_ImageStringWriteProc = int function(Tcl_Interp* interp, Tcl_Obj* format, Tk_PhotoImageBlock* blockPtr) nothrow
Undocumented in source.
Tk_ImageStringWriteProc
alias Tk_ImageStringWriteProc = int function(Tcl_Interp* interp, Tcl_DString* dataPtr, const(char)* formatString, Tk_PhotoImageBlock* blockPtr) nothrow
Undocumented in source.
Tk_ItemAreaProc
alias Tk_ItemAreaProc = int function(Tk_Canvas canvas, Tk_Item* itemPtr, double* rectPtr) nothrow
Undocumented in source.
Tk_ItemConfigureProc
alias Tk_ItemConfigureProc = int function(Tcl_Interp* interp, Tk_Canvas canvas, Tk_Item* itemPtr, int argc, const(Tcl_Obj*)[] objv, int flags) nothrow
Undocumented in source.
Tk_ItemConfigureProc
alias Tk_ItemConfigureProc = int function(Tcl_Interp* interp, Tk_Canvas canvas, Tk_Item* itemPtr, int argc, const(char)** argv, int flags) nothrow
Undocumented in source.
Tk_ItemCoordProc
alias Tk_ItemCoordProc = int function(Tcl_Interp* interp, Tk_Canvas canvas, Tk_Item* itemPtr, int argc, const(Tcl_Obj*)[] argv) nothrow
Undocumented in source.
Tk_ItemCoordProc
alias Tk_ItemCoordProc = int function(Tcl_Interp* interp, Tk_Canvas canvas, Tk_Item* itemPtr, int argc, const(char)** argv) nothrow
Undocumented in source.
Tk_ItemCreateProc
alias Tk_ItemCreateProc = int function(Tcl_Interp* interp, Tk_Canvas canvas, Tk_Item* itemPtr, int argc, const(Tcl_Obj*)[] objv) nothrow
Undocumented in source.
Tk_ItemCreateProc
alias Tk_ItemCreateProc = int function(Tcl_Interp* interp, Tk_Canvas canvas, Tk_Item* itemPtr, int argc, const(char)** argv) nothrow
Undocumented in source.
Tk_ItemCursorProc
alias Tk_ItemCursorProc = void function(Tk_Canvas canvas, Tk_Item* itemPtr, int index) nothrow
Undocumented in source.
Tk_ItemDCharsProc
alias Tk_ItemDCharsProc = void function(Tk_Canvas canvas, Tk_Item* itemPtr, int first, int last) nothrow
Undocumented in source.
Tk_ItemDeleteProc
alias Tk_ItemDeleteProc = void function(Tk_Canvas canvas, Tk_Item* itemPtr, Display* display) nothrow
Undocumented in source.
Tk_ItemDisplayProc
alias Tk_ItemDisplayProc = void function(Tk_Canvas canvas, Tk_Item* itemPtr, Display* display, Drawable dst, int x, int y, int width, int height) nothrow
Undocumented in source.
Tk_ItemIndexProc
alias Tk_ItemIndexProc = int function(Tcl_Interp* interp, Tk_Canvas canvas, Tk_Item* itemPtr, const(char)* indexString, int* indexPtr) nothrow
Undocumented in source.
Tk_ItemInsertProc
alias Tk_ItemInsertProc = void function(Tk_Canvas canvas, Tk_Item* itemPtr, int beforeThis, const(char)* string) nothrow
Undocumented in source.
Tk_ItemPointProc
alias Tk_ItemPointProc = double function(Tk_Canvas canvas, Tk_Item* itemPtr, double* pointPtr) nothrow
Undocumented in source.
Tk_ItemPostscriptProc
alias Tk_ItemPostscriptProc = int function(Tcl_Interp* interp, Tk_Canvas canvas, Tk_Item* itemPtr, int prepass) nothrow
Undocumented in source.
Tk_ItemScaleProc
alias Tk_ItemScaleProc = void function(Tk_Canvas canvas, Tk_Item* itemPtr, double originX, double originY, double scaleX, double scaleY) nothrow
Undocumented in source.
Tk_ItemSelectionProc
alias Tk_ItemSelectionProc = int function(Tk_Canvas canvas, Tk_Item* itemPtr, int offset, const(char)* buffer, int maxBytes) nothrow
Undocumented in source.
Tk_ItemTranslateProc
alias Tk_ItemTranslateProc = void function(Tk_Canvas canvas, Tk_Item* itemPtr, double deltaX, double deltaY) nothrow
Undocumented in source.
Tk_LostSelProc
alias Tk_LostSelProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tk_OptionParseProc
alias Tk_OptionParseProc = int function(ClientData clientData, Tcl_Interp* interp, Tk_Window tkwin, const(char)* value, const(char)* widgRec, int offset) nothrow
Undocumented in source.
Tk_OptionPrintProc
alias Tk_OptionPrintProc = const(char)* function(ClientData clientData, Tk_Window tkwin, const(char)* widgRec, int offset, Tcl_FreeProc* freeProcPtr) nothrow
Undocumented in source.
Tk_OptionTable
alias Tk_OptionTable = Tk_OptionTable_*
Undocumented in source.
Tk_PhotoHandle
alias Tk_PhotoHandle = void*
Undocumented in source.
Tk_PostscriptInfo
alias Tk_PostscriptInfo = Tk_PostscriptInfo_*
Undocumented in source.
Tk_Preserve
alias Tk_Preserve = Tcl_Preserve
Undocumented in source.
Tk_Release
alias Tk_Release = Tcl_Release
Undocumented in source.
Tk_RestrictProc
alias Tk_RestrictProc = Tk_RestrictAction function(ClientData clientData, XEvent* eventPtr) nothrow
Undocumented in source.
Tk_SelectionProc
alias Tk_SelectionProc = int function(ClientData clientData, int offset, ubyte* buffer, int maxBytes) nothrow
Undocumented in source.
Tk_Sleep
alias Tk_Sleep = Tcl_Sleep
Undocumented in source.
Tk_Style
alias Tk_Style = Tk_Style_*
Undocumented in source.
Tk_StyleEngine
alias Tk_StyleEngine = Tk_StyleEngine_*
Undocumented in source.
Tk_StyledElement
alias Tk_StyledElement = Tk_StyledElement_*
Undocumented in source.
Tk_TextLayout
alias Tk_TextLayout = Tk_TextLayout_*
Undocumented in source.
Tk_TimerProc
alias Tk_TimerProc = Tcl_TimerProc
Undocumented in source.
Tk_TimerToken
alias Tk_TimerToken = Tcl_TimerToken
Undocumented in source.
Tk_Uid
alias Tk_Uid = const(char)*
Undocumented in source.
Tk_Window
alias Tk_Window = Tk_Window_*
Undocumented in source.
XActivateEvent
alias XActivateEvent = XActivateDeactivateEvent
Undocumented in source.
XDeactivateEvent
alias XDeactivateEvent = XActivateDeactivateEvent
Undocumented in source.

Enums

Tk_Anchor
enum Tk_Anchor
Undocumented in source.
Tk_ConfigTypes
enum Tk_ConfigTypes
Undocumented in source.
Tk_Justify
enum Tk_Justify
Undocumented in source.
Tk_OptionType
enum Tk_OptionType
Undocumented in source.
Tk_RestrictAction
enum Tk_RestrictAction
Undocumented in source.
Tk_State
enum Tk_State
Undocumented in source.

Functions

Tk_Attributes
XSetWindowAttributes Tk_Attributes(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Changes
XWindowChanges Tk_Changes(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Class
Tk_Uid Tk_Class(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Colormap
Colormap Tk_Colormap(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Depth
int Tk_Depth(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Display
Display* Tk_Display(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_HasWrapper
uint Tk_HasWrapper(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Height
int Tk_Height(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_InitStubs
const(char)* Tk_InitStubs(Tcl_Interp* interp, const(char)* version_, int exact)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_InitStubs
const(char)* Tk_InitStubs(Tcl_Interp* interp, const(char)* version_, int exact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tk_InternalBorderBottom
int Tk_InternalBorderBottom(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_InternalBorderLeft
int Tk_InternalBorderLeft(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_InternalBorderRight
int Tk_InternalBorderRight(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_InternalBorderTop
int Tk_InternalBorderTop(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_InternalBorderWidth
deprecated int Tk_InternalBorderWidth(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_IsContainer
uint Tk_IsContainer(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_IsEmbedded
uint Tk_IsEmbedded(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_IsManageable
uint Tk_IsManageable(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_IsMapped
uint Tk_IsMapped(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_IsTopLevel
uint Tk_IsTopLevel(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Main
void Tk_Main(int argc, const(char)** argv, Tcl_AppInitProc proc)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_MinReqHeight
int Tk_MinReqHeight(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_MinReqWidth
int Tk_MinReqWidth(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Name
Tk_Uid Tk_Name(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Offset
int Tk_Offset()
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Parent
Tk_Window Tk_Parent(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_PathName
const(char)* Tk_PathName(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_PkgInitStubsCheck
const(char)* Tk_PkgInitStubsCheck(Tcl_Interp* interp, const(char)* version_, int exact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tk_ReqHeight
int Tk_ReqHeight(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_ReqWidth
int Tk_ReqWidth(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Screen
Screen* Tk_Screen(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_ScreenNumber
int Tk_ScreenNumber(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_TopWinHierarchy
uint Tk_TopWinHierarchy(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Visual
Visual* Tk_Visual(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Width
int Tk_Width(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_WinManaged
uint Tk_WinManaged(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_WindowId
Window Tk_WindowId(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_X
int Tk_X(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.
Tk_Y
int Tk_Y(Tk_Window tkwin)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

ActivateMask
enum ActivateMask;
Undocumented in source.
ActivateNotify
enum ActivateNotify;
Undocumented in source.
DeactivateNotify
enum DeactivateNotify;
Undocumented in source.
MouseWheelEvent
enum MouseWheelEvent;
Undocumented in source.
MouseWheelMask
enum MouseWheelMask;
Undocumented in source.
TK_3D_DARK_GC
enum TK_3D_DARK_GC;
Undocumented in source.
TK_3D_FLAT_GC
enum TK_3D_FLAT_GC;
Undocumented in source.
TK_3D_LIGHT_GC
enum TK_3D_LIGHT_GC;
Undocumented in source.
TK_ALREADY_DEAD
enum TK_ALREADY_DEAD;
Undocumented in source.
TK_ANONYMOUS_WINDOW
enum TK_ANONYMOUS_WINDOW;
Undocumented in source.
TK_ARGV_CONSTANT
enum TK_ARGV_CONSTANT;
Undocumented in source.
TK_ARGV_CONST_OPTION
enum TK_ARGV_CONST_OPTION;
Undocumented in source.
TK_ARGV_DONT_SKIP_FIRST_ARG
enum TK_ARGV_DONT_SKIP_FIRST_ARG;
Undocumented in source.
TK_ARGV_END
enum TK_ARGV_END;
Undocumented in source.
TK_ARGV_FLOAT
enum TK_ARGV_FLOAT;
Undocumented in source.
TK_ARGV_FUNC
enum TK_ARGV_FUNC;
Undocumented in source.
TK_ARGV_GENFUNC
enum TK_ARGV_GENFUNC;
Undocumented in source.
TK_ARGV_HELP
enum TK_ARGV_HELP;
Undocumented in source.
TK_ARGV_INT
enum TK_ARGV_INT;
Undocumented in source.
TK_ARGV_NO_ABBREV
enum TK_ARGV_NO_ABBREV;
Undocumented in source.
TK_ARGV_NO_DEFAULTS
enum TK_ARGV_NO_DEFAULTS;
Undocumented in source.
TK_ARGV_NO_LEFTOVERS
enum TK_ARGV_NO_LEFTOVERS;
Undocumented in source.
TK_ARGV_OPTION_NAME_VALUE
enum TK_ARGV_OPTION_NAME_VALUE;
Undocumented in source.
TK_ARGV_OPTION_VALUE
enum TK_ARGV_OPTION_VALUE;
Undocumented in source.
TK_ARGV_REST
enum TK_ARGV_REST;
Undocumented in source.
TK_ARGV_STRING
enum TK_ARGV_STRING;
Undocumented in source.
TK_ARGV_UID
enum TK_ARGV_UID;
Undocumented in source.
TK_AT_LEAST_ONE
enum TK_AT_LEAST_ONE;
Undocumented in source.
TK_BOTH_HALVES
enum TK_BOTH_HALVES;
Undocumented in source.
TK_CHECKED_IC
enum TK_CHECKED_IC;
Undocumented in source.
TK_CONFIG_ARGV_ONLY
enum TK_CONFIG_ARGV_ONLY;
Undocumented in source.
TK_CONFIG_COLOR_ONLY
enum TK_CONFIG_COLOR_ONLY;
Undocumented in source.
TK_CONFIG_DONT_SET_DEFAULT
enum TK_CONFIG_DONT_SET_DEFAULT;
Undocumented in source.
TK_CONFIG_MONO_ONLY
enum TK_CONFIG_MONO_ONLY;
Undocumented in source.
TK_CONFIG_NULL_OK
enum TK_CONFIG_NULL_OK;
Undocumented in source.
TK_CONFIG_OBJS
enum TK_CONFIG_OBJS;
Undocumented in source.
TK_CONFIG_OPTION_SPECIFIED
enum TK_CONFIG_OPTION_SPECIFIED;
Undocumented in source.
TK_CONFIG_USER_BIT
enum TK_CONFIG_USER_BIT;
Undocumented in source.
TK_CONTAINER
enum TK_CONTAINER;
Undocumented in source.
TK_DEFER_MODAL
enum TK_DEFER_MODAL;
Undocumented in source.
TK_DONT_DESTROY_WINDOW
enum TK_DONT_DESTROY_WINDOW;
Undocumented in source.
TK_ELEMENT_STATE_ACTIVE
enum TK_ELEMENT_STATE_ACTIVE;
Undocumented in source.
TK_ELEMENT_STATE_DISABLED
enum TK_ELEMENT_STATE_DISABLED;
Undocumented in source.
TK_ELEMENT_STATE_FOCUS
enum TK_ELEMENT_STATE_FOCUS;
Undocumented in source.
TK_ELEMENT_STATE_PRESSED
enum TK_ELEMENT_STATE_PRESSED;
Undocumented in source.
TK_EMBEDDED
enum TK_EMBEDDED;
Undocumented in source.
TK_GRAB_FLAG
enum TK_GRAB_FLAG;
Undocumented in source.
TK_HAS_WRAPPER
enum TK_HAS_WRAPPER;
Undocumented in source.
TK_IGNORE_NEWLINES
enum TK_IGNORE_NEWLINES;
Undocumented in source.
TK_IGNORE_TABS
enum TK_IGNORE_TABS;
Undocumented in source.
TK_INTERACTIVE_PRIO
enum TK_INTERACTIVE_PRIO;
Undocumented in source.
TK_ITEM_DONT_REDRAW
enum TK_ITEM_DONT_REDRAW;
Undocumented in source.
TK_ITEM_STATE_DEPENDANT
enum TK_ITEM_STATE_DEPENDANT;
Undocumented in source.
TK_LASTEVENT
enum TK_LASTEVENT;
Undocumented in source.
TK_MAJOR_VERSION
enum TK_MAJOR_VERSION;
Undocumented in source.
TK_MAPPED
enum TK_MAPPED;
Undocumented in source.
TK_MAX_PRIO
enum TK_MAX_PRIO;
Undocumented in source.
TK_MINOR_VERSION
enum TK_MINOR_VERSION;
Undocumented in source.
TK_NEED_CONFIG_NOTIFY
enum TK_NEED_CONFIG_NOTIFY;
Undocumented in source.
TK_NOTIFY_SHARE
enum TK_NOTIFY_SHARE;
Undocumented in source.
TK_NUM_SAVED_OPTIONS
enum TK_NUM_SAVED_OPTIONS;
Undocumented in source.
TK_NUM_SAVED_OPTIONS
enum TK_NUM_SAVED_OPTIONS;
Undocumented in source.
TK_OFFSET_BOTTOM
enum TK_OFFSET_BOTTOM;
Undocumented in source.
TK_OFFSET_CENTER
enum TK_OFFSET_CENTER;
Undocumented in source.
TK_OFFSET_INDEX
enum TK_OFFSET_INDEX;
Undocumented in source.
TK_OFFSET_LEFT
enum TK_OFFSET_LEFT;
Undocumented in source.
TK_OFFSET_MIDDLE
enum TK_OFFSET_MIDDLE;
Undocumented in source.
TK_OFFSET_RELATIVE
enum TK_OFFSET_RELATIVE;
Undocumented in source.
TK_OFFSET_RIGHT
enum TK_OFFSET_RIGHT;
Undocumented in source.
TK_OFFSET_TOP
enum TK_OFFSET_TOP;
Undocumented in source.
TK_OPTION_DONT_SET_DEFAULT
enum TK_OPTION_DONT_SET_DEFAULT;
Undocumented in source.
TK_OPTION_NULL_OK
enum TK_OPTION_NULL_OK;
Undocumented in source.
TK_PARTIAL_OK
enum TK_PARTIAL_OK;
Undocumented in source.
TK_PATCH_LEVEL
enum TK_PATCH_LEVEL;
Undocumented in source.
TK_PHOTO_COMPOSITE_OVERLAY
enum TK_PHOTO_COMPOSITE_OVERLAY;
Undocumented in source.
TK_PHOTO_COMPOSITE_SET
enum TK_PHOTO_COMPOSITE_SET;
Undocumented in source.
TK_PROP_PROPCHANGE
enum TK_PROP_PROPCHANGE;
Undocumented in source.
TK_RELEASE_LEVEL
enum TK_RELEASE_LEVEL;
Undocumented in source.
TK_RELEASE_SERIAL
enum TK_RELEASE_SERIAL;
Undocumented in source.
TK_RELIEF_FLAT
enum TK_RELIEF_FLAT;
Undocumented in source.
TK_RELIEF_GROOVE
enum TK_RELIEF_GROOVE;
Undocumented in source.
TK_RELIEF_NULL
enum TK_RELIEF_NULL;
Undocumented in source.
TK_RELIEF_RAISED
enum TK_RELIEF_RAISED;
Undocumented in source.
TK_RELIEF_RIDGE
enum TK_RELIEF_RIDGE;
Undocumented in source.
TK_RELIEF_SOLID
enum TK_RELIEF_SOLID;
Undocumented in source.
TK_RELIEF_SUNKEN
enum TK_RELIEF_SUNKEN;
Undocumented in source.
TK_REPARENTED
enum TK_REPARENTED;
Undocumented in source.
TK_SCROLL_ERROR
enum TK_SCROLL_ERROR;
Undocumented in source.
TK_SCROLL_MOVETO
enum TK_SCROLL_MOVETO;
Undocumented in source.
TK_SCROLL_PAGES
enum TK_SCROLL_PAGES;
Undocumented in source.
TK_SCROLL_UNITS
enum TK_SCROLL_UNITS;
Undocumented in source.
TK_STARTUP_FILE_PRIO
enum TK_STARTUP_FILE_PRIO;
Undocumented in source.
TK_STYLE_VERSION
enum TK_STYLE_VERSION;
Undocumented in source.
TK_STYLE_VERSION_1
enum TK_STYLE_VERSION_1;
Undocumented in source.
TK_TAG_SPACE
enum TK_TAG_SPACE;
Undocumented in source.
TK_TOP_HIERARCHY
enum TK_TOP_HIERARCHY;
Undocumented in source.
TK_TOP_LEVEL
enum TK_TOP_LEVEL;
Undocumented in source.
TK_USER_DEFAULT_PRIO
enum TK_USER_DEFAULT_PRIO;
Undocumented in source.
TK_VERSION
enum TK_VERSION;
Undocumented in source.
TK_WHOLE_WORDS
enum TK_WHOLE_WORDS;
Undocumented in source.
TK_WIDGET_DEFAULT_PRIO
enum TK_WIDGET_DEFAULT_PRIO;
Undocumented in source.
TK_WIN_MANAGED
enum TK_WIN_MANAGED;
Undocumented in source.
TK_WM_COLORMAP_WINDOW
enum TK_WM_COLORMAP_WINDOW;
Undocumented in source.
TK_WM_MANAGEABLE
enum TK_WM_MANAGEABLE;
Undocumented in source.
TK_WRAPPER
enum TK_WRAPPER;
Undocumented in source.
USE_OLD_CANVAS
enum USE_OLD_CANVAS;
Undocumented in source.
USE_OLD_IMAGE
enum USE_OLD_IMAGE;
Undocumented in source.
USE_TK_STUBS
enum USE_TK_STUBS;
Undocumented in source.
VirtualEvent
enum VirtualEvent;
Undocumented in source.
VirtualEventMask
enum VirtualEventMask;
Undocumented in source.
__NO_OLD_CONFIG
enum __NO_OLD_CONFIG;
Undocumented in source.

Structs

TkOption
struct TkOption
Undocumented in source.
Tk_3DBorder_
struct Tk_3DBorder_
Undocumented in source.
Tk_ArgvInfo
struct Tk_ArgvInfo
Undocumented in source.
Tk_BindingTable_
struct Tk_BindingTable_
Undocumented in source.
Tk_CanvasTextInfo
struct Tk_CanvasTextInfo
Undocumented in source.
Tk_Canvas_
struct Tk_Canvas_
Undocumented in source.
Tk_ClassProcs
struct Tk_ClassProcs
Undocumented in source.
Tk_ConfigSpec
struct Tk_ConfigSpec
Undocumented in source.
Tk_Cursor_
struct Tk_Cursor_
Undocumented in source.
Tk_CustomOption
struct Tk_CustomOption
Undocumented in source.
Tk_Dash
struct Tk_Dash
Undocumented in source.
Tk_ElementOptionSpec
struct Tk_ElementOptionSpec
Undocumented in source.
Tk_ElementSpec
struct Tk_ElementSpec
Undocumented in source.
Tk_ErrorHandler_
struct Tk_ErrorHandler_
Undocumented in source.
Tk_FakeWin
struct Tk_FakeWin
Undocumented in source.
Tk_FontMetrics
struct Tk_FontMetrics
Undocumented in source.
Tk_Font_
struct Tk_Font_
Undocumented in source.
Tk_GeomMgr
struct Tk_GeomMgr
Undocumented in source.
Tk_ImageMaster_
struct Tk_ImageMaster_
Undocumented in source.
Tk_ImageType
struct Tk_ImageType
Undocumented in source.
Tk_Image_
struct Tk_Image_
Undocumented in source.
Tk_Item
struct Tk_Item
Undocumented in source.
Tk_ItemType
struct Tk_ItemType
Undocumented in source.
Tk_ItemType
struct Tk_ItemType
Undocumented in source.
Tk_ObjCustomOption
struct Tk_ObjCustomOption
Undocumented in source.
Tk_OptionSpec
struct Tk_OptionSpec
Undocumented in source.
Tk_OptionTable_
struct Tk_OptionTable_
Undocumented in source.
Tk_Outline
struct Tk_Outline
Undocumented in source.
Tk_PhotoImageBlock
struct Tk_PhotoImageBlock
Undocumented in source.
Tk_PhotoImageFormat
struct Tk_PhotoImageFormat
Undocumented in source.
Tk_PostscriptInfo_
struct Tk_PostscriptInfo_
Undocumented in source.
Tk_SavedOption
struct Tk_SavedOption
Undocumented in source.
Tk_SavedOptions
struct Tk_SavedOptions
Undocumented in source.
Tk_SmoothMethod
struct Tk_SmoothMethod
Undocumented in source.
Tk_StyleEngine_
struct Tk_StyleEngine_
Undocumented in source.
Tk_Style_
struct Tk_Style_
Undocumented in source.
Tk_StyledElement_
struct Tk_StyledElement_
Undocumented in source.
Tk_TSOffset
struct Tk_TSOffset
Undocumented in source.
Tk_TextLayout_
struct Tk_TextLayout_
Undocumented in source.
Tk_Window_
struct Tk_Window_
Undocumented in source.
XActivateDeactivateEvent
struct XActivateDeactivateEvent
Undocumented in source.
XVirtualEvent
struct XVirtualEvent
Undocumented in source.

Meta

License

MIT. See LICENSE for full details.