On Mon, 2009-10-19 at 08:56 +0800 Eric wrote:
> 
> 
>  below is my description:
> If I clicked Myzone, it  shows something just like calendar and so on,
> If I clicked Application , it shows all the buttons of application.
> click different button show different things.
> 
> My mind is from clicked Myzone button to show the things I just
> descriped. I heared somebody said that they are connected by Dbus. Is
> that true?

The panel processes and the toolbar (resides in mutter-moblin/mutter)
are connected by dbus.

When you click on the toolbar, actually you're clicking on a clutter
stage, created by mutter-moblin. Clutter emits a 'clicked' signal on the
toolbar, which is handled by the function:

mnb_toolbar_toggle_buttons (NbtkButton *button, gpointer data)

Then inside this function, clutter_actor_show() is called to show the
panel.

--Roger

> 
> 
> 
> 2009/10/16 Roger WANG <roger.w...@intel.com<mailto:roger.w...@intel.com>>
> On Fri, 2009-10-16 at 17:15 +0800 Eric wrote:
> >  thanks for your response.
> >
> >  I did not make my words clearly.
> >  I just  want to know every detail step about how we get Myzone
> 
> What do you mean by "myzone response"?
> 
> > response.Whether     those buttons just response to click event by Dbus or
> > not?
> 
> The click event is passed to the program by clutter, not dbus.
> 
> >
> > 2009/10/16 Roger WANG <roger.w...@intel.com<mailto:roger.w...@intel.com>>
> >
> > > On Fri, 2009-10-16 at 16:04 +0800 Eric wrote:
> > > >  Hi,
> > > >
> > > >  I have a question about button clicked.
> > > >  I clicked a toolbar button, which function response to this event ?
> > > Where
> > > > is it?
> > >
> > > That's linked to "clicked" signal on the toolbar. Please check
> > > mnb-toolbar.c in mutter-moblin.
> > >
> > > Roger
> > >
> > > >
> > > > thanks
> > > _______________________________________________
> > > Moblin dev Mailing List
> > > dev@moblin.org<mailto:dev@moblin.org>
> > >
> > > To manage or unsubscribe from this mailing list visit:
> > > http://lists.moblin.org/listinfo/dev or your user account on
> > > http://moblin.org once logged in.
> > >
> > > For more information on the Moblin Developer Mailing lists visit:
> > > http://moblin.org/community/mailing-lists
> > >
> > _______________________________________________
> > Moblin dev Mailing List
> > dev@moblin.org<mailto:dev@moblin.org>
> >
> > To manage or unsubscribe from this mailing list visit:
> > http://lists.moblin.org/listinfo/dev or your user account on 
> > http://moblin.org once logged in.
> >
> > For more information on the Moblin Developer Mailing lists visit:
> > http://moblin.org/community/mailing-lists
> _______________________________________________
> Moblin dev Mailing List
> dev@moblin.org<mailto:dev@moblin.org>
> 
> To manage or unsubscribe from this mailing list visit:
> http://lists.moblin.org/listinfo/dev or your user account on 
> http://moblin.org once logged in.
> 
> For more information on the Moblin Developer Mailing lists visit:
> http://moblin.org/community/mailing-lists
> 
> 
_______________________________________________
Moblin dev Mailing List
dev@moblin.org

To manage or unsubscribe from this mailing list visit:
http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org 
once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to