Changes

Jump to: navigation, search

Researching XPIDL and IDL Technologies

6 bytes added, 13:00, 4 October 2006
Interfaces
=== Interfaces ===
An interface is declared with the interface keyword, and the simplest possible interface is interface nsToolbar { };
To specify an interface's parent, follow the interface name with a colon and the parent name : interface nsIToolbar : nsIParent { };
1
edit

Navigation menu