Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dstretch.c1792 struct AttrRec *name_attr=NULL, *on_reshape_attr=NULL; local
1995 on_reshape_attr = FindAttrWithName(ObjPtr, "on_reshape=", NULL);
1999 if (on_reshape_attr != NULL) {
2034 if (on_reshape_attr != NULL) {
2035 DoExec(on_reshape_attr, ObjPtr);
2037 if (on_reshape_attr != NULL) {
2065 struct AttrRec *name_attr=NULL, *on_reshape_attr=NULL; local
2293 if (on_reshape_attr != NULL) {
2372 if (on_reshape_attr != NULL) {
2373 DoExec(on_reshape_attr, ObjPtr);
[all …]
H A Dedit.c6178 struct AttrRec *name_attr=NULL, *on_reshape_attr=NULL; in ExtendSegment() local
6282 on_reshape_attr = FindAttrWithName(obj_ptr, "on_reshape=", NULL); in ExtendSegment()
6285 if (on_reshape_attr != NULL) { in ExtendSegment()
6359 if (on_reshape_attr != NULL) { in ExtendSegment()
6360 DoExec(on_reshape_attr, obj_ptr); in ExtendSegment()
6362 if (on_reshape_attr != NULL) { in ExtendSegment()