New function
2001-05-22 Havoc Pennington <hp@pobox.com> * gtk/gtkbin.c (gtk_bin_get_child): New function
This commit is contained in:
committed by
Havoc Pennington
parent
92afa2ecc4
commit
b995aae44d
@ -1,3 +1,7 @@
|
||||
2001-05-22 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtk-sections.txt: add gtk_bin_get_child
|
||||
|
||||
Fri May 18 12:28:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtksizegroup.sgml gtk/gtk-sections.txt gtk/gtk.types:
|
||||
|
||||
@ -115,6 +115,7 @@ GTK_BUTTON_BOX_GET_CLASS
|
||||
<FILE>gtkbin</FILE>
|
||||
<TITLE>GtkBin</TITLE>
|
||||
GtkBin
|
||||
gtk_bin_get_child
|
||||
<SUBSECTION Standard>
|
||||
GTK_BIN
|
||||
GTK_IS_BIN
|
||||
|
||||
@ -747,6 +747,12 @@ produce superscript and subscript.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkTextView:justify ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkVScale:adjustment ##### -->
|
||||
<para>
|
||||
the #GtkAdjustment which sets the range of the scale.
|
||||
|
||||
@ -40,3 +40,12 @@ an application.)
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_bin_get_child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@bin:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
@ -106,3 +106,18 @@ Sets the text displayed in the preview area.
|
||||
@text: the text to display in the preview area.
|
||||
|
||||
|
||||
<!-- ##### ARG GtkFontSelection:font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontSelection:font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFontSelection:preview-text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -495,6 +495,7 @@ This can later be composited together with other
|
||||
#GtkRcStyle structures to form a #GtkStyle.
|
||||
</para>
|
||||
|
||||
@parent_instance:
|
||||
@name:
|
||||
@bg_pixmap_name:
|
||||
@font_desc:
|
||||
|
||||
@ -665,7 +665,7 @@ types related to the text widget and how they work together.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:justify ##### -->
|
||||
<!-- ##### ARG GtkTextView:justification ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -690,3 +690,8 @@ types related to the text widget and how they work together.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTextView:cursor-visible ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@ -35,7 +35,6 @@ GtkTreeViewColumn
|
||||
@window:
|
||||
@xalign:
|
||||
@property_changed_signal:
|
||||
@clickable_signal:
|
||||
@width:
|
||||
@requested_width:
|
||||
@min_width:
|
||||
|
||||
Reference in New Issue
Block a user