forked from AuroraMiddleware/gtk
small doc fixes
This commit is contained in:
parent
8758063aca
commit
9d77a9fbcf
@ -1,5 +1,7 @@
|
|||||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfontbutton.c: Small doc fixes.
|
||||||
|
|
||||||
* gtk/gtkprintunixdialog.h:
|
* gtk/gtkprintunixdialog.h:
|
||||||
* gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
|
* gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfontbutton.c: Small doc fixes.
|
||||||
|
|
||||||
* gtk/gtkprintunixdialog.h:
|
* gtk/gtkprintunixdialog.h:
|
||||||
* gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
|
* gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
|
||||||
|
|
||||||
|
@ -197,7 +197,8 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
|
|||||||
/**
|
/**
|
||||||
* GtkFontButton:use-font:
|
* GtkFontButton:use-font:
|
||||||
*
|
*
|
||||||
* If this property is set to %TRUE, the label will be drawn in the selected font.
|
* If this property is set to %TRUE, the label will be drawn
|
||||||
|
* in the selected font.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
@ -212,7 +213,8 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
|
|||||||
/**
|
/**
|
||||||
* GtkFontButton:use-size:
|
* GtkFontButton:use-size:
|
||||||
*
|
*
|
||||||
* If this property is set to %TRUE, the label will be drawn with the selected font size.
|
* If this property is set to %TRUE, the label will be drawn
|
||||||
|
* with the selected font size.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
@ -227,8 +229,9 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
|
|||||||
/**
|
/**
|
||||||
* GtkFontButton:show-style:
|
* GtkFontButton:show-style:
|
||||||
*
|
*
|
||||||
* If this property is set to %TRUE, the name of the selected font style will be shown in the label. For
|
* If this property is set to %TRUE, the name of the selected font style
|
||||||
* a more WYSIWIG way to show the selected style, see the ::use-font property.
|
* will be shown in the label. For a more WYSIWYG way to show the selected
|
||||||
|
* style, see the ::use-font property.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
@ -242,8 +245,9 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
|
|||||||
/**
|
/**
|
||||||
* GtkFontButton:show-size:
|
* GtkFontButton:show-size:
|
||||||
*
|
*
|
||||||
* If this property is set to %TRUE, the selected font size will be shown in the label. For
|
* If this property is set to %TRUE, the selected font size will be shown
|
||||||
* a more WYSIWIG way to show the selected size, see the ::use-size property.
|
* in the label. For a more WYSIWYG way to show the selected size, see the
|
||||||
|
* ::use-size property.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
@ -259,8 +263,9 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
|
|||||||
* GtkFontButton::font-set:
|
* GtkFontButton::font-set:
|
||||||
* @widget: the object which received the signal.
|
* @widget: the object which received the signal.
|
||||||
*
|
*
|
||||||
* The ::font-set signal is emitted when the user selects a font. When handling this signal,
|
* The ::font-set signal is emitted when the user selects a font. When
|
||||||
* use gtk_font_button_get_font_name() to find out which font was just selected.
|
* handling this signal, use gtk_font_button_get_font_name() to find out
|
||||||
|
* which font was just selected.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user