Home
last modified time | relevance | path

Searched refs:XmWorkspaceGetMaxWidthHeight (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DWorkspaceW.h111 void XmWorkspaceGetMaxWidthHeight(Widget, int *, int *);
H A DWorkspaceW.c1115 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 DWorkSpaceRoot.C47 XmWorkspaceGetMaxWidthHeight(ws->getRootWidget(), &max_w, &max_h); in resizeWorkSpace()
49 XmWorkspaceGetMaxWidthHeight(this->getWorkSpaceWidget(), &max_w, &max_h); in resizeWorkSpace()
H A DWorkSpace.C294 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 DControlPanel.C2956 XmWorkspaceGetMaxWidthHeight (ws, &gmw, &gmh); in setPanelStyle()