diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-02 09:16:29 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-02 09:16:29 +0800 |
commit | c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0 (patch) | |
tree | d89f7b3b24a3bc8094f0d883226ebd4b0901423e /addressbook/printing/e-contact-print.glade | |
parent | 1da8f9c265082e10fb9694a6bf92a0bae2b1312b (diff) | |
download | gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar.gz gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar.bz2 gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar.lz gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar.xz gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.tar.zst gsoc2013-evolution-c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0.zip |
Files to load the contact print style editor from the glade file. Doesn't
2000-01-28 Christopher James Lahey <clahey@helixcode.com>
* addressbook/printing/e-contact-print-style-editor.h,
addressbook/printing/e-contact-print-style-editor.c,
addressbook/printing/test-contact-print-style-editor.c: Files to
load the contact print style editor from the glade file. Doesn't
really do anything yet.
* addressbook/printing/Makefile.am: Added style editor stuff.
* addressbook/printing/e-contact-print.glade: Changed a bit.
Fixed an out of place widget.
* addressbook/printing/.cvsignore: Added
contact-print-style-editor-test.
* addressbook/printing/smallbook.ecps: Fixed up the values to
match the new types.
* addressbook/printing/medbook.ecps,
addressbook/printing/phonelist.ecps: Added two new printing
styles.
* addressbook/printing/e-contact-print.h: Fixed an incorrect
comment.
* addressbook/printing/e-contact-print.c: Added columns and letter
tabs. Tweaked spacing all over the place. Fixed card height
function so that column wrapping is always done correctly. Added
pulling of style information from a file. Added line wrapping
within each text field.
* addressbook/printing/e-contact-print-types.h: Added a type field
for different types of print styles.
svn path=/trunk/; revision=1659
Diffstat (limited to 'addressbook/printing/e-contact-print.glade')
-rw-r--r-- | addressbook/printing/e-contact-print.glade | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/addressbook/printing/e-contact-print.glade b/addressbook/printing/e-contact-print.glade index 23088d889e..c078929d07 100644 --- a/addressbook/printing/e-contact-print.glade +++ b/addressbook/printing/e-contact-print.glade @@ -12,6 +12,7 @@ <widget> <class>GnomeDialog</class> <name>print-edit-style</name> + <visible>False</visible> <title>Page Setup:</title> <type>GTK_WINDOW_TOPLEVEL</type> <position>GTK_WIN_POS_NONE</position> @@ -36,7 +37,7 @@ <widget> <class>GtkVBox</class> - <name>vbox1</name> + <name>vbox-contact-print-style-editor</name> <homogeneous>False</homogeneous> <spacing>5</spacing> <child> @@ -76,7 +77,7 @@ <widget> <class>GtkEntry</class> - <name>entry1</name> + <name>label-style-name</name> <can_focus>True</can_focus> <editable>False</editable> <text_visible>True</text_visible> @@ -1844,8 +1845,8 @@ <xscale>0</xscale> <yscale>0</yscale> <child> - <left_attach>2</left_attach> - <right_attach>3</right_attach> + <left_attach>1</left_attach> + <right_attach>2</right_attach> <top_attach>0</top_attach> <bottom_attach>1</bottom_attach> <xpad>0</xpad> |