MCPcopy Create free account
hub / github.com/SimHacker/micropolis / Tk_SetClass

Function Tk_SetClass

micropolis-activity/src/tk/tkwindow.c:1527–1538  ·  view source on GitHub ↗
(tkwin, className)

Source from the content-addressed store, hash-verified

1525 *
1526 * Tk_SetClass --
1527 *
1528 * This procedure is used to give a window a class.
1529 *
1530 * Results:
1531 * None.
1532 *
1533 * Side effects:
1534 * A new class is stored for tkwin, replacing any existing
1535 * class for it.
1536 *
1537 *----------------------------------------------------------------------
1538 */
1539
1540void
1541Tk_SetClass(tkwin, className)

Callers 15

CamCmdFunction · 0.85
GraphViewCmdFunction · 0.85
DateViewCmdFunction · 0.85
TileViewCmdFunction · 0.85
w_tk.cFile · 0.85
Tk_IntervalCmdFunction · 0.85
Tk_PieMenuCmdFunction · 0.85
mainFunction · 0.85
Tk_MessageCmdFunction · 0.85
Tk_ButtonCmdFunction · 0.85
Tk_ScrollbarCmdFunction · 0.85
Tk_MenuCmdFunction · 0.85

Calls 2

Tk_GetUidFunction · 0.85
TkWmSetClassFunction · 0.85

Tested by

no test coverage detected