Mercurial > pidgin.yaz
comparison ChangeLog.API @ 18404:9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
set a fixed with for a column, or maintain the width-ratio when resizing.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 01 Jul 2007 12:21:30 +0000 |
parents | 501f61145915 |
children | 8af9ebae439c |
comparison
equal
deleted
inserted
replaced
18403:8ee1f173253c | 18404:9a0f99ea664d |
---|---|
100 * New flags for GntTextView to decide whether to word-wrap or show | 100 * New flags for GntTextView to decide whether to word-wrap or show |
101 scrollbars (GntTextViewFlag) which can be set by | 101 scrollbars (GntTextViewFlag) which can be set by |
102 gnt_text_view_set_flag | 102 gnt_text_view_set_flag |
103 * gnt_style_get_from_name | 103 * gnt_style_get_from_name |
104 * gnt_window_present | 104 * gnt_window_present |
105 * gnt_tree_set_column_width_ratio | |
106 * gnt_tree_set_column_resizable | |
105 | 107 |
106 Changed: | 108 Changed: |
107 * gnt_tree_get_rows() now returns a GList* instead of a const | 109 * gnt_tree_get_rows() now returns a GList* instead of a const |
108 GList*, as const is not very useful with GLists. The | 110 GList*, as const is not very useful with GLists. The |
109 returned value still must not be modified or freed. | 111 returned value still must not be modified or freed. |
112 * Instead of keeping an 'invisible' item, the GntTreeColumns now | |
113 maintain 'flags' with the appropriate flags set | |
110 | 114 |
111 version 2.0.2 (6/14/2007): | 115 version 2.0.2 (6/14/2007): |
112 Pidgin: | 116 Pidgin: |
113 Deprecated: | 117 Deprecated: |
114 * pidgin_dialogs_alias_contact: This will be removed in 3.0.0 | 118 * pidgin_dialogs_alias_contact: This will be removed in 3.0.0 |