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 | WpMenuItemSelected diffhist +2,058 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpMenuItemSelected}} This instance method is called to allow an object to process a pop-up menu selection. ==Syntax== _wpMenuItemSelected(somSelf, hwndFrame, ulMenuId) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''hwndFrame'' (HWND) - input :Handle to the frame window. ;''ulMenuId'' (ULONG) - input :ID of the selected pop-up menu. :For...") |
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:14 | WpSetDefaultHelp diffhist +1,516 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSetDefaultHelp}} This instance method is called to set the default help panel for the object. ==Syntax== _wpSetDefaultHelp(somSelf, HelpPanelID, HelpLibrary) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''HelpPanelID'' (ULONG) - input :Help panel identity. ;''HelpLibrary'' (PSZ) - input :A pointer to the name of the Help library. A N...") |
N 19:13 | WpQueryDefaultHelp diffhist +1,577 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpQueryDefaultHelp}} This instance method is called to allow the object to specify its default help panel. ==Syntax== _wpQueryDefaultHelp(somSelf, pHelpPanelId, HelpLibrary) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pHelpPanelId'' (PULONG) - output :Pointer to the help panel ID. ;''HelpLibrary'' (PSZ) - output :A pointer to a buff...") |
N 19:13 | WpDisplayHelp diffhist +1,885 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpDisplayHelp}} This instance method is called to allow the object to display a help panel. ==Syntax== _wpDisplayHelp(somSelf, HelpPanelId, HelpLibrary) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''HelpPanelId'' (ULONG) - input :Object's help panel ID. ;''HelpLibrary'' (PSZ) - input :A pointer to a zero-terminated string which contai...") |