aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-config.glade
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnu.org>2001-01-18 14:47:07 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-01-18 14:47:07 +0800
commitcca1d258d390a6e945b2908539e2e73064a890d6 (patch)
treeb99792c54509093506e52b93ad3ce4c8acb938ce /widgets/table/e-table-config.glade
parent04656c360e73801ff0cb7eab6c3bc104cb755e4d (diff)
downloadgsoc2013-evolution-cca1d258d390a6e945b2908539e2e73064a890d6.tar
gsoc2013-evolution-cca1d258d390a6e945b2908539e2e73064a890d6.tar.gz
gsoc2013-evolution-cca1d258d390a6e945b2908539e2e73064a890d6.tar.bz2
gsoc2013-evolution-cca1d258d390a6e945b2908539e2e73064a890d6.tar.lz
gsoc2013-evolution-cca1d258d390a6e945b2908539e2e73064a890d6.tar.xz
gsoc2013-evolution-cca1d258d390a6e945b2908539e2e73064a890d6.tar.zst
gsoc2013-evolution-cca1d258d390a6e945b2908539e2e73064a890d6.zip
New function. (update_sort_config_dialog): Massive update to this
2001-01-18 Miguel de Icaza <miguel@gnu.org> * e-table-config.c (find_model_column_by_name): New function. (update_sort_config_dialog): Massive update to this function, it is almost complete now, it just needs a few cosmetic touchups. (config_sort_config_show): Get the main interaction working as well. (config_group_info_update): Beautify. (entry_changed): Do all the magic for the GUI for entries. (ascending_toggled): Implement callback. (configure_sort_dialog): Do also descending. (configure_sort_dialog): Hook up changed/toggled. * e-table-config.h: Put all the configuration stuff for sorting into its own structure to pass around funny functions. svn path=/trunk/; revision=7617
Diffstat (limited to 'widgets/table/e-table-config.glade')
-rw-r--r--widgets/table/e-table-config.glade5
1 files changed, 4 insertions, 1 deletions
diff --git a/widgets/table/e-table-config.glade b/widgets/table/e-table-config.glade
index a6920ee81c..dff98e5d0b 100644
--- a/widgets/table/e-table-config.glade
+++ b/widgets/table/e-table-config.glade
@@ -1523,6 +1523,8 @@
<widget>
<class>Custom</class>
<name>sort-combo-1</name>
+ <can_focus>True</can_focus>
+ <has_focus>True</has_focus>
<creation_function>e_table_proxy_gtk_combo_text_new</creation_function>
<int1>0</int1>
<int2>0</int2>
@@ -1597,13 +1599,14 @@
<name>button43</name>
<can_default>True</can_default>
<can_focus>True</can_focus>
- <label>_Clear All</label>
+ <label>Clear All</label>
</widget>
<widget>
<class>GtkButton</class>
<name>button44</name>
<can_default>True</can_default>
+ <has_default>True</has_default>
<can_focus>True</can_focus>
<stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
</widget>