Home
last modified time | relevance | path

Searched refs:Ttk_State (Results 1 – 25 of 58) sorted by relevance

123

/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkTheme.h40 typedef unsigned int Ttk_State; typedef
83 TTKAPI Tcl_Obj *Ttk_StateMapLookup(Tcl_Interp*, Ttk_StateMap, Ttk_State);
95 TTKAPI int Ttk_StateTableLookup(Ttk_StateTable map[], Ttk_State);
235 Tk_Window tkwin, Drawable d, Ttk_Box b, Ttk_State state);
278 (void *, void *, Tk_Window, Drawable, Ttk_Box, Ttk_State);
325 MODULE_SCOPE void Ttk_LayoutSize(Ttk_Layout,Ttk_State,int *widthPtr,int *heightPtr);
326 MODULE_SCOPE void Ttk_PlaceLayout(Ttk_Layout, Ttk_State, Ttk_Box);
327 MODULE_SCOPE void Ttk_DrawLayout(Ttk_Layout, Ttk_State, Drawable);
346 MODULE_SCOPE Tcl_Obj *Ttk_QueryOption(Ttk_Layout, const char *, Ttk_State);
350 TTKAPI Tcl_Obj *Ttk_StyleMap(Ttk_Style, const char *optionName, Ttk_State);
[all …]
H A DttkThemeInt.h19 Tk_Window tkwin, Ttk_State state,
23 Tk_Window tkwin, Drawable d, Ttk_Box b, Ttk_State state);
26 Ttk_Style, void *, Tk_OptionTable, const char *, Ttk_State state);
H A DttkLabel.c215 Drawable d, Ttk_Box b, Ttk_State state) in TextElementDraw()
271 ImageElement *image, Tk_Window tkwin, Ttk_State state) in ImageSetup()
324 ImageElement *image, Tk_Window tkwin,Drawable d,Ttk_Box b,Ttk_State state) in ImageDraw()
378 Drawable d, Ttk_Box b, Ttk_State state) in ImageElementDraw()
494 LabelElement *c, Tk_Window tkwin, Ttk_State state) in LabelSetup()
610 LabelElement *l, Ttk_Box b, Tk_Window tkwin, Drawable d, Ttk_State state, in DrawCompound()
623 Drawable d, Ttk_Box b, Ttk_State state) in LabelElementDraw()
H A DttkDecls.h78 Ttk_StateMap map, Ttk_State state);
81 Ttk_State state);
155 … Tcl_Obj * (*ttk_StateMapLookup) (Tcl_Interp *interp, Ttk_StateMap map, Ttk_State state); /* 13 */
156 int (*ttk_StateTableLookup) (Ttk_StateTable map[], Ttk_State state); /* 14 */
H A DttkLayout.c519 Ttk_State state; /* Current state */
943 Ttk_Layout layout, const char *optionName, Ttk_State state) in Ttk_QueryOption()
963 Ttk_State state, int *widthPtr, int *heightPtr); /* Forward */
966 Ttk_Layout layout, Ttk_LayoutNode *node, Ttk_State state, in Ttk_NodeSize()
988 Ttk_State state, int *widthPtr, int *heightPtr) in Ttk_NodeListSize()
1043 Ttk_Layout layout, Ttk_State state, int *widthPtr, int *heightPtr) in Ttk_LayoutSize()
1064 Ttk_Layout layout, Ttk_LayoutNode *node, Ttk_State state, Ttk_Box cavity) in Ttk_PlaceNodeList()
1088 void Ttk_PlaceLayout(Ttk_Layout layout, Ttk_State state, Ttk_Box b) in Ttk_PlaceLayout()
1102 Ttk_Layout layout, Ttk_State state, Ttk_LayoutNode *node, Drawable d) in Ttk_DrawNodeList()
1125 void Ttk_DrawLayout(Ttk_Layout layout, Ttk_State state, Drawable d) in Ttk_DrawLayout()
H A Dttk.decls71 Tcl_Interp *interp, Ttk_StateMap map, Ttk_State state);
75 Ttk_StateTable map[], Ttk_State state);
H A DttkWidget.h46 Ttk_State state; /* Current widget state */
243 MODULE_SCOPE void Ttk_TagSetApplyStyle(Ttk_TagTable,Ttk_Style,Ttk_State,void*);
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkTheme.h44 typedef unsigned int Ttk_State; typedef
87 TTKAPI Tcl_Obj *Ttk_StateMapLookup(Tcl_Interp*, Ttk_StateMap, Ttk_State);
99 TTKAPI int Ttk_StateTableLookup(Ttk_StateTable map[], Ttk_State);
239 Tk_Window tkwin, Drawable d, Ttk_Box b, Ttk_State state);
282 (void *, void *, Tk_Window, Drawable, Ttk_Box, Ttk_State);
329 MODULE_SCOPE void Ttk_LayoutSize(Ttk_Layout,Ttk_State,int *widthPtr,int *heightPtr);
330 MODULE_SCOPE void Ttk_PlaceLayout(Ttk_Layout, Ttk_State, Ttk_Box);
331 MODULE_SCOPE void Ttk_DrawLayout(Ttk_Layout, Ttk_State, Drawable);
350 MODULE_SCOPE Tcl_Obj *Ttk_QueryOption(Ttk_Layout, const char *, Ttk_State);
354 TTKAPI Tcl_Obj *Ttk_StyleMap(Ttk_Style, const char *optionName, Ttk_State);
[all …]
H A DttkThemeInt.h19 Tk_Window tkwin, Ttk_State state,
23 Tk_Window tkwin, Drawable d, Ttk_Box b, Ttk_State state);
26 Ttk_Style, void *, Tk_OptionTable, const char *, Ttk_State state);
H A DttkDecls.h78 Ttk_StateMap map, Ttk_State state);
81 Ttk_State state);
155 … Tcl_Obj * (*ttk_StateMapLookup) (Tcl_Interp *interp, Ttk_StateMap map, Ttk_State state); /* 13 */
156 int (*ttk_StateTableLookup) (Ttk_StateTable map[], Ttk_State state); /* 14 */
H A DttkLabel.c216 Drawable d, Ttk_Box b, Ttk_State state) in TextElementDraw()
275 ImageElement *image, Tk_Window tkwin, Ttk_State state) in ImageSetup()
328 ImageElement *image, Tk_Window tkwin,Drawable d,Ttk_Box b,Ttk_State state) in ImageDraw()
384 Drawable d, Ttk_Box b, Ttk_State state) in ImageElementDraw()
501 LabelElement *c, Tk_Window tkwin, Ttk_State state) in LabelSetup()
619 LabelElement *l, Ttk_Box b, Tk_Window tkwin, Drawable d, Ttk_State state, in DrawCompound()
632 Drawable d, Ttk_Box b, Ttk_State state) in LabelElementDraw()
H A DttkLayout.c519 Ttk_State state; /* Current state */
949 Ttk_Layout layout, const char *optionName, Ttk_State state) in Ttk_QueryOption()
969 Ttk_State state, int *widthPtr, int *heightPtr); /* Forward */
972 Ttk_Layout layout, Ttk_LayoutNode *node, Ttk_State state, in Ttk_NodeSize()
994 Ttk_State state, int *widthPtr, int *heightPtr) in Ttk_NodeListSize()
1049 Ttk_Layout layout, Ttk_State state, int *widthPtr, int *heightPtr) in Ttk_LayoutSize()
1070 Ttk_Layout layout, Ttk_LayoutNode *node, Ttk_State state, Ttk_Box cavity) in Ttk_PlaceNodeList()
1094 void Ttk_PlaceLayout(Ttk_Layout layout, Ttk_State state, Ttk_Box b) in Ttk_PlaceLayout()
1108 Ttk_Layout layout, Ttk_State state, Ttk_LayoutNode *node, Drawable d) in Ttk_DrawNodeList()
1131 void Ttk_DrawLayout(Ttk_Layout layout, Ttk_State state, Drawable d) in Ttk_DrawLayout()
H A Dttk.decls71 Tcl_Interp *interp, Ttk_StateMap map, Ttk_State state)
75 Ttk_StateTable map[], Ttk_State state)
H A DttkWidget.h46 Ttk_State state; /* Current widget state */
244 MODULE_SCOPE void Ttk_TagSetApplyStyle(Ttk_TagTable,Ttk_Style,Ttk_State,void*);
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkTheme.h44 typedef unsigned int Ttk_State; typedef
204 Tk_Window tkwin, Drawable d, Ttk_Box b, Ttk_State state);
248 (void *, void *, Tk_Window, Drawable, Ttk_Box, Ttk_State);
292 MODULE_SCOPE void Ttk_LayoutSize(Ttk_Layout,Ttk_State,int *widthPtr,int *heightPtr);
293 MODULE_SCOPE void Ttk_PlaceLayout(Ttk_Layout, Ttk_State, Ttk_Box);
294 MODULE_SCOPE void Ttk_DrawLayout(Ttk_Layout, Ttk_State, Drawable);
313 MODULE_SCOPE Tcl_Obj *Ttk_QueryOption(Ttk_Layout, const char *, Ttk_State);
317 TTKAPI Tcl_Obj *Ttk_StyleMap(Ttk_Style, const char *optionName, Ttk_State);
345 TTKAPI Tk_Image TtkSelectImage(Ttk_ImageSpec *, Ttk_State);
H A DttkThemeInt.h19 Tk_Window tkwin, Ttk_State state,
23 Tk_Window tkwin, Drawable d, Ttk_Box b, Ttk_State state);
26 Ttk_Style, void *, Tk_OptionTable, const char *, Ttk_State state);
H A DttkDecls.h91 Ttk_StateMap map, Ttk_State state);
94 Ttk_State state);
169 … Tcl_Obj * (*ttk_StateMapLookup) (Tcl_Interp *interp, Ttk_StateMap map, Ttk_State state); /* 13 */
170 int (*ttk_StateTableLookup) (const Ttk_StateTable *map, Ttk_State state); /* 14 */
H A DttkLabel.c216 Drawable d, Ttk_Box b, Ttk_State state) in TextElementDraw()
275 ImageElement *image, Tk_Window tkwin, Ttk_State state) in ImageSetup()
328 ImageElement *image, Tk_Window tkwin,Drawable d,Ttk_Box b,Ttk_State state) in ImageDraw()
384 Drawable d, Ttk_Box b, Ttk_State state) in ImageElementDraw()
501 LabelElement *c, Tk_Window tkwin, Ttk_State state) in LabelSetup()
621 LabelElement *l, Ttk_Box b, Tk_Window tkwin, Drawable d, Ttk_State state, in DrawCompound()
638 Ttk_State state) in LabelElementDraw()
H A DttkLayout.c519 Ttk_State state; /* Current state */
949 Ttk_Layout layout, const char *optionName, Ttk_State state) in Ttk_QueryOption()
969 Ttk_State state, int *widthPtr, int *heightPtr); /* Forward */
972 Ttk_Layout layout, Ttk_LayoutNode *node, Ttk_State state, in Ttk_NodeSize()
994 Ttk_State state, int *widthPtr, int *heightPtr) in Ttk_NodeListSize()
1049 Ttk_Layout layout, Ttk_State state, int *widthPtr, int *heightPtr) in Ttk_LayoutSize()
1070 Ttk_Layout layout, Ttk_LayoutNode *node, Ttk_State state, Ttk_Box cavity) in Ttk_PlaceNodeList()
1094 void Ttk_PlaceLayout(Ttk_Layout layout, Ttk_State state, Ttk_Box b) in Ttk_PlaceLayout()
1108 Ttk_Layout layout, Ttk_State state, Ttk_LayoutNode *node, Drawable d) in Ttk_DrawNodeList()
1131 void Ttk_DrawLayout(Ttk_Layout layout, Ttk_State state, Drawable d) in Ttk_DrawLayout()
H A Dttk.decls71 Tcl_Interp *interp, Ttk_StateMap map, Ttk_State state)
75 const Ttk_StateTable *map, Ttk_State state)
H A DttkWidget.h46 Ttk_State state; /* Current widget state */
243 MODULE_SCOPE void Ttk_TagSetApplyStyle(Ttk_TagTable,Ttk_Style,Ttk_State,void*);
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DttkMacOSXTheme.c141 ThemeButtonParams *params, Ttk_State state) in computeButtonDrawInfo()
205 Drawable d, Ttk_Box b, Ttk_State state) in ButtonElementDraw()
309 Drawable d, Ttk_Box b, Ttk_State state) in TabElementDraw()
347 Drawable d, Ttk_Box b, Ttk_State state) in PaneElementDraw()
393 Drawable d, Ttk_Box b, Ttk_State state) in GroupElementDraw()
440 Drawable d, Ttk_Box b, Ttk_State state) in EntryElementDraw()
498 Drawable d, Ttk_Box b, Ttk_State state) in ComboboxElementDraw()
545 Drawable d, Ttk_Box b, Ttk_State state) in SpinButtonElementDraw()
622 Drawable d, Ttk_Box b, Ttk_State state) in TrackElementDraw()
735 Drawable d, Ttk_Box b, Ttk_State state) in PbarElementDraw()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DttkMacOSXTheme.c701 Ttk_State state, in DrawDarkButton()
781 Ttk_State state, in DrawDarkIncDecButton()
836 Ttk_State state, in DrawDarkBevelButton()
881 Ttk_State state, in DrawDarkCheckBox()
939 Ttk_State state, in DrawDarkRadioButton()
993 Ttk_State state, in DrawDarkTab()
1310 Ttk_State state, in computeButtonDrawInfo()
1429 Ttk_State state) in ButtonElementDraw()
1595 Ttk_State state) in TabElementDraw()
1647 Ttk_State state) in PaneElementDraw()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DttkMacOSXTheme.c710 Ttk_State state, in DrawDarkButton()
797 Ttk_State state, in DrawDarkIncDecButton()
852 Ttk_State state, in DrawDarkBevelButton()
897 Ttk_State state, in DrawDarkCheckBox()
955 Ttk_State state, in DrawDarkRadioButton()
1009 Ttk_State state, in DrawDarkTab()
1353 Ttk_State state, in computeButtonDrawInfo()
1472 Ttk_State state) in ButtonElementDraw()
1638 Ttk_State state) in TabElementDraw()
1690 Ttk_State state) in PaneElementDraw()
[all …]
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/generic/
H A DtkTreeTheme.c32 Ttk_State ttk_state = 0; in TreeTheme_DrawHeaderItem()
69 Ttk_State ttk_state = 0; in TreeTheme_DrawButton()
142 Ttk_State state = 0; /* ??? */ in TreeTheme_DrawBorders()
291 Ttk_State state = 0; /* ??? */ in TreeCtrlDoLayout()
364 Drawable d, Ttk_Box b, Ttk_State state) in HeaderElementDraw()
419 Drawable d, Ttk_Box b, Ttk_State state) in TreeitemIndicatorDraw()

123