Lines Matching refs:new_icon

251 	wimp_icon_create new_icon;  in ro_gui_options_theme_load()  local
312 new_icon.w = theme_pane; in ro_gui_options_theme_load()
313 new_icon.icon.flags = wimp_ICON_TEXT | wimp_ICON_INDIRECTED | in ro_gui_options_theme_load()
330 new_icon.icon.extent.x0 = 8; in ro_gui_options_theme_load()
331 new_icon.icon.extent.x1 = parent_width - 8; in ro_gui_options_theme_load()
332 new_icon.icon.flags &= ~wimp_ICON_BORDER; in ro_gui_options_theme_load()
333 new_icon.icon.flags |= wimp_ICON_SPRITE; in ro_gui_options_theme_load()
334 new_icon.icon.extent.y1 = nested_y - in ro_gui_options_theme_load()
336 new_icon.icon.extent.y0 = nested_y - in ro_gui_options_theme_load()
338 new_icon.icon.data.indirected_text_and_sprite.text = in ro_gui_options_theme_load()
340 new_icon.icon.data.indirected_text_and_sprite.size = in ro_gui_options_theme_load()
342 new_icon.icon.data.indirected_text_and_sprite.validation = in ro_gui_options_theme_load()
344 new_icon.icon.flags |= (wimp_BUTTON_RADIO << in ro_gui_options_theme_load()
346 xwimp_create_icon(&new_icon, &link->icon_number); in ro_gui_options_theme_load()
347 new_icon.icon.flags &= ~wimp_ICON_SPRITE; in ro_gui_options_theme_load()
348 new_icon.icon.extent.x0 = 52; in ro_gui_options_theme_load()
349 new_icon.icon.extent.y1 -= 44; in ro_gui_options_theme_load()
350 new_icon.icon.extent.y0 -= 44; in ro_gui_options_theme_load()
351 new_icon.icon.data.indirected_text.text = in ro_gui_options_theme_load()
353 new_icon.icon.data.indirected_text.size = in ro_gui_options_theme_load()
355 new_icon.icon.data.indirected_text.validation = in ro_gui_options_theme_load()
357 new_icon.icon.flags &= ~(wimp_BUTTON_RADIO << in ro_gui_options_theme_load()
359 xwimp_create_icon(&new_icon, 0); in ro_gui_options_theme_load()
361 new_icon.icon.flags |= wimp_ICON_BORDER; in ro_gui_options_theme_load()
362 new_icon.icon.extent.x0 = -8; in ro_gui_options_theme_load()
363 new_icon.icon.extent.x1 = parent_width + 8; in ro_gui_options_theme_load()
364 new_icon.icon.extent.y1 -= 52; in ro_gui_options_theme_load()
365 new_icon.icon.extent.y0 = new_icon.icon.extent.y1 - 8; in ro_gui_options_theme_load()
366 new_icon.icon.data.indirected_text.text = in ro_gui_options_theme_load()
368 new_icon.icon.data.indirected_text.validation = in ro_gui_options_theme_load()
370 new_icon.icon.data.indirected_text.size = 1; in ro_gui_options_theme_load()
371 xwimp_create_icon(&new_icon, 0); in ro_gui_options_theme_load()