Lines Matching refs:check
1706 def check_support_bidi_text(check): argument
1707 if check:
1711 send_to_language_configure_dialog('CMD_CHECK_SUPPORT_BIDI_TEXT', check)
1713 def check_reorder_bidi_text(check): argument
1714 if check:
1718 send_to_language_configure_dialog('CMD_CHECK_REORDER_BIDI_TEXT', check)
1720 def check_support_thai_glyph_shapping(check): argument
1721 if check:
1725 send_to_language_configure_dialog('CMD_CHECK_SUPPORT_THAI_SHAPING', check)
1727 def check_gen_adjusted_thai_string(check): argument
1728 if check:
1732 send_to_language_configure_dialog('CMD_CHECK_GEN_ADJUSTED_THAI', check)
1905 def configure_canvas_allocate(check): argument
1906 if check:
1911 send_to_project_configure_dialog('CMD_CONFIGURE_CANVAS_ALLOCATE', check)
1923 def configure_big_endian(check): argument
1924 if check:
1929 send_to_project_configure_dialog('CMD_CONFIGURE_BIG_ENDIAN', check)
2122 def check_extended_unicode(check): argument
2123 logging.info('check extended unicode support: %d', check)
2124 send_to_font_edit_dialog('CMD_CHECK_EXTENDED_UNICODE', check)
2126 def check_font_custom_output(check): argument
2127 logging.info('check font custom output: %d', check)
2128 send_to_font_edit_dialog('CMD_CHECK_CUSTOM_OUTPUT', check)
2185 def check_custom_output(check): argument
2186 logging.info('check custom output: %d', check)
2187 send_to_pixelmap_edit_dialog('CMD_CHECK_CUSTOM_OUTPUT', check)
2193 def check_raw_format(check, close_edit_dialog = False): argument
2194 logging.info('check raw format: %d', check)
2197 post_to_pixelmap_edit_dialog('CMD_CHECK_RAW_FORMAT', check)
2200 send_to_pixelmap_edit_dialog('CMD_CHECK_RAW_FORMAT', check)
2202 def check_compress(check): argument
2203 logging.info('check compress: %d', check)
2204 send_to_pixelmap_edit_dialog('CMD_CHECK_COMPRESS', check)
2206 def check_alpha(check): argument
2207 logging.info('check compress: %d', check)
2208 send_to_pixelmap_edit_dialog('CMD_CHECK_ALPHA', check)
2210 def check_dither(check): argument
2211 logging.info('check dither: %d', check)
2212 send_to_pixelmap_edit_dialog('CMD_CHECK_DITHER', check)
2264 def check_specify_output_file(check): argument
2265 logging.info('set folder name to "%d"', check)
2266 send_to_folder_name_dialog('CMD_CHECK_SPECIFY_OUTPUT_FILE', check)
2529 def check_show_grid(check): argument
2530 if check:
2535 send_to_grid_snap_setting_dialog('CMD_CHECK_SHOW_GRID', check)
2537 def check_snap(check): argument
2538 if check:
2543 send_to_grid_snap_setting_dialog('CMD_CHECK_SNAP', check)
2586 def check_binary_mode(check): argument
2587 if check:
2592 send_to_resource_export_dialog('CMD_CHECK_BINARY_MODE', check)
2594 def check_res_header_gen(check): argument
2595 if check:
2600 send_to_resource_export_dialog('CMD_CHECK_RES_HEADER_GEN', check)
2602 def check_resource(parent_name, resource_name, check): argument
2603 if check:
2610 param += str(check)
2868 def check_import_screen(parent_name, screen_name, check): argument
2869 if check:
2876 param += str(check)
3107 def check_target_show_child_widgets(check): argument
3108 if check:
3113 send_to_trigger_action_edit_dialog('CMD_TARGET_SHOW_CHILD_WIDGETS', check)
3115 def check_parent_show_child_widgets(check): argument
3116 if check:
3121 send_to_trigger_action_edit_dialog('CMD_PARENT_SHOW_CHILD_WIDGETS', check)
3133 def check_detach_target(check): argument
3134 if check:
3139 send_to_trigger_action_edit_dialog('CMD_CHECK_DETACH_TARGET', check)
3346 def check_apply_to_all_frames(check): argument
3347 logging.info("check apply to all frames: %d", check)
3348 send_to_sprite_frame_edit_dialog('CMD_CHECK_APPLY_TO_ALL_FRAMES', check)