Home
last modified time | relevance | path

Searched refs:pTitleGadgets (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmCmd.c1150 if (pcd->pTitleGadgets[i].id == FRAME_MINIMIZE) in GetMinimizeInfo()
1199 if (pcd->pTitleGadgets[i].id == FRAME_MAXIMIZE) in GetMaximizeInfo()
1413 if (pcd->pTitleGadgets[i].id == FRAME_TITLE) in GetMoveInfo()
1415 CopyMwmGadget (&(pcd->pTitleGadgets[i]), &title); in GetMoveInfo()
1419 if (pcd->pTitleGadgets[i].id == FRAME_SYSTEM) in GetMoveInfo()
1421 CopyMwmGadget (&(pcd->pTitleGadgets[i]), &menu); in GetMoveInfo()
1485 if (pcd->pTitleGadgets[i].id == FRAME_TITLE) in GetResizeInfo()
1574 if (pcd->pTitleGadgets[i].id == FRAME_TITLE) in GetFocusInfo()
1621 if (pcd->pTitleGadgets[i].id == FRAME_TITLE) in GetWindowMenuPostInfo()
1628 if (pcd->pTitleGadgets[i].id == FRAME_SYSTEM) in GetWindowMenuPostInfo()
[all …]
H A DWmCDecor.c1620 if ( pcd->pTitleGadgets == NULL) { in AllocateGadgetRectangles()
1632 pcd->pTitleGadgets = pgr; in AllocateGadgetRectangles()
1699 if ( (pgr = pcd->pTitleGadgets) == NULL) { in ComputeGadgetRectangles()
1766 pcd->pTitleGadgets = pgr; in ComputeGadgetRectangles()
H A DWmManage.c1554 if (pCD->pTitleGadgets) { in FreeClientFrame()
1555 XtFree ((char *)pCD->pTitleGadgets); in FreeClientFrame()
1556 pCD->pTitleGadgets = NULL; in FreeClientFrame()
H A DWmCDInfo.c1034 return(GadgetID(x, y, pCD->pTitleGadgets, in IdentifyFramePart()
H A DWmGlobal.h1862 GadgetRectangle *pTitleGadgets; /* title bar gadgets */ member
H A DWmWinInfo.c211 pCD->pTitleGadgets = NULL; in GetClientInfo()