forked from AuroraMiddleware/gtk
label: Fix markup doc example
This commit is contained in:
parent
2daea9e459
commit
7adf720f08
@ -232,8 +232,8 @@
|
||||
*
|
||||
* ```c
|
||||
* const char *text =
|
||||
* "Go to the"
|
||||
* "<a href=\"http://www.gtk.org title=\"<i>Our</i> website\">"
|
||||
* "Go to the "
|
||||
* "<a href=\"https://www.gtk.org\" title=\"<i>Our</i> website\">"
|
||||
* "GTK website</a> for more...";
|
||||
* GtkWidget *label = gtk_label_new (NULL);
|
||||
* gtk_label_set_markup (GTK_LABEL (label), text);
|
||||
|
Loading…
Reference in New Issue
Block a user