代码搜索结果
找到约 50,122 项符合
Button 的代码
makefile
all: label button list text menu
clean: rm -r -f label button list text menu
label: label.c
cc -o label label.c -L/usr/X11R6/lib -lX11 -lXaw
button: button.c
cc -o button button.c -L/usr/X11R6/li
button.c
#include
#include
#include
String app_resources[] = {
"*Command.Label: Click left mouse button", NULL,
};
XrmOptionDescRec options[] = {