Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / TkXSUB.def
CommitLineData
86530b38
AT
1MkXSUB("Tk::bind", XS_Tk_bind, XStoBind, Tk_BindCmd)
2MkXSUB("Tk::pack", XS_Tk_pack, XStoAfterSub, Tk_PackCmd)
3MkXSUB("Tk::grid", XS_Tk_grid, XStoGrid, Tk_GridCmd)
4MkXSUB("Tk::place", XS_Tk_place, XStoAfterSub, Tk_PlaceCmd)
5MkXSUB("Tk::form", XS_Tk_form, XStoAfterSub, Tix_FormCmd)
6MkXSUB("Tk::itemstyle", XS_Tk_itemstyle, XStoTclCmd, Tix_ItemStyleCmd)
7MkXSUB("Tk::winfo", XS_Tk_winfo, XStoSubCmd, Tk_WinfoObjCmd)
8MkXSUB("Tk::font", XS_Tk_font, XStoFont, Tk_FontObjCmd)
9MkXSUB("Tk::wm", XS_Tk_wm, XStoSubCmd, Tk_WmCmd)
10MkXSUB("Tk::grab", XS_Tk_grab, XStoSubCmd, Tk_GrabCmd)
11MkXSUB("Tk::focus", XS_Tk_focus, XStoSubCmd, Tk_FocusObjCmd)
12MkXSUB("Tk::event", XS_Tk_event, XStoEvent, Tk_EventObjCmd)
13MkXSUB("Tk::property", XS_Tk_property, XStoSubCmd, Tk_PropertyCmd)
14MkXSUB("Tk::clipboard", XS_Tk_clipboard, XStoDisplayof, Tk_ClipboardCmd)
15MkXSUB("Tk::bell", XS_Tk_bell, XStoDisplayof, Tk_BellObjCmd)
16MkXSUB("Tk::bindtags", XS_Tk_bindtags, XStoTk, Tk_BindtagsCmd)
17MkXSUB("Tk::destroy", XS_Tk_destroy, XStoTk, Tk_DestroyCmd)
18MkXSUB("Tk::raise", XS_Tk_raise, XStoTk, Tk_RaiseCmd)
19MkXSUB("Tk::lower", XS_Tk_lower, XStoTk, Tk_LowerCmd)
20MkXSUB("Tk::option", XS_Tk_option, XStoOption, Tk_OptionCmd)
21MkXSUB("Tk::image", XS_Tk_image, XStoImage, Tk_ImageObjCmd)
22MkXSUB("Tk::selection", XS_Tk_selection, XStoTk, Tk_SelectionCmd)
23
24MkXSUB("Tk::tk_chooseColor", XS_Tk_tk_chooseColor, XStoTk, Tk_ChooseColorCmd)
25MkXSUB("Tk::tk_getOpenFile", XS_Tk_tk_getOpenFile, XStoTk, Tk_GetOpenFileCmd)
26MkXSUB("Tk::tk_getSaveFile", XS_Tk_tk_getSaveFile, XStoTk, Tk_GetSaveFileCmd)
27MkXSUB("Tk::tk_messageBox", XS_Tk_tk_messageBox, XStoTk, Tk_MessageBoxCmd)
28MkXSUB("Tk::tk", XS_Tk_tk, XStoTclCmd, Tk_TkObjCmd)
29
30#if 0
31MkXSUB("Tk::exit", XS_Tk_exit, XStoNoWindow, Tcl_ExitCmd)
32MkXSUB("Tk::fileevent", XS_Tk_fileevent, XStoNoWindow, Tcl_FileeventCmd)
33#endif
34MkXSUB("Tk::after", XS_Tk_after, XStoNoWindow, Tcl_AfterObjCmd)
35#ifndef WIN32
36MkXSUB("Tk::send", XS_Tk_send, XStoTclCmd, Tk_SendCmd)
37#endif
38MkXSUB("Tk::button", XS_Tk_button, XStoTclCmd, Tk_ButtonCmd)
39MkXSUB("Tk::checkbutton", XS_Tk_checkbutton, XStoTclCmd, Tk_CheckbuttonCmd)
40MkXSUB("Tk::label", XS_Tk_label, XStoTclCmd, Tk_LabelCmd)
41MkXSUB("Tk::message", XS_Tk_message, XStoTclCmd, Tk_MessageCmd)
42MkXSUB("Tk::_menu", XS_Tk__menu, XStoTclCmd, Tk_MenuCmd)
43MkXSUB("Tk::radiobutton", XS_Tk_radiobutton, XStoTclCmd, Tk_RadiobuttonCmd)
44MkXSUB("Tk::frame", XS_Tk_frame, XStoTclCmd, Tk_FrameCmd)
45MkXSUB("Tk::toplevel", XS_Tk_toplevel, XStoTclCmd, Tk_ToplevelCmd)
46MkXSUB("Tk::update", XS_Tk_update, XStoTclCmd, Tk_UpdateCmd)
47MkXSUB("Tk::tkwait", XS_Tk_tkwait, XStoTclCmd, Tk_TkwaitCmd)
48MkXSUB("Tk::configure", XS_Tk_configure, XStoWidget, newSVpv("configure",0))
49MkXSUB("Tk::cget", XS_Tk_cget, XStoWidget, newSVpv("cget",0))
50