Daniel Fetchinson wrote:
> Just one more question since there are these python versions flying
> around: it seems to me that these python codes start everything from
> scratch i.e. the whole communication with NetworkManager. Since we
> already have nm-applet which is GTK-based, isn't it very simple to
> write a GTK app based on that? 
Relatively, yes.  In reality though, the old dbus interface was very 
much like a library, so that was also very simple.
> Am I right in assuming that the only
> thing one has to do is embed the content of the applet window into a
> root GTK window and than it will automagically turn into a stand alone
> GTK app?
>   
More or less.  The hardest part is figuring out what the structure is 
and what the code does.  With regard to python, there is a higher 
barrier to entry on C Glib programming for python programmers.  A person 
in this position actually has an easier time writing from scratch.
> Cheers,
> Daniel
> _______________________________________________
> NetworkManager-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/networkmanager-list
>   

_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to