代码搜索:Frame
找到约 10,000 项符合「Frame」的源代码
代码结果 10,000
www.eeworm.com/read/101594/6236220
bsh frame.bsh
/**
Show component in a frame, centered and packed. Handle disposal.
Display the component, centered and packed, in a Frame, JFrame, or
JInternalFrame. Returns the frame. If the GUI de
www.eeworm.com/read/101082/6244237
c frame.c
#ifndef lint
static char sccsid[] = "@(#)frame.c 4.1 (Berkeley) 6/27/83";
#endif
frame(n)
{
extern vti;
n=n&0377 | 02000;
write(vti,&n,2);
}
www.eeworm.com/read/101082/6252316
h frame.h
/* @(#)frame.h 4.1 (ULTRIX) 7/2/90 */
/* dummy file for includes */
www.eeworm.com/read/101082/6252416
h frame.h
/* frame.h 6.1 83/07/29 */
/*
* Definition of the vax calls/callg frame.
*/
struct frame {
int fr_handler;
u_int fr_psw:16, /* saved psw */
fr_mask:12, /* register save mask */
:1,
fr_s:1