chiark / gitweb /
Removed manual definition of table slots
authorespen <espen>
Wed, 27 Sep 2006 08:45:29 +0000 (08:45 +0000)
committerespen <espen>
Wed, 27 Sep 2006 08:45:29 +0000 (08:45 +0000)
gtk/gtktypes.lisp

index 05db25273c08c41f0610d343d54855933ebdc232..db1c2e16ae10eb601138d1eb297d7a7a733e5c28 100644 (file)
@@ -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.50 2006-08-25 12:34:49 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