From d04d7d6fa496c0f6e946a41d21e2a27811d44a51 Mon Sep 17 00:00:00 2001 From: Todd Berman Date: Sat, 8 May 2004 02:50:28 +0000 Subject: [PATCH] 2004-05-07 Todd Berman * gnome/Makefile.am: add DruidPageEdge.custom * gnome/Gnome.metadata: hide DruidPageEdge ctors * gnome/DruidPageEdge.custom: subclassable ctors. svn path=/trunk/gtk-sharp/; revision=26964 --- ChangeLog | 6 ++++++ gnome/Gnome.metadata | 9 ++++++--- gnome/Makefile.am | 1 + 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2dfdb85bb..310508bbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-07 Todd Berman + + * gnome/Makefile.am: add DruidPageEdge.custom + * gnome/Gnome.metadata: hide DruidPageEdge ctors + * gnome/DruidPageEdge.custom: subclassable ctors. + 2004-05-07 Todd Berman * gnome/IconList.custom: subclassable ctor. diff --git a/gnome/Gnome.metadata b/gnome/Gnome.metadata index 8a07e931d..8840d99d3 100644 --- a/gnome/Gnome.metadata +++ b/gnome/Gnome.metadata @@ -62,9 +62,12 @@ Prepared 1 1 - 1 - 1 - 1 + 1 + 1 + 1 + 1 + 1 + 1 GetGtkEntry Activated 1 diff --git a/gnome/Makefile.am b/gnome/Makefile.am index f35355842..804ac5730 100644 --- a/gnome/Makefile.am +++ b/gnome/Makefile.am @@ -59,6 +59,7 @@ customs = \ CanvasText.custom \ CanvasWidget.custom \ Druid.custom \ + DruidPageEdge.custom \ Font.custom \ FontFamily.custom \ IconList.custom \