gtk4/builders.rs
1// Take a look at the license at the top of the repository in the LICENSE file.
2
3// rustdoc-stripper-ignore-next
4//! Builder pattern types.
5
6pub use crate::{
7 auto::builders::*, bookmark_list::BookmarkListBuilder, border::BorderBuilder,
8 directory_list::DirectoryListBuilder, param_spec_expression::ParamSpecExpressionBuilder,
9};