forked from AuroraMiddleware/gtk
356df7f650
Thu Oct 23 21:55:10 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make this function take an index and a GtkToolItem. * tests/testtoolbar.c (main): Make "Show Arrow" default to true. Make one of the separators !draw and expand. Update for new highlight_drop_location() API. * gtk/gtktoolitem.[ch]: Remove "pack_end" property * gtk/gtktoolbar.h: Formatting fixes. * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow separator tool items to expand. (logical_to_physical, physical_to_logical): Fix off-by-one errors (Fix #125472, Marco Pesenti Gritti) * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property. (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also return FALSE, not TRUE. (gtk_separator_too_item_{set|get}_property, (gtk_separator_tool_item_{set|get}_draw): new functions
174 lines
2.2 KiB
Plaintext
174 lines
2.2 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkExpander
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
A container which can hide its child
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
A #GtkExpander allows the user to hide or show its child by clicking on an expander triangle similar to
|
|
the triangles used in a #GtkTreeView.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkExpander ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@label:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_new_with_mnemonic ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@label:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_set_expanded ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander:
|
|
@expanded:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_get_expanded ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_set_spacing ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander:
|
|
@spacing:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_get_spacing ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_set_label ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander:
|
|
@label:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_get_label ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_set_use_underline ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander:
|
|
@use_underline:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_get_use_underline ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_set_label_widget ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander:
|
|
@label_widget:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_expander_get_label_widget ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### SIGNAL GtkExpander::activate ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@expander: the object which received the signal.
|
|
|
|
<!-- ##### ARG GtkExpander:expanded ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkExpander:label ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkExpander:label-widget ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkExpander:spacing ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkExpander:use-underline ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkExpander:expander-size ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkExpander:expander-spacing ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|