diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index 09a97b898..0cfdec3fd 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -1,4 +1,4 @@ - + @@ -819,6 +819,21 @@ All other style values are left untouched. See also . + +To change the font of a simple Widget: + + + + using Pango; + ... + [Widget] Label label1; + ... + + ... + label1.ModifyFont(FontDescription.FromString("Courier 16")); + ... + + @@ -4103,8 +4118,7 @@ Widgets are required to honor the size allocation they receive; a size request i This function works like , except that the widget is not invalidated. - - + Method @@ -4116,8 +4130,7 @@ Widgets are required to honor the size allocation they receive; a size request i a - - + Method @@ -4209,5 +4222,4 @@ Widgets are required to honor the size allocation they receive; a size request i a Override this method in a subclass to provide a default handler for the event. - - + \ No newline at end of file