Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
1 September 2025
|
N 20:13 | WpFilterPopupMenu 2 changes history +2,804 [Martini; Ak120] | |||
m |
|
20:13 (cur | prev) +94 Ak120 talk contribs | |||
N |
|
19:15 (cur | prev) +2,710 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpFilterPopupMenu}} This instance method is called to allow the object to modify its context menu. ==Syntax== _wpFilterPopupMenu(somSelf, ulFlags, hwndCnr, fMultiSelect) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulFlags'' (ULONG) - input :Pop-up menu flags. If the flag is set, the corresponding pop-up menu item is available. These flags...") |
N 19:32 | WpModifyPopupMenu diffhist +2,025 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpModifyPopupMenu}} This instance method is called to allow an object to add additional items to its pop-up menu. ==Syntax== _wpModifyPopupMenu(somSelf, hwndMenu, hwndCnr, iPosition) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndMenu'' (HWND) - input :Menu handle. ;''hwndCnr'' (HWND) - input :Handle to container control window. ;...") |
N 19:16 | WpInsertPopupMenuItems diffhist +2,205 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpInsertPopupMenuItems}} This instance method is called to allow an object to insert items into its pop-up menu. ==Syntax== _wpInsertPopupMenuItems(somSelf, hwndMenu, iPosition, hmod, MenuID, SubMenuId) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndMenu'' (HWND) - input :Handle to the pop-up menu. ;''iPosition'' (ULONG) - input :Po...") |
N 19:12 | WpMenuItemHelpSelected diffhist +1,997 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpMenuItemHelpSelected}} This instance method is called to allow the object to display the requested help panel. ==Syntax== _wpMenuItemHelpSelected(somSelf, MenuId) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''MenuId'' (ULONG) - input :Object's menu ID. :For a listing of WPMENUIDs, see the individual object classes. ==Returns== ;''rc'' ([...") |