Home > vbmeg > functions > common > utility > @file_dialog > private > extension_popup.m

extension_popup

PURPOSE ^

ファイルの拡張子を選択するpop-up menuのCallback関数

SYNOPSIS ^

function [] = extension_popup(obj, eventdata, dialog)

DESCRIPTION ^

 ファイルの拡張子を選択するpop-up menuのCallback関数

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [] = extension_popup(obj, eventdata, dialog)
0002 % ファイルの拡張子を選択するpop-up menuのCallback関数
0003 %
0004 % Copyright (C) 2011, ATR All Rights Reserved.
0005 % License : New BSD License(see VBMEG_LICENSE.txt)
0006 
0007 this = get(dialog, 'UserData');
0008 this.private.current_file = {};
0009 
0010 % Dialog windowのGUIのpropertyを更新する。
0011 set(dialog, 'UserData', this);
0012 set_gui_property(dialog);
0013

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005