search for: swfdec_debug_script_add_column

Displaying 1 result from an estimated 1 matches for "swfdec_debug_script_add_column".

2007 Jun 20
0
Branch 'as' - 2 commits - player/swfdec_debug_script.c player/swfdec_player_manager.c
...l renderer when the lines get really long. And those result in the tree view not updating. Not funny. diff --git a/player/swfdec_debug_script.c b/player/swfdec_debug_script.c index aa64ac5..8b551ef 100644 --- a/player/swfdec_debug_script.c +++ b/player/swfdec_debug_script.c @@ -159,6 +159,7 @@ swfdec_debug_script_add_columns (GtkTree renderer = gtk_cell_renderer_text_new (); column = gtk_tree_view_column_new_with_attributes ("Command", renderer, "text", COLUMN_DESC, NULL); + g_object_set (renderer, "width-chars", 30, NULL); gtk_tree_view_column_set_sort_column_id (column, C...