代码搜索:Notebook

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

代码结果 1,084
www.eeworm.com/read/474814/1388927

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/474814/1388994

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/474814/1389104

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/474814/1389233

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/468943/1483145

js notebook.js

// JScript File Element.FindIndexOf = function (parent, child) { parent = $(parent); child = $(child); var iRet = -1; $A(parent.childNodes).each( function (element, index) {
www.eeworm.com/read/251355/4421569

php notebook.php

www.eeworm.com/read/243634/4519387

c notebook.c

/* File: notebook.c */ //Runit: XENVIRONMENT=Notebook.ad ./notebook #include #include #include #include #include #include
www.eeworm.com/read/243634/4519388

ad notebook.ad

# resource file for notebook Notebook*fontList: 8x16;-*-song-medium-r-normal--16-*:
www.eeworm.com/read/243634/4519774

c notebook.c

/* File: notebook.c */ #include gint delete( GtkWidget *widget, GtkWidget *event, gpointer data ) { gtk_main_quit(); return(FALSE); } int main( int argc, char *argv[] ) {
www.eeworm.com/read/194563/5125902

xpm notebook.xpm

/* XPM */ static char *notebook_xpm[] = { /* columns rows colors chars-per-pixel */ "32 32 16 1", " c Gray0", ". c #808000", "X c #000080", "o c #808080", "O c #000000", "+ c #808000", "@ c #000080",