2004-05-02 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimpframe.[ch]: added new widget GimpFrame, a HIG compliant variant of GtkFrame. * app/gui/preferences-dialog.c: enable the HIG compliant mode by default and use the new GimpFrame widget for it. * themes/Small/gtkrc: set a smaller spacing between the GimpFrame title label and the frame content. 2004-05-02 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpframe.sgml: added docs for GimpFrame. * */tmpl/*.sgml: regenerated using gtk-doc-tools version 1.2.
94 lines
1.2 KiB
Text
94 lines
1.2 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GimpColorArea
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Displays a GimpRGB color, optionally with alpha-channel.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GimpColorArea ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### SIGNAL GimpColorArea::color-changed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@gimpcolorarea: the object which received the signal.
|
|
|
|
<!-- ##### ENUM GimpColorAreaType ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@GIMP_COLOR_AREA_FLAT:
|
|
@GIMP_COLOR_AREA_SMALL_CHECKS:
|
|
@GIMP_COLOR_AREA_LARGE_CHECKS:
|
|
|
|
<!-- ##### FUNCTION gimp_color_area_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@color:
|
|
@type:
|
|
@drag_mask:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_color_area_set_color ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@area:
|
|
@color:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_color_area_get_color ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@area:
|
|
@color:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_color_area_has_alpha ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@area:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_color_area_set_type ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@area:
|
|
@type:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_color_area_set_draw_border ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@area:
|
|
@draw_border:
|
|
|
|
|