com gtk/php-gtk: Remove the extra scintilla defs before they hurt anyone!: ext/scintilla/scintilla.defs
[email protected] (David Soria Parra) Sun, 19 Mar 2006 04:43:03 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: af8d8895c6bb05c88744daeb97c1b8d38b4a85d0 Author: Anant Narayanan <[email protected]> Sun, 19 Mar 2006 04:43:03 +0000 Parents: 3e9cc798dd2efef61e5fbee2b7c090e1a3da41a6 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=af8d8895c6bb05c88744daeb97c1b8d38b4a85d0 Log: Remove the extra scintilla defs before they hurt anyone! Changed paths: M ext/scintilla/scintilla.defs Diff: af8d8895c6bb05c88744daeb97c1b8d38b4a85d0 diff --git a/ext/scintilla/scintilla.defs b/ext/scintilla/scintilla.defs index d3f52a8..00a87ba 100644 --- a/ext/scintilla/scintilla.defs +++ b/ext/scintilla/scintilla.defs @@ -154,59 +154,3 @@ '("gint" "handle") ) ) - -;; Added to stop errors -(define-object Frame - (in-module "Gtk") - (parent "GtkBin") - (c-name "GtkFrame") - (gtype-id "GTK_TYPE_FRAME") -) - -(define-object Bin - (in-module "Gtk") - (parent "GtkContainer") - (c-name "GtkBin") - (gtype-id "GTK_TYPE_BIN") - (fields - '("GtkWidget*" "child") - ) -) - -(define-object Container - (in-module "Gtk") - (parent "GtkWidget") - (c-name "GtkContainer") - (gtype-id "GTK_TYPE_CONTAINER") - (fields - '("GtkWidget*" "focus_child") - '("guint" "border_width") - '("guint" "need_resize") - '("guint" "resize_mode") - '("guint" "reallocate_redraws") - '("guint" "has_focus_chain") - ) -) - -(define-object Widget - (in-module "Gtk") - (parent "GtkObject") - (c-name "GtkWidget") - (gtype-id "GTK_TYPE_WIDGET") - (fields - '("guint8" "state") - '("guint8" "saved_state") - '("gchar*" "name") - '("GtkStyle*" "style") - '("GdkRectangle" "allocation") - '("GdkWindow*" "window") - '("GtkWidget*" "parent") - ) -) - -(define-object Object - (in-module "Gtk") - (parent "GObject") - (c-name "GtkObject") - (gtype-id "GTK_TYPE_OBJECT") -)