diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-13 08:32:28 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-13 08:32:28 +0800 |
commit | dc41429125ddb873fda8a5eeb1691f104d5d88fd (patch) | |
tree | ed0b48d5e6a2d0f21e7e64df62879bc220eb9389 /filter/filter.glade | |
parent | 1229557d373b7bc0d14fb7d8d3a9aacafb2d567b (diff) | |
download | gsoc2013-evolution-dc41429125ddb873fda8a5eeb1691f104d5d88fd.tar.gz gsoc2013-evolution-dc41429125ddb873fda8a5eeb1691f104d5d88fd.tar.zst gsoc2013-evolution-dc41429125ddb873fda8a5eeb1691f104d5d88fd.zip |
New custom function for creating the source_list widget. (get_widget):
2002-12-12 Jeffrey Stedfast <fejj@ximian.com>
* vfolder-rule.c (vfolder_editor_sourcelist_new): New custom
function for creating the source_list widget.
(get_widget): Removed the source_list creation code.
* rule-editor.c (rule_editor_construct): Listen to row-activated
for double-click events. Also, removed the model creation code out
of here.
(rule_editor_treeview_new): Moved the treeview and model creation
code into here instead, and made the glade widgets into custom
widgets.
svn path=/trunk/; revision=19106
Diffstat (limited to 'filter/filter.glade')
-rw-r--r-- | filter/filter.glade | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/filter/filter.glade b/filter/filter.glade index 9bd4eaa72d..ff1927a7b7 100644 --- a/filter/filter.glade +++ b/filter/filter.glade @@ -113,17 +113,17 @@ <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> - <widget class="GtkViewport" id="viewport1"> + <widget class="GtkViewport" id="viewport5"> <property name="visible">True</property> <property name="shadow_type">GTK_SHADOW_IN</property> <child> - <widget class="GtkTreeView" id="rule_list"> + <widget class="Custom" id="rule_list"> <property name="visible">True</property> - <property name="headers_visible">False</property> - <property name="rules_hint">False</property> - <property name="reorderable">True</property> - <property name="enable_search">True</property> + <property name="creation_function">rule_editor_treeview_new</property> + <property name="int1">0</property> + <property name="int2">0</property> + <property name="last_modification_time">Thu, 12 Dec 2002 23:41:46 GMT</property> </widget> </child> </widget> @@ -323,17 +323,17 @@ <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> - <widget class="GtkViewport" id="viewport2"> + <widget class="GtkViewport" id="viewport7"> <property name="visible">True</property> <property name="shadow_type">GTK_SHADOW_IN</property> <child> - <widget class="GtkTreeView" id="rule_list"> + <widget class="Custom" id="rule_list"> <property name="visible">True</property> - <property name="headers_visible">False</property> - <property name="rules_hint">False</property> - <property name="reorderable">True</property> - <property name="enable_search">True</property> + <property name="creation_function">rule_editor_treeview_new</property> + <property name="int1">0</property> + <property name="int2">0</property> + <property name="last_modification_time">Fri, 13 Dec 2002 00:15:04 GMT</property> </widget> </child> </widget> @@ -602,17 +602,17 @@ <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> - <widget class="GtkViewport" id="viewport3"> + <widget class="GtkViewport" id="viewport8"> <property name="visible">True</property> <property name="shadow_type">GTK_SHADOW_IN</property> <child> - <widget class="GtkTreeView" id="source_list"> + <widget class="Custom" id="source_list"> <property name="visible">True</property> - <property name="headers_visible">True</property> - <property name="rules_hint">False</property> - <property name="reorderable">False</property> - <property name="enable_search">True</property> + <property name="creation_function">vfolder_editor_sourcelist_new</property> + <property name="int1">0</property> + <property name="int2">0</property> + <property name="last_modification_time">Fri, 13 Dec 2002 00:22:39 GMT</property> </widget> </child> </widget> @@ -774,17 +774,17 @@ <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> - <widget class="GtkViewport" id="viewport4"> + <widget class="GtkViewport" id="viewport6"> <property name="visible">True</property> <property name="shadow_type">GTK_SHADOW_IN</property> <child> - <widget class="GtkTreeView" id="rule_list"> + <widget class="Custom" id="rule_list"> <property name="visible">True</property> - <property name="headers_visible">False</property> - <property name="rules_hint">False</property> - <property name="reorderable">True</property> - <property name="enable_search">True</property> + <property name="creation_function">rule_editor_treeview_new</property> + <property name="int1">0</property> + <property name="int2">0</property> + <property name="last_modification_time">Thu, 12 Dec 2002 23:50:05 GMT</property> </widget> </child> </widget> |