[gtk+/popovers: 21/45] entry: Set use-underline in popover GtkToolButtons
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/popovers: 21/45] entry: Set use-underline in popover GtkToolButtons
- Date: Fri, 17 Jan 2014 18:01:24 +0000 (UTC)
commit 32e49cc101ad34973605ea43d2a48e826a054351
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Dec 23 18:45:01 2013 +0100
entry: Set use-underline in popover GtkToolButtons
gtk/gtkentry.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 864a0f5..c35b35d 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -9372,6 +9372,7 @@ append_bubble_action (GtkEntry *entry,
gboolean sensitive)
{
GtkToolItem *item = gtk_tool_button_new (NULL, label);
+ gtk_tool_button_set_use_underline (GTK_TOOL_BUTTON (item), TRUE);
g_object_set_data (G_OBJECT (item), I_("gtk-signal"), (char *)signal);
g_signal_connect (item, "clicked", G_CALLBACK (activate_bubble_cb), entry);
gtk_widget_set_sensitive (GTK_WIDGET (item), sensitive);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]