Home
last modified time | relevance | path

Searched refs:ItemY (Results 1 – 11 of 11) 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()
144 ItemY = Y; 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 Dmenuedit.cc125 Owner->Write (LeftArrowX, ItemY, C, atEditHigh); in DrawLeftArrow()
134 Owner->Write (RightArrowX, ItemY, C, atEditHigh); in DrawRightArrow()
152 Owner->Write (FieldX, ItemY, S, FirstChar ? atEditHigh : atEditNormal); in DrawField()
159 Owner->SetCursorPos (Point (CursorX, ItemY)); in DrawField()
242 ItemY = Y; in SetPos()
1338 Owner->Write (FieldX, ItemY, S, FirstChar ? atEditHigh : atEditNormal); in DrawField()
1345 Owner->SetCursorPos (Point (CursorX, ItemY)); in DrawField()
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
240 return ItemY; in YPos()
247 return Point (ItemX, ItemY); in Pos()
H A Dtextitem.cc120 Owner->Write (ItemX, ItemY, S, Attr); in Draw()
H A Dlistbox.h298 int YPos = ItemY + (Selected - First); in DrawSelected()
430 int StartY = ItemY; in Draw()
601 int Y = Index - First + ItemY; in Replace()
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.cc124 if (Item->ItemY == Y) { in SearchItemYPos()
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/examples/
H A DDialog Items.c85 #define ItemY ((Value-FirstScrollableItemID)*ItemHeight) in CallBack() macro
91 if(ItemY<Scroll) Scroll-=ItemHeight; in CallBack()
94 if(ItemY>YMaxScrolled) Scroll+=ItemHeight; in CallBack()
97 #undef ItemY in CallBack()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscribusstructs.h52 double ItemY; member
H A Dscribus.cpp8739 contentsBuffer.ItemY = imageItem->yPos(); in slotEditCopyContents()
8780 … ((contentsBuffer.ItemY - imageItem->yPos()) / contentsBuffer.LocalScY) + contentsBuffer.LocalY); in slotEditPasteContents()