代码搜索结果

找到约 10,000 项符合 Layout 的代码

layout.js

function MoveUp(SelectList) { var nIndex = SelectList.selectedIndex; if (nIndex == -1) { // Process continue only if at least one item selected alert("是不是忘了先选一项?^-^"); return; }

config.layout

## ## config.layout -- Pre-defined Installation Path Layouts ## ## Hints: ## - layouts can be loaded with configure's --enable-layout=ID option ## - when no --enable-layout option is given, the de

config.layout

## ## config.layout -- Pre-defined Installation Path Layouts ## ## Hints: ## - layouts can be loaded with configure's --enable-layout=ID option ## - when no --enable-layout option is given, the de

layout.js

/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.onReady(function(){ Ext.state.Manager.setProvider(

layout.js

window.onload=function(){ if(!NiftyCheck()) return; Rounded("div#header","bottom","#D6DEEC","#84B7FF","smooth"); Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth"); Rounded(

layout.py

#!/usr/bin/env python import pygtk pygtk.require('2.0') import gtk class Mote: def __init__(self): self.x = 0 self.y = 0 self.selected = False class HelloWorld: def