Author Topic: Windows and X API?  (Read 828 times)

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
Windows and X API?
« on: 16 June 2002, 01:21 »
Is the API for X like the one in windows? As in, X passes a message to the program telling the program everything the user does..?

[ June 15, 2002: Message edited by: TheQuirk ]


badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
Windows and X API?
« Reply #1 on: 17 June 2002, 17:50 »
it's uncomparable .... X is network orientated (i.e. a display client doesn't have to be on the same server as a display server)
If you can't learn to do something well, learn to enjoy doing it poorly.

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
Windows and X API?
« Reply #2 on: 17 June 2002, 23:31 »
all right, thanks.

now to figure out how t o make graphical linux applications =\.

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
Windows and X API?
« Reply #3 on: 18 June 2002, 12:15 »
use Qt if you want to write GPL applications, if you code nicely it's even platform independant.

you could ofcourse learn the X windowing toolkit, however I, personally, find it to be cumbersome and archaic.

[ June 18, 2002: Message edited by: BadKarma ]

If you can't learn to do something well, learn to enjoy doing it poorly.

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
Windows and X API?
« Reply #4 on: 18 June 2002, 22:04 »
if I had to choose between GTK and Qt I'd have to think about 2 seconds .... wait ... maybe 1.5  ;)
If you can't learn to do something well, learn to enjoy doing it poorly.