libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch]
2003-01-05 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpchainbutton.[ch] * libgimpwidgets/gimpcolorarea.[ch] * libgimpwidgets/gimpcolorbutton.[ch] * libgimpwidgets/gimpdialog.c * libgimpwidgets/gimpfileselection.[ch] * libgimpwidgets/gimpoffsetarea.c * libgimpwidgets/gimppickbutton.c * libgimpwidgets/gimpquerybox.c * libgimpwidgets/gimpwidgets.c: added more API documentation. Declared gimp_scale_entry_new_internal() as static. * libgimpwidgets/gimpwidgets.def: changed accordingly.
This commit is contained in:
committed by
Sven Neumann
parent
d41e99de78
commit
50c8c56fe0
@ -56,9 +56,10 @@ up two GimpSizeEntries (see #GimpSizeEntry) linked with a #GimpChainButton.
|
||||
|
||||
</para>
|
||||
|
||||
@gcb:
|
||||
@button:
|
||||
@active:
|
||||
<!-- # Unused Parameters # -->
|
||||
@gcb:
|
||||
@is_active:
|
||||
|
||||
|
||||
@ -67,8 +68,10 @@ up two GimpSizeEntries (see #GimpSizeEntry) linked with a #GimpChainButton.
|
||||
|
||||
</para>
|
||||
|
||||
@gcb:
|
||||
@button:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@gcb:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GimpChainButton::toggled ##### -->
|
||||
|
||||
@ -47,8 +47,10 @@ color, the "color_changed" signal is emitted.
|
||||
|
||||
</para>
|
||||
|
||||
@gcb:
|
||||
@button:
|
||||
@color:
|
||||
<!-- # Unused Parameters # -->
|
||||
@gcb:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_button_get_color ##### -->
|
||||
@ -56,8 +58,10 @@ color, the "color_changed" signal is emitted.
|
||||
|
||||
</para>
|
||||
|
||||
@gcb:
|
||||
@button:
|
||||
@color:
|
||||
<!-- # Unused Parameters # -->
|
||||
@gcb:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_button_has_alpha ##### -->
|
||||
@ -65,8 +69,10 @@ color, the "color_changed" signal is emitted.
|
||||
|
||||
</para>
|
||||
|
||||
@gcb:
|
||||
@button:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@gcb:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_button_set_type ##### -->
|
||||
@ -74,9 +80,10 @@ color, the "color_changed" signal is emitted.
|
||||
|
||||
</para>
|
||||
|
||||
@gcb:
|
||||
@button:
|
||||
@type:
|
||||
<!-- # Unused Parameters # -->
|
||||
@gcb:
|
||||
@alpha:
|
||||
|
||||
|
||||
|
||||
@ -54,8 +54,10 @@ will be emitted.
|
||||
|
||||
</para>
|
||||
|
||||
@gfs:
|
||||
@selection:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@gfs:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_file_selection_set_filename ##### -->
|
||||
@ -63,8 +65,10 @@ will be emitted.
|
||||
|
||||
</para>
|
||||
|
||||
@gfs:
|
||||
@selection:
|
||||
@filename:
|
||||
<!-- # Unused Parameters # -->
|
||||
@gfs:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GimpFileSelection::filename-changed ##### -->
|
||||
|
||||
@ -2,11 +2,14 @@
|
||||
GimpMemsizeEntry
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A composite widget that allows to enter a memory size.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
Similar to a #GimpSizeEntry but instead of lengths, this widget is used to let
|
||||
the user enter memory sizes. An option menu allows to switch between
|
||||
Kilobytes, Megabytes and Gigabytes. Used in the GIMP preferences dialog.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
@ -16,7 +19,7 @@ GimpMemsizeEntry
|
||||
|
||||
<!-- ##### STRUCT GimpMemsizeEntry ##### -->
|
||||
<para>
|
||||
|
||||
The #GimpSizeEntry struct is considered private.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
@ -175,13 +175,12 @@ Note that you have to g_free() the returned string.
|
||||
@callback:
|
||||
@data:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@eek:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_QUERY_BOX_VBOX ##### -->
|
||||
<para>
|
||||
|
||||
A macro to access the #GtkVBox in a #GimpQueryBox. Useful if you want to add
|
||||
more widgets.
|
||||
</para>
|
||||
|
||||
@qbox:
|
||||
|
||||
Reference in New Issue
Block a user