www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@xregGui/@uitoolbar/pNotifyNewButtonSeparator.m

    function pNotifyNewButtonSeparator(obj, butobj)
%PNOTIFYNEWBUTTONSEPARATOR Notify toolbar that button separator has altered
%
%  PNOTIFYNEWBUTTONSEPARATOR(OBJ, BUTTON) is used by toolbar children to
%  nofify the toolbar that their separator setting has altered.   Cached
%  information in the toolbar is then updated and redraws triggered if
%  required.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


obj.hRenderer.notifyNewSeparator(butobj);