GtkWidget: Add gtk_widget_get_path().

This function composes and returns a GtkWidgetPath representing
the passed widget.
This commit is contained in:
Carlos Garnacho
2010-03-12 19:02:33 +01:00
parent 61360dfddf
commit 9794b6adf9
2 changed files with 26 additions and 1 deletions

View File

@ -37,6 +37,7 @@
#include <gtk/gtkstyle.h>
#include <gtk/gtksettings.h>
#include <gtk/gtkstylecontext.h>
#include <gtk/gtkwidgetpath.h>
#include <atk/atk.h>
G_BEGIN_DECLS
@ -944,6 +945,8 @@ gboolean gtk_widget_in_destruction (GtkWidget *widget);
GtkStyleContext * gtk_widget_get_style_context (GtkWidget *widget);
GtkWidgetPath * gtk_widget_get_path (GtkWidget *widget);
G_END_DECLS