mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 22:11:21 -08:00
(xg_make_tool_item): Insert comment about eventbox.
This commit is contained in:
parent
4feb6e7359
commit
115b96bdb5
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
|
||||
|
||||
2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
isnan: Fix porting problem to Solaris 10 with bundled gcc.
|
||||
|
|
|
|||
|
|
@ -4219,6 +4219,7 @@ xg_make_tool_item (FRAME_PTR f,
|
|||
GtkToolItem *ti = gtk_tool_item_new ();
|
||||
GtkWidget *vb = horiz ? gtk_hbox_new (FALSE, 0) : gtk_vbox_new (FALSE, 0);
|
||||
GtkWidget *wb = gtk_button_new ();
|
||||
/* The eventbox is here so we can have tooltips on disabled items. */
|
||||
GtkWidget *weventbox = gtk_event_box_new ();
|
||||
|
||||
if (wimage && !text_image)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue