*** empty log message ***
[m17n/m17n-im-config.git] / README
diff --git a/README b/README
index 66508c3..8ca8385 100644 (file)
--- a/README
+++ b/README
@@ -60,6 +60,10 @@ GtkWidget *mim_config_new (GCallback func, gpointer data)
        function must have two arguments; the widget created by this
        function, and DATA.
 
+       The widget returned is actually a GtkScrolledWindow widget
+       that contains a GtkTreeView widget.  You can get this
+       GtkTreeView widget by mim_config_get_tree_view () function.
+
 gboolean mim_config_modified (GtkWidget *config)
 
        The mim_config_modified () function checks if there are any
@@ -83,6 +87,12 @@ gboolean mim_config_save (GtkWidget *config)
        to save, FALSE is returned.  The argument CONFIG must be what
        created by mim_config_new ().
 
+GtkTreeView *mim_config_get_tree_view (GtkWidget *config)
+
+       The mim_config_get_tree_view () function returns the
+       GtkTreeView widget used in the widget created by
+       mim_config_new ().
+
 (3-2) Compiling and Linking
 
 As this package provides pkgconfig data, you can see compiler and