XmRootWindow
Synopsis
Public Header | <Xmext/RootW.h> |
Private Header | <Xmext/RootWP.h> |
Class Name | XmRootWindow |
Class Hierarchy | Core::XmRootWindow |
Class Pointer | xmRootWindowWidgetClass |
Description
A widget that provides access to the screens root window.
New Resources
The root window widget does not define any new resources.
Callbacks Resources
The root window widget does not define any new callback resources.
Modified Inherited Resources
The root window widget does not alter any inherited resources.
Translations
The root window widget does not have any translations.
Public Functions
- Widget XmCreateRootWindow(Widget Parent,char *Name,Arg *arglist,Cardinal count);
- Create an instance of a root window widget. The routine takes four arguments. The parents widget, the name of the new widget, a list of resources and their corresponding values, and finally the number of resources in the list.