File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -270,9 +270,7 @@ generate = [
270
270
ignore = [
271
271
" Gtk.BuilderCScope" , # not useful for rust
272
272
" Gtk.CClosureExpression" , # not useful for rust
273
- " Gtk.CellAreaClass" , # manual with subclassing
274
273
" Gtk.CustomLayout" , # subclass LayoutManager if you need a custom layout.
275
- " Gtk.WidgetClass" , # manual with subclassing
276
274
]
277
275
278
276
manual = [
@@ -740,6 +738,10 @@ manual_traits = ["CellAreaExtManual"]
740
738
name = " add_with_properties"
741
739
manual = true # can't be generated manually it uses vargs
742
740
741
+ [[object ]]
742
+ name = " Gtk.CellAreaClass"
743
+ status = " manual" # used for Class docs
744
+
743
745
[[object ]]
744
746
name = " Gtk.CellAreaContext"
745
747
status = " generate"
@@ -2709,6 +2711,10 @@ manual_traits = ["WidgetExtManual"]
2709
2711
name = " mnemonic-activate"
2710
2712
inhibit = true
2711
2713
2714
+ [[object ]]
2715
+ name = " Gtk.WidgetClass"
2716
+ status = " manual" # used for Class docs
2717
+
2712
2718
[[object ]]
2713
2719
name = " Gtk.WidgetPaintable"
2714
2720
status = " generate"
You can’t perform that action at this time.
0 commit comments