Home
last modified time | relevance | path

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

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DMultiListP.h43 #define XmI18List_title_row_height(w) (((XmI18ListWidget)(w))->ilist.title_row_height)
163 short title_row_height; /* height of title row */ member
H A DI18List.c1725 register int i, j, row_height, title_row_height, y_loc, x_loc; in DisplayList() local
1758 title_row_height = XmI18List_title_row_height(ilist) + VERTICAL_SPACE; in DisplayList()
1859 (unsigned int) title_row_height); in DisplayList()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtable.c59 BITCODE_BD title_row_height; in api_process() local
251 CHK_ENTITY_TYPE (table, TABLE, title_row_height, BD); in api_process()
H A Ddynapi_test.c23259 BITCODE_BD title_row_height; in test_TABLE() local
23260 if (dwg_dynapi_entity_value (table, "TABLE", "title_row_height", &title_row_height, NULL) in test_TABLE()
23261 && title_row_height == table->title_row_height) in test_TABLE()
23264 fail ("TABLE.title_row_height [BD] %g != %g", table->title_row_height, title_row_height); in test_TABLE()
23265 title_row_height++; in test_TABLE()
23266 if (dwg_dynapi_entity_set_value (table, "TABLE", "title_row_height", &title_row_height, 0) in test_TABLE()
23267 && title_row_height == table->title_row_height) in test_TABLE()
23270 … fail ("TABLE.title_row_height [BD] set+1 %g != %g", table->title_row_height, title_row_height); in test_TABLE()
23271 table->title_row_height--; in test_TABLE()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_ACAD_TABLE.inc95 { 140, "3.18", NULL, 0, BITS_UNKNOWN, "title_row_height", 3, {-1,-1,-1,-1,-1} },
305 { 140, "2.379999999999999", NULL, 0, BITS_UNKNOWN, "title_row_height", 9, {-1,-1,-1,-1,-1} },
680 { 140, "3.18", NULL, 0, BITS_UNKNOWN, "title_row_height", 3, {-1,-1,-1,-1,-1} },
890 { 140, "2.379999999999999", NULL, 0, BITS_UNKNOWN, "title_row_height", 9, {-1,-1,-1,-1,-1} },
1265 { 140, "3.18", NULL, 0, BITS_UNKNOWN, "title_row_height", 3, {-1,-1,-1,-1,-1} },
1475 { 140, "2.379999999999999", NULL, 0, BITS_UNKNOWN, "title_row_height", 9, {-1,-1,-1,-1,-1} },
1850 { 140, "3.18", NULL, 0, BITS_UNKNOWN, "title_row_height", 3, {-1,-1,-1,-1,-1} },
22923 { 140, "1.8", NULL, 0, BITS_UNKNOWN, "title_row_height", 4, {-1,-1,-1,-1,-1} },
23352 { 140, "1.8", NULL, 0, BITS_UNKNOWN, "title_row_height", 4, {-1,-1,-1,-1,-1} },
23781 { 140, "1.8", NULL, 0, BITS_UNKNOWN, "title_row_height", 4, {-1,-1,-1,-1,-1} },
[all …]
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3711 BITCODE_BD title_row_height; /*!< DXF 140 */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c17954 table->title_row_height = height; in dwg_ent_table_set_title_row_height()
17975 return table->title_row_height; in dwg_ent_table_get_title_row_height()
H A Ddwg.spec6020 FIELD_BD (title_row_height, 140);
H A Ddynapi.c3595 …{ "title_row_height", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_entity_TABLE, title_row_height),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13879 'title_row_height'
H A Ddynapi.texi4085 @item title_row_height
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4180title_row_height = property(_LibreDWG.Dwg_Entity_TABLE_title_row_height_get, _LibreDWG.Dwg_Entity_… variable in Dwg_Entity_TABLE
H A Dswig_python.c123901 if (arg1) (arg1)->title_row_height = arg2; in _wrap_Dwg_Entity_TABLE_title_row_height_set()
123924 result = (BITCODE_BD) ((arg1)->title_row_height); in _wrap_Dwg_Entity_TABLE_title_row_height_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c150443 if (arg1) (arg1)->title_row_height = arg2; in XS()
150473 result = (BITCODE_BD) ((arg1)->title_row_height); in XS()