29456Fermer29458
FarewellLe 15/11/2016 à 18:22
;===============================================================================
;
;	String
;
;	A string describe a text in a given font
;
;	typedef struct Label {
;		struct Widget widget;
;		struct String string;
;	} Label;
;
;===============================================================================

Label.String	equ	Widget.sizeof
Label.sizeof	equ	Widget.sizeof+String.sizeof

;-------------------------------------------------------------------------------
;	Convenient access
;-------------------------------------------------------------------------------