Home
last modified time | relevance | path

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

/dports/graphics/sane-epkowa/iscan-2.11.0/frontend/
H A Dpisa_progress_window.cc184 flip_label (_btn_cancel, _btn_finish); in set_text()
187 flip_label (_btn_finish, _btn_cancel); in set_text()
229 progress_window::flip_label (GtkWidget *from, GtkWidget *to) in flip_label() function in progress_window
H A Dpisa_progress_window.h101 void flip_label (GtkWidget *from, GtkWidget *to);
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblockflipparameter.c10 BITCODE_T flip_label; in api_process() local
45 CHK_ENTITY_UTF8TEXT (_obj, BLOCKFLIPPARAMETER, flip_label); in api_process()
H A Ddynapi_test.c37101 BITCODE_T flip_label; in test_BLOCKFLIPPARAMETER() local
37102 …dwg_dynapi_entity_value (blockflipparameter, "BLOCKFLIPPARAMETER", "flip_label", &flip_label, NULL) in test_BLOCKFLIPPARAMETER()
37103 && flip_label in test_BLOCKFLIPPARAMETER()
37104 ? strEQ ((char *)flip_label, (char *)blockflipparameter->flip_label) in test_BLOCKFLIPPARAMETER()
37105 : !blockflipparameter->flip_label) in test_BLOCKFLIPPARAMETER()
37108 …ail ("BLOCKFLIPPARAMETER.flip_label [T] '%s' <> '%s'", flip_label, blockflipparameter->flip_label); in test_BLOCKFLIPPARAMETER()
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwggrep.c1375 MATCH_OBJECT (BLOCKFLIPPARAMETER, flip_label, 305); in match_BLOCKFLIPPARAMETER()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h7320 BITCODE_T flip_label; /*!< DXF 305 */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec8634 FIELD_T (flip_label, 305);
H A Ddynapi.c6130 { "flip_label", "T", sizeof (BITCODE_T), OFF (struct _dwg_object_BLOCKFLIPPARAMETER, flip_label),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-16349 'flip_label'
H A Ddynapi.texi7274 @item flip_label
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py9246flip_label = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_flip_label_get, _LibreDWG.Dwg_Object… variable in Dwg_Object_BLOCKFLIPPARAMETER
H A Dswig_python.c271945 if (arg1->flip_label) free((char*)arg1->flip_label); in _wrap_Dwg_Object_BLOCKFLIPPARAMETER_flip_label_set()
271948 …arg1->flip_label = (BITCODE_TV)(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), s… in _wrap_Dwg_Object_BLOCKFLIPPARAMETER_flip_label_set()
271950 arg1->flip_label = 0; in _wrap_Dwg_Object_BLOCKFLIPPARAMETER_flip_label_set()
271976 result = (BITCODE_TV) ((arg1)->flip_label); in _wrap_Dwg_Object_BLOCKFLIPPARAMETER_flip_label_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c332075 if (arg1->flip_label) free((char*)arg1->flip_label); in XS()
332078 …arg1->flip_label = (BITCODE_TV)(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), s… in XS()
332080 arg1->flip_label = 0; in XS()
332111 result = (BITCODE_TV) ((arg1)->flip_label); in XS()