@@ -37,7 +37,6 @@ pub mod cell_renderer_text;
3737pub mod check_button;
3838pub mod color_chooser;
3939pub mod combo_box;
40- pub mod constraint_target;
4140pub mod dialog;
4241pub mod drawing_area;
4342pub mod editable;
@@ -56,15 +55,13 @@ pub mod layout_manager;
5655pub mod list_box_row;
5756pub mod media_file;
5857pub mod media_stream;
59- pub mod native;
6058pub mod native_dialog;
6159pub mod orientable;
6260pub mod popover;
6361pub mod print_operation;
6462pub mod print_operation_preview;
6563pub mod range;
6664pub mod recent_manager;
67- pub mod root;
6865pub mod scale;
6966pub mod scale_button;
7067pub mod scrollable;
@@ -126,7 +123,6 @@ pub mod prelude {
126123 check_button:: { CheckButtonImpl , CheckButtonImplExt } ,
127124 color_chooser:: { ColorChooserImpl , ColorChooserImplExt } ,
128125 combo_box:: { ComboBoxImpl , ComboBoxImplExt } ,
129- constraint_target:: ConstraintTargetImpl ,
130126 dialog:: { DialogImpl , DialogImplExt } ,
131127 drawing_area:: { DrawingAreaImpl , DrawingAreaImplExt } ,
132128 editable:: { EditableImpl , EditableImplExt } ,
@@ -145,15 +141,13 @@ pub mod prelude {
145141 list_box_row:: { ListBoxRowImpl , ListBoxRowImplExt } ,
146142 media_file:: { MediaFileImpl , MediaFileImplExt } ,
147143 media_stream:: { MediaStreamImpl , MediaStreamImplExt } ,
148- native:: NativeImpl ,
149144 native_dialog:: { NativeDialogImpl , NativeDialogImplExt } ,
150145 orientable:: OrientableImpl ,
151146 popover:: { PopoverImpl , PopoverImplExt } ,
152147 print_operation:: { PrintOperationImpl , PrintOperationImplExt } ,
153148 print_operation_preview:: PrintOperationPreviewImpl ,
154149 range:: { RangeImpl , RangeImplExt } ,
155150 recent_manager:: { RecentManagerImpl , RecentManagerImplExt } ,
156- root:: RootImpl ,
157151 scale:: { ScaleImpl , ScaleImplExt } ,
158152 scale_button:: { ScaleButtonImpl , ScaleButtonImplExt } ,
159153 scrollable:: { ScrollableImpl , ScrollableImplExt } ,
0 commit comments