代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/381363/9095955
m getfillcolor.m
function fc=getfillcolor
%GETFILLCOLOR Return the current filling color.
%
% COLOR = GETFILLCOLOR
%
% getfillcolor return the UserData of the cheked on menu
%
% See also: GETLINESTYLE, GETLINEWIDTH,
www.eeworm.com/read/381363/9096184
m getfontstyle.m
function fs=getfontstyle
%GETFONTSTYLE Return the current fontstyle.
%
% FONTSTYLE = GETFONTSTYLE
%
% getfontstyle return the UserData of the cheked on menu
%
% See also: GETLINESTYLE, GETLINEWIDTH,
www.eeworm.com/read/381363/9096204
m scrledit.m
function hout=scrledit(cmd,Par1,txt, tit)
%SCRLEDIT Multiline edit uicontrol with scroll bar
%h=scrledit(cmd,POS,STRING_MAT)
% create a scrolling edit window with a slide bar
%
% INPUT:
% cmd - the
www.eeworm.com/read/381363/9096267
m getviewmode.m
function vm=getviewmode
%GETVIEWMODE Return the current view mode.
%
% MODE = GETVIEWMODE
%
% getviewmode returns the UserData of the checked-on view menu item
%
% See also: SHOWIMA
www.eeworm.com/read/381363/9096279
m getfontsize.m
function fs=getfontsize
%GETFONTSIZE Return the current fontsize.
%
% FONTSIZE = GETFONTSIZE
%
% getfontsize return the UserData of the cheked on menu
%
% See also: GETLINESTYLE, GETLINEWIDTH, GETPEN
www.eeworm.com/read/381363/9096294
m getlinewidth.m
function lw=getlinewidth
%GETLINEWIDTH Return the current line width.
%
% WIDTH = GETLINEWIDTH
%
% getlinewidth return the UserData of the cheked on menu
%
% See also: GETLINESTYLE, GETPENCOLOR, GETF
www.eeworm.com/read/381363/9096343
m getpencolor.m
function pc=getpencolor
%GETPENCOLOR Return the current pen color.
%
% COLOR = GETPENCOLOR
%
% getpencolor return the UserData of the cheked on menu
%
% See also: GETLINESTYLE, GETLINEWIDTH, GETFILLC
www.eeworm.com/read/381363/9096466
m getfont.m
function font=getfont
%GETFONT Return the current font.
%
% FONT = GETFONT
%
% getfont return the UserData of the cheked on menu
%
% See also: GETLINESTYLE, GETLINEWIDTH, GETPENCOLOR,
% GETFILLCO
www.eeworm.com/read/282372/9098165
cpp proxydlg.cpp
// ProxyDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Proxy.h"
#include "ProxyDlg.h"
#include
#include "ExportFuncs.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#u