代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/415240/2137709
c label.c
#include
#include
int main(int argc, char **argv) {
Widget top_level, label;
XmString motif_string;
Arg arg[1];
top_level = XtInitialize(argv[0], "test", NUL
www.eeworm.com/read/415240/2137714
c label.c
// label.c
#include
#include
#include
#include
String app_resources[] = { "*Label.Label: Testing Athena Label Widget", NULL };
int m
www.eeworm.com/read/415240/2137726
hxx label.hxx
// Label.hxx
//
#ifndef Label__hxx
#define Label__hxx
#include "Component.hxx"
class Label : public Component {
public:
Label(char * label = "test label", int width=100, int height=20);
void s
www.eeworm.com/read/415240/2137730
cpp label.cpp
// Label.cpp
//
#include
#include
#include
#include "Label.hxx"
Label::Label(char *label, int width, int height) {
my_label = label;
my_wid
www.eeworm.com/read/414969/2138564
p label.p
label.lo label.o : label.c ../include/pgserver/common.h \
../include/picogui/types.h /ppcuclibc/405/target/include/asm/types.h \
../include/picogui/constants.h ../include/picogui/pgkeys.h \
../incl
www.eeworm.com/read/414826/2141985
tcl label.tcl
# label.tcl --
#
# This demonstration script creates a toplevel window containing
# several label widgets.
#
# RCS: @(#) $Id: label.tcl,v 1.2 1998/09/14 18:23:29 stanton Exp $
if {![info exists widge