A question of the HELP menu.
- From: Archit Baweja <bighead crosswinds net>
- To: gnome-gui-list gnome org
- Subject: A question of the HELP menu.
- Date: 26 Apr 2000 11:17:41 +0530
Hi
The suggestions.txt file gives the following advice for the HELP menu.
the GnomeUIInfo struct should look like this (as suggestions.txt says)
static *help_menu [] = {
GNOMEUIINFO_HELP(app_name),
GNOMEUIINFO_MENU_ABOUT_ITEM (cb, data),
GNOMEUIINFO_END
};
I say that there should be a separator between the help topics (which it gets
from the topc.dat) and the About item. It looks much nicer. So it should be
like this.
static *help_menu [] = {
GNOMEUIINFO_HELP(app_name),
GNOMEUIINFO_SEPARATOR,
GNOMEUIINFO_MENU_ABOUT_ITEM (cb, data),
GNOMEUIINFO_END
};
So, what about it?
PEACE
Archit Baweja (bighead)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]