Home
last modified time | relevance | path

Searched refs:ItemX (Results 1 – 10 of 10) sorted by relevance

/dports/misc/estic/estic-1.61_10/spunk/
H A Ditemwin.cc56 INode (this), ItemX (0), ItemY (0), ID (aID), Flags (0), in WindowItem()
104 S << ItemX << ItemY << ItemWidth << ID << Flags << HotKey << HotPos in Store()
113 S >> ItemX >> ItemY >> ItemWidth >> ID >> Flags >> HotKey >> HotPos in Load()
143 ItemX = X; in SetPos()
302 Owner->Write (ItemX, ItemY, ItemText, TextAttr); in Draw()
306 Owner->Write (ItemX + HotPos, ItemY, ItemText [HotPos], HotAttr); in Draw()
321 Owner->Write (ItemX, ItemY, S); in Clear()
340 Owner->Write (ItemX, ItemY, S); in ClearItemText()
1069 Point ItemPos (Item->ItemX, Item->ItemY); in PlaceNear()
H A Dmenuitem.cc172 Point P (ItemX, ItemY); in PlaceEditWindow()
354 P->SetPos (ItemX + ItemWidth - P->GetWidth (), ItemY); in Choose()
500 P->SetPos (ItemX + ItemWidth - P->GetWidth (), ItemY); in Choose()
681 P->SetPos (ItemX + ItemWidth - P->GetWidth (), ItemY); in Choose()
1190 P->SetPos (ItemX + ItemWidth - P->GetWidth (), ItemY); in Choose()
1349 P->SetPos (ItemX + ItemWidth - P->GetWidth (), ItemY); in Choose()
1552 P->SetPos (ItemX + ItemWidth - P->GetWidth (), ItemY); in Choose()
1729 P->SetPos (ItemX + ItemWidth - P->GetWidth (), ItemY); in Choose()
H A Ditemwin.h73 u16 ItemX, ItemY; // Window position variable
233 return ItemX; in XPos()
247 return Point (ItemX, ItemY); in Pos()
H A Dlistbox.h304 Print (Selected, ItemX, YPos, Attr); in DrawSelected()
444 Print (Current, ItemX, Y, GetAttr (Current)); in Draw()
447 Owner->Write (ItemX, Y, S, NormAttr); in Draw()
602 Print (Index, ItemX, Y, GetAttr (Index)); in Replace()
H A Dtextitem.cc120 Owner->Write (ItemX, ItemY, S, Attr); in Draw()
H A Dmenuedit.cc226 FieldX = ItemX + 1 + Fill; in SetWidth()
241 ItemX = X; in SetPos()
H A Dmenue.cc203 Owner->Write (ItemX, ItemY, Entry, TextAttr); in Draw()
207 Owner->Write (ItemX + HotPos + 1, ItemY, ItemText [HotPos], HotAttr); in Draw()
H A Dresitem.cc161 i16 MaxX = Item->ItemX + Item->GetWidth (); in SearchItemXPos()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscribusstructs.h51 double ItemX; member
H A Dscribus.cpp8738 contentsBuffer.ItemX = imageItem->xPos(); in slotEditCopyContents()
8779 …imageItem->setImageXYOffset(((contentsBuffer.ItemX - imageItem->xPos()) / contentsBuffer.LocalScX)… in slotEditPasteContents()