Home | History | Annotate | Download | only in plat-irix5

Lines Matching refs:pnl

4 # Uses built-in module 'pnl'.
5 # Applications should use 'panel.function' instead of 'pnl.function';
6 # most 'pnl' functions are transparently exported by 'panel',
14 import pnl
155 act = pnl.mkact(type)
220 panel = pnl.mkpanel()
252 # Wrapper around pnl.dopanel() which calls call-back functions.
256 a, down, active, up = pnl.dopanel()[:4]
278 # Import everything from built-in method pnl, so the user can always
279 # use panel.foo() instead of pnl.foo().
282 from pnl import * # for export
284 dopanel = my_dopanel # override pnl.dopanel