Lines Matching refs:wheel
222 GX_TEXT_SCROLL_WHEEL *wheel = new GX_TEXT_SCROLL_WHEEL; in CreateNewInstance() local
223 gx_text_scroll_wheel_create(wheel, "text_scroll_wheel", parent, 0, in CreateNewInstance()
226 widget_info *info = InitWidgetInfo((GX_WIDGET *) wheel); in CreateNewInstance()
228 info->ewi.scroll_wheel.start_alpha = wheel->gx_scroll_wheel_gradient.gx_gradient_alpha_start; in CreateNewInstance()
229 info->ewi.scroll_wheel.end_alpha = wheel->gx_scroll_wheel_gradient.gx_gradient_alpha_end; in CreateNewInstance()
230 info->ewi.scroll_wheel.row_height = wheel->gx_scroll_wheel_row_height; in CreateNewInstance()
231 info->ewi.scroll_wheel.selected_row = wheel->gx_scroll_wheel_selected_row; in CreateNewInstance()
233 info->color_id[NORMAL_TEXT_COLOR_INDEX] = wheel->gx_text_scroll_wheel_normal_text_color; in CreateNewInstance()
234 info->color_id[SELECTED_TEXT_COLOR_INDEX] = wheel->gx_text_scroll_wheel_selected_text_color; in CreateNewInstance()
235 info->color_id[DISABLED_TEXT_COLOR_INDEX] = wheel->gx_text_scroll_wheel_disabled_text_color; in CreateNewInstance()
236 info->font_id[NORMAL_FONT_INDEX] = wheel->gx_text_scroll_wheel_normal_font; in CreateNewInstance()
237 info->font_id[SELECTED_FONT_INDEX] = wheel->gx_text_scroll_wheel_selected_font; in CreateNewInstance()
244 GX_TEXT_SCROLL_WHEEL *wheel = new GX_TEXT_SCROLL_WHEEL; in GenerateFromInfo() local
247 gx_text_scroll_wheel_create(wheel, in GenerateFromInfo()
256 gx_widget_fill_color_set(wheel, in GenerateFromInfo()
270 … gx_window_wallpaper_set((GX_WINDOW *)wheel, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in GenerateFromInfo()
276 …gx_scroll_wheel_selected_background_set((GX_SCROLL_WHEEL *)wheel, info->pixelmap_id[SCROLL_WHEEL_P… in GenerateFromInfo()
280 gx_text_scroll_wheel_font_set(wheel, info->font_id[0], info->font_id[1]); in GenerateFromInfo()
281 …gx_text_scroll_wheel_text_color_set(wheel, info->color_id[NORMAL_TEXT_COLOR_INDEX], info->color_id… in GenerateFromInfo()
283 …gx_scroll_wheel_gradient_alpha_set(wheel, info->ewi.scroll_wheel.start_alpha, info->ewi.scroll_whe… in GenerateFromInfo()
284 gx_scroll_wheel_row_height_set(wheel, info->ewi.scroll_wheel.row_height); in GenerateFromInfo()
285 gx_scroll_wheel_selected_set(wheel, info->ewi.scroll_wheel.selected_row); in GenerateFromInfo()
287 return (GX_WIDGET *)wheel; in GenerateFromInfo()
334 GX_TEXT_SCROLL_WHEEL *wheel = (GX_TEXT_SCROLL_WHEEL *) (info->widget); in AssignColor() local
339 if (wheel) in AssignColor()
341 …gx_text_scroll_wheel_text_color_set(wheel, color_id, wheel->gx_text_scroll_wheel_selected_text_col… in AssignColor()
342 wheel->gx_text_scroll_wheel_disabled_text_color); in AssignColor()
349 if (wheel) in AssignColor()
351 …gx_text_scroll_wheel_text_color_set(wheel, wheel->gx_text_scroll_wheel_normal_text_color, color_id, in AssignColor()
352 wheel->gx_text_scroll_wheel_disabled_text_color); in AssignColor()
359 if (wheel) in AssignColor()
361 … gx_text_scroll_wheel_text_color_set(wheel, wheel->gx_text_scroll_wheel_normal_text_color, in AssignColor()
362 wheel->gx_text_scroll_wheel_selected_text_color, color_id); in AssignColor()
376 GX_TEXT_SCROLL_WHEEL *wheel = (GX_TEXT_SCROLL_WHEEL *)(info->widget); in AssignFont() local
381 if (wheel) in AssignFont()
383 … gx_text_scroll_wheel_font_set(wheel, font_id, wheel->gx_text_scroll_wheel_selected_font); in AssignFont()
390 if (wheel) in AssignFont()
392 gx_text_scroll_wheel_font_set(wheel, wheel->gx_text_scroll_wheel_normal_font, font_id); in AssignFont()