代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/118392/14873807
h progressbar.h
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/118392/14873932
c progressbar.c
/*
* File: progressbar.c
*
* Copyright (C) 2004 Jorge Arellano Cid
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/218320/14926549
c progressbar.c
/*
** $Id: progressbar.c,v 1.5 2003/08/15 09:20:35 weiym Exp $
**
** Listing 12.1
**
** progressbar.c: Sample program for MiniGUI Programming Guide
** Usage of PORGRESSBAR control.
**
** Copyrig
www.eeworm.com/read/117169/14938383
cpp progressbar.cpp
// ProgressBar.cpp : implementation file
/////////////////////////////////////////////////////////////////////////////
// CProgressBar - status bar progress control
//
// Written by Chris Maund
www.eeworm.com/read/117169/14938394
h progressbar.h
// ProgressBar.h : header file
//
#ifndef _INCLUDE_PROGRESSBAR_H_
#define _INCLUDE_PROGRESSBAR_H_
/////////////////////////////////////////////////////////////////////////////
// CProgres
www.eeworm.com/read/208281/15249247
java progressbar.java
/*
* @(#)ProgressBar.java 1.1 00/02/10
*
* Copyright (c) 1999 Sun Microsystems, Inc. All Rights Reserved.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
* modify
www.eeworm.com/read/207654/15265942
c progressbar.c
/*
* Progress bar
*
*
*/
#include
typedef struct {
GtkWidget *progressbar;
GtkWidget *window;
int bProgressUp;
int nLastPct;
} typProgressData;
typProgressData
www.eeworm.com/read/207654/15265976
c progressbar.c
/*
* Progress bar
*
* This is from the gtk. A better example will follow.
*/
#include
typedef struct {
GtkWidget *progressbar;
GtkWidget *window;
int bProgressUp;
www.eeworm.com/read/207654/15266018
c progressbar.c
/*
* Progress bar
*
*
*/
#include
typedef struct {
GtkWidget *progressbar;
GtkWidget *window;
int bProgressUp;
int nLastPct;
} typProgressData;
typProgressData
www.eeworm.com/read/11269/216965
js progressbar.js
/*
* Ext JS Library 2.3.0
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.ProgressBar
* @extends Ext.BoxComponent
*