list all widgets in the ->widgets_by_action list that have a callback
Wed Sep 30 13:11:09 1998 Tim Janik <timj@gtk.org> * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all widgets in the ->widgets_by_action list that have a callback defined (not only those with a callback_action!=0).
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Wed Sep 30 13:11:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
|
||||||
|
widgets in the ->widgets_by_action list that have a callback
|
||||||
|
defined (not only those with a callback_action!=0).
|
||||||
|
|
||||||
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkcalendar.h:
|
* gtk/gtkcalendar.h:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Wed Sep 30 13:11:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
|
||||||
|
widgets in the ->widgets_by_action list that have a callback
|
||||||
|
defined (not only those with a callback_action!=0).
|
||||||
|
|
||||||
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkcalendar.h:
|
* gtk/gtkcalendar.h:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Wed Sep 30 13:11:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
|
||||||
|
widgets in the ->widgets_by_action list that have a callback
|
||||||
|
defined (not only those with a callback_action!=0).
|
||||||
|
|
||||||
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkcalendar.h:
|
* gtk/gtkcalendar.h:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Wed Sep 30 13:11:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
|
||||||
|
widgets in the ->widgets_by_action list that have a callback
|
||||||
|
defined (not only those with a callback_action!=0).
|
||||||
|
|
||||||
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkcalendar.h:
|
* gtk/gtkcalendar.h:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Wed Sep 30 13:11:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
|
||||||
|
widgets in the ->widgets_by_action list that have a callback
|
||||||
|
defined (not only those with a callback_action!=0).
|
||||||
|
|
||||||
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkcalendar.h:
|
* gtk/gtkcalendar.h:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Wed Sep 30 13:11:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
|
||||||
|
widgets in the ->widgets_by_action list that have a callback
|
||||||
|
defined (not only those with a callback_action!=0).
|
||||||
|
|
||||||
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkcalendar.h:
|
* gtk/gtkcalendar.h:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Wed Sep 30 13:11:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
|
||||||
|
widgets in the ->widgets_by_action list that have a callback
|
||||||
|
defined (not only those with a callback_action!=0).
|
||||||
|
|
||||||
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkcalendar.h:
|
* gtk/gtkcalendar.h:
|
||||||
|
@ -513,7 +513,7 @@ gtk_item_factory_add_item (GtkItemFactory *ifactory,
|
|||||||
|
|
||||||
/* keep a per-action list of the widgets on the factory
|
/* keep a per-action list of the widgets on the factory
|
||||||
*/
|
*/
|
||||||
if (callback_action)
|
if (callback)
|
||||||
{
|
{
|
||||||
GtkIFActionLink *link;
|
GtkIFActionLink *link;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user