[gimp/gtk3-port: 430/457] some odds and ends regarding GtkTable removal...



commit 1392a17f473223dfe6e1d93036786fe8fe4a79d3
Author: Simon Budig <simon budig de>
Date:   Fri May 11 12:56:27 2018 +0200

    some odds and ends regarding GtkTable removal...

 devel-docs/app/app-sections.txt                    |    1 -
 .../libgimpwidgets/libgimpwidgets-sections.txt     |    2 +-
 libgimpwidgets/gimpchainbutton.h                   |    2 +-
 libgimpwidgets/gimpwidgets.def                     |    2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/devel-docs/app/app-sections.txt b/devel-docs/app/app-sections.txt
index f044663..6b737f6 100644
--- a/devel-docs/app/app-sections.txt
+++ b/devel-docs/app/app-sections.txt
@@ -12991,7 +12991,6 @@ gimp_stock_button_new
 <FILE>gimpwidgets-utils</FILE>
 gimp_menu_position
 gimp_button_menu_position
-gimp_table_attach_stock
 gimp_enum_radio_box_add
 gimp_enum_radio_frame_add
 gimp_get_icon_size
diff --git a/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt 
b/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt
index 2011b28..4995591 100644
--- a/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt
+++ b/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt
@@ -1597,7 +1597,7 @@ GIMP_SCROLLED_PREVIEW_GET_CLASS
 
 <SECTION>
 <FILE>gimpwidgetsutils</FILE>
-gimp_table_attach_aligned
+gimp_grid_attach_aligned
 gimp_label_set_attributes
 gimp_widget_get_monitor
 gimp_get_monitor_at_pointer
diff --git a/libgimpwidgets/gimpchainbutton.h b/libgimpwidgets/gimpchainbutton.h
index 889ea11..18a73e6 100644
--- a/libgimpwidgets/gimpchainbutton.h
+++ b/libgimpwidgets/gimpchainbutton.h
@@ -20,7 +20,7 @@
  */
 
 /*
- * This implements a widget derived from GtkTable that visualizes
+ * This implements a widget derived from GtkGrid that visualizes
  * it's state with two different pixmaps showing a closed and a
  * broken chain. It's intended to be used with the GimpSizeEntry
  * widget. The usage is quite similar to the one the GtkToggleButton
diff --git a/libgimpwidgets/gimpwidgets.def b/libgimpwidgets/gimpwidgets.def
index 3ae6b08..a2780e8 100644
--- a/libgimpwidgets/gimpwidgets.def
+++ b/libgimpwidgets/gimpwidgets.def
@@ -189,6 +189,7 @@ EXPORTS
        gimp_frame_get_type
        gimp_frame_new
        gimp_get_monitor_at_pointer
+       gimp_grid_attach_aligned
        gimp_help_connect
        gimp_help_disable_tooltips
        gimp_help_enable_tooltips
@@ -393,7 +394,6 @@ EXPORTS
        gimp_string_combo_box_get_type
        gimp_string_combo_box_new
        gimp_string_combo_box_set_active
-       gimp_table_attach_aligned
        gimp_toggle_button_update
        gimp_uint_adjustment_update
        gimp_unit_combo_box_get_active


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]