Home
last modified time | relevance | path

Searched refs:define_icon_control (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dwindres.h91 extern rc_dialog_control *define_icon_control (rc_res_id, rc_uint_type, rc_uint_type,
Drcparse.y721 $$ = define_icon_control ($2, $3, $4, $5, 0, 0, 0, $6,
727 $$ = define_icon_control ($2, $3, $4, $5, 0, 0, 0, $8,
733 $$ = define_icon_control ($2, $3, $4, $5, style, $9, 0, $10,
739 $$ = define_icon_control ($2, $3, $4, $5, style, $9, $10, $11,
DChangeLog-00011513 (define_icon_control): New.
1514 * windres.h: declare define_icon_control.
Dresrc.c914 define_icon_control (rc_res_id iid, rc_uint_type id, rc_uint_type x, in define_icon_control() function
DChangeLog-0203814 (define_icon_control): Pass a struct res_id to define_control.