代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/115273/6118241
c test1.c
#include
#include
#include
void
cb(Widget w, XtPointer userData, XtPointer cbs) {
XmPushButtonCallbackStruct *pbcs = (XmPushButtonCallbackStruct *)cbs;
www.eeworm.com/read/115272/6119563
c test1.c
#include
#include
#include
void
cb(Widget w, XtPointer userData, XtPointer cbs) {
XmPushButtonCallbackStruct *pbcs = (XmPushButtonCallbackStruct *)cbs;
www.eeworm.com/read/123143/14645439
m popundo.m
function popundo(figNumber)
%POPUNDO Pop the last FIS change off the undo stack.
% POPUNDO(figNumber) pops the old FIS matrix off of the UserData
% for the Undo uimenu. The function also broadc
www.eeworm.com/read/216945/14985116
m tabchange.m
function tabchange(str,pressedTab,pressedTabNum,previousTab,previousTabNum,hfig )
setappdata(hfig,'tab',pressedTabNum);
handles=get(hfig,'userdata');
panel=handles.panel;
ax=handles.ax;
legendt=h
www.eeworm.com/read/210387/15199994
cpp cextls.cpp
// CExTls.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
//This is the shared slot
static DWORD g_dwTlsSlot;
//User Struct
struct UserData
{
};
BOOL API
www.eeworm.com/read/13911/287326
m loadsets2.m
function data = loadsets(varargin)
data = get( gcf,'UserData' );
% Clear axes
clrchild( data.axes1);
% set x and y axes labels
xlabel(' x轴');
ylabel(' y轴');
www.eeworm.com/read/13911/287333
m loadsets.m
function data = loadsets(varargin)
data = get( gcf,'UserData' );
% Clear axes
clrchild( data.axes1);
% set x and y axes labels
xlabel(' x轴');
ylabel(' y轴');
www.eeworm.com/read/175689/5343431
m loadsets2.m
function data = loadsets(varargin)
data = get( gcf,'UserData' );
% Clear axes
clrchild( data.axes1);
% set x and y axes labels
xlabel(' x轴');
ylabel(' y轴');
www.eeworm.com/read/175689/5343437
m loadsets.m
function data = loadsets(varargin)
data = get( gcf,'UserData' );
% Clear axes
clrchild( data.axes1);
% set x and y axes labels
xlabel(' x轴');
ylabel(' y轴');
www.eeworm.com/read/175689/5343600
m created.m
function created=created(varargin)
%global hfigure data
% get handler and make this figure active
gcf=varargin{1};
figure(gcf);
data = get(gcf,'UserData');
% 获取文件名
path