Skip to content

Commit

Permalink
Уточнение.
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Aug 10, 2015
1 parent a60e5e8 commit f5df5dc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions enc/enc_lua/luafar_manual.tsi
Expand Up @@ -3099,7 +3099,7 @@ id=71
lv=2
dt=Text
nm=far.SendDlgMessage
mtime=3608646560
mtime=3648371446
<article>
#_Result = far.SendDlgMessage (hDlg, Msg, Param1, Param2)
#_ or
Expand Down Expand Up @@ -3262,14 +3262,16 @@ mtime=3608646560
#_ *is equivalent to*
#_ res = `far.SetDlgItem`(hDlg, numitem, item)
#_
#_DM_RESIZEDIALOG,
#_DM_MOVEDIALOG:
#_ Param1: integer (0=relative, otherwise absolute coordinates)
#_ Param2: table
#_ Result: table
#_ *Example:*
#_ res = far.SendDlgMessage(hDlg, "DM_MOVEDIALOG", 0,
#_ { X=5, Y=-2 })
#_ res = far.SendDlgMessage(hDlg, "DM_MOVEDIALOG", 0, { X=5, Y=-2 })
#_
#_DM_RESIZEDIALOG:
#_ Param2: table
#_ Result: table
#_
#_DM_SETCURSORPOS:
#_ Param2: table
Expand Down

0 comments on commit f5df5dc

Please sign in to comment.