Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.cpp2747 CSize text_extent; in PositionChildren() local
2760 text_extent = dc->GetTextExtent(row->GetInfoText()); in PositionChildren()
2762 if (text_extent.cx > row_width) in PositionChildren()
2764 row_width = text_extent.cx; in PositionChildren()