Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkMisc ╰── GtkLabel ╰── DzlBoldingLabel
This is a GtkLabel widget that will allocate extra space if necessary so that the size request will not change when the contents of the label are bolded.
This might be useful when you want to change a label based on some selection state without it affecting the size request or layout.
void dzl_bolding_label_set_weight (DzlBoldingLabel *self
,PangoWeight weight
);
void dzl_bolding_label_set_bold (DzlBoldingLabel *self
,gboolean bold
);