Re: gtk_label_set_markup confusion



Preben Randhol wrote:

Hi

Can somebody clarify something about the gtk_label_set_markup function.
Should this parse the string passed to it irrespectivly of whether
gtk_label_set_use_markup is set to TRUE or not? What is the reason for
the gtk_label_set_markup function?

Thanks in advance.

The gtk_label_set_markup will set "use-markup" property to TRUE, so you need not to set this property by hands. The code of the function is no longer than 10 lines, so you can spend 3mins of your time and take a look on it.

Olexiy




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]