代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/415601/2134848
js progressbar.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/413855/2158284
cc progressbar.cc
// -*- mode: c++; c-basic-offset: 4 -*-
/*
* progressbar.{cc,hh} -- element displays a progress bar on stderr
* Eddie Kohler
*
* Copyright (c) 2001 International Computer Science Institute
*
* P
www.eeworm.com/read/413855/2158301
hh progressbar.hh
// -*- mode: c++; c-basic-offset: 4 -*-
#ifndef CLICK_PROGRESSBAR_HH
#define CLICK_PROGRESSBAR_HH
#include
#include
CLICK_DECLS
class Handler;
/*
=c
ProgressBar(P
www.eeworm.com/read/413500/2161830
java progressbar.java
package eb.cstop.swing;
//download:http://www.codefans.net
import javax.swing.JLabel;
import java.awt.*;
import java.awt.event.MouseListener;
import java.awt.event.MouseEvent;
import java.awt.ev
www.eeworm.com/read/411228/2190513
py progressbar.py
"""
A basic widget for showing the progress
being made in a task.
"""
from Tkinter import *
class ProgressBar:
def __init__(self, master=None, orientation="horizontal",
min=0,
www.eeworm.com/read/411228/2190885
py progressbar.py
"""
A basic widget for showing the progress
being made in a task.
"""
from Tkinter import *
class ProgressBar:
def __init__(self, master=None, orientation="horizontal",
min=0,
www.eeworm.com/read/410514/2209497
h progressbar.h
/**
* \file progressbar.h
* \author Wei Yongming
* \date 2001/12/29
*
\verbatim
Copyright (C) 2002-2005 Feynman Software.
Copyright (C) 1998-2002 Wei Yongming.
T
www.eeworm.com/read/410514/2209593
c progressbar.c
/*
** $Id: progressbar.c,v 1.29 2004/06/26 07:49:31 weiym Exp $
**
** progressbar.c: the Progress Bar Control module.
**
** Copyright (C) 2003, 2004 Feynman Software.
** Copyright (C) 1999 ~ 200
www.eeworm.com/read/410514/2209612
h progressbar.h
/*
** $Id: progressbar.h,v 1.6 2003/09/04 03:40:35 weiym Exp $
**
** prograssbar.h: the head file of PrograssBar control.
**
** Copyright (c) 2003 Feynman Software.
** Copyright (c) 1999 ~ 2002
www.eeworm.com/read/410514/2209861
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