X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README;h=8ca8385eb28285fef243d77b1c2f7f142b2c9f11;hb=109d4545d235e1ccdb1ae3c008d226414d662831;hp=66508c39b6fb22ad7e0c1488360ad7980fb82879;hpb=4f5ee8c0c081c13a88e38989ddd660767d040246;p=m17n%2Fm17n-im-config.git diff --git a/README b/README index 66508c3..8ca8385 100644 --- 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