Home
last modified time | relevance | path

Searched refs:Ttk_GetCompoundFromObj (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkInit.c39 int Ttk_GetCompoundFromObj( in Ttk_GetCompoundFromObj() function
H A DttkTheme.h372 TTKAPI int Ttk_GetCompoundFromObj(Tcl_Interp *, Tcl_Obj *, Ttk_Compound *);
H A DttkLabel.c506 Ttk_GetCompoundFromObj(NULL, c->compoundObj, compoundPtr); in LabelSetup()
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkInit.c36 int Ttk_GetCompoundFromObj( in Ttk_GetCompoundFromObj() function
H A DttkTheme.h409 TTKAPI int Ttk_GetCompoundFromObj(Tcl_Interp *, Tcl_Obj *, int *);
H A DttkLabel.c506 Ttk_GetCompoundFromObj(NULL, c->compoundObj, (int *)compoundPtr); in LabelSetup()
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkInit.c37 int Ttk_GetCompoundFromObj( in Ttk_GetCompoundFromObj() function
H A DttkTheme.h403 TTKAPI int Ttk_GetCompoundFromObj(Tcl_Interp *, Tcl_Obj *, int *);
H A DttkLabel.c499 Ttk_GetCompoundFromObj(NULL,c->compoundObj,(int*)compoundPtr); in LabelSetup()