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
2 September 2025
N 00:16 | WpSetMenuStyle diffhist +1,544 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSetMenuStyle}} This method is **specific to Version 4, or higher, of the OS/2 operating system**. This instance method **sets the menu style to be either long or short**. ==Syntax== _wpSetMenuStyle(somSelf, ulStyle) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulStyle'' (ULONG) - input :Menu style. :Possible values include: ::MENUS...") |
N 00:15 | WpQueryTrueStyle diffhist +2,775 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpQueryTrueStyle}} This method is **specific to Version 4, or higher, of the OS/2 operating system** . This instance method **allows the object to query its current class true style** . ==Syntax== _wpQueryTrueStyle(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked . :Points to an object of class WPObject . ==Returns== ;''ulnwQrySt'' (ULONG) - returns :Object styles . :P...") |
N 00:13 | WpSetStyle diffhist +2,741 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSetStyle}} This instance method is **called to allow an object to set its current object style**. ==Syntax== _wpSetStyle(somSelf, ulNewStyle) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulNewStyle'' (ULONG) - input :Object styles. :Possible values include: ::OBJSTYLE_CUSTOMICON: The icon is destroyed when the object goes dormant. :...") |
N 00:12 | WpModifyStyle diffhist +3,167 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpModifyStyle}} This method is **specific to Version 3, or higher, of the OS/2 operating system**. This instance method **modifies the current object style for the given object**. ==Syntax== _wpModifyStyle(somSelf, ulStyleFlags, ulStyleMask) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulStyleFlags'' (ULONG) - input :Flag indicating...") |