init.inc 966 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. (* this file contains all inits of variables used in the demo *)
  2. (* appwindow.inc *)
  3. appwindow_registered := FALSE;
  4. application_window := NULL;
  5. (* button_box.inc *)
  6. bbox_window := NULL;
  7. (* colorsel.inc *)
  8. colorsel_window := NULL;
  9. colorsel_da := NULL;
  10. colorsel_frame := NULL;
  11. (* drawingarea.inc *)
  12. da_window := NULL;
  13. (* images.inc *)
  14. image_window := NULL;
  15. image_pixbuf_loader := NULL;
  16. image_load_timeout := 0;
  17. (* item_factory *)
  18. if_window := NULL;
  19. (* menus.inc *)
  20. menu_window := NULL;
  21. (* panes.inc *)
  22. panes_window := NULL;
  23. (* pixbufs.inc *)
  24. pixbufs_window := NULL;
  25. pixbufs_frame := NULL;
  26. pixbufs_background := NULL;
  27. pixbufs_back_width := 0;
  28. pixbufs_back_height := 0;
  29. pixbufs_da := NULL;
  30. (* sizegroup.inc *)
  31. sg_window := NULL;
  32. (* stock_browser.inc *)
  33. stock_window := NULL;
  34. (* textview.inc *)
  35. text_window := NULL;
  36. text_egg_window := NULL;