mirror of https://github.com/GNOME/gimp.git
added "Since: GIMP 2.4" to the docs.
2005-03-10 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpsizeentry.c (gimp_size_entry_show_unit_menu): added "Since: GIMP 2.4" to the docs. * libgimpwidgets/gimpwidgets.def: added the new symbol.
This commit is contained in:
parent
ed9bc27163
commit
bd1dba3a61
|
@ -1,3 +1,10 @@
|
|||
2005-03-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpsizeentry.c (gimp_size_entry_show_unit_menu):
|
||||
added "Since: GIMP 2.4" to the docs.
|
||||
|
||||
* libgimpwidgets/gimpwidgets.def: added the new symbol.
|
||||
|
||||
2005-03-09 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||
|
||||
* libgimpwidgets/gimpsizeentry.[ch]: added function
|
||||
|
|
|
@ -1186,6 +1186,8 @@ gimp_size_entry_unit_callback (GtkWidget *widget,
|
|||
*
|
||||
* Controls whether a unit menu is shown in the size entry. If
|
||||
* @show is #TRUE, the menu is shown; otherwise it is hidden.
|
||||
*
|
||||
* Since: GIMP 2.4
|
||||
**/
|
||||
void
|
||||
gimp_size_entry_show_unit_menu (GimpSizeEntry *gse,
|
||||
|
|
|
@ -240,6 +240,7 @@ EXPORTS
|
|||
gimp_size_entry_get_value
|
||||
gimp_size_entry_grab_focus
|
||||
gimp_size_entry_new
|
||||
gimp_size_entry_show_unit_menu
|
||||
gimp_size_entry_set_activates_default
|
||||
gimp_size_entry_set_pixel_digits
|
||||
gimp_size_entry_set_refval
|
||||
|
|
Loading…
Reference in New Issue