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
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from
// from gir-files (https://github.com/gtk-rs/gir-files.git)
// DO NOT EDIT
use glib::{
prelude::*,
signal::{connect_raw, SignalHandlerId},
translate::*,
};
use std::{boxed::Box as Box_, fmt, mem::transmute};
glib::wrapper! {
///
///
/// ## Properties
///
///
/// #### `bold`
/// Writeable
/// <details><summary><h4>Label</h4></summary>
///
///
/// #### `angle`
/// The angle that the baseline of the label makes with the horizontal,
/// in degrees, measured counterclockwise. An angle of 90 reads from
/// from bottom to top, an angle of 270, from top to bottom. Ignored
/// if the label is selectable.
///
/// Readable | Writeable
///
///
/// #### `attributes`
/// Readable | Writeable
///
///
/// #### `cursor-position`
/// Readable
///
///
/// #### `ellipsize`
/// The preferred place to ellipsize the string, if the label does
/// not have enough room to display the entire string, specified as a
/// [`pango::EllipsizeMode`][crate::pango::EllipsizeMode].
///
/// Note that setting this property to a value other than
/// [`pango::EllipsizeMode::None`][crate::pango::EllipsizeMode::None] has the side-effect that the label requests
/// only enough space to display the ellipsis "...". In particular, this
/// means that ellipsizing labels do not work well in notebook tabs, unless
/// the `GtkNotebook` tab-expand child property is set to [`true`]. Other ways
/// to set a label's width are [`WidgetExtManual::set_size_request()`][crate::gtk::prelude::WidgetExtManual::set_size_request()] and
/// [`LabelExtManual::set_width_chars()`][crate::gtk::prelude::LabelExtManual::set_width_chars()].
///
/// Readable | Writeable
///
///
/// #### `justify`
/// Readable | Writeable
///
///
/// #### `label`
/// The contents of the label.
///
/// If the string contains [Pango XML markup][PangoMarkupFormat], you will
/// have to set the [`use-markup`][struct@crate::gtk::Label#use-markup] property to [`true`] in order for the
/// label to display the markup attributes. See also [`LabelExtManual::set_markup()`][crate::gtk::prelude::LabelExtManual::set_markup()]
/// for a convenience function that sets both this property and the
/// [`use-markup`][struct@crate::gtk::Label#use-markup] property at the same time.
///
/// If the string contains underlines acting as mnemonics, you will have to
/// set the [`use-underline`][struct@crate::gtk::Label#use-underline] property to [`true`] in order for the label
/// to display them.
///
/// Readable | Writeable
///
///
/// #### `lines`
/// The number of lines to which an ellipsized, wrapping label
/// should be limited. This property has no effect if the
/// label is not wrapping or ellipsized. Set this property to
/// -1 if you don't want to limit the number of lines.
///
/// Readable | Writeable
///
///
/// #### `max-width-chars`
/// The desired maximum width of the label, in characters. If this property
/// is set to -1, the width will be calculated automatically.
///
/// See the section on [text layout][label-text-layout]
/// for details of how [`width-chars`][struct@crate::gtk::Label#width-chars] and [`max-width-chars`][struct@crate::gtk::Label#max-width-chars]
/// determine the width of ellipsized and wrapped labels.
///
/// Readable | Writeable
///
///
/// #### `mnemonic-keyval`
/// Readable
///
///
/// #### `mnemonic-widget`
/// Readable | Writeable
///
///
/// #### `pattern`
/// Writeable
///
///
/// #### `selectable`
/// Readable | Writeable
///
///
/// #### `selection-bound`
/// Readable
///
///
/// #### `single-line-mode`
/// Whether the label is in single line mode. In single line mode,
/// the height of the label does not depend on the actual text, it
/// is always set to ascent + descent of the font. This can be an
/// advantage in situations where resizing the label because of text
/// changes would be distracting, e.g. in a statusbar.
///
/// Readable | Writeable
///
///
/// #### `track-visited-links`
/// Set this property to [`true`] to make the label track which links
/// have been visited. It will then apply the `GTK_STATE_FLAG_VISITED`
/// when rendering this link, in addition to `GTK_STATE_FLAG_LINK`.
///
/// Readable | Writeable
///
///
/// #### `use-markup`
/// Readable | Writeable
///
///
/// #### `use-underline`
/// Readable | Writeable
///
///
/// #### `width-chars`
/// The desired width of the label, in characters. If this property is set to
/// -1, the width will be calculated automatically.
///
/// See the section on [text layout][label-text-layout]
/// for details of how [`width-chars`][struct@crate::gtk::Label#width-chars] and [`max-width-chars`][struct@crate::gtk::Label#max-width-chars]
/// determine the width of ellipsized and wrapped labels.
///
/// Readable | Writeable
///
///
/// #### `wrap`
/// Readable | Writeable
///
///
/// #### `wrap-mode`
/// If line wrapping is on (see the [`wrap`][struct@crate::gtk::Label#wrap] property) this controls
/// how the line wrapping is done. The default is `PANGO_WRAP_WORD`, which
/// means wrap on word boundaries.
///
/// Readable | Writeable
///
///
/// #### `xalign`
/// The xalign property determines the horizontal aligment of the label text
/// inside the labels size allocation. Compare this to [`halign`][struct@crate::gtk::Widget#halign],
/// which determines how the labels size allocation is positioned in the
/// space available for the label.
///
/// Readable | Writeable
///
///
/// #### `yalign`
/// The yalign property determines the vertical aligment of the label text
/// inside the labels size allocation. Compare this to [`valign`][struct@crate::gtk::Widget#valign],
/// which determines how the labels size allocation is positioned in the
/// space available for the label.
///
/// Readable | Writeable
/// </details>
/// <details><summary><h4>Misc</h4></summary>
///
///
/// #### `xalign`
/// The horizontal alignment. A value of 0.0 means left alignment (or right
/// on RTL locales); a value of 1.0 means right alignment (or left on RTL
/// locales).
///
/// Readable | Writeable
///
///
/// #### `xpad`
/// The amount of space to add on the left and right of the widget, in
/// pixels.
///
/// Readable | Writeable
///
///
/// #### `yalign`
/// The vertical alignment. A value of 0.0 means top alignment;
/// a value of 1.0 means bottom alignment.
///
/// Readable | Writeable
///
///
/// #### `ypad`
/// The amount of space to add on the top and bottom of the widget, in
/// pixels.
///
/// Readable | Writeable
/// </details>
/// <details><summary><h4>Widget</h4></summary>
///
///
/// #### `app-paintable`
/// Readable | Writeable
///
///
/// #### `can-default`
/// Readable | Writeable
///
///
/// #### `can-focus`
/// Readable | Writeable
///
///
/// #### `composite-child`
/// Readable
///
///
/// #### `double-buffered`
/// Whether the widget is double buffered.
///
/// Readable | Writeable
///
///
/// #### `events`
/// Readable | Writeable
///
///
/// #### `expand`
/// Whether to expand in both directions. Setting this sets both [`hexpand`][struct@crate::gtk::Widget#hexpand] and [`vexpand`][struct@crate::gtk::Widget#vexpand]
///
/// Readable | Writeable
///
///
/// #### `focus-on-click`
/// Whether the widget should grab focus when it is clicked with the mouse.
///
/// This property is only relevant for widgets that can take focus.
///
/// Before 3.20, several widgets (GtkButton, GtkFileChooserButton,
/// GtkComboBox) implemented this property individually.
///
/// Readable | Writeable
///
///
/// #### `halign`
/// How to distribute horizontal space if widget gets extra space, see `GtkAlign`
///
/// Readable | Writeable
///
///
/// #### `has-default`
/// Readable | Writeable
///
///
/// #### `has-focus`
/// Readable | Writeable
///
///
/// #### `has-tooltip`
/// Enables or disables the emission of [`query-tooltip`][struct@crate::gtk::Widget#query-tooltip] on `widget`.
/// A value of [`true`] indicates that `widget` can have a tooltip, in this case
/// the widget will be queried using [`query-tooltip`][struct@crate::gtk::Widget#query-tooltip] to determine
/// whether it will provide a tooltip or not.
///
/// Note that setting this property to [`true`] for the first time will change
/// the event masks of the GdkWindows of this widget to include leave-notify
/// and motion-notify events. This cannot and will not be undone when the
/// property is set to [`false`] again.
///
/// Readable | Writeable
///
///
/// #### `height-request`
/// Readable | Writeable
///
///
/// #### `hexpand`
/// Whether to expand horizontally. See [`WidgetExtManual::set_hexpand()`][crate::gtk::prelude::WidgetExtManual::set_hexpand()].
///
/// Readable | Writeable
///
///
/// #### `hexpand-set`
/// Whether to use the [`hexpand`][struct@crate::gtk::Widget#hexpand] property. See [`WidgetExtManual::is_hexpand_set()`][crate::gtk::prelude::WidgetExtManual::is_hexpand_set()].
///
/// Readable | Writeable
///
///
/// #### `is-focus`
/// Readable | Writeable
///
///
/// #### `margin`
/// Sets all four sides' margin at once. If read, returns max
/// margin on any side.
///
/// Readable | Writeable
///
///
/// #### `margin-bottom`
/// Margin on bottom side of widget.
///
/// This property adds margin outside of the widget's normal size
/// request, the margin will be added in addition to the size from
/// [`WidgetExtManual::set_size_request()`][crate::gtk::prelude::WidgetExtManual::set_size_request()] for example.
///
/// Readable | Writeable
///
///
/// #### `margin-end`
/// Margin on end of widget, horizontally. This property supports
/// left-to-right and right-to-left text directions.
///
/// This property adds margin outside of the widget's normal size
/// request, the margin will be added in addition to the size from
/// [`WidgetExtManual::set_size_request()`][crate::gtk::prelude::WidgetExtManual::set_size_request()] for example.
///
/// Readable | Writeable
///
///
/// #### `margin-left`
/// Margin on left side of widget.
///
/// This property adds margin outside of the widget's normal size
/// request, the margin will be added in addition to the size from
/// [`WidgetExtManual::set_size_request()`][crate::gtk::prelude::WidgetExtManual::set_size_request()] for example.
///
/// Readable | Writeable
///
///
/// #### `margin-right`
/// Margin on right side of widget.
///
/// This property adds margin outside of the widget's normal size
/// request, the margin will be added in addition to the size from
/// [`WidgetExtManual::set_size_request()`][crate::gtk::prelude::WidgetExtManual::set_size_request()] for example.
///
/// Readable | Writeable
///
///
/// #### `margin-start`
/// Margin on start of widget, horizontally. This property supports
/// left-to-right and right-to-left text directions.
///
/// This property adds margin outside of the widget's normal size
/// request, the margin will be added in addition to the size from
/// [`WidgetExtManual::set_size_request()`][crate::gtk::prelude::WidgetExtManual::set_size_request()] for example.
///
/// Readable | Writeable
///
///
/// #### `margin-top`
/// Margin on top side of widget.
///
/// This property adds margin outside of the widget's normal size
/// request, the margin will be added in addition to the size from
/// [`WidgetExtManual::set_size_request()`][crate::gtk::prelude::WidgetExtManual::set_size_request()] for example.
///
/// Readable | Writeable
///
///
/// #### `name`
/// Readable | Writeable
///
///
/// #### `no-show-all`
/// Readable | Writeable
///
///
/// #### `opacity`
/// The requested opacity of the widget. See [`WidgetExtManual::set_opacity()`][crate::gtk::prelude::WidgetExtManual::set_opacity()] for
/// more details about window opacity.
///
/// Before 3.8 this was only available in GtkWindow
///
/// Readable | Writeable
///
///
/// #### `parent`
/// Readable | Writeable
///
///
/// #### `receives-default`
/// Readable | Writeable
///
///
/// #### `scale-factor`
/// The scale factor of the widget. See [`WidgetExtManual::scale_factor()`][crate::gtk::prelude::WidgetExtManual::scale_factor()] for
/// more details about widget scaling.
///
/// Readable
///
///
/// #### `sensitive`
/// Readable | Writeable
///
///
/// #### `style`
/// The style of the widget, which contains information about how it will look (colors, etc).
///
/// Readable | Writeable
///
///
/// #### `tooltip-markup`
/// Sets the text of tooltip to be the given string, which is marked up
/// with the [Pango text markup language][PangoMarkupFormat].
/// Also see `gtk_tooltip_set_markup()`.
///
/// This is a convenience property which will take care of getting the
/// tooltip shown if the given string is not [`None`]: [`has-tooltip`][struct@crate::gtk::Widget#has-tooltip]
/// will automatically be set to [`true`] and there will be taken care of
/// [`query-tooltip`][struct@crate::gtk::Widget#query-tooltip] in the default signal handler.
///
/// Note that if both [`tooltip-text`][struct@crate::gtk::Widget#tooltip-text] and [`tooltip-markup`][struct@crate::gtk::Widget#tooltip-markup]
/// are set, the last one wins.
///
/// Readable | Writeable
///
///
/// #### `tooltip-text`
/// Sets the text of tooltip to be the given string.
///
/// Also see `gtk_tooltip_set_text()`.
///
/// This is a convenience property which will take care of getting the
/// tooltip shown if the given string is not [`None`]: [`has-tooltip`][struct@crate::gtk::Widget#has-tooltip]
/// will automatically be set to [`true`] and there will be taken care of
/// [`query-tooltip`][struct@crate::gtk::Widget#query-tooltip] in the default signal handler.
///
/// Note that if both [`tooltip-text`][struct@crate::gtk::Widget#tooltip-text] and [`tooltip-markup`][struct@crate::gtk::Widget#tooltip-markup]
/// are set, the last one wins.
///
/// Readable | Writeable
///
///
/// #### `valign`
/// How to distribute vertical space if widget gets extra space, see `GtkAlign`
///
/// Readable | Writeable
///
///
/// #### `vexpand`
/// Whether to expand vertically. See [`WidgetExtManual::set_vexpand()`][crate::gtk::prelude::WidgetExtManual::set_vexpand()].
///
/// Readable | Writeable
///
///
/// #### `vexpand-set`
/// Whether to use the [`vexpand`][struct@crate::gtk::Widget#vexpand] property. See [`WidgetExtManual::is_vexpand_set()`][crate::gtk::prelude::WidgetExtManual::is_vexpand_set()].
///
/// Readable | Writeable
///
///
/// #### `visible`
/// Readable | Writeable
///
///
/// #### `width-request`
/// Readable | Writeable
///
///
/// #### `window`
/// The widget's window if it is realized, [`None`] otherwise.
///
/// Readable
/// </details>
///
/// # Implements
///
/// [`trait@gtk::prelude::LabelExt`], [`trait@gtk::prelude::WidgetExt`], [`trait@glib::ObjectExt`], [`trait@gtk::prelude::BuildableExt`]
#[doc(alias = "DzlBoldingLabel")]
pub struct BoldingLabel(Object<ffi::DzlBoldingLabel, ffi::DzlBoldingLabelClass>) @extends gtk::Label, gtk::Widget, @implements gtk::Buildable;
match fn {
type_ => || ffi::dzl_bolding_label_get_type(),
}
}
impl BoldingLabel {
#[doc(alias = "dzl_bolding_label_new")]
pub fn new(str: &str, bold: bool) -> BoldingLabel {
assert_initialized_main_thread!();
unsafe {
from_glib_none(ffi::dzl_bolding_label_new(
str.to_glib_none().0,
bold.into_glib(),
))
}
}
#[doc(alias = "dzl_bolding_label_new_with_mnemonic")]
#[doc(alias = "new_with_mnemonic")]
pub fn with_mnemonic(str: &str, bold: bool) -> BoldingLabel {
assert_initialized_main_thread!();
unsafe {
from_glib_none(ffi::dzl_bolding_label_new_with_mnemonic(
str.to_glib_none().0,
bold.into_glib(),
))
}
}
#[doc(alias = "dzl_bolding_label_set_bold")]
pub fn set_bold(&self, bold: bool) {
unsafe {
ffi::dzl_bolding_label_set_bold(self.to_glib_none().0, bold.into_glib());
}
}
#[doc(alias = "dzl_bolding_label_set_weight")]
pub fn set_weight(&self, weight: pango::Weight) {
unsafe {
ffi::dzl_bolding_label_set_weight(self.to_glib_none().0, weight.into_glib());
}
}
#[doc(alias = "bold")]
pub fn connect_bold_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId {
unsafe extern "C" fn notify_bold_trampoline<F: Fn(&BoldingLabel) + 'static>(
this: *mut ffi::DzlBoldingLabel,
_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::bold\0".as_ptr() as *const _,
Some(transmute::<_, unsafe extern "C" fn()>(
notify_bold_trampoline::<F> as *const (),
)),
Box_::into_raw(f),
)
}
}
}
impl fmt::Display for BoldingLabel {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
f.write_str("BoldingLabel")
}
}