代码搜索:selectable
找到约 159 项符合「selectable」的源代码
代码结果 159
www.eeworm.com/read/359048/2981088
java bitwisedemo.java
public class BitwiseDemo {
static final int VISIBLE = 1;
static final int DRAGGABLE = 2;
static final int SELECTABLE = 4;
static final int EDITABLE = 8;
public static void main(S
www.eeworm.com/read/469590/6932082
html background_source.html
Source for User Selectable Background
www.eeworm.com/read/469590/6932109
html background.html
Netprog JavaScript Demos - User Selectable Background
TD {font-size:12pt; font-weight:bold; color: black}
A { color: black }
www.eeworm.com/read/468484/1488564
h user_init.h
#ifndef __USER_INIT_H
#define __USER_INIT_H
#include "win_to_ali.h"
// FILE
// user_init.h
// DESCRIPTION
// user selectable input
//------user define------
//#define SMART
www.eeworm.com/read/229812/4750320
gml rfdaugd.gml
:H2.Augmented Device Definitions
:I1.augmented devices
:P.
Certain device operations are not selectable through
the device and driver definitions.
&WGML. augments some device definitions by direc
www.eeworm.com/read/100265/15879397
h socket.h
// A buffered socket
#ifndef __SOCKET_H
#define __SOCKET_H
#include
class Socket : public Selectable {
public:
Socket(int sock=-1, struct sockaddr_in *remote = NULL); // C
www.eeworm.com/read/177852/9430490
tcl vendor_merge.tcl
# Tcl Library for TkCVS
#
# Modifications by Eugene Lee 10/16/03
# 1. .merge window made more robust so user cannot key in incorrect data.
# 2. Name of Vendor Module is selectable by user (no
www.eeworm.com/read/208074/4997122
java htmloptionelement.java
package org.w3c.dom.html;
import org.w3c.dom.*;
/**
* A selectable choice. See the OPTION element definition in HTML 4.0.
*/
public interface HTMLOptionElement extends HTMLElement {
/**