comparison ChangeLog.API @ 18511:7ee0e0597a26

Add utility function to trigger some button when some key is pressed with some other widget in focus. So now, pressing Insert in the accounts, status, pounce dialog will activate the 'Add' button, pressing Delete will activate the 'Delete' button. This can probably be used in some other places.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 13 Jul 2007 01:42:29 +0000
parents 8af9ebae439c
children 212c2bec5c97
comparison
equal deleted inserted replaced
18510:f104e1d45d85 18511:7ee0e0597a26
105 * gnt_window_present 105 * gnt_window_present
106 * gnt_tree_set_column_width_ratio 106 * gnt_tree_set_column_width_ratio
107 * gnt_tree_set_column_resizable 107 * gnt_tree_set_column_resizable
108 * gnt_tree_set_column_is_right_aligned 108 * gnt_tree_set_column_is_right_aligned
109 * 'file-selected' signal is emited for GntFileSel 109 * 'file-selected' signal is emited for GntFileSel
110 * gnt_style_parse_bool
111 * gnt_util_set_trigger_widget
110 112
111 Changed: 113 Changed:
112 * gnt_tree_get_rows() now returns a GList* instead of a const 114 * gnt_tree_get_rows() now returns a GList* instead of a const
113 GList*, as const is not very useful with GLists. The 115 GList*, as const is not very useful with GLists. The
114 returned value still must not be modified or freed. 116 returned value still must not be modified or freed.