Property | Type | Description | |
---|---|---|---|
override_bg | Color |
Method | Description | |
---|---|---|
bg ( log_view parent ) : Color | ||
fg ( log_view parent ) : Color | ||
match_item ( |
||
override_print ( log_view parent, string text, int col_idx, column_formatter_base location ) : column_formatter_base.format_cell | ||
sel_bg ( log_view parent ) : Color |
Method | Description | |
---|---|---|
override_print_from_all_places ( log_view parent, string text, int col_idx ) : List |
||
search_matches_any_column ( log_view parent, List |
public match_item ( |
||
matches | ||
font | font_info | |
line | LogWizard.line | |
line_idx | int | |
parent | log_view | |
return | System |
public override_print ( log_view parent, string text, int col_idx, column_formatter_base location ) : column_formatter_base.format_cell | ||
parent | log_view | |
text | string | |
col_idx | int | |
location | column_formatter_base | |
return | column_formatter_base.format_cell |