Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/widget.h

    r8d2dd7f2 ra35b458  
    5656        window_t *window;  /**< Window into which this widget belongs. */
    5757        const void *data;  /**< Custom client data. */
    58        
     58
    5959        sysarg_t hpos; /**< Horizontal position in window coordinates. */
    6060        sysarg_t vpos; /**< Vertical position in window coordinates. */
    6161        sysarg_t width;
    6262        sysarg_t height;
    63        
     63
    6464        sysarg_t width_min;
    6565        sysarg_t height_min;
Note: See TracChangeset for help on using the changeset viewer.