В Чтв, 17/01/2008 в 11:02 +0100, Philippe BLANC пишет: > Hi, > I would like to fix this bug : > http://bugzilla.gnome.org/show_bug.cgi?id=319706. > It deals with changing the gnome-panel startup. > I would like to know what the functions are used to launch the toolbar > and the applets. > Thanks for your help.
Hi Philippe Probably this question is more appropriate for gnome-devel-list or gnome-love list. The sequence of loading is rather complicated - there is no single function, but the process looks like: main -> panel_profile_load -> panel_profile_load_object -> panel_applet_queue_applet_to_load -> panel_applet_load_queued_applets -> panel_applet_load_idle_handler -> panel_applet_frame_load_from_gconf I assume you should define some callback that will signal about end of applets loading. Feel free to ask if you need more information.
signature.asc
Description: Эта часть сообщения подписана цифровой подписью
_______________________________________________ desktop-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/desktop-devel-list
