X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/960af18adff129deb563651dd520fc1c04c8343c..995eb841c0c43cb35740619c5ae9c0bde939b18b:/gtk/gtktypes.lisp diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index c762663..db1c2e1 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtktypes.lisp,v 1.48 2006-06-23 12:25:38 espen Exp $ +;; $Id: gtktypes.lisp,v 1.51 2006-09-27 08:45:29 espen Exp $ (in-package "GTK") @@ -627,20 +627,20 @@ (default-height :merge t :unbound -1))) ; deprecated property ((shadow :ignore t))) - ("GtkTable" - :slots - ((column-spacing - :allocation :virtual - :getter "gtk_table_get_default_col_spacing" - :setter "gtk_table_set_col_spacings" - :initarg :column-spacing - :type unsigned-int) - (row-spacing - :allocation :virtual - :getter "gtk_table_get_default_row_spacing" - :setter "gtk_table_set_row_spacings" - :initarg :row-spacing - :type unsigned-int))) +;; ("GtkTable" +;; :slots +;; ((column-spacing +;; :allocation :virtual +;; :getter "gtk_table_get_default_col_spacing" +;; :setter "gtk_table_set_col_spacings" +;; :initarg :column-spacing +;; :type unsigned-int) +;; (row-spacing +;; :allocation :virtual +;; :getter "gtk_table_get_default_row_spacing" +;; :setter "gtk_table_set_row_spacings" +;; :initarg :row-spacing +;; :type unsigned-int))) ("GtkDialog" :slots @@ -951,7 +951,7 @@ (default-height :merge t :unbound -1))) :allocation :virtual :getter "gtk_text_mark_get_name" :reader text-mark-name - :type string) + :type (copy-of string)) (visible :allocation :virtual :getter "gtk_text_mark_get_visible" @@ -998,7 +998,7 @@ (default-height :merge t :unbound -1))) :allocation :virtual :getter "gtk_toggle_action_get_active" :setter "gtk_toggle_action_set_active" - :initarg :active +; :initarg :active :accessor toggle-action-active-p :type boolean)))