'''alert application - Most of the alerts will be sent to this application using yet unspecified AE interface. We need a few alert boxes: alert, confirm and notify. Any ideas on how to design this event? mailto:atotic@netscape.com. I\xd5d like to conform to the standard. '''
which = 'ALAP'
want = 'type'
alert_application = _Prop_alert_application()
class _Prop_kiosk_mode(aetools.NProperty):
'''kiosk mode - Kiosk mode leaves very few menus enabled '''
which = 'KOSK'
want = 'long'
kiosk_mode = _Prop_kiosk_mode()
class window(aetools.ComponentItem):
'''window - A Window '''
want = 'cwin'
class _Prop_URL(aetools.NProperty):
'''URL - Current URL '''
which = 'curl'
want = 'TEXT'
class _Prop_bounds(aetools.NProperty):
'''bounds - the boundary rectangle for the window '''
which = 'pbnd'
want = 'qdrt'
class _Prop_busy(aetools.NProperty):
'''busy - Is window loading something right now. 2, window is busy and will reject load requests. 1, window is busy, but will interrupt outstanding loads '''
which = 'busy'
want = 'long'
class _Prop_closeable(aetools.NProperty):
'''closeable - Does the window have a close box? '''
which = 'hclb'
want = 'bool'
class _Prop_floating(aetools.NProperty):
'''floating - Does the window float? '''
which = 'isfl'
want = 'bool'
class _Prop_index(aetools.NProperty):
'''index - the number of the window '''
which = 'pidx'
want = 'long'
class _Prop_modal(aetools.NProperty):
'''modal - Is the window modal? '''
which = 'pmod'
want = 'bool'
class _Prop_name(aetools.NProperty):
'''name - the title of the window '''
which = 'pnam'
want = 'itxt'
class _Prop_position(aetools.NProperty):
'''position - upper left coordinates of window '''
which = 'ppos'
want = 'QDpt'
class _Prop_resizable(aetools.NProperty):
'''resizable - Is the window resizable? '''
which = 'prsz'
want = 'bool'
class _Prop_titled(aetools.NProperty):
'''titled - Does the window have a title bar? '''
which = 'ptit'
want = 'bool'
class _Prop_unique_ID(aetools.NProperty):
'''unique ID - Window\xd5s unique ID (a bridge between WWW! suite window id\xd5s and standard AE windows) '''