New Presentation Manager Functions in OS/2 Version 2.0
┌─────────────────────────────────────────────────────────────────────────┐
│ New Presentation Manager Functions in OS/2 Version 2.0 │
├─────────────────────────────┬───────────────────────────────────────────┤
│ FUNCTION │ DESCRIPTION │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinInsertLboxItem() │ Inserts a listbox item │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinDeleteLboxItem() │ Deletes a listbox item │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinSetLboxItemText() │ Sets the text of a specified listbox item │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinQueryLboxCount() │ Returns the number of items in a listbox │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinQueryLboxSelectedItem() │ Returns the offset (item number) of the │
│ │ selected item in a listbox │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinQueryLboxItemText() │ Returns the text of a specified listbox │
│ │ item │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinQueryLboxItemTextLength()│(Returns the length of the text of a │
│ │ specified listbox item │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinPopupMenu() │ Creates and presents a context (popup) │
│ │ menu │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinCheckMenuItem() │ Sets a check mark against a pulldown │
│ │ menu item │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinIsMenuItemChecked() │ Determines whether a menu item is │
│ │ currently checked │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinEnableMenuItem() │ Enables or disables a menu bar or │
│ │ pulldown menu item │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinIsMenuItemEnabled() │ Determines whether a menu bar or pulldown │
│ │ menu item is currently enabled │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinSetMenuItemText() │ Sets the text of a specified menu bar or │
│ │ pulldown menu item │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinFileDlg() │ Displays the standard SAA-conforming file │
│ │ dialog box │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinDefFileDlgProc() │ Default processing function for │
│ │ subclassing file dialog box │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinFontDlg() │ Displays the standard SAA-conforming font │
│ │ dialog box │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinDefFontDlgProc() │ Default processing function for │
│ │ subclassing font dialog box │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinQueryButtonCheckstate() │ Determines the current check state of a │
│ │ check box or 3-state button. │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinSetDesktopBkgnd() │ Sets the current desktop background │
├─────────────────────────────┼───────────────────────────────────────────┤
│ WinQueryDesktopBackground() │ Queries information about the current │
│ │ desktop background │
└─────────────────────────────┴───────────────────────────────────────────┘
[Back: Presentation Manager Macros]
[Next: Type Prefixes for Symbolic Constants]