--%>

Explain the term XForms

Explain the term XForms.

E

Expert

Verified

XForms is a graphics user interface toolkit based upon Xlib for X Window Systems. Thios features a rich set of objects, as scrollbars, buttons and menus, integrated in an easy and efficient event/object callback execution model which allows fast and easy construction of X-applications. Additionally, the library is extensible and new events can easily be created and then added to the library.

   Related Questions in Programming Languages

  • Q : What is testing What is testing?

    What is testing?

  • Q : Explain Primitive Type Abstractions

    Primitive Type Abstractions: An effective way to reduce the state space of a program is to replace the primitive types with the corresponding abstractions that encapsulate all the possible operations that are performed on these types.

    Q : Explain Method overriding Method

    Method overriding: It is a method stated in a super class might be overridden by a method of similar name stated in a sub class. The two methods should have similar name and number and types of formal arguments. Any checked exception thrown by sub-cla

  • Q : Define the term Garbage collector

    Garbage collector: It is a daemon thread which recycles objects to which there are no extant references in a program.

  • Q : Fact table and dimension table describe

    describe the foreign key in fact table and dimension table

  • Q : Explain For loop For loop : This is one

    For loop: This is one of the Java's three control structures employed for looping. The other two are while loop and do loop. A for loop includes of a loop header and a loop body. The header comprises of three expressions separated by two semicolons an

  • Q : Explain the computer process Explain

    Explain the computer process.

  • Q : Illustrates the parts of an XML

    Illustrates the parts of an XML document are case-sensitive.

  • Q : What is Cascading if-else statement

    Cascading if-else statement: A form of if-else statement in which all else-part (apart from the last) comprises of a further nested if-else statement. Employed to overcome the trouble of textual drift frequently related with nested if statements.

  • Q : Including CSS with the HEAD Tag

    Describe how to include the CSS within the HEAD Tag?