summaryrefslogtreecommitdiffstats
path: root/chrome/common/gtk_util.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 19:42:38 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 19:42:38 +0000
commit1ccbd41da6c7bae339c04c45ddd74596a2b8b9fe (patch)
tree32253272b095adc505c156559bcbee0c3b19b479 /chrome/common/gtk_util.h
parent857426ccb3e0aa63433be5cf77b16e85b915281a (diff)
downloadchromium_src-1ccbd41da6c7bae339c04c45ddd74596a2b8b9fe.zip
chromium_src-1ccbd41da6c7bae339c04c45ddd74596a2b8b9fe.tar.gz
chromium_src-1ccbd41da6c7bae339c04c45ddd74596a2b8b9fe.tar.bz2
linux: rearrange widget layout in importer dialog
I'm not especially happy with how it looks now, though I think it's better than before. Review URL: http://codereview.chromium.org/160661 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gtk_util.h')
-rw-r--r--chrome/common/gtk_util.h3
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_