代码搜索:Notebook

找到约 1,084 项符合「Notebook」的源代码

代码结果 1,084
www.eeworm.com/read/170577/5403364

tcl notebook.tcl

# --------------------------------------------------------------------------- # notebook.tcl # This file is part of Unifix BWidget Toolkit # $Id: notebook.tcl 4194 2005-03-02 22:21:22Z gadget_boy $
www.eeworm.com/read/168239/5447511

java notebook.java

import java.util.ArrayList; /** * A class to maintain an arbitrarily long list of notes. * Notes are numbered for external reference by a human user. * In this version, note numbers start at 0. *
www.eeworm.com/read/168239/5447514

java notebook.java

import java.util.ArrayList; /** * A class to maintain an arbitrarily long list of notes. * Notes are numbered for external reference by a human user. * In this version, note numbers start at 0. *
www.eeworm.com/read/347603/3166717

h notebook.h

// // NoteBook, the M$ Windows like notepad Editor on MiniGUI. // Copyright (c) 2000, Feng Da ke (minx@thtfchain.com). // // Some idea and source come from VConGUI (Virture Console GUI) /* ** This
www.eeworm.com/read/324447/3503418

tcl notebook.tcl

# Tix Demostration Program # # This sample program is structured in such a way so that it can be # executed from the Tix demo program "widget": it must have a # procedure called "RunSample". It should
www.eeworm.com/read/323581/3513646

itk notebook.itk

# # Notebook Widget # ---------------------------------------------------------------------- # The Notebook command creates a new window (given by the pathName # argument) and makes it into a Noteboo
www.eeworm.com/read/323581/3513735

test notebook.test

# This file is a Tcl script to test out [incr Widgets] Notebook class. # It is organized in the standard fashion for Tcl tests with the following # notation for test case labels: # # 1.x - Construct
www.eeworm.com/read/323581/3513802

n notebook.n

'\" '\" Copyright (c) 1995 DSC Technologies Corporation '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '
www.eeworm.com/read/323581/3513912

tcl notebook.tcl

proc About {} { return "Testing the notebook widgets" } proc NoteBookPageConfig {w pages} { foreach page $pages { Assert {"x[$w pagecget $page -label]" == "x$page"} Assert {"x[$w pageconfig
www.eeworm.com/read/323581/3514041

tcl notebook.tcl

# Tix Demostration Program # # This sample program is structured in such a way so that it can be # executed from the Tix demo program "widget": it must have a # procedure called "RunSample". It should