Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Button position in TB
#2
Buttons cannot be moved, but you can move child toolbar control. You need toolbar hook function.

Toolbar
Code:
Copy      Help
;/hook tb_move_child_tb_hook /siz 100 100
qm :run "$qm$\qm.exe" "v" "" "*"

Function tb_move_child_tb_hook
Code:
Copy      Help
;/
function# hWnd message wParam lParam

sel message
,case WM_INITDIALOG ;;QM 2.2.0
,mov 0 50 id(9999 hWnd)
,
,case WM_SIZE
,ret 1 ;;prevent restoring child tb position when resized


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)