set_pborder_visibility.m.html | ![]() |
Source file: set_pborder_visibility.m | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/matlab | |
Converted: Sun May 15 2011 at 19:15:59 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);