NetSurf
|
#include <frame_types.h>
Public Types | |
enum | { FRAME_DIMENSION_PIXELS , FRAME_DIMENSION_PERCENT , FRAME_DIMENSION_RELATIVE } |
Data Fields | |
float | value |
enum frame_dimension:: { ... } | unit |
Definition at line 27 of file frame_types.h.
anonymous enum |
Enumerator | |
---|---|
FRAME_DIMENSION_PIXELS | |
FRAME_DIMENSION_PERCENT | |
FRAME_DIMENSION_RELATIVE |
Definition at line 29 of file frame_types.h.
enum { ... } frame_dimension::unit |
Referenced by box_create_frameset(), box_parse_multi_lengths(), and browser_window_resolve_frame_dimension().
float frame_dimension::value |
Definition at line 28 of file frame_types.h.
Referenced by box_create_frameset(), box_parse_multi_lengths(), browser_window_recalculate_frameset_internal(), and browser_window_resolve_frame_dimension().