GtkLabel A widget that displays a small to medium amount of text. The #GtkLabel widget is usually used directly by the programmer to display word(s) describing an adjacent widget or its use. It is also used internally by Gtk+ as #GtkButton labels, #GtkMenu items, and many other widgets which use text. This should not be accessed directly. Use the accessor functions as described below. @str: @Returns: @label: @str: @label: @attrs: @label: @str: @label: @str: The pattern of underlines you want under the existing text within the #GtkLabel widget. For example if the current text of the label says "FooBarBaz" passing a pattern of "___ ___" will underline "Foo" and "Baz" but not "Bar". @label: The #GtkLabel you want to set the pattern to. @pattern: The pattern as described above. @label: @jtype: Gets the current string of text within the #GtkLabel and writes it to the given @str argument. It does not make a copy of this string so you must not write to it. @label: The #GtkLabel widget you want to get the text from. @str: The reference to the pointer you want to point to the text. Parses the given string for underscores and converts the next character to an underlined character. The last character that was underlined will have its lower-cased accelerator keyval returned (i.e. "_File" would return the keyval for "f". This is probably only used within the Gtk+ library itself for menu items and such. @label: The #GtkLabel you want to affect. @string: The string you want to parse for underlines. @Returns: The lowercase keyval of the last character underlined. @label: @wrap: Aliases gtk_label_set_text(). Probably used for backward compatibility with Gtk+ 1.0.x. @label: @x: @y: @label: @Returns: @label: @Returns: @label: @Returns: @str: @Returns: @label: @start_offset: @end_offset: @label: @widget: @label: @setting: @label: @str: @label: @Returns: @label: @Returns: @label: @Returns: @label: @Returns: @label: @Returns: @label: @Returns: @label: @start: @end: @Returns: @label: @Returns: @label: @Returns: @label: @str: @label: @setting: @label: @setting: @label: the object which received the signal. @label: the object which received the signal. @arg1: @arg2: @arg3: @label: the object which received the signal. @arg1: The actual label text. Do not write to this pointer, it is not copied. The #GtkJustification setting. See gtk_label_set_justify() for more info. The pattern of underlines under the existing text. Do not change the pointer, it isn't copied.