Showing changes from revision #1 to #2:
Added | Removed | Changed
Message Block | |
---|---|
+12 | my_ref field from Message_PlugIn_Reshape_Request (if applicable) |
+20 | Flags (must be zero) |
+24 | PlugIn instance handle |
+28 | Browser instance handle |
+32 | Parent window handle |
+36 | Left |
+40 | Bottom |
+44 | Right |
+48 | Top |
This message is sent by the browser to notify the plugin that it has been re-sized.
If a plugin needs resizing it should not just do so, but it should ask using Message_PlugIn_Reshape_Request. The browser will then respond with this message to determine the new location.
The bounding box of the PlugIn (as defined by left, bottom, right and top co-ordinates) is the work area co-ordinates within the parent’s window.