Re: Making GtkMenuMerge nice to demo



On Mon, 2003-08-25 at 15:12, Matthias Clasen wrote:
> 1) Replace GtkActionGroupEntry and GtkActionGroupEntryType by
> 
> struct GtkActionEntry 
> {
>   gchar *name;
>   gchar *stock_id;
>   gchar *label;

Any chance of adding a short_label field here.  It would save having to
make a call to g_object_set_property(action, "short_label", value) for
each action that has both a menu and a toolbar proxy.

>   gchar *accelerator;
>   gchar *tooltip;
> 
>   GCallback callback;
> 
>   gboolean is_toggle;
> }

David

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]