gtk4/auto/cell_renderer_spin.rs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
#![allow(deprecated)]
use crate::{ffi, Adjustment, CellRenderer, CellRendererMode, CellRendererText};
use glib::{
prelude::*,
signal::{connect_raw, SignalHandlerId},
translate::*,
};
use std::boxed::Box as Box_;
glib::wrapper! {
/// List views use widgets to display their contents.
/// You should use [`SpinButton`][crate::SpinButton] instead
/// Renders a spin button in a cell
///
/// [`CellRendererSpin`][crate::CellRendererSpin] renders text in a cell like [`CellRendererText`][crate::CellRendererText] from
/// which it is derived. But while [`CellRendererText`][crate::CellRendererText] offers a simple entry to
/// edit the text, [`CellRendererSpin`][crate::CellRendererSpin] offers a [`SpinButton`][crate::SpinButton] widget. Of course,
/// that means that the text has to be parseable as a floating point number.
///
/// The range of the spinbutton is taken from the adjustment property of the
/// cell renderer, which can be set explicitly or mapped to a column in the
/// tree model, like all properties of cell renders. [`CellRendererSpin`][crate::CellRendererSpin]
/// also has properties for the `GtkCellRendererSpin:climb-rate` and the number
/// of `GtkCellRendererSpin:digits` to display. Other [`SpinButton`][crate::SpinButton] properties
/// can be set in a handler for the `GtkCellRenderer::editing-started` signal.
///
/// ## Properties
///
///
/// #### `adjustment`
/// The adjustment that holds the value of the spinbutton.
/// This must be non-[`None`] for the cell renderer to be editable.
///
/// Readable | Writeable
///
///
/// #### `climb-rate`
/// The acceleration rate when you hold down a button.
///
/// Readable | Writeable
///
///
/// #### `digits`
/// The number of decimal places to display.
///
/// Readable | Writeable
/// <details><summary><h4>CellRendererText</h4></summary>
///
///
/// #### `align-set`
/// Readable | Writeable
///
///
/// #### `alignment`
/// Specifies how to align the lines of text with respect to each other.
///
/// Note that this property describes how to align the lines of text in
/// case there are several of them. The "xalign" property of [`CellRenderer`][crate::CellRenderer],
/// on the other hand, sets the horizontal alignment of the whole text.
///
/// Readable | Writeable
///
///
/// #### `attributes`
/// Readable | Writeable
///
///
/// #### `background`
/// Writeable
///
///
/// #### `background-rgba`
/// Background color as a [`gdk::RGBA`][crate::gdk::RGBA]
///
/// Readable | Writeable
///
///
/// #### `background-set`
/// Readable | Writeable
///
///
/// #### `editable`
/// Readable | Writeable
///
///
/// #### `editable-set`
/// Readable | Writeable
///
///
/// #### `ellipsize`
/// Specifies the preferred place to ellipsize the string, if the cell renderer
/// does not have enough room to display the entire string. Setting it to
/// [`pango::EllipsizeMode::None`][crate::pango::EllipsizeMode::None] turns off ellipsizing. See the wrap-width property
/// for another way of making the text fit into a given width.
///
/// Readable | Writeable
///
///
/// #### `ellipsize-set`
/// Readable | Writeable
///
///
/// #### `family`
/// Readable | Writeable
///
///
/// #### `family-set`
/// Readable | Writeable
///
///
/// #### `font`
/// Readable | Writeable
///
///
/// #### `font-desc`
/// Readable | Writeable
///
///
/// #### `foreground`
/// Writeable
///
///
/// #### `foreground-rgba`
/// Foreground color as a [`gdk::RGBA`][crate::gdk::RGBA]
///
/// Readable | Writeable
///
///
/// #### `foreground-set`
/// Readable | Writeable
///
///
/// #### `language`
/// Readable | Writeable
///
///
/// #### `language-set`
/// Readable | Writeable
///
///
/// #### `markup`
/// Writeable
///
///
/// #### `max-width-chars`
/// The desired maximum width of the cell, in characters. If this property
/// is set to -1, the width will be calculated automatically.
///
/// For cell renderers that ellipsize or wrap text; this property
/// controls the maximum reported width of the cell. The
/// cell should not receive any greater allocation unless it is
/// set to expand in its [`CellLayout`][crate::CellLayout] and all of the cell's siblings
/// have received their natural width.
///
/// Readable | Writeable
///
///
/// #### `placeholder-text`
/// The text that will be displayed in the [`CellRenderer`][crate::CellRenderer] if
/// `GtkCellRendererText:editable` is [`true`] and the cell is empty.
///
/// Readable | Writeable
///
///
/// #### `rise`
/// Readable | Writeable
///
///
/// #### `rise-set`
/// Readable | Writeable
///
///
/// #### `scale`
/// Readable | Writeable
///
///
/// #### `scale-set`
/// Readable | Writeable
///
///
/// #### `single-paragraph-mode`
/// Readable | Writeable
///
///
/// #### `size`
/// Readable | Writeable
///
///
/// #### `size-points`
/// Readable | Writeable
///
///
/// #### `size-set`
/// Readable | Writeable
///
///
/// #### `stretch`
/// Readable | Writeable
///
///
/// #### `stretch-set`
/// Readable | Writeable
///
///
/// #### `strikethrough`
/// Readable | Writeable
///
///
/// #### `strikethrough-set`
/// Readable | Writeable
///
///
/// #### `style`
/// Readable | Writeable
///
///
/// #### `style-set`
/// Readable | Writeable
///
///
/// #### `text`
/// Readable | Writeable
///
///
/// #### `underline`
/// Readable | Writeable
///
///
/// #### `underline-set`
/// Readable | Writeable
///
///
/// #### `variant`
/// Readable | Writeable
///
///
/// #### `variant-set`
/// Readable | Writeable
///
///
/// #### `weight`
/// Readable | Writeable
///
///
/// #### `weight-set`
/// Readable | Writeable
///
///
/// #### `width-chars`
/// The desired width of the cell, in characters. If this property is set to
/// -1, the width will be calculated automatically, otherwise the cell will
/// request either 3 characters or the property value, whichever is greater.
///
/// Readable | Writeable
///
///
/// #### `wrap-mode`
/// Specifies how to break the string into multiple lines, if the cell
/// renderer does not have enough room to display the entire string.
/// This property has no effect unless the wrap-width property is set.
///
/// Readable | Writeable
///
///
/// #### `wrap-width`
/// Specifies the minimum width at which the text is wrapped. The wrap-mode property can
/// be used to influence at what character positions the line breaks can be placed.
/// Setting wrap-width to -1 turns wrapping off.
///
/// Readable | Writeable
/// </details>
/// <details><summary><h4>CellRenderer</h4></summary>
///
///
/// #### `cell-background`
/// Writeable
///
///
/// #### `cell-background-rgba`
/// Cell background as a [`gdk::RGBA`][crate::gdk::RGBA]
///
/// Readable | Writeable
///
///
/// #### `cell-background-set`
/// Readable | Writeable
///
///
/// #### `editing`
/// Readable
///
///
/// #### `height`
/// Readable | Writeable
///
///
/// #### `is-expanded`
/// Readable | Writeable
///
///
/// #### `is-expander`
/// Readable | Writeable
///
///
/// #### `mode`
/// Readable | Writeable
///
///
/// #### `sensitive`
/// Readable | Writeable
///
///
/// #### `visible`
/// Readable | Writeable
///
///
/// #### `width`
/// Readable | Writeable
///
///
/// #### `xalign`
/// Readable | Writeable
///
///
/// #### `xpad`
/// Readable | Writeable
///
///
/// #### `yalign`
/// Readable | Writeable
///
///
/// #### `ypad`
/// Readable | Writeable
/// </details>
///
/// # Implements
///
/// [`CellRendererTextExt`][trait@crate::prelude::CellRendererTextExt], [`CellRendererExt`][trait@crate::prelude::CellRendererExt], [`trait@glib::ObjectExt`], [`CellRendererExtManual`][trait@crate::prelude::CellRendererExtManual]
#[doc(alias = "GtkCellRendererSpin")]
pub struct CellRendererSpin(Object<ffi::GtkCellRendererSpin>) @extends CellRendererText, CellRenderer;
match fn {
type_ => || ffi::gtk_cell_renderer_spin_get_type(),
}
}
impl CellRendererSpin {
/// Creates a new [`CellRendererSpin`][crate::CellRendererSpin].
///
/// # Deprecated since 4.10
///
///
/// # Returns
///
/// a new [`CellRendererSpin`][crate::CellRendererSpin]
#[cfg_attr(feature = "v4_10", deprecated = "Since 4.10")]
#[allow(deprecated)]
#[doc(alias = "gtk_cell_renderer_spin_new")]
pub fn new() -> CellRendererSpin {
assert_initialized_main_thread!();
unsafe { CellRenderer::from_glib_none(ffi::gtk_cell_renderer_spin_new()).unsafe_cast() }
}
// rustdoc-stripper-ignore-next
/// Creates a new builder-pattern struct instance to construct [`CellRendererSpin`] objects.
///
/// This method returns an instance of [`CellRendererSpinBuilder`](crate::builders::CellRendererSpinBuilder) which can be used to create [`CellRendererSpin`] objects.
pub fn builder() -> CellRendererSpinBuilder {
CellRendererSpinBuilder::new()
}
/// The adjustment that holds the value of the spinbutton.
/// This must be non-[`None`] for the cell renderer to be editable.
pub fn adjustment(&self) -> Option<Adjustment> {
ObjectExt::property(self, "adjustment")
}
/// The adjustment that holds the value of the spinbutton.
/// This must be non-[`None`] for the cell renderer to be editable.
pub fn set_adjustment<P: IsA<Adjustment>>(&self, adjustment: Option<&P>) {
ObjectExt::set_property(self, "adjustment", adjustment)
}
/// The acceleration rate when you hold down a button.
#[doc(alias = "climb-rate")]
pub fn climb_rate(&self) -> f64 {
ObjectExt::property(self, "climb-rate")
}
/// The acceleration rate when you hold down a button.
#[doc(alias = "climb-rate")]
pub fn set_climb_rate(&self, climb_rate: f64) {
ObjectExt::set_property(self, "climb-rate", climb_rate)
}
/// The number of decimal places to display.
pub fn digits(&self) -> u32 {
ObjectExt::property(self, "digits")
}
/// The number of decimal places to display.
pub fn set_digits(&self, digits: u32) {
ObjectExt::set_property(self, "digits", digits)
}
#[doc(alias = "adjustment")]
pub fn connect_adjustment_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId {
unsafe extern "C" fn notify_adjustment_trampoline<F: Fn(&CellRendererSpin) + 'static>(
this: *mut ffi::GtkCellRendererSpin,
_param_spec: glib::ffi::gpointer,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&from_glib_borrow(this))
}
unsafe {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::adjustment\0".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_adjustment_trampoline::<F> as *const (),
)),
Box_::into_raw(f),
)
}
}
#[doc(alias = "climb-rate")]
pub fn connect_climb_rate_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId {
unsafe extern "C" fn notify_climb_rate_trampoline<F: Fn(&CellRendererSpin) + 'static>(
this: *mut ffi::GtkCellRendererSpin,
_param_spec: glib::ffi::gpointer,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&from_glib_borrow(this))
}
unsafe {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::climb-rate\0".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_climb_rate_trampoline::<F> as *const (),
)),
Box_::into_raw(f),
)
}
}
#[doc(alias = "digits")]
pub fn connect_digits_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId {
unsafe extern "C" fn notify_digits_trampoline<F: Fn(&CellRendererSpin) + 'static>(
this: *mut ffi::GtkCellRendererSpin,
_param_spec: glib::ffi::gpointer,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
f(&from_glib_borrow(this))
}
unsafe {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::digits\0".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_digits_trampoline::<F> as *const (),
)),
Box_::into_raw(f),
)
}
}
}
impl Default for CellRendererSpin {
fn default() -> Self {
Self::new()
}
}
// rustdoc-stripper-ignore-next
/// A [builder-pattern] type to construct [`CellRendererSpin`] objects.
///
/// [builder-pattern]: https://doc.rust-lang.org/1.0.0/style/ownership/builders.html
#[must_use = "The builder must be built to be used"]
pub struct CellRendererSpinBuilder {
builder: glib::object::ObjectBuilder<'static, CellRendererSpin>,
}
impl CellRendererSpinBuilder {
fn new() -> Self {
Self {
builder: glib::object::Object::builder(),
}
}
/// The adjustment that holds the value of the spinbutton.
/// This must be non-[`None`] for the cell renderer to be editable.
pub fn adjustment(self, adjustment: &impl IsA<Adjustment>) -> Self {
Self {
builder: self
.builder
.property("adjustment", adjustment.clone().upcast()),
}
}
/// The acceleration rate when you hold down a button.
pub fn climb_rate(self, climb_rate: f64) -> Self {
Self {
builder: self.builder.property("climb-rate", climb_rate),
}
}
/// The number of decimal places to display.
pub fn digits(self, digits: u32) -> Self {
Self {
builder: self.builder.property("digits", digits),
}
}
pub fn align_set(self, align_set: bool) -> Self {
Self {
builder: self.builder.property("align-set", align_set),
}
}
/// Specifies how to align the lines of text with respect to each other.
///
/// Note that this property describes how to align the lines of text in
/// case there are several of them. The "xalign" property of [`CellRenderer`][crate::CellRenderer],
/// on the other hand, sets the horizontal alignment of the whole text.
pub fn alignment(self, alignment: pango::Alignment) -> Self {
Self {
builder: self.builder.property("alignment", alignment),
}
}
pub fn attributes(self, attributes: &pango::AttrList) -> Self {
Self {
builder: self.builder.property("attributes", attributes.clone()),
}
}
pub fn background(self, background: impl Into<glib::GString>) -> Self {
Self {
builder: self.builder.property("background", background.into()),
}
}
/// Background color as a [`gdk::RGBA`][crate::gdk::RGBA]
pub fn background_rgba(self, background_rgba: &gdk::RGBA) -> Self {
Self {
builder: self.builder.property("background-rgba", background_rgba),
}
}
pub fn background_set(self, background_set: bool) -> Self {
Self {
builder: self.builder.property("background-set", background_set),
}
}
pub fn editable(self, editable: bool) -> Self {
Self {
builder: self.builder.property("editable", editable),
}
}
pub fn editable_set(self, editable_set: bool) -> Self {
Self {
builder: self.builder.property("editable-set", editable_set),
}
}
/// Specifies the preferred place to ellipsize the string, if the cell renderer
/// does not have enough room to display the entire string. Setting it to
/// [`pango::EllipsizeMode::None`][crate::pango::EllipsizeMode::None] turns off ellipsizing. See the wrap-width property
/// for another way of making the text fit into a given width.
pub fn ellipsize(self, ellipsize: pango::EllipsizeMode) -> Self {
Self {
builder: self.builder.property("ellipsize", ellipsize),
}
}
pub fn ellipsize_set(self, ellipsize_set: bool) -> Self {
Self {
builder: self.builder.property("ellipsize-set", ellipsize_set),
}
}
pub fn family(self, family: impl Into<glib::GString>) -> Self {
Self {
builder: self.builder.property("family", family.into()),
}
}
pub fn family_set(self, family_set: bool) -> Self {
Self {
builder: self.builder.property("family-set", family_set),
}
}
pub fn font(self, font: impl Into<glib::GString>) -> Self {
Self {
builder: self.builder.property("font", font.into()),
}
}
pub fn font_desc(self, font_desc: &pango::FontDescription) -> Self {
Self {
builder: self.builder.property("font-desc", font_desc),
}
}
pub fn foreground(self, foreground: impl Into<glib::GString>) -> Self {
Self {
builder: self.builder.property("foreground", foreground.into()),
}
}
/// Foreground color as a [`gdk::RGBA`][crate::gdk::RGBA]
pub fn foreground_rgba(self, foreground_rgba: &gdk::RGBA) -> Self {
Self {
builder: self.builder.property("foreground-rgba", foreground_rgba),
}
}
pub fn foreground_set(self, foreground_set: bool) -> Self {
Self {
builder: self.builder.property("foreground-set", foreground_set),
}
}
pub fn language(self, language: impl Into<glib::GString>) -> Self {
Self {
builder: self.builder.property("language", language.into()),
}
}
pub fn language_set(self, language_set: bool) -> Self {
Self {
builder: self.builder.property("language-set", language_set),
}
}
pub fn markup(self, markup: impl Into<glib::GString>) -> Self {
Self {
builder: self.builder.property("markup", markup.into()),
}
}
/// The desired maximum width of the cell, in characters. If this property
/// is set to -1, the width will be calculated automatically.
///
/// For cell renderers that ellipsize or wrap text; this property
/// controls the maximum reported width of the cell. The
/// cell should not receive any greater allocation unless it is
/// set to expand in its [`CellLayout`][crate::CellLayout] and all of the cell's siblings
/// have received their natural width.
pub fn max_width_chars(self, max_width_chars: i32) -> Self {
Self {
builder: self.builder.property("max-width-chars", max_width_chars),
}
}
/// The text that will be displayed in the [`CellRenderer`][crate::CellRenderer] if
/// `GtkCellRendererText:editable` is [`true`] and the cell is empty.
pub fn placeholder_text(self, placeholder_text: impl Into<glib::GString>) -> Self {
Self {
builder: self
.builder
.property("placeholder-text", placeholder_text.into()),
}
}
pub fn rise(self, rise: i32) -> Self {
Self {
builder: self.builder.property("rise", rise),
}
}
pub fn rise_set(self, rise_set: bool) -> Self {
Self {
builder: self.builder.property("rise-set", rise_set),
}
}
pub fn scale(self, scale: f64) -> Self {
Self {
builder: self.builder.property("scale", scale),
}
}
pub fn scale_set(self, scale_set: bool) -> Self {
Self {
builder: self.builder.property("scale-set", scale_set),
}
}
pub fn single_paragraph_mode(self, single_paragraph_mode: bool) -> Self {
Self {
builder: self
.builder
.property("single-paragraph-mode", single_paragraph_mode),
}
}
pub fn size(self, size: i32) -> Self {
Self {
builder: self.builder.property("size", size),
}
}
pub fn size_points(self, size_points: f64) -> Self {
Self {
builder: self.builder.property("size-points", size_points),
}
}
pub fn size_set(self, size_set: bool) -> Self {
Self {
builder: self.builder.property("size-set", size_set),
}
}
pub fn stretch(self, stretch: pango::Stretch) -> Self {
Self {
builder: self.builder.property("stretch", stretch),
}
}
pub fn stretch_set(self, stretch_set: bool) -> Self {
Self {
builder: self.builder.property("stretch-set", stretch_set),
}
}
pub fn strikethrough(self, strikethrough: bool) -> Self {
Self {
builder: self.builder.property("strikethrough", strikethrough),
}
}
pub fn strikethrough_set(self, strikethrough_set: bool) -> Self {
Self {
builder: self
.builder
.property("strikethrough-set", strikethrough_set),
}
}
pub fn style(self, style: pango::Style) -> Self {
Self {
builder: self.builder.property("style", style),
}
}
pub fn style_set(self, style_set: bool) -> Self {
Self {
builder: self.builder.property("style-set", style_set),
}
}
pub fn text(self, text: impl Into<glib::GString>) -> Self {
Self {
builder: self.builder.property("text", text.into()),
}
}
pub fn underline(self, underline: pango::Underline) -> Self {
Self {
builder: self.builder.property("underline", underline),
}
}
pub fn underline_set(self, underline_set: bool) -> Self {
Self {
builder: self.builder.property("underline-set", underline_set),
}
}
pub fn variant(self, variant: pango::Variant) -> Self {
Self {
builder: self.builder.property("variant", variant),
}
}
pub fn variant_set(self, variant_set: bool) -> Self {
Self {
builder: self.builder.property("variant-set", variant_set),
}
}
pub fn weight(self, weight: i32) -> Self {
Self {
builder: self.builder.property("weight", weight),
}
}
pub fn weight_set(self, weight_set: bool) -> Self {
Self {
builder: self.builder.property("weight-set", weight_set),
}
}
/// The desired width of the cell, in characters. If this property is set to
/// -1, the width will be calculated automatically, otherwise the cell will
/// request either 3 characters or the property value, whichever is greater.
pub fn width_chars(self, width_chars: i32) -> Self {
Self {
builder: self.builder.property("width-chars", width_chars),
}
}
/// Specifies how to break the string into multiple lines, if the cell
/// renderer does not have enough room to display the entire string.
/// This property has no effect unless the wrap-width property is set.
pub fn wrap_mode(self, wrap_mode: pango::WrapMode) -> Self {
Self {
builder: self.builder.property("wrap-mode", wrap_mode),
}
}
/// Specifies the minimum width at which the text is wrapped. The wrap-mode property can
/// be used to influence at what character positions the line breaks can be placed.
/// Setting wrap-width to -1 turns wrapping off.
pub fn wrap_width(self, wrap_width: i32) -> Self {
Self {
builder: self.builder.property("wrap-width", wrap_width),
}
}
pub fn cell_background(self, cell_background: impl Into<glib::GString>) -> Self {
Self {
builder: self
.builder
.property("cell-background", cell_background.into()),
}
}
/// Cell background as a [`gdk::RGBA`][crate::gdk::RGBA]
pub fn cell_background_rgba(self, cell_background_rgba: &gdk::RGBA) -> Self {
Self {
builder: self
.builder
.property("cell-background-rgba", cell_background_rgba),
}
}
pub fn cell_background_set(self, cell_background_set: bool) -> Self {
Self {
builder: self
.builder
.property("cell-background-set", cell_background_set),
}
}
pub fn height(self, height: i32) -> Self {
Self {
builder: self.builder.property("height", height),
}
}
pub fn is_expanded(self, is_expanded: bool) -> Self {
Self {
builder: self.builder.property("is-expanded", is_expanded),
}
}
pub fn is_expander(self, is_expander: bool) -> Self {
Self {
builder: self.builder.property("is-expander", is_expander),
}
}
pub fn mode(self, mode: CellRendererMode) -> Self {
Self {
builder: self.builder.property("mode", mode),
}
}
pub fn sensitive(self, sensitive: bool) -> Self {
Self {
builder: self.builder.property("sensitive", sensitive),
}
}
pub fn visible(self, visible: bool) -> Self {
Self {
builder: self.builder.property("visible", visible),
}
}
pub fn width(self, width: i32) -> Self {
Self {
builder: self.builder.property("width", width),
}
}
pub fn xalign(self, xalign: f32) -> Self {
Self {
builder: self.builder.property("xalign", xalign),
}
}
pub fn xpad(self, xpad: u32) -> Self {
Self {
builder: self.builder.property("xpad", xpad),
}
}
pub fn yalign(self, yalign: f32) -> Self {
Self {
builder: self.builder.property("yalign", yalign),
}
}
pub fn ypad(self, ypad: u32) -> Self {
Self {
builder: self.builder.property("ypad", ypad),
}
}
// rustdoc-stripper-ignore-next
/// Build the [`CellRendererSpin`].
#[must_use = "Building the object from the builder is usually expensive and is not expected to have side effects"]
pub fn build(self) -> CellRendererSpin {
self.builder.build()
}
}