1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
! $Id: XIpmsg.ad.in,v 3.8 1997/04/08 05:59:16 candy Exp candy $
!
! xipmsg.c - IP Messenger 1.20 for X11
! Copyright (C) 1995, 1996 by candy
!
! XIpmsg.ad - app-default file for IP Messenger
! Copyright (C) 1996 by M.Suizu <issuizu@tokuyama.ac.jp>
!
*international: True
*inputMethod: kinput2
*Label.borderWidth: 0
*background: PeachPuff
*showGrip: False
*icon_label.bitmap: XIPM_XBMDIR/xbro00.xbm
*icon_label2.bitmap: XIPM_XBMDIR/xbro08.xbm
*icon_label2.mappedWhenManaged: False
!
! ʤʤ??
! *Dialog.*.scrollVertical: always
!
*commands.orientation: Horizontal
*icon_label.fromHoriz: commands
*get_zone.label: update
*compose.label: send
*disable.label: #
*disable.skipAdjust: True
*name_view.allowVert: True
!*name_view.allowHoriz: True
*name_list.defaultColumns: 1
*name_list.forceColumns: True
!
! (list.font.height + 2) * N + 4
*name_list.height: 109
!
! list.font.width * N + 10
*name_list.width: 118
*send_to.value.height: 50
*send_to.value.width: 406
!
! ʤ
! *send_to.value.scrollHorizontal: WhenNeeded
!
*icon_button.bitmap: XIPM_XBMDIR/xbro00.xbm
*icon_button.label: \000
*icon_button.menuName: icon_menu
*icon_menu*SmeBSB.fontSet: -*-fixed-bold-*-*-*-16-*-*-*-*-*-*-*
*icon_menu*SmeBSB.vertSpace: 100
*icon_menu*SmeBSB.leftMargin: 40
*icon_menu*SmeBSB.label: \000
*icon_menu*icon00.leftBitmap: XIPM_XBMDIR/xbro00.xbm
*icon_menu*icon01.leftBitmap: XIPM_XBMDIR/xbro01.xbm
*icon_menu*icon02.leftBitmap: XIPM_XBMDIR/xbro02.xbm
*icon_menu*icon03.leftBitmap: XIPM_XBMDIR/xbro03.xbm
*icon_menu*icon04.leftBitmap: XIPM_XBMDIR/xbro04.xbm
*icon_menu*icon05.leftBitmap: XIPM_XBMDIR/xbro05.xbm
*icon_menu*icon06.leftBitmap: XIPM_XBMDIR/xbro06.xbm
*icon_menu*icon07.leftBitmap: XIPM_XBMDIR/xbro07.xbm
*icon_menu*icon08.leftBitmap: XIPM_XBMDIR/xbro08.xbm
*icon_menu*icon09.leftBitmap: XIPM_XBMDIR/xbro09.xbm
*icon_menu*icon10.leftBitmap: XIPM_XBMDIR/xbro10.xbm
*icon_menu*icon11.leftBitmap: XIPM_XBMDIR/xbro11.xbm
*icon_menu*icon12.leftBitmap: XIPM_XBMDIR/xbro12.xbm
*icon_menu*icon13.leftBitmap: XIPM_XBMDIR/xbro13.xbm
*icon_menu*icon14.leftBitmap: XIPM_XBMDIR/xbro14.xbm
*icon_menu*icon15.leftBitmap: XIPM_XBMDIR/xbro15.xbm
*err_popup*not_sent.label: Message was not delivered
*err_popup*too_long.label: Message is too long.\n\
(Message + name + zone) must lesser than 256 bytes
*fontSet:\
-*-fixed-medium-r-*--14-*-iso8859-1,\
-*-fixed-medium-r-*--14-*-jisx0201.1976-*,\
-*-fixed-medium-r-*--14-*-jisx0208.1983-*,\
-*-fixed-medium-r-*--14-*-jisx0212.1990-*
*Command.fontSet: -*-fixed-bold-*-*-*-13-*-*-*-*-*-*-*
*Toggle.fontSet: -*-fixed-bold-*-*-*-13-*-*-*-*-*-*-*
*translations: #override\n Ctrl<Key>z: iconify_action()
*level0*translations: #override\n\
Ctrl<Key>z: iconify_action() \n\
Meta<Key>q: direct_call_action(*quit) \n\
Meta<Key>z: direct_call_action(*get_zone) \n\
Meta<Key>p: direct_call_action(*plus) \n\
Meta<Key>m: direct_call_action(*minus) \n\
Meta<Key>d: disable_action() \n\
Ctrl<Key>p: list_key_named_action(Up) \n\
Ctrl<Key>n: list_key_named_action(Down) \n\
Meta<Key>v: list_key_named_action(Page_Up) \n\
Ctrl<Key>v: list_key_named_action(Page_Down) \n\
<Key>Return: direct_call_action(*compose) \n\
<Key>KP_Enter: direct_call_action(*compose) \n\
<Key>: call_name_list_action()
*send_to*translations: #override\n\
Ctrl<Key>z: iconify_action() \n\
<Key>KP_Enter: direct_call_action(send) \n\
Meta<Key>Return: direct_call_action(send) \n\
Meta<Key>w: direct_call_action(cancel) \n\
Meta<Key>x: direct_call_action(clear)
*recv_from*translations: #override\n\
Ctrl<Key>z: iconify_action() \n\
<Key>KP_Enter: direct_call_action(answer) \n\
<Key>Return: direct_call_action(answer) \n\
Meta<Key>w: direct_call_action(done) \n\
Meta<Key>c: direct_call_action(select)
*err_popup*translations: #override\n\
Ctrl<Key>z: iconify_action() \n\
Meta<Key>w: direct_call_action(ok) \n\
<Key>Return: direct_call_action(ok) \n\
<Key>Escape: direct_call_action(ok)
|