Will you please let me know your opinion??
Thanks 'n Regards
Muktha
muktha wrote:
Hi Padraig,
My comments are inlined.Marc, can you please let me know if for the following
option of GDialog, AtkRelation (ATK_RELATION_MEMBER_OF)
is required.
--menu <text> <height> <width> <menu height> <tag1> <item1>...In this option, buttons are used to present a list of
choices to the user in the form of a menu.Thanks 'n Regards
Muktha>
> > Padraig O'Briain wrote:
> >
> > > > 1. When the option
> > > > '--inputbox <text> <height> <width> [<init>]'
> > > > is specified, a dialog with entry and 2 buttons
> > > > is displayed.
> > > >
> > > > I intend to set the accessible name and
> > > > description for the entry.
> > >
> > > What do you intend setting for the aaccessible name and description?
> > >
> >
> > The accessible name can be 'Gdialog entry' and the
> > description can be 'Enter the text'.
>
> Are we discussing the GtkEntry widget here?Yes, it is the GtkEntry.
>
>
> How is the <text> specified in the command above presented to the user?The <text> is presented as GtkLabel.
> >
> > >
> > > >
> > > > 2. When the option
> > > > '--menu <text> <height> <width> <menu height> <tag1> <item1>...
> > > > is specified, a dialog with a list of GtkButtons in
> > > > the form of a menu is displayed.
> > > >
> > > > I intend to provide AtkRelation (ATK_RELATION_MEMBER_OF)
> > > > for this.
> > > >
> > >
> > > Is the relation necessary?
> > >
> > > I am assuming that the GtkButtons have a common parent, so I do not
> understand
> > > what extra information the relation provides.
> > >
> >
> > Since the buttons are used to present a list of
> > choices to the user in the form of a menu, I thought
> > ATK_RELATION_MEMBER _OF can be used.
> >> I would like to see Marc Mulcahy's opinion on this. I am not convinced of the
> necessity of the relation.
>