Searched refs:WALLPAPER_PIXELMAP_INDEX (Results 1 – 11 of 11) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | window_service_provider.cpp | 39 gen->GetPixelmapIdName(info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX])); in WriteExtendedProperties() 99 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = 0; in CreateNewInstance() 120 if (info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] > 0) in GenerateFromInfo() 128 gx_window_wallpaper_set(win, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in GenerateFromInfo() 137 …ritePixelmapId(writer, project, display, "wallpaper", info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX]); in SaveToProject() 146 …info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = ReadPixelmapId(reader, project, display, "wallpaper"… in ReadFromProject() 163 case WALLPAPER_PIXELMAP_INDEX: in AssignPixelmap() 164 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = pixmap_id; in AssignPixelmap()
|
| D | drop_list_service_provider.cpp | 55 gen->GetPixelmapIdName(info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX]), in WriteExtendedProperties() 112 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = 0; in CreateNewInstance() 143 if (info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] > 0) in GenerateFromInfo() 151 …*)&list->gx_drop_list_popup.gx_popup_list_list, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in GenerateFromInfo() 205 case WALLPAPER_PIXELMAP_INDEX: in AssignPixelmap() 206 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = pixmap_id; in AssignPixelmap() 214 …*)&list->gx_drop_list_popup.gx_popup_list_list, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in AssignPixelmap()
|
| D | horizontal_list_service_provider.cpp | 49 gen->GetPixelmapIdName(info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX]), in WriteExtendedProperties() 105 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = 0; in CreateNewInstance() 128 if (info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] > 0) in GenerateFromInfo() 136 … gx_window_wallpaper_set((GX_WINDOW *) list, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in GenerateFromInfo()
|
| D | vertical_list_service_provider.cpp | 49 gen->GetPixelmapIdName(info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX]), in WriteExtendedProperties() 106 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = 0; in CreateNewInstance() 129 if (info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] > 0) in GenerateFromInfo() 137 … gx_window_wallpaper_set((GX_WINDOW *) list, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in GenerateFromInfo()
|
| D | generic_scroll_wheel_service_provider.cpp | 83 gen->GetPixelmapIdName(info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX]), in WriteExtendedPropertiesContent() 164 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = 0; in CreateNewInstance() 195 if (info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] > 0) in GenerateFromInfo() 203 … gx_window_wallpaper_set((GX_WINDOW*)wheel, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in GenerateFromInfo()
|
| D | scroll_wheel_service_provider.cpp | 49 gen->GetPixelmapIdName(info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX]), in WriteExtendedProperties() 113 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = 0; in CreateNewInstance() 138 if (info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] > 0) in GenerateFromInfo() 146 … gx_window_wallpaper_set((GX_WINDOW *)wheel, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in GenerateFromInfo()
|
| D | text_scroll_wheel_service_provider.cpp | 106 gen->GetPixelmapIdName(info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX]), in WriteExtendedPropertiesContent() 132 gen->GetPixelmapIdName(info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX]), in WriteExtendedPropertiesContent() 227 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = 0; in CreateNewInstance() 262 if (info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] > 0) in GenerateFromInfo() 270 … gx_window_wallpaper_set((GX_WINDOW *)wheel, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in GenerateFromInfo()
|
| D | numeric_scroll_wheel_service_provider.cpp | 177 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = 0; in CreateNewInstance() 215 if (info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] > 0) in GenerateFromInfo() 223 … gx_window_wallpaper_set((GX_WINDOW *)wheel, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in GenerateFromInfo()
|
| D | string_scroll_wheel_service_provider.cpp | 270 info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] = 0; in CreateNewInstance() 310 if (info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX] > 0) in GenerateFromInfo() 318 … gx_window_wallpaper_set((GX_WINDOW *)wheel, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX], tile); in GenerateFromInfo()
|
| D | StudioXProject.h | 300 #define WALLPAPER_PIXELMAP_INDEX 0 macro
|
| D | properties_win.cpp | 1489 …mboBox("Wallpaper", RES_TYPE_PIXELMAP, ID_PIXELMAP_0, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX]); in AddWindowProps() 1515 …x("List Wallpaper", RES_TYPE_PIXELMAP, ID_PIXELMAP_0, info->pixelmap_id[WALLPAPER_PIXELMAP_INDEX]); in AddDropListProps()
|