Searched refs:XmWorkspaceGetMaxWidthHeight (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/ |
H A D | WorkspaceW.h | 111 void XmWorkspaceGetMaxWidthHeight(Widget, int *, int *);
|
H A D | WorkspaceW.c | 1115 XmWorkspaceGetMaxWidthHeight ((Widget)ww, &bigx, &bigy); in Resize() 1572 XmWorkspaceGetMaxWidthHeight ((Widget)current, &maxw, &maxh); in SetValues() 5281 void XmWorkspaceGetMaxWidthHeight(Widget w, int *width, int *height) 5306 void XmWorkspaceGetMaxWidthHeight(Widget w, int *width, int *height) in XmWorkspaceGetMaxWidthHeight() function 5318 XmWorkspaceGetMaxWidthHeight(child, &tmpw, &tmph); in XmWorkspaceGetMaxWidthHeight() 5382 XmWorkspaceGetMaxWidthHeight ((Widget)ww, &maxw, &maxh); in ReallocCollideLists()
|
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/ |
H A D | WorkSpaceRoot.C | 47 XmWorkspaceGetMaxWidthHeight(ws->getRootWidget(), &max_w, &max_h); in resizeWorkSpace() 49 XmWorkspaceGetMaxWidthHeight(this->getWorkSpaceWidget(), &max_w, &max_h); in resizeWorkSpace()
|
H A D | WorkSpace.C | 294 XmWorkspaceGetMaxWidthHeight(this->getRootWidget(), w, h); in getMaxWidthHeight() 413 XmWorkspaceGetMaxWidthHeight(this->getRootWidget(), &max_w, &max_h); in resize()
|
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/ |
H A D | ControlPanel.C | 2956 XmWorkspaceGetMaxWidthHeight (ws, &gmw, &gmh); in setPanelStyle()
|