- Tk_WindowId
- Tk_Parent
- Tk_Display
- Tk_DisplayName
- Tk_ScreenNumber
- Tk_Screen
- Tk_X
- Tk_Y
- Tk_Width
- Tk_Height
- Tk_Changes
- Tk_Attributes
- Tk_IsMapped
- Tk_IsTopLevel
- Tk_ReqWidth
- Tk_ReqHeight
- Tk_InternalBorderWidth
- Tk_Visual
- Tk_Depth
- Tk_Colormap
- retrieve information from Tk's local data structure
- NAME
- SYNOPSIS
#include <tk.h>
Window
Tk_WindowId(tkwin)
Tk_Window
Tk_Parent(tkwin)
Display *
Tk_Display(tkwin)
char *
Tk_DisplayName(tkwin)
int
Tk_ScreenNumber(tkwin)
Screen *
Tk_Screen(tkwin)
int
Tk_X(tkwin)
int
Tk_Y(tkwin)
int
Tk_Width(tkwin)
int
Tk_Height(tkwin)
XWindowChanges *
Tk_Changes(tkwin)
XSetWindowAttributes *
Tk_Attributes(tkwin)
int
Tk_IsMapped(tkwin)
int
Tk_IsTopLevel(tkwin)
int
Tk_ReqWidth(tkwin)
int
Tk_ReqHeight(tkwin)
int
Tk_InternalBorderWidth(tkwin)
Visual *
Tk_Visual(tkwin)
int
Tk_Depth(tkwin)
Colormap
Tk_Colormap(tkwin)
- ARGUMENTS
- DESCRIPTION
- KEYWORDS