x3common.h 333 B

12345678910111213141516
  1. #if defined(X3_CARBON) || defined(X3_WIN32)
  2. void x3qsizereq(x3widget *w);
  3. void x3add_default(x3widget *parent, x3widget *child);
  4. void x3add(x3widget *parent, x3widget *child);
  5. #endif
  6. void x3initqs(void);
  7. void x3qshow(x3widget *w);
  8. void x3sync(void);
  9. /* provided by impls to common routines */
  10. void x3_window_show(x3widget *w);