diff options
Diffstat (limited to 'chrome/common/gtk_util.h')
-rw-r--r-- | chrome/common/gtk_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/gtk_util.h b/chrome/common/gtk_util.h index b032d45..c5ef51e 100644 --- a/chrome/common/gtk_util.h +++ b/chrome/common/gtk_util.h @@ -141,6 +141,9 @@ GtkWidget* AddButtonToDialog(GtkWidget* dialog, const gchar* text, // Sets all the foreground color states of |label| to |color|. void SetLabelColor(GtkWidget* label, const GdkColor* color); +// Adds the given widget to an alignment identing it by |kGroupIndent|. +GtkWidget* IndentWidget(GtkWidget* content); + } // namespace gtk_util #endif // CHROME_COMMON_GTK_UTIL_H_ |