diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-08 15:55:21 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-08 15:55:21 +0800 |
commit | c04ce4ea111fa38815975df46af6bea80e06241a (patch) | |
tree | 199fc3b9d1b3dfba7fa4d6bc85c57825fe50af19 /widgets/e-table/e-table-field-chooser.glade | |
parent | 2f3245408c26ebef806b0824a1f5885b15529fce (diff) | |
download | gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar.gz gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar.bz2 gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar.lz gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar.xz gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar.zst gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.zip |
The field chooser works now.
2000-06-08 Christopher James Lahey <clahey@helixcode.com>
* The field chooser works now.
* e-table-field-chooser-dialog.c: Make the dialog resizable.
* e-table-field-chooser-item.c: Requested a reflow on
realization. Made the correct column get dragged.
* e-table-field-chooser.c: Set the height correctly.
* e-table-field-chooser.glade: Replace the GnomeCanvas with an
ECanvas.
* e-table-header-item.c: Receive drags from the new dialog.
svn path=/trunk/; revision=3476
Diffstat (limited to 'widgets/e-table/e-table-field-chooser.glade')
-rw-r--r-- | widgets/e-table/e-table-field-chooser.glade | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/widgets/e-table/e-table-field-chooser.glade b/widgets/e-table/e-table-field-chooser.glade index 96408b9891..40997e7a68 100644 --- a/widgets/e-table/e-table-field-chooser.glade +++ b/widgets/e-table/e-table-field-chooser.glade @@ -85,8 +85,8 @@ <widget> <class>GtkScrolledWindow</class> <name>scrolledwindow1</name> - <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy> - <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy> + <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy> + <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy> <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy> <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy> <child> @@ -96,15 +96,12 @@ </child> <widget> - <class>GnomeCanvas</class> + <class>Custom</class> <name>canvas-buttons</name> - <can_focus>True</can_focus> - <anti_aliased>False</anti_aliased> - <scroll_x1>0</scroll_x1> - <scroll_y1>0</scroll_y1> - <scroll_x2>100</scroll_x2> - <scroll_y2>100</scroll_y2> - <pixels_per_unit>1</pixels_per_unit> + <creation_function>e_canvas_new</creation_function> + <int1>0</int1> + <int2>0</int2> + <last_modification_time>Thu, 08 Jun 2000 07:27:33 GMT</last_modification_time> </widget> </widget> </widget> |