mirror of https://github.com/GNOME/gimp.git
converted spaces to tabs.
2005-07-08 Michael Natterer <mitch@gimp.org> * libgimpwidgets/Makefile.am: converted spaces to tabs. * libgimpwidgets/libgimpwidgets.types: added GimpBrowser and GimpScrolledPreview. * libgimpwidgets/tmpl/gimpbrowser.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml: regenerated.
This commit is contained in:
parent
35cd24bea0
commit
c3d25ffb89
|
@ -1,3 +1,13 @@
|
|||
2005-07-08 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/Makefile.am: converted spaces to tabs.
|
||||
|
||||
* libgimpwidgets/libgimpwidgets.types: added GimpBrowser and
|
||||
GimpScrolledPreview.
|
||||
|
||||
* libgimpwidgets/tmpl/gimpbrowser.sgml
|
||||
* libgimpwidgets/tmpl/gimpscrolledpreview.sgml: regenerated.
|
||||
|
||||
2005-07-08 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* tools/widgets.c
|
||||
|
|
|
@ -52,11 +52,11 @@ GTKDOC_CFLAGS = \
|
|||
-DGIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION
|
||||
|
||||
GTKDOC_LIBS = \
|
||||
$(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la \
|
||||
@GTK_LIBS@
|
||||
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include <libgimpwidgets/gimpwidgets.h>
|
||||
#include <libgimpwidgets/gimpcontroller.h>
|
||||
|
||||
gimp_browser_get_type
|
||||
gimp_button_get_type
|
||||
gimp_cell_renderer_color_get_type
|
||||
gimp_cell_renderer_toggle_get_type
|
||||
|
@ -34,5 +35,6 @@ gimp_pick_button_get_type
|
|||
gimp_pixmap_get_type
|
||||
gimp_preview_area_get_type
|
||||
gimp_preview_get_type
|
||||
gimp_scrolled_preview_get_type
|
||||
gimp_size_entry_get_type
|
||||
gimp_unit_menu_get_type
|
||||
|
|
|
@ -22,15 +22,15 @@ GimpBrowser
|
|||
|
||||
</para>
|
||||
|
||||
@parent_instance:
|
||||
@left_vbox:
|
||||
@search_entry:
|
||||
@search_timeout_id:
|
||||
@search_type_combo:
|
||||
@search_type:
|
||||
@count_label:
|
||||
@right_vbox:
|
||||
@right_widget:
|
||||
|
||||
<!-- ##### SIGNAL GimpBrowser::search ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gimpbrowser: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### FUNCTION gimp_browser_new ##### -->
|
||||
<para>
|
||||
|
|
|
@ -22,7 +22,6 @@ A widget providing a #GimpPreview enhanced by scrolling capabilities.
|
|||
|
||||
</para>
|
||||
|
||||
@parent_instance:
|
||||
|
||||
<!-- ##### FUNCTION gimp_scrolled_preview_set_position ##### -->
|
||||
<para>
|
||||
|
|
Loading…
Reference in New Issue