From 90d2ce7c4559c3fe82437387786e1b5fdc70086c Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 30 Mar 2000 18:02:09 +0000 Subject: Add new files svn path=/trunk/; revision=2258 --- widgets/e-table/e-table-config.glade | 143 +++++++++++++++++++++++ widgets/e-table/e-table-config.glade.h | 11 ++ widgets/e-table/e-table-group.glade | 208 +++++++++++++++++++++++++++++++++ widgets/e-table/e-table-group.glade.h | 13 +++ 4 files changed, 375 insertions(+) create mode 100644 widgets/e-table/e-table-config.glade create mode 100644 widgets/e-table/e-table-config.glade.h create mode 100644 widgets/e-table/e-table-group.glade create mode 100644 widgets/e-table/e-table-group.glade.h (limited to 'widgets/e-table') diff --git a/widgets/e-table/e-table-config.glade b/widgets/e-table/e-table-config.glade new file mode 100644 index 0000000000..2605faefb7 --- /dev/null +++ b/widgets/e-table/e-table-config.glade @@ -0,0 +1,143 @@ + + + + + E-table + e-table + + + + C + True + True + False + False + False + False + True + interface.c + interface.h + callbacks.c + callbacks.h + support.c + support.h + True + e-table-config.glade.h + + + + GtkWindow + e-table-config + window1 + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + False + True + False + + + GtkFrame + top-frame + + 0 + GTK_SHADOW_ETCHED_IN + + + GtkTable + table1 + 2 + 4 + 2 + False + 2 + 0 + + + GtkButton + button3 + True + + + 0 + 1 + 0 + 1 + 0 + 0 + False + False + False + False + True + True + + + + + GtkButton + button4 + True + + + 0 + 1 + 1 + 2 + 0 + 0 + False + False + False + False + True + True + + + + + GtkButton + button5 + True + + + 0 + 1 + 2 + 3 + 0 + 0 + False + False + False + False + True + True + + + + + GtkButton + button6 + True + + + 0 + 1 + 3 + 4 + 0 + 0 + False + False + False + False + True + True + + + + + + + diff --git a/widgets/e-table/e-table-config.glade.h b/widgets/e-table/e-table-config.glade.h new file mode 100644 index 0000000000..72bac8e22a --- /dev/null +++ b/widgets/e-table/e-table-config.glade.h @@ -0,0 +1,11 @@ +/* + * Translatable strings file generated by Glade. + * Add this file to your project's POTFILES.in. + * DO NOT compile it as part of your application. + */ + +gchar *s = N_("window1"); +gchar *s = N_("Fields"); +gchar *s = N_("Grouping"); +gchar *s = N_("Sort"); +gchar *s = N_("Filter"); diff --git a/widgets/e-table/e-table-group.glade b/widgets/e-table/e-table-group.glade new file mode 100644 index 0000000000..39274d3c61 --- /dev/null +++ b/widgets/e-table/e-table-group.glade @@ -0,0 +1,208 @@ + + + + + + src + pixmaps + C + True + True + False + False + False + False + False + interface.c + interface.h + callbacks.c + callbacks.h + support.c + support.h + True + e-table-group.glade.h + + + + GtkWindow + window1 + window1 + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + False + True + False + + + GtkTable + table1 + 3 + 3 + False + 0 + 0 + + + GtkFrame + frame1 + 4 + + 0 + GTK_SHADOW_ETCHED_IN + + 0 + 1 + 0 + 1 + 0 + 0 + True + True + False + False + True + True + + + + GtkScrolledWindow + scrolledwindow1 + GTK_POLICY_ALWAYS + GTK_POLICY_ALWAYS + GTK_UPDATE_CONTINUOUS + GTK_UPDATE_CONTINUOUS + + + GtkCList + clist1 + True + 1 + 80 + GTK_SELECTION_SINGLE + False + GTK_SHADOW_NONE + + + GtkLabel + CList:title + label1 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + + + + + + GtkFrame + frame2 + 4 + + 0 + GTK_SHADOW_ETCHED_IN + + 2 + 3 + 0 + 1 + 0 + 0 + True + False + False + False + True + True + + + + GtkScrolledWindow + scrolledwindow2 + GTK_POLICY_ALWAYS + GTK_POLICY_ALWAYS + GTK_UPDATE_CONTINUOUS + GTK_UPDATE_CONTINUOUS + + + GtkCList + clist2 + True + 1 + 80 + GTK_SELECTION_SINGLE + False + GTK_SHADOW_NONE + + + GtkLabel + CList:title + label2 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + + + + + + GtkVBox + vbox1 + 4 + False + 0 + + 1 + 2 + 0 + 1 + 4 + 4 + True + False + False + False + False + True + + + + GtkButton + button1 + 4 + True + + + 0 + False + False + + + + + GtkButton + button2 + 4 + True + + + 0 + False + False + + + + + + + diff --git a/widgets/e-table/e-table-group.glade.h b/widgets/e-table/e-table-group.glade.h new file mode 100644 index 0000000000..3ab6304734 --- /dev/null +++ b/widgets/e-table/e-table-group.glade.h @@ -0,0 +1,13 @@ +/* + * Translatable strings file generated by Glade. + * Add this file to your project's POTFILES.in. + * DO NOT compile it as part of your application. + */ + +gchar *s = N_("window1"); +gchar *s = N_("Available fields"); +gchar *s = N_("label1"); +gchar *s = N_("Show in this order"); +gchar *s = N_("label2"); +gchar *s = N_("Add >>"); +gchar *s = N_("<< Remove"); -- cgit v1.2.3