代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/356088/3042289
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/356070/3043036
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
www.eeworm.com/read/353649/3083351
h label.h
#if !defined(AFX_LABEL_H__D4D93600_F981_11D5_BDFC_00055DF55A06__INCLUDED_)
#define AFX_LABEL_H__D4D93600_F981_11D5_BDFC_00055DF55A06__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/353649/3083359
cpp label.cpp
// Label.cpp : implementation file
//
#include "stdafx.h"
#include "robot.h"
#include "Label.h"
//#include "shellapi.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char TH
www.eeworm.com/read/350980/3113243
js label.js
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.form.Label = Ext.extend(Ext.BoxComponent, {
onRender : f
www.eeworm.com/read/350504/3124856
c label.c
#include
#include
main(int argc, char **argv) {
Widget top_level, label;
XmString motif_string;
Arg arg[1];
top_level = XtInitialize(argv[0], "test", NULL, 0
www.eeworm.com/read/350504/3124860
c label.c
// label.c
#include
#include
#include
#include
String app_resources[] = { "*Label.Label: Testing Athena Label Widget", NULL };
void
www.eeworm.com/read/350504/3124871
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/350504/3124875
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/350504/3124916
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