12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658 |
- // $XConsortium: messageProps.bil /main/2 1996/11/11 11:57:59 drk $
- :bil-version 1 0
- :module messageProps
- (
- :element messageProps
- (
- :type :dialog
- :width 580
- :height 485
- :bg-color "white"
- :label "Tt_message"
- :resizable :true
- :visible :false
- :children (
- messagePane
- messageMenuPane
- messageActionPane
- messageProps_footer
- )
- )
- :element messagePane
- (
- :type :container
- :container-type :relative
- :x 0
- :y 44
- :width 576
- :height 436
- :visible :true
- :border-frame :shadow-in
- :north-attachment (:obj messageMenuPane 0)
- :south-attachment (:obj messageProps 0)
- :east-attachment (:obj messageProps 0)
- :west-attachment (:point 0 0)
- :children (
- classChoice
- opText
- addressChoice
- handlerText
- scopeChoice
- sessionText
- fileText
- fileButton
- statusBox
- separator
- addArgButton
- setArgButton
- setContextButton
- statusLabel
- sessionButton
- messageText
- handlerButton
- msgPatternButton
- msgCallbackAddButton
- dispositionChoice
- msgSetAttributeButton
- opButton
- )
- )
- :element classChoice
- (
- :type :choice
- :choice-type :option-menu
- :x 44
- :y 11
- :label-type :string
- :label "Class:"
- :label-position :west
- :num-columns 1
- :orientation :vertical
- :selection-required :false
- :active :true
- :visible :true
- :north-attachment (:point 0 11)
- :west-attachment (:point 0 29)
- :help-text "tt_message_class(3)\ntt_message_class_set(3)\n"
- :children (
- classChoice_UNDEFINED_item
- classChoice_NOTICE_item
- classChoice_REQUEST_item
- classChoice_OFFER_item
- )
- )
- :element classChoice_UNDEFINED_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "UNDEFINED"
- :active :true
- :selected :true
- )
- :element classChoice_NOTICE_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "NOTICE"
- :active :true
- :selected :false
- )
- :element classChoice_REQUEST_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "REQUEST"
- :active :true
- :selected :false
- )
- :element classChoice_OFFER_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "OFFER"
- :active :true
- :selected :false
- )
- :element opText
- (
- :type :text-field
- :text-type :alphanumeric
- :x 339
- :y 11
- :num-columns 25
- :max-length 80
- :read-only :false
- :active :true
- :visible :true
- :north-attachment (:point 0 11)
- :east-attachment (:point 0 0)
- :west-attachment (:grid-line 54 0)
- :help-text "tt_message_op(3)\ntt_message_op_set(3)\n"
- )
- :element addressChoice
- (
- :type :choice
- :choice-type :option-menu
- :x 27
- :y 46
- :label-type :string
- :label "Address:"
- :label-position :west
- :num-columns 1
- :orientation :vertical
- :selection-required :false
- :active :true
- :visible :true
- :north-attachment (:obj classChoice 4)
- :west-attachment (:point 0 12)
- :help-text "tt_message_address(3)\ntt_message_address_set(3)\n"
- :children (
- addressChoice_PROCEDURE_item
- addressChoice_OBJECT_item
- addressChoice_HANDLER_item
- addressChoice_OTYPE_item
- addressChoice_ADDRESS_LAST_item
- )
- )
- :element addressChoice_PROCEDURE_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "PROCEDURE"
- :active :true
- :selected :true
- )
- :element addressChoice_OBJECT_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "OBJECT"
- :active :true
- :selected :false
- )
- :element addressChoice_HANDLER_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "HANDLER"
- :active :true
- :selected :false
- )
- :element addressChoice_OTYPE_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "OTYPE"
- :active :true
- :selected :false
- )
- :element addressChoice_ADDRESS_LAST_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "ADDRESS_LAST"
- :active :true
- :selected :false
- )
- :element handlerText
- (
- :type :text-field
- :text-type :alphanumeric
- :x 339
- :y 46
- :num-columns 25
- :max-length 80
- :read-only :false
- :active :true
- :visible :true
- :north-attachment (:obj opText 10)
- :east-attachment (:point 0 0)
- :west-attachment (:grid-line 54 0)
- :help-text "tt_message_handler(3)\ntt_message_handler_set(3)\n"
- )
- :element scopeChoice
- (
- :type :choice
- :choice-type :option-menu
- :x 39
- :y 82
- :label-type :string
- :label "Scope:"
- :label-position :west
- :num-columns 1
- :orientation :vertical
- :selection-required :false
- :active :true
- :visible :true
- :north-attachment (:obj addressChoice 5)
- :west-attachment (:point 0 24)
- :help-text "tt_message_scope(3)\ntt_message_scope_set(3)\n"
- :children (
- scopeChoice_SCOPE_NONE_item
- scopeChoice_SESSION_item
- scopeChoice_FILE_item
- scopeChoice_BOTH_item
- scopeChoice_FILE_IN_SESSION_item
- )
- )
- :element scopeChoice_SCOPE_NONE_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "SCOPE_NONE"
- :active :true
- :selected :true
- )
- :element scopeChoice_SESSION_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "SESSION"
- :active :true
- :selected :false
- )
- :element scopeChoice_FILE_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "FILE"
- :active :true
- :selected :false
- )
- :element scopeChoice_BOTH_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "BOTH"
- :active :true
- :selected :false
- )
- :element scopeChoice_FILE_IN_SESSION_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "FILE_IN_SESSION"
- :active :true
- :selected :false
- )
- :element sessionText
- (
- :type :text-field
- :text-type :alphanumeric
- :x 339
- :y 83
- :num-columns 25
- :max-length 80
- :read-only :false
- :active :true
- :visible :true
- :north-attachment (:obj handlerText 10)
- :east-attachment (:point 0 0)
- :west-attachment (:grid-line 54 0)
- :help-text "tt_message_session(3)\ntt_message_session_set(3)\n"
- )
- :element fileText
- (
- :type :text-field
- :text-type :alphanumeric
- :x 93
- :y 117
- :num-columns 60
- :max-length 80
- :read-only :false
- :active :true
- :visible :true
- :north-attachment (:obj sessionText 10)
- :east-attachment (:point 0 0)
- :west-attachment (:obj fileButton 9)
- :help-text "tt_message_file(3)\ntt_message_file_set(3)N"
- )
- :element fileButton
- (
- :type :button
- :button-type :push-button
- :x 47
- :y 117
- :label-type :string
- :label-alignment :center
- :label "File:"
- :active :true
- :visible :true
- :north-attachment (:obj sessionText 11)
- :west-attachment (:point 0 32)
- :help-text "tt_message_file(3)\ntt_message_file_set(3)\n"
- )
- :element statusBox
- (
- :type :spinbox
- :label-type :string
- :label "Status:"
- :label-position :west
- :text-type :numeric
- :arrow-style :arrow-end
- :min-value -9999999
- :max-value 99999999
- :initial-value 0
- :increment 1
- :decimal-points 0
- :visible :true
- :active :true
- :x 176
- :y 175
- :width 100
- :north-attachment (:obj separator 10)
- :west-attachment (:grid-line 30 0)
- :help-text "tt_message_status(3)\ntt_message_status_set(3)\n"
- )
- :element separator
- (
- :type :separator
- :line-style :etched-in
- :orientation :horizontal
- :x 11
- :y 158
- :width 554
- :height 8
- :visible :true
- :north-attachment (:obj fileText 14)
- :east-attachment (:point 0 11)
- :west-attachment (:point 0 11)
- )
- :element addArgButton
- (
- :type :button
- :button-type :push-button
- :x 22
- :y 181
- :label-type :string
- :label-alignment :center
- :label "Add Arg..."
- :active :true
- :visible :true
- :north-attachment (:obj separator 15)
- :west-attachment (:point 0 22)
- :help-text "tt_message_arg_add(3)\ntt_message_barg_add(3)\ntt_message_iarg_add(3)\ntt_message_xarg_add(3)\n"
- )
- :element setArgButton
- (
- :type :button
- :button-type :menu-button
- :x 180
- :y 242
- :label-type :string
- :label-alignment :center
- :label "Set Arg Val"
- :menu setArgButton_menu
- :active :true
- :visible :true
- :north-attachment (:obj msgPatternButton 7)
- :west-attachment (:grid-line 30 0)
- :help-text "tt_message_arg_val_set(3)\ntt_message_arg_bval_set(3)\ntt_message_arg_ival_set(3)\ntt_message_arg_xval_set(3)\n"
- )
- :element setContextButton
- (
- :type :button
- :button-type :push-button
- :x 21
- :y 246
- :label-type :string
- :label-alignment :center
- :label "Set Context..."
- :active :true
- :visible :true
- :north-attachment (:obj msgCallbackAddButton 10)
- :west-attachment (:point 0 22)
- :help-text "tt_message_context_set(3)\ntt_message_bcontext_set(3)\ntt_message_icontext_set(3)\ntt_message_xcontext_set(3)\n"
- )
- :element statusLabel
- (
- :type :label
- :x 347
- :y 181
- :label-type :string
- :label "TT_DESKTOP_ECANCELLED"
- :label-alignment :left
- :active :true
- :visible :true
- :north-attachment (:obj separator 15)
- :west-attachment (:obj statusBox 3)
- :help-text "tt_message_status(3)\ntt_message_status_set(3)\n"
- )
- :element sessionButton
- (
- :type :button
- :button-type :push-button
- :x 275
- :y 85
- :label-type :string
- :label-alignment :center
- :label "Session:"
- :active :true
- :visible :true
- :north-attachment (:obj handlerButton 14)
- :east-attachment (:obj sessionText 6)
- :help-text "tt_message_session(3)\ntt_message_session_set(3)\n"
- )
- :element messageText
- (
- :type :text-pane
- :text-type :alphanumeric
- :x 2
- :y 283
- :border-frame :none
- :num-rows 20
- :num-columns 81
- :hscrollbar :never
- :vscrollbar :always
- :word-wrap :true
- :read-only :true
- :active :true
- :visible :true
- :north-attachment (:obj setContextButton 13)
- :south-attachment (:obj messagePane 0)
- :east-attachment (:point 0 0)
- :west-attachment (:point 0 0)
- :help-text "tt_message_print(3)\n"
- )
- :element handlerButton
- (
- :type :button
- :button-type :push-button
- :x 268
- :y 48
- :label-type :string
- :label-alignment :center
- :label "Handler:"
- :active :true
- :visible :true
- :north-attachment (:obj opButton 14)
- :east-attachment (:obj handlerText 6)
- :help-text "tt_message_handler(3)\ntt_message_handler_set(3)\n"
- )
- :element msgPatternButton
- (
- :type :button
- :button-type :push-button
- :x 179
- :y 218
- :label-type :string
- :label-alignment :center
- :label "Pattern..."
- :active :true
- :visible :true
- :north-attachment (:obj statusBox 5)
- :west-attachment (:grid-line 30 0)
- :help-text "tt_message_pattern(3)\n"
- )
- :element msgCallbackAddButton
- (
- :type :button
- :button-type :push-button
- :x 21
- :y 215
- :label-type :string
- :label-alignment :center
- :label "Add Callback..."
- :active :true
- :visible :true
- :north-attachment (:obj addArgButton 10)
- :west-attachment (:point 0 22)
- :help-text "tt_message_callback_add(3)\nTttt_c(5)\n"
- )
- :element dispositionChoice
- (
- :type :choice
- :choice-type :option-menu
- :x 368
- :y 210
- :label-type :string
- :label "Disposition:"
- :label-position :west
- :num-columns 1
- :orientation :vertical
- :selection-required :false
- :active :true
- :visible :true
- :north-attachment (:obj statusLabel 8)
- :east-attachment (:point 0 22)
- :help-text "tt_message_disposition(3)\ntt_message_disposition_set(3)\n"
- :children (
- dispositionChoice_DISCARD_item
- dispositionChoice_QUEUE_item
- dispositionChoice_START_item
- dispositionChoice_QUEUE_START_item
- )
- )
- :element dispositionChoice_DISCARD_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "DISCARD"
- :active :true
- :selected :true
- )
- :element dispositionChoice_QUEUE_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "QUEUE"
- :active :true
- :selected :false
- )
- :element dispositionChoice_START_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "START"
- :active :true
- :selected :false
- )
- :element dispositionChoice_QUEUE_START_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "QUEUE+START"
- :active :true
- :selected :false
- )
- :element msgSetAttributeButton
- (
- :type :button
- :button-type :menu-button
- :x 500
- :y 244
- :label-type :string
- :label-alignment :center
- :label "Set"
- :menu msgSetAttributeButton_menu
- :active :true
- :visible :true
- :north-attachment (:obj dispositionChoice 5)
- :east-attachment (:point 0 22)
- :help-text "tt_message_otype(3)\ntt_message_otype_set(3)\ntt_message_object(3)\ntt_message_object_set(3)\ntt_message_handler_ptype(3)\ntt_message_handler_ptype_set(3)\ntt_message_sender_ptype(3)\ntt_message_sender_ptype_set(3)\n"
- )
- :element opButton
- (
- :type :button
- :button-type :push-button
- :x 304
- :y 12
- :label-type :string
- :label-alignment :center
- :label "Op:"
- :active :true
- :visible :true
- :north-attachment (:point 0 13)
- :east-attachment (:obj opText 6)
- :help-text "tt_message_op(3)\ntt_message_op_set(3)\n"
- )
- :element messageMenuPane
- (
- :type :container
- :container-type :relative
- :x 0
- :y 0
- :width 580
- :height 45
- :visible :true
- :border-frame :none
- :north-attachment (:point 0 0)
- :east-attachment (:obj messageProps 0)
- :west-attachment (:point 0 0)
- :children (
- tt_cButton
- generateButton
- )
- )
- :element tt_cButton
- (
- :type :button
- :button-type :menu-button
- :x 16
- :y 7
- :label-type :string
- :label-alignment :center
- :label "Message"
- :menu tt_cButton_menu
- :active :true
- :visible :true
- :north-attachment (:point 0 7)
- :west-attachment (:point 0 16)
- :help-text "tt_message_print(3)\ntt_message_send(3)\ntt_message_send_on_exit(3)\ntt_message_accept(3)\nttdt_message_accept(3)\ntt_message_reject(3)\nttdt_subcontract_manage(3)\ntt_message_reply(3)\ntt_message_fail(3)\ntt_message_destroy(3)\n"
- )
- :element generateButton
- (
- :type :button
- :button-type :menu-button
- :x 126
- :y 7
- :label-type :string
- :label-alignment :center
- :label "Create"
- :menu generateButton_menu
- :active :true
- :visible :true
- :north-attachment (:point 0 7)
- :west-attachment (:obj tt_cButton 11)
- :help-text "Tt_message... tttk_message_create(3)\nTt_pattern... tt_pattern_create(3)\nC... Tttt_c(5)\nSignature... tt_type_comp(1)\nAction... dtactionfile(4)\nStatus notice... ttdt_message_accept(3),Status(4)\n"
- )
- :element messageActionPane
- (
- :type :container
- :container-type :button-panel
- :width 580
- :height 48
- :visible :true
- :border-frame :none
- :children (
- msgCloseButton
- msgHelpButton
- )
- )
- :element msgCloseButton
- (
- :type :button
- :button-type :push-button
- :label-type :string
- :label-alignment :center
- :label "Close"
- :active :true
- :visible :true
- :north-attachment (:point 0 10)
- :east-attachment (:grid-line 45 0)
- :west-attachment (:grid-line 30 0)
- )
- :element msgHelpButton
- (
- :type :button
- :button-type :push-button
- :label-type :string
- :label-alignment :center
- :label "Help"
- :active :true
- :visible :true
- :north-attachment (:point 0 10)
- :east-attachment (:grid-line 70 0)
- :west-attachment (:grid-line 55 0)
- )
- :element messageProps_footer
- (
- :type :container
- :container-type :footer
- :width 580
- :height 28
- :visible :true
- :border-frame :none
- :children (
- messageFooterLabel
- )
- )
- :element messageFooterLabel
- (
- :type :label
- :x 1
- :y 1
- :label-type :string
- :label "Tt_message"
- :label-alignment :left
- :active :true
- :visible :true
- :north-attachment (:point 0 1)
- :west-attachment (:point 0 1)
- )
- :element setArgButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- setArgButton_menu_Arg_0_item
- setArgButton_menu_Arg_1_item
- setArgButton_menu_Arg_2_item
- setArgButton_menu_Arg_3_item
- setArgButton_menu_Arg_4_item
- setArgButton_menu_Arg_5_item
- setArgButton_menu_Arg_6_item
- setArgButton_menu_Arg_7_item
- setArgButton_menu_Arg_8_item
- setArgButton_menu_Arg_9_item
- setArgButton_menu_Arg_10_item
- setArgButton_menu_Arg_11_item
- setArgButton_menu_Arg_12_item
- setArgButton_menu_Arg_13_item
- setArgButton_menu_Arg_14_item
- setArgButton_menu_Arg_15_item
- setArgButton_menu_Arg_15_item2
- )
- )
- :element setArgButton_menu_Arg_0_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 0..."
- :active :true
- )
- :element setArgButton_menu_Arg_1_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 1..."
- :active :true
- )
- :element setArgButton_menu_Arg_2_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 2..."
- :active :true
- )
- :element setArgButton_menu_Arg_3_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 3..."
- :active :true
- )
- :element setArgButton_menu_Arg_4_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 4..."
- :active :true
- )
- :element setArgButton_menu_Arg_5_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 5..."
- :active :true
- )
- :element setArgButton_menu_Arg_6_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 6..."
- :active :true
- )
- :element setArgButton_menu_Arg_7_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 7..."
- :active :true
- )
- :element setArgButton_menu_Arg_8_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 8..."
- :active :true
- )
- :element setArgButton_menu_Arg_9_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 9..."
- :active :true
- )
- :element setArgButton_menu_Arg_10_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 10..."
- :active :true
- )
- :element setArgButton_menu_Arg_11_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 11..."
- :active :true
- )
- :element setArgButton_menu_Arg_12_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 12..."
- :active :true
- )
- :element setArgButton_menu_Arg_13_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 13..."
- :active :true
- )
- :element setArgButton_menu_Arg_14_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 14..."
- :active :true
- )
- :element setArgButton_menu_Arg_15_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg 15..."
- :active :true
- )
- :element setArgButton_menu_Arg_15_item2
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Arg >15..."
- :active :true
- )
- :element msgSetAttributeButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- msgSetAttributeButton_menu_Otype_item
- msgSetAttributeButton_menu_Object_item
- msgSetAttributeButton_menu_Status_String_item
- msgSetAttributeButton_menu_Handler_Ptype_item
- msgSetAttributeButton_menu_Sender_Ptype_item
- )
- )
- :element msgSetAttributeButton_menu_Otype_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Otype..."
- :active :true
- )
- :element msgSetAttributeButton_menu_Object_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Object..."
- :active :true
- )
- :element msgSetAttributeButton_menu_Status_String_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Status String..."
- :active :true
- )
- :element msgSetAttributeButton_menu_Handler_Ptype_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Handler Ptype..."
- :active :true
- )
- :element msgSetAttributeButton_menu_Sender_Ptype_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Sender Ptype..."
- :active :true
- )
- :element tt_cButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- tt_cButton_menu_Print_item
- tt_cButton_menu_Send_item
- tt_cButton_menu_Send_On_Exit_item
- tt_cButton_menu_Accept_item
- tt_cButton_menu_Desktop_Accept_item
- tt_cButton_menu_Reject_item
- tt_cButton_menu_Subcontract_Manage_item
- tt_cButton_menu_Reply_item
- tt_cButton_menu_Fail_item
- tt_cButton_menu_Destroy_item
- )
- )
- :element tt_cButton_menu_Print_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Print"
- :active :true
- )
- :element tt_cButton_menu_Send_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Send"
- :active :true
- )
- :element tt_cButton_menu_Send_On_Exit_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Send On Exit"
- :active :true
- )
- :element tt_cButton_menu_Accept_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Accept"
- :active :true
- )
- :element tt_cButton_menu_Desktop_Accept_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Desktop Accept"
- :active :true
- )
- :element tt_cButton_menu_Reject_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Reject"
- :active :true
- )
- :element tt_cButton_menu_Subcontract_Manage_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Subcontract Manage"
- :active :true
- )
- :element tt_cButton_menu_Reply_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Reply"
- :active :true
- )
- :element tt_cButton_menu_Fail_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Fail"
- :active :true
- )
- :element tt_cButton_menu_Destroy_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Destroy"
- :active :true
- )
- :element generateButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- generateButton_menu_Tt_message_item
- generateButton_menu_Tt_pattern_item
- generateButton_menu_C_item
- generateButton_menu_Signature_item
- generateButton_menu_Action_item
- generateButton_menu_Status_notice_item
- )
- )
- :element generateButton_menu_Tt_message_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Tt_message..."
- :active :true
- )
- :element generateButton_menu_Tt_pattern_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Tt_pattern..."
- :active :true
- )
- :element generateButton_menu_C_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "C..."
- :active :true
- )
- :element generateButton_menu_Signature_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Signature..."
- :active :true
- )
- :element generateButton_menu_Action_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Action..."
- :active :true
- )
- :element generateButton_menu_Status_notice_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Status notice..."
- :active :true
- )
- :element tttkButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- tttkButton_menu_ttdt_message_accept_item
- tttkButton_menu_ttdt_subcontract_manage_item
- )
- )
- :element tttkButton_menu_ttdt_message_accept_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "ttdt_message_accept"
- :active :true
- )
- :element tttkButton_menu_ttdt_subcontract_manage_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "ttdt_subcontract_manage"
- :active :true
- )
- :connection
- (
- :from classChoice_UNDEFINED_item
- :when :activate
- :action-type :call-function
- :action setClassUndefined
- )
- :connection
- (
- :from classChoice_NOTICE_item
- :when :activate
- :action-type :call-function
- :action setClassNotice
- )
- :connection
- (
- :from classChoice_REQUEST_item
- :when :activate
- :action-type :call-function
- :action setClassRequest
- )
- :connection
- (
- :from classChoice_OFFER_item
- :when :activate
- :action-type :call-function
- :action setClassOffer
- )
- :connection
- (
- :from addressChoice_ADDRESS_LAST_item
- :when :activate
- :action-type :call-function
- :action setAddressLast
- )
- :connection
- (
- :from addressChoice_PROCEDURE_item
- :when :activate
- :action-type :call-function
- :action setAddressProcedure
- )
- :connection
- (
- :from addressChoice_OBJECT_item
- :when :activate
- :action-type :call-function
- :action setAddressObject
- )
- :connection
- (
- :from addressChoice_HANDLER_item
- :when :activate
- :action-type :call-function
- :action setAddressHandler
- )
- :connection
- (
- :from addressChoice_OTYPE_item
- :when :activate
- :action-type :call-function
- :action setAddressOtype
- )
- :connection
- (
- :from scopeChoice_SCOPE_NONE_item
- :when :activate
- :action-type :call-function
- :action setScopeNone
- )
- :connection
- (
- :from scopeChoice_SESSION_item
- :when :activate
- :action-type :call-function
- :action setScopeSession
- )
- :connection
- (
- :from scopeChoice_FILE_item
- :when :activate
- :action-type :call-function
- :action setScopeFile
- )
- :connection
- (
- :from scopeChoice_BOTH_item
- :when :activate
- :action-type :call-function
- :action setScopeBoth
- )
- :connection
- (
- :from scopeChoice_FILE_IN_SESSION_item
- :when :activate
- :action-type :call-function
- :action setScopeFileInSession
- )
- :connection
- (
- :from opText
- :when :text-changed
- :action-type :call-function
- :action setOp
- )
- :connection
- (
- :from tt_cButton_menu_Send_item
- :when :activate
- :action-type :call-function
- :action msgSend
- )
- :connection
- (
- :from tt_cButton_menu_Send_On_Exit_item
- :when :activate
- :action-type :call-function
- :action msgSendOnExit
- )
- :connection
- (
- :from tt_cButton_menu_Accept_item
- :when :activate
- :action-type :call-function
- :action msgAccept
- )
- :connection
- (
- :from tt_cButton_menu_Reject_item
- :when :activate
- :action-type :call-function
- :action msgReject
- )
- :connection
- (
- :from tt_cButton_menu_Reply_item
- :when :activate
- :action-type :call-function
- :action msgReply
- )
- :connection
- (
- :from tt_cButton_menu_Fail_item
- :when :activate
- :action-type :call-function
- :action msgFail
- )
- :connection
- (
- :from tt_cButton_menu_Destroy_item
- :when :activate
- :action-type :call-function
- :action msgDestroy
- )
- :connection
- (
- :from tttkButton_menu_ttdt_message_accept_item
- :when :activate
- :action-type :call-function
- :action msgDtAccept
- )
- :connection
- (
- :from tttkButton_menu_ttdt_subcontract_manage_item
- :when :activate
- :action-type :call-function
- :action msgSubcontractManage
- )
- :connection
- (
- :from generateButton_menu_Tt_message_item
- :when :activate
- :action-type :call-function
- :action msgClone
- )
- :connection
- (
- :from generateButton_menu_Status_notice_item
- :when :activate
- :action-type :call-function
- :action msgStatusNotice
- )
- :connection
- (
- :from generateButton_menu_Action_item
- :when :activate
- :action-type :call-function
- :action msgGenAction
- )
- :connection
- (
- :from generateButton_menu_C_item
- :when :activate
- :action-type :call-function
- :action msgGenC
- )
- :connection
- (
- :from handlerText
- :when :text-changed
- :action-type :call-function
- :action setHandler
- )
- :connection
- (
- :from sessionText
- :when :text-changed
- :action-type :call-function
- :action setSession
- )
- :connection
- (
- :from fileText
- :when :text-changed
- :action-type :call-function
- :action setFile
- )
- :connection
- (
- :from statusBox
- :when :value-changed
- :action-type :call-function
- :action setStatus
- )
- :connection
- (
- :from msgCloseButton
- :to messageProps
- :when :activate
- :action-type :builtin
- :action :hide
- :arg-type :void
- )
- :connection
- (
- :from msgHelpButton
- :when :activate
- :action-type :call-function
- :action msgHelp
- )
- :connection
- (
- :from msgPatternButton
- :when :activate
- :action-type :call-function
- :action msgPattern
- )
- :connection
- (
- :from tt_cButton_menu_Print_item
- :when :activate
- :action-type :call-function
- :action msgPrint
- )
- :connection
- (
- :from generateButton_menu_Tt_pattern_item
- :when :activate
- :action-type :call-function
- :action genPattern
- )
- :connection
- (
- :from generateButton_menu_Signature_item
- :when :activate
- :action-type :call-function
- :action genObserver
- )
- :connection
- (
- :from sessionButton
- :when :activate
- :action-type :call-function
- :action sessionSet
- )
- :connection
- (
- :from fileButton
- :when :activate
- :action-type :call-function
- :action msgFileSet
- )
- :connection
- (
- :from tt_cButton_menu_Subcontract_Manage_item
- :when :activate
- :action-type :call-function
- :action msgSubcontractManage
- )
- :connection
- (
- :from tt_cButton_menu_Desktop_Accept_item
- :when :activate
- :action-type :call-function
- :action msgDtAccept
- )
- :connection
- (
- :from addArgButton
- :when :activate
- :action-type :call-function
- :action msgArgAdd
- )
- :connection
- (
- :from setContextButton
- :when :activate
- :action-type :call-function
- :action msgContextSet
- )
- :connection
- (
- :from setArgButton_menu_Arg_0_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_1_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_2_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_3_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_4_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_5_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_6_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_7_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_8_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_9_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_10_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_11_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_12_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_13_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_14_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_15_item
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from setArgButton_menu_Arg_15_item2
- :when :activate
- :action-type :call-function
- :action setArg
- )
- :connection
- (
- :from dispositionChoice_DISCARD_item
- :when :activate
- :action-type :call-function
- :action setDISCARD
- )
- :connection
- (
- :from dispositionChoice_QUEUE_item
- :when :activate
- :action-type :call-function
- :action setQUEUE
- )
- :connection
- (
- :from dispositionChoice_START_item
- :when :activate
- :action-type :call-function
- :action setSTART
- )
- :connection
- (
- :from dispositionChoice_QUEUE_START_item
- :when :activate
- :action-type :call-function
- :action setQUEUESTART
- )
- :connection
- (
- :from msgAttributeSetButton_menu_message_object_set_item
- :when :activate
- :action-type :call-function
- :action msgSetObject
- )
- :connection
- (
- :from msgAttributeSetButton_menu_message_otype_set_item
- :when :activate
- :action-type :call-function
- :action msgSetOtype
- )
- :connection
- (
- :from msgAttributeSetButton_menu_message_handler_ptype_set_item
- :when :activate
- :action-type :call-function
- :action msgSetHandlerPtype
- )
- :connection
- (
- :from msgAttributeSetButton_menu_message_sender_ptype_set_item
- :when :activate
- :action-type :call-function
- :action msgSetSenderPtype
- )
- :connection
- (
- :from msgSetAttributeButton_menu_Otype_item
- :when :activate
- :action-type :call-function
- :action msgSetOtype
- )
- :connection
- (
- :from msgSetAttributeButton_menu_Object_item
- :when :activate
- :action-type :call-function
- :action msgSetObject
- )
- :connection
- (
- :from msgSetAttributeButton_menu_Handler_Ptype_item
- :when :activate
- :action-type :call-function
- :action msgSetHandlerPtype
- )
- :connection
- (
- :from msgSetAttributeButton_menu_Sender_Ptype_item
- :when :activate
- :action-type :call-function
- :action msgSetSenderPtype
- )
- :connection
- (
- :from opButton
- :when :activate
- :action-type :call-function
- :action chooseOp
- )
- :connection
- (
- :from msgCallbackAddButton
- :when :activate
- :action-type :call-function
- :action addCallback
- )
- :connection
- (
- :from handlerButton
- :when :activate
- :action-type :call-function
- :action chooseHandler
- )
- :connection
- (
- :from msgSetAttributeButton_menu_Status_String_item
- :when :activate
- :action-type :call-function
- :action msgSetStatusString
- )
- )
|