代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/155394/5623349
cpp motif.cpp
#include
#include
void do_list_click(Widget widget, caddr_t data1, XtPointer data2) {
char *string;
XmListCallbackStruct *callback = (XmListCallbackStruct *)data2;
XmSt
www.eeworm.com/read/154890/5631650
cxx pixmap.cxx
//
// "$Id: pixmap.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Pixmap label test program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This
www.eeworm.com/read/154890/5631704
fl resize.fl
# data file for FL User Interface Designer (fluid)
version 0.99
gridx 10
gridy 10
snap 3
Function {} {open
} {
Fl_Window {} {open selected
xywh {490 248 366 261} resizable
} {
Fl_Button
www.eeworm.com/read/154890/5631709
cxx image.cxx
//
// "$Id: image.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Fl_Image test program for the Fast Light Tool Kit (FLTK).
//
// Notice that Fl_Image is for a static, multiple-reuse image,
www.eeworm.com/read/154890/5631740
cxx editor.cxx
//
// "$Id: editor.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// A simple text editor program for the Fast Light Tool Kit (FLTK).
//
// This program is described in Chapter 4 of the FLTK Progr
www.eeworm.com/read/154890/5633228
fld scicalc.fld
# data file for the Fltk User Interface Designer (fluid)
version 2.00
header_name {.h}
code_name {.cxx}
gridx 1
gridy 1
snap 1
decl {\#include "StaticText.h"} {public
}
decl {\#include
www.eeworm.com/read/474431/6809329
h tree.h
/*
** Interface for a binary search tree module
*/
#define TREE_TYPE int /* Type of value in the tree */
/*
** insert
** Add a new value to the tree. The argument is the value
** to be add
www.eeworm.com/read/473555/6846178
h mycap.h
#define ERRORLEN 100
class myCap
{
protected:
char *device;
int snaplen;
int promisc;
int to_ms;
int linktype;
char ebuf[ERRORLEN];
bpf_u_int32 netp;
bpf_u_int32 maskp;
pcap_t *
www.eeworm.com/read/194957/8182307
m 例7-5.m
>> Hc_boxon=uicontrol(gcf,'style','radio',...
'position',[20 45 100 20],...
'string','Set box on'...
'callback',[...
www.eeworm.com/read/194957/8182333
m 例7-12.m
>> Hc_label=uicontrol(gcf,'style','text',...
'position',[10 10 70 20],...
'string','Clormap:');
>> Hc_map=uicontrol(gcf,'style','text',...