代码搜索:Label

找到约 10,000 项符合「Label」的源代码

代码结果 10,000
www.eeworm.com/read/410186/2217926

h label.h

#undef CONFIG_FEATURE_AIX_LABEL
www.eeworm.com/read/410186/2217996

h label.h

#undef CONFIG_FEATURE_OSF_LABEL
www.eeworm.com/read/410186/2218075

h label.h

#undef CONFIG_FEATURE_SGI_LABEL
www.eeworm.com/read/409921/2220583

c label.c

/* * LABEL.C - label internal command. * * * History: * * 10-Dec-1998 (Eric Kohl) * Started. * * 11-Dec-1998 (Eric Kohl) * Finished. * * 19-Jan-1998 (E
www.eeworm.com/read/407447/2264020

cpp label.cpp

#include //WM_** #include #include //Sgos api namespace System{ int Label::OnSize( int w, int h ){ Width = w; Height = h; BaseWindow::OnSize(w,h); } Lab
www.eeworm.com/read/404098/2307302

cpp label.cpp

// Label.cpp : implementation file // #include "stdafx.h" #include "Label.h" #include "resource.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/404098/2307317

h label.h

#if !defined(AFX_LABEL_H__A7A539F4_E152_4E2A_B349_8241E65F494F__INCLUDED_) #define AFX_LABEL_H__A7A539F4_E152_4E2A_B349_8241E65F494F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VE
www.eeworm.com/read/403765/2308900

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/403765/2308904

c label.c

// label.c #include #include #include #include String app_resources[] = { "*Label.Label: Testing Athena Label Widget", NULL }; void
www.eeworm.com/read/403765/2308915

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