diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-01 06:28:38 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-01 06:28:38 +0800 |
commit | 1c3d76dfbd97c7c649c44631efd6bc06208ab249 (patch) | |
tree | 975bf3d95053165b089cf0c71f320001563ef967 /widgets/e-table/e-table-config.glade | |
parent | df75a67ff6f93f829602339c264a987964c497f2 (diff) | |
download | gsoc2013-evolution-1c3d76dfbd97c7c649c44631efd6bc06208ab249.tar gsoc2013-evolution-1c3d76dfbd97c7c649c44631efd6bc06208ab249.tar.gz gsoc2013-evolution-1c3d76dfbd97c7c649c44631efd6bc06208ab249.tar.bz2 gsoc2013-evolution-1c3d76dfbd97c7c649c44631efd6bc06208ab249.tar.lz gsoc2013-evolution-1c3d76dfbd97c7c649c44631efd6bc06208ab249.tar.xz gsoc2013-evolution-1c3d76dfbd97c7c649c44631efd6bc06208ab249.tar.zst gsoc2013-evolution-1c3d76dfbd97c7c649c44631efd6bc06208ab249.zip |
Love realization
svn path=/trunk/; revision=2272
Diffstat (limited to 'widgets/e-table/e-table-config.glade')
-rw-r--r-- | widgets/e-table/e-table-config.glade | 78 |
1 files changed, 43 insertions, 35 deletions
diff --git a/widgets/e-table/e-table-config.glade b/widgets/e-table/e-table-config.glade index 8affa8cefa..15223f21f1 100644 --- a/widgets/e-table/e-table-config.glade +++ b/widgets/e-table/e-table-config.glade @@ -10,9 +10,17 @@ <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> + <use_widget_names>False</use_widget_names> <output_main_file>False</output_main_file> <output_support_files>False</output_support_files> <output_build_files>False</output_build_files> + <backup_source_files>True</backup_source_files> + <main_source_file>interface.c</main_source_file> + <main_header_file>interface.h</main_header_file> + <handler_source_file>callbacks.c</handler_source_file> + <handler_header_file>callbacks.h</handler_header_file> + <support_source_file>support.c</support_source_file> + <support_header_file>support.h</support_header_file> <output_translatable_strings>True</output_translatable_strings> <translatable_strings_file>e-table-config.glade.h</translatable_strings_file> </project> @@ -43,40 +51,6 @@ </child> <widget> - <class>GtkHButtonBox</class> - <child_name>GnomeDialog:action_area</child_name> - <name>dialog-action_area2</name> - <layout_style>GTK_BUTTONBOX_END</layout_style> - <spacing>0</spacing> - <child_min_width>85</child_min_width> - <child_min_height>27</child_min_height> - <child_ipad_x>7</child_ipad_x> - <child_ipad_y>0</child_ipad_y> - <child> - <padding>0</padding> - <expand>False</expand> - <fill>True</fill> - <pack>GTK_PACK_END</pack> - </child> - - <widget> - <class>GtkButton</class> - <name>button12</name> - <can_default>True</can_default> - <can_focus>True</can_focus> - <stock_button>GNOME_STOCK_BUTTON_OK</stock_button> - </widget> - - <widget> - <class>GtkButton</class> - <name>button14</name> - <can_default>True</can_default> - <can_focus>True</can_focus> - <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button> - </widget> - </widget> - - <widget> <class>GtkFrame</class> <name>top-frame</name> <border_width>2</border_width> @@ -122,7 +96,7 @@ <widget> <class>GtkButton</class> - <name>button-groups</name> + <name>button-grouping</name> <can_focus>True</can_focus> <label>Grouping</label> <child> @@ -288,6 +262,40 @@ </widget> </widget> </widget> + + <widget> + <class>GtkHButtonBox</class> + <child_name>GnomeDialog:action_area</child_name> + <name>dialog-action_area2</name> + <layout_style>GTK_BUTTONBOX_END</layout_style> + <spacing>0</spacing> + <child_min_width>85</child_min_width> + <child_min_height>27</child_min_height> + <child_ipad_x>7</child_ipad_x> + <child_ipad_y>0</child_ipad_y> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>True</fill> + <pack>GTK_PACK_END</pack> + </child> + + <widget> + <class>GtkButton</class> + <name>button12</name> + <can_default>True</can_default> + <can_focus>True</can_focus> + <stock_button>GNOME_STOCK_BUTTON_OK</stock_button> + </widget> + + <widget> + <class>GtkButton</class> + <name>button14</name> + <can_default>True</can_default> + <can_focus>True</can_focus> + <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button> + </widget> + </widget> </widget> </widget> |