1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- $PBExportHeader$w_inout_reason_ch.srw
- forward
- global type w_inout_reason_ch from w_inout_reason_def
- end type
- end forward
- global type w_inout_reason_ch from w_inout_reason_def
- boolean minbox = false
- windowtype windowtype = response!
- end type
- global w_inout_reason_ch w_inout_reason_ch
- on w_inout_reason_ch.create
- call super::create
- end on
- on w_inout_reason_ch.destroy
- call super::destroy
- end on
- type cb_func from w_inout_reason_def`cb_func within w_inout_reason_ch
- end type
- type cb_exit from w_inout_reason_def`cb_exit within w_inout_reason_ch
- end type
- type cb_add from w_inout_reason_def`cb_add within w_inout_reason_ch
- end type
- type cb_edit from w_inout_reason_def`cb_edit within w_inout_reason_ch
- end type
- type cb_delet from w_inout_reason_def`cb_delet within w_inout_reason_ch
- end type
- type cb_choice from w_inout_reason_def`cb_choice within w_inout_reason_ch
- end type
- type dw_uc from w_inout_reason_def`dw_uc within w_inout_reason_ch
- end type
- type cb_rtr from w_inout_reason_def`cb_rtr within w_inout_reason_ch
- end type
- type cb_help from w_inout_reason_def`cb_help within w_inout_reason_ch
- end type
- type ln_bar from w_inout_reason_def`ln_bar within w_inout_reason_ch
- end type
- type ln_bar2 from w_inout_reason_def`ln_bar2 within w_inout_reason_ch
- end type
- type r_bar from w_inout_reason_def`r_bar within w_inout_reason_ch
- end type
- type cb_view from w_inout_reason_def`cb_view within w_inout_reason_ch
- end type
|