public int get_width() { log.finest(""); return (Native.getInt(pData + ((XlibWrapper.dataModel == 32) ? (32) : (56)))); }
public void set_delta(int v) { log.finest(""); Native.putInt(pData + ((XlibWrapper.dataModel == 32) ? (8) : (12)), v); }
public long get_font_set() { log.finest(""); return Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (12) : (16))); }
public void set_chars(long v) { log.finest(""); Native.putLong(pData + 0, v); }
public void set_nchars(int v) { log.finest(""); Native.putInt(pData + ((XlibWrapper.dataModel == 32) ? (4) : (8)), v); }
public void set_parent(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32) ? (16) : (32)), v); }
public long get_chars(int index) { log.finest(""); return Native.getLong(pData + 0) + index * Native.getLongSize(); }
public boolean get_override_redirect() { log.finest(""); return (Native.getBool(pData + ((XlibWrapper.dataModel == 32) ? (44) : (68)))); }
public void set_override_redirect(boolean v) { log.finest(""); Native.putBool(pData + ((XlibWrapper.dataModel == 32) ? (44) : (68)), v); }
public int get_border_width() { log.finest(""); return (Native.getInt(pData + ((XlibWrapper.dataModel == 32) ? (40) : (64)))); }
public void set_border_width(int v) { log.finest(""); Native.putInt(pData + ((XlibWrapper.dataModel == 32) ? (40) : (64)), v); }
public void set_height(int v) { log.finest(""); Native.putInt(pData + ((XlibWrapper.dataModel == 32) ? (36) : (60)), v); }
public int get_height() { log.finest(""); return (Native.getInt(pData + ((XlibWrapper.dataModel == 32) ? (36) : (60)))); }
public void set_width(int v) { log.finest(""); Native.putInt(pData + ((XlibWrapper.dataModel == 32) ? (32) : (56)), v); }
public void set_display(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32) ? (12) : (24)), v); }
public int get_type() { log.finest(""); return (Native.getInt(pData + 0)); }
public long get_parent() { log.finest(""); return (Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (16) : (32)))); }
public void set_type(int v) { log.finest(""); Native.putInt(pData + 0, v); }
public long get_window() { log.finest(""); return (Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (20) : (40)))); }
public long get_serial() { log.finest(""); return (Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (4) : (8)))); }
public long get_chars() { log.finest(""); return Native.getLong(pData + 0); }
public void set_serial(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32) ? (4) : (8)), v); }
public int get_nchars() { log.finest(""); return (Native.getInt(pData + ((XlibWrapper.dataModel == 32) ? (4) : (8)))); }
public boolean get_send_event() { log.finest(""); return (Native.getBool(pData + ((XlibWrapper.dataModel == 32) ? (8) : (16)))); }
public int get_delta() { log.finest(""); return (Native.getInt(pData + ((XlibWrapper.dataModel == 32) ? (8) : (12)))); }
public void set_send_event(boolean v) { log.finest(""); Native.putBool(pData + ((XlibWrapper.dataModel == 32) ? (8) : (16)), v); }
public long get_font_set(int index) { log.finest(""); return Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (12) : (16))) + index * Native.getLongSize(); }
public long get_display() { log.finest(""); return (Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (12) : (24)))); }
public void set_font_set(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32) ? (12) : (16)), v); }
public void set_window(long v) { log.finest(""); Native.putLong(pData + ((XlibWrapper.dataModel == 32) ? (20) : (40)), v); }