RE: Making GtkMenuMerge nice to demo
- From: martyn 2 russell bt com
- To: otaylor redhat com, maclas gmx de
- Cc: gtk-devel-list gnome org
- Subject: RE: Making GtkMenuMerge nice to demo
- Date: Tue, 26 Aug 2003 10:55:30 +0100
Just a few thoughts...
> > struct GtkRadioActionEntry
> > {
> > gchar *name;
> > gchar *stock_id;
>
> I omitted stock_id intentionally because I couldn't think of
> a use, but
> I just thought of the obvious counter-example in the standard GTK+
> stock items. And I guess adding new stock items is currently what
> we're recommending if you want custom icons for your menu items /
> toolbar items. So, let's keep it in.
>
Something that I found difficult and uneasy to do with the GtkItemFactory
stuff was setting custom icons.
Could we have something like:
GdkPixbuf *image;
Would stock_id when set to something like the preferences stock id, change
the icon and the text or just the icon? Some times, Programmers want to put
their owne text with a stock item icon. - Just something to consider
really.
> > gchar *label;
> > gchar *accelerator;
> > gchar *tooltip;
> >
> > guint value;
Also can we make menu items that are separators more obvious? Perhaps
gboolean *separator;
Regards,
Martyn
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]