diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-29 19:30:50 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-29 19:30:50 +0800 |
commit | 0105b1a6019f6dffeaa79ad6e216f1005f4fae62 (patch) | |
tree | 61c81d2eeac1540c5437b975d47a51d5881056ff /widgets | |
parent | 0ec25e9430b540965abe2b1d233291b0f8754ac4 (diff) | |
download | gsoc2013-evolution-0105b1a6019f6dffeaa79ad6e216f1005f4fae62.tar gsoc2013-evolution-0105b1a6019f6dffeaa79ad6e216f1005f4fae62.tar.gz gsoc2013-evolution-0105b1a6019f6dffeaa79ad6e216f1005f4fae62.tar.bz2 gsoc2013-evolution-0105b1a6019f6dffeaa79ad6e216f1005f4fae62.tar.lz gsoc2013-evolution-0105b1a6019f6dffeaa79ad6e216f1005f4fae62.tar.xz gsoc2013-evolution-0105b1a6019f6dffeaa79ad6e216f1005f4fae62.tar.zst gsoc2013-evolution-0105b1a6019f6dffeaa79ad6e216f1005f4fae62.zip |
Added widgets/e-categories-master-list-dialog-model.lo and
2001-04-29 Christopher James Lahey <clahey@ximian.com>
* gal/Makefile.am (libgal_la_LIBADD): Added
widgets/e-categories-master-list-dialog-model.lo and
widgets/e-categories-master-list-dialog.lo here.
* gal/widgets/Makefile.am (libwidgets_la_SOURCES): Added
widgets/e-categories-master-list-dialog-model.c and
widgets/e-categories-master-list-dialog.c here.
(libwidgetsinclude_HEADERS): Added
widgets/e-categories-master-list-dialog-model.h and
widgets/e-categories-master-list-dialog.h here.
(glade_DATA): Added e-categories-master-list-dialog.glade here.
* gal/widgets/e-categories-master-list-dialog-model.c,
gal/widgets/e-categories-master-list-dialog-model.h: New class
defining an ETableModel for use in
e-categories-master-list-dialog.c.
* gal/widgets/e-categories-master-list-dialog.c,
gal/widgets/e-categories-master-list-dialog.glade,
gal/widgets/e-categories-master-list-dialog.h: New dialog for
editing the master category list.
* gal/widgets/e-categories.c: Added code to hook up the edit
master category list button here to launch an
e-categories-master-list-dialog.
* gal/widgets/gal-categories.glade: Added a button here to edit
the master category list.
svn path=/trunk/; revision=9625
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/gal-categories.glade | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/widgets/misc/gal-categories.glade b/widgets/misc/gal-categories.glade index 4501c44452..42141d466d 100644 --- a/widgets/misc/gal-categories.glade +++ b/widgets/misc/gal-categories.glade @@ -63,7 +63,7 @@ <widget> <class>GtkButton</class> - <name>button1</name> + <name>button3</name> <can_default>True</can_default> <can_focus>True</can_focus> <stock_button>GNOME_STOCK_BUTTON_OK</stock_button> @@ -71,7 +71,7 @@ <widget> <class>GtkButton</class> - <name>button3</name> + <name>button4</name> <can_default>True</can_default> <can_focus>True</can_focus> <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button> @@ -81,7 +81,7 @@ <widget> <class>GtkTable</class> <name>table-categories</name> - <rows>4</rows> + <rows>5</rows> <columns>1</columns> <homogeneous>False</homogeneous> <row_spacing>0</row_spacing> @@ -168,6 +168,28 @@ <yfill>False</yfill> </child> </widget> + + <widget> + <class>GtkButton</class> + <name>button-ecmld</name> + <can_focus>True</can_focus> + <label>Edit Master Category List...</label> + <relief>GTK_RELIEF_NORMAL</relief> + <child> + <left_attach>0</left_attach> + <right_attach>1</right_attach> + <top_attach>4</top_attach> + <bottom_attach>5</bottom_attach> + <xpad>0</xpad> + <ypad>0</ypad> + <xexpand>True</xexpand> + <yexpand>False</yexpand> + <xshrink>False</xshrink> + <yshrink>False</yshrink> + <xfill>True</xfill> + <yfill>True</yfill> + </child> + </widget> </widget> </widget> </widget> |