From 47ff89867c0fe2a59defeccb1af6bdc609952572 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sat, 19 Sep 2009 12:24:32 +0400 Subject: [PATCH] generating: add deprecated Gtk+ classes to exclusion from generation --- generating.lisp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/generating.lisp b/generating.lisp index d2d1d03..57608c4 100644 --- a/generating.lisp +++ b/generating.lisp @@ -70,7 +70,7 @@ "GtkTextTagTable" "GtkTreeModelFilter" "GtkTreeModelSort" "GtkTreeSelection" "GtkTreeStore" "GtkUIManager" "GtkWindowGroup" "GtkToggleAction" "GtkRecentAction" "GtkRadioAction" "GtkItemFactory" - "GtkFileSelection" "GtkPageSetupUnixDialog" "GtkPrintUnixDialog") + "GtkPageSetupUnixDialog" "GtkPrintUnixDialog") :flags '("GtkTextSearchFlags" "GtkAccelFlags" "GtkArgFlags" "GtkAttachOptions" "GtkButtonAction" "GtkCalendarDisplayOptions" "GtkCellRendererState" "GtkDebugFlag" "GtkDestDefaults" "GtkDialogFlags" "GtkFileFilterFlags" @@ -105,7 +105,10 @@ "GtkSubmenuDirection" "GtkSubmenuPlacement" "GtkTextWindowType" "GtkToolbarChildType" "GtkToolbarSpaceStyle" "GtkTreeViewDropPosition" "GtkTreeViewMode" "GtkVisibility" "GtkEntryIconPosition") - :exclusions '("PangoStretch" "PangoVariant" "PangoStyle" "PangoUnderline" "GtkGLDrawingArea") + :exclusions '("PangoStretch" "PangoVariant" "PangoStyle" "PangoUnderline" "GtkGLDrawingArea" + "GtkCList" "GtkCTree" "GtkCombo" "GtkFileSelection" "GtkItemFactory" "GtkList" + "GtkListItem" "GtkOldEditable" "GtkOptionMenu" "GtkPixmap" "GtkPreview" + "GtkText" "GtkTooltips" "GtkTipsQuery" "GtkTree" "GtkTreeItem") :additional-properties '(("GtkWindow" (:cffi gtk::focus gtk::gtk-window-focus (g-object gtk::widget) -- 1.7.10.4