set_pborder_visibility.m.html | ![]() |
Source file: set_pborder_visibility.m | |
Directory: /home/rjl/git/claworg/clawpack-4.x/matlab | |
Converted: Sat Aug 6 2011 at 21:53:06 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
function set_pborder_visibility(p) % Internal matlab routine for Clawpack graphics. if (~ishandle(p)) return; end; p_status = get(p,'Visible'); udata = get(p,'UserData'); border_state = strcmp(get(udata.border,'Tag'),'on'); toggle_visibility(p,border_state,udata.border);