summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor-property.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-10-23 17:30:14 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-10-23 17:30:14 +0000
commitd38ad3ce787368276e84a00a4991be72a02b6bee (patch)
treeee37d0105d9c2bf16509401ab2e8bb91eb23a59a /gladeui/glade-editor-property.h
parentd8cb7c328b884faab22294036d1aae77ba755599 (diff)
downloadglade-d38ad3ce787368276e84a00a4991be72a02b6bee.tar.gz
- Added GladeEditable interface used as pages by GladeEditor - Added
* gladeui/Makefile.am, gladeui/glade-editable.[ch], gladeui/glade-editor-table.[ch]: - Added GladeEditable interface used as pages by GladeEditor - Added GladeEditorTable widget to implmenemt the editable as the traditional table with sorted properties * gladeui/glade-editor.[ch]: Removed lots of code, now uses GladeEditables returned by thier adaptors. * gladeui/glade-editor-property.c: Removed obsolete doc-search signal. * gladeui/glade-widget-adaptor.[ch]: Added GladeCreateEditableFunc to allow backends to define layouts of pages in the editor. svn path=/trunk/; revision=1990
Diffstat (limited to 'gladeui/glade-editor-property.h')
-rw-r--r--gladeui/glade-editor-property.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gladeui/glade-editor-property.h b/gladeui/glade-editor-property.h
index feb40daa..e085b4c3 100644
--- a/gladeui/glade-editor-property.h
+++ b/gladeui/glade-editor-property.h
@@ -123,11 +123,6 @@ struct _GladeEditorPropertyClass {
GtkWidget *(* create_input) (GladeEditorProperty *);
- void (* gtk_doc_search)(GladeEditorProperty *,
- const gchar *,
- const gchar *,
- const gchar *);
-
};