diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 23:00:17 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 23:00:17 +0000 |
commit | f9c773362c778437308629ff41d117a1a1cdda81 (patch) | |
tree | ef680b3fde7340a63f56b613cd5fa151e157a1cd /chrome/browser/gtk/bookmark_bar_gtk.h | |
parent | c3c656369b267ecc86962085af5202764012c72d (diff) | |
download | chromium_src-f9c773362c778437308629ff41d117a1a1cdda81.zip chromium_src-f9c773362c778437308629ff41d117a1a1cdda81.tar.gz chromium_src-f9c773362c778437308629ff41d117a1a1cdda81.tar.bz2 |
Adds (non-working) folders and GTK dialogs.
- Folders can be created and edited in the bookmark bar. They
aren't drop targets nor do they popup a menu with their contents.
- Refactor the input window interface to be platform neutral
and use that in EditFolderController.
Review URL: http://codereview.chromium.org/87010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/bookmark_bar_gtk.h')
-rw-r--r-- | chrome/browser/gtk/bookmark_bar_gtk.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.h b/chrome/browser/gtk/bookmark_bar_gtk.h index 0a37d51..17f508f 100644 --- a/chrome/browser/gtk/bookmark_bar_gtk.h +++ b/chrome/browser/gtk/bookmark_bar_gtk.h @@ -131,6 +131,11 @@ class BookmarkBarGtk : public BookmarkModelObserver { GdkDragContext* drag_context, BookmarkBarGtk* bar); + // GtkButton callbacks for folder buttons + static gboolean OnFolderButtonReleased(GtkWidget* sender, + GdkEventButton* event, + BookmarkBarGtk* bar); + // GtkToolbar callbacks static gboolean OnToolbarExpose(GtkWidget* widget, GdkEventExpose* event, BookmarkBarGtk* window); |