Lines Matching refs:OFF
272 #define OFF(x) offsetof(FL_OBJECT, x) macro
275 {"objclass", T_INT, OFF(objclass), RO},
276 {"type", T_INT, OFF(type), RO},
277 {"boxtype", T_INT, OFF(boxtype)},
278 {"x", T_FLOAT, OFF(x)},
279 {"y", T_FLOAT, OFF(y)},
280 {"w", T_FLOAT, OFF(w)},
281 {"h", T_FLOAT, OFF(h)},
282 {"col1", T_INT, OFF(col1)},
283 {"col2", T_INT, OFF(col2)},
284 {"align", T_INT, OFF(align)},
285 {"lcol", T_INT, OFF(lcol)},
286 {"lsize", T_FLOAT, OFF(lsize)},
288 {"lstyle", T_INT, OFF(lstyle)},
289 {"pushed", T_INT, OFF(pushed), RO},
290 {"focus", T_INT, OFF(focus), RO},
291 {"belowmouse", T_INT, OFF(belowmouse),RO},
293 {"active", T_INT, OFF(active)},
294 {"input", T_INT, OFF(input)},
295 {"visible", T_INT, OFF(visible), RO},
296 {"radio", T_INT, OFF(radio)},
297 {"automatic", T_INT, OFF(automatic)},
301 #undef OFF
1546 #define OFF(x) offsetof(FL_FORM, x) macro
1549 {"window", T_LONG, OFF(window), RO},
1550 {"w", T_FLOAT, OFF(w)},
1551 {"h", T_FLOAT, OFF(h)},
1552 {"x", T_FLOAT, OFF(x), RO},
1553 {"y", T_FLOAT, OFF(y), RO},
1554 {"deactivated", T_INT, OFF(deactivated)},
1555 {"visible", T_INT, OFF(visible), RO},
1556 {"frozen", T_INT, OFF(frozen), RO},
1557 {"doublebuf", T_INT, OFF(doublebuf)},
1561 #undef OFF