mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimpwidgets/gimpmemsizeentry.c ported to GimpIntComboBox.
2004-04-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpmemsizeentry.c * modules/cdisplay_proof.c: ported to GimpIntComboBox. * libgimpwidgets/gimpwidgets.[ch]: declared the gimp option_menu API as deprecated and removed the code here. * libgimpwidgets/Makefile.am * libgimpwidgets/gimpoldwidgets.[ch]: new files with deprecated code, guarded with #ifndef GIMP_DISABLE_DEPRECATED ... #endif. * libgimpwidgets/gimpintcombobox.h: added G_BEGIN_DECLS, G_END_DECLS. * configure.in (CPP_FLAGS): added -DGIMP_DISABLE_DEPRECATED. * app/widgets/gimpwidgets-constructors.c: added a #warning and #undef GIMP_DISABLE_DEPRECATED. The paint mode menu is the last remaining user of gimp_int_option_menu_new().
This commit is contained in:
parent
c8efb90364
commit
a0e845c8a9
16 changed files with 862 additions and 706 deletions
|
@ -59,4 +59,9 @@
|
|||
<xi:include href="xml/gimpwidgets.xml" />
|
||||
</part>
|
||||
|
||||
<part id="libgimpwidgets-deprecated">
|
||||
<title>Deprecated API</title>
|
||||
<xi:include href="xml/gimpoldwidgets.xml" />
|
||||
</part>
|
||||
|
||||
</book>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue