Subversion Repositories Kolibri OS

Rev

Rev 297 | Rev 629 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 297 Rev 617
Line 148... Line 148...
148
      if (m2 = 0)
148
      if (m2 = 0)
149
	m2 = -2
149
	m2 = -2
150
      end if
150
      end if
151
      store word (m1*6+m2*6+6*8) at _name+POPUP.width
151
      store word (m1*6+m2*6+6*8) at _name+POPUP.width
152
      store word (c1*POP_IHEIGHT+c2*4+4) at _name+POPUP.height
152
      store word (c1*POP_IHEIGHT+c2*POP_SHEIGHT+3) at _name+POPUP.height
153
      store dword (((m1+2)*6-1)*65536) at _name+POPUP.acc_ofs
153
      store dword (((m1+2)*6-1)*65536) at _name+POPUP.acc_ofs
154
    end if
154
    end if
155
}
155
}
156
 
156
 
Line 157... Line 157...
157
macro menubar_res _name,[_lang,_title,_popup,_onshow]
157
macro menubar_res _name,[_lang,_title,_popup,_onshow]
Line 214... Line 214...
214
MEV_LDOWN = 1
214
MEV_LDOWN = 1
215
MEV_LUP   = 2
215
MEV_LUP   = 2
216
MEV_RDOWN = 3
216
MEV_RDOWN = 3
217
MEV_RUP   = 4
217
MEV_RUP   = 4
-
 
218
MEV_WHEEL = 5
218
MEV_MOVE  = 5
219
MEV_MOVE  = 6
Line 219... Line 220...
219
 
220
 
Line 220... Line 221...
220
;// KEY MODIFIERS
221
;// KEY MODIFIERS
221
 
222