woollybah преди 5 години
родител
ревизия
0a4e9bd912
променени са 1 файла, в които са добавени 7 реда и са изтрити 7 реда
  1. 7 7
      maxgui.mod/maxgui.bmx

+ 7 - 7
maxgui.mod/maxgui.bmx

@@ -659,13 +659,13 @@ Gadgets that have been disabled should not emit key events, although they may st
 Not all gadgets will be able to emit all of the events, particularly those that don't receive typical focus
 Not all gadgets will be able to emit all of the events, particularly those that don't receive typical focus
 such as labels or htmlviews, but even this may differ depending on the platform.
 such as labels or htmlviews, but even this may differ depending on the platform.
 
 
-%{ @{Warning:} This is a powerful new function that possibly involves hooking into the system's message queue
-to ask for mouse/key events before they are processed even by the OS's GUI library. As such, using this function
-on certain controls may cause them to be behave differently. In addition, care should be taken when using
-this function to avoid infinite loops, for example repositioning gadgets in an event hook that processes the
-message as it is received.
-
-It is therefore recommended that this function is only used by advanced MaxGUI users.}
+> @{Warning:} This is a powerful new function that possibly involves hooking into the system's message queue
+> to ask for mouse/key events before they are processed even by the OS's GUI library. As such, using this function
+> on certain controls may cause them to be behave differently. In addition, care should be taken when using
+> this function to avoid infinite loops, for example repositioning gadgets in an event hook that processes the
+> message as it is received.
+> 
+> It is therefore recommended that this function is only used by advanced MaxGUI users.
 
 
 See Also: #GadgetSensitivity
 See Also: #GadgetSensitivity
 EndRem
 EndRem