Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dhorizontal_list_service_provider.cpp51 info->ewi.vlist.total_rows); in WriteExtendedProperties()
107 info->ewi.vlist.total_rows = 10; in CreateNewInstance()
118 info->ewi.vlist.total_rows, NULL, in GenerateFromInfo()
144 writer.WriteInt("seperation", info->ewi.vlist.seperation); in SaveToProject()
145 writer.WriteInt("total_rows", info->ewi.vlist.total_rows); in SaveToProject()
153 reader.ReadInt("seperation", info->ewi.vlist.seperation, 0); in ReadFromProject()
154 reader.ReadInt("total_rows", info->ewi.vlist.total_rows, 10); in ReadFromProject()
Dvertical_list_service_provider.cpp51 info->ewi.vlist.total_rows); in WriteExtendedProperties()
108 info->ewi.vlist.total_rows = 10; in CreateNewInstance()
119 info->ewi.vlist.total_rows, NULL, in GenerateFromInfo()
145 writer.WriteInt("seperation", info->ewi.vlist.seperation); in SaveToProject()
146 writer.WriteInt("total_rows", info->ewi.vlist.total_rows); in SaveToProject()
155 reader.ReadInt("seperation", info->ewi.vlist.seperation, 0); in ReadFromProject()
156 reader.ReadInt("total_rows", info->ewi.vlist.total_rows, 10); in ReadFromProject()
Dundo_manager.cpp504 … current_info->ewi.vlist.total_rows = entry->widget_list[0].copy_info->ewi.vlist.total_rows; in Undo()
DStudioXProject.h371 vertical_list_info vlist; member
Dproperties_win.cpp1499 AddEditControl("Total Rows", info->ewi.vlist.total_rows, ID_LIST_ROWS); in AddVerticalListProps()
1509 AddEditControl("Total Columns", info->ewi.vlist.total_rows, ID_LIST_ROWS); in AddHorizontalListProps()
4045 if (total_rows != mpInfo->ewi.vlist.total_rows) in OnChangeListRows()
4048 mpInfo->ewi.vlist.total_rows = total_rows; in OnChangeListRows()