You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

248 lines
7.4 KiB

  1. /* GTK - The GIMP Toolkit
  2. * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
  3. *
  4. * This library is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU Lesser General Public
  6. * License as published by the Free Software Foundation; either
  7. * version 2 of the License, or (at your option) any later version.
  8. *
  9. * This library is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. * Lesser General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU Lesser General Public
  15. * License along with this library; if not, write to the
  16. * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  17. * Boston, MA 02111-1307, USA.
  18. */
  19. /*
  20. * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
  21. * file for a list of people on the GTK+ Team. See the ChangeLog
  22. * files for a list of changes. These files are distributed with
  23. * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  24. */
  25. #ifndef __GTK_H__
  26. #define __GTK_H__
  27. #define __GTK_H_INSIDE__
  28. #include <gdk/gdk.h>
  29. #include <gtk/gtkaboutdialog.h>
  30. #include <gtk/gtkaccelgroup.h>
  31. #include <gtk/gtkaccellabel.h>
  32. #include <gtk/gtkaccelmap.h>
  33. #include <gtk/gtkaccessible.h>
  34. #include <gtk/gtkaction.h>
  35. #include <gtk/gtkactiongroup.h>
  36. #include <gtk/gtkactivatable.h>
  37. #include <gtk/gtkadjustment.h>
  38. #include <gtk/gtkalignment.h>
  39. #include <gtk/gtkarrow.h>
  40. #include <gtk/gtkaspectframe.h>
  41. #include <gtk/gtkassistant.h>
  42. #include <gtk/gtkbbox.h>
  43. #include <gtk/gtkbin.h>
  44. #include <gtk/gtkbindings.h>
  45. #include <gtk/gtkbox.h>
  46. #include <gtk/gtkbuildable.h>
  47. #include <gtk/gtkbuilder.h>
  48. #include <gtk/gtkbutton.h>
  49. #include <gtk/gtkcalendar.h>
  50. #include <gtk/gtkcelleditable.h>
  51. #include <gtk/gtkcelllayout.h>
  52. #include <gtk/gtkcellrenderer.h>
  53. #include <gtk/gtkcellrendereraccel.h>
  54. #include <gtk/gtkcellrenderercombo.h>
  55. #include <gtk/gtkcellrendererpixbuf.h>
  56. #include <gtk/gtkcellrendererprogress.h>
  57. #include <gtk/gtkcellrendererspin.h>
  58. #include <gtk/gtkcellrendererspinner.h>
  59. #include <gtk/gtkcellrenderertext.h>
  60. #include <gtk/gtkcellrenderertoggle.h>
  61. #include <gtk/gtkcellview.h>
  62. #include <gtk/gtkcheckbutton.h>
  63. #include <gtk/gtkcheckmenuitem.h>
  64. #include <gtk/gtkclipboard.h>
  65. #include <gtk/gtkcolorbutton.h>
  66. #include <gtk/gtkcolorsel.h>
  67. #include <gtk/gtkcolorseldialog.h>
  68. #include <gtk/gtkcombobox.h>
  69. #include <gtk/gtkcomboboxentry.h>
  70. #include <gtk/gtkcontainer.h>
  71. #include <gtk/gtkdebug.h>
  72. #include <gtk/gtkdialog.h>
  73. #include <gtk/gtkdnd.h>
  74. #include <gtk/gtkdrawingarea.h>
  75. #include <gtk/gtkeditable.h>
  76. #include <gtk/gtkentry.h>
  77. #include <gtk/gtkentrybuffer.h>
  78. #include <gtk/gtkentrycompletion.h>
  79. #include <gtk/gtkenums.h>
  80. #include <gtk/gtkeventbox.h>
  81. #include <gtk/gtkexpander.h>
  82. #include <gtk/gtkfixed.h>
  83. #include <gtk/gtkfilechooser.h>
  84. #include <gtk/gtkfilechooserbutton.h>
  85. #include <gtk/gtkfilechooserdialog.h>
  86. #include <gtk/gtkfilechooserwidget.h>
  87. #include <gtk/gtkfilefilter.h>
  88. #include <gtk/gtkfontbutton.h>
  89. #include <gtk/gtkfontsel.h>
  90. #include <gtk/gtkframe.h>
  91. #include <gtk/gtkgc.h>
  92. #include <gtk/gtkhandlebox.h>
  93. #include <gtk/gtkhbbox.h>
  94. #include <gtk/gtkhbox.h>
  95. #include <gtk/gtkhpaned.h>
  96. #include <gtk/gtkhruler.h>
  97. #include <gtk/gtkhscale.h>
  98. #include <gtk/gtkhscrollbar.h>
  99. #include <gtk/gtkhseparator.h>
  100. #include <gtk/gtkhsv.h>
  101. #include <gtk/gtkiconfactory.h>
  102. #include <gtk/gtkicontheme.h>
  103. #include <gtk/gtkiconview.h>
  104. #include <gtk/gtkimage.h>
  105. #include <gtk/gtkimagemenuitem.h>
  106. #include <gtk/gtkimcontext.h>
  107. #include <gtk/gtkimcontextsimple.h>
  108. #include <gtk/gtkimmulticontext.h>
  109. #include <gtk/gtkinfobar.h>
  110. #include <gtk/gtkinvisible.h>
  111. #include <gtk/gtkitem.h>
  112. #include <gtk/gtklabel.h>
  113. #include <gtk/gtklayout.h>
  114. #include <gtk/gtklinkbutton.h>
  115. #include <gtk/gtkliststore.h>
  116. #include <gtk/gtkmain.h>
  117. #include <gtk/gtkmenu.h>
  118. #include <gtk/gtkmenubar.h>
  119. #include <gtk/gtkmenuitem.h>
  120. #include <gtk/gtkmenushell.h>
  121. #include <gtk/gtkmenutoolbutton.h>
  122. #include <gtk/gtkmessagedialog.h>
  123. #include <gtk/gtkmisc.h>
  124. #include <gtk/gtkmodules.h>
  125. #include <gtk/gtkmountoperation.h>
  126. #include <gtk/gtknotebook.h>
  127. #include <gtk/gtkobject.h>
  128. #include <gtk/gtkoffscreenwindow.h>
  129. #include <gtk/gtkorientable.h>
  130. #include <gtk/gtkpagesetup.h>
  131. #include <gtk/gtkpapersize.h>
  132. #include <gtk/gtkpaned.h>
  133. #include <gtk/gtkplug.h>
  134. #include <gtk/gtkprintcontext.h>
  135. #include <gtk/gtkprintoperation.h>
  136. #include <gtk/gtkprintoperationpreview.h>
  137. #include <gtk/gtkprintsettings.h>
  138. #include <gtk/gtkprogressbar.h>
  139. #include <gtk/gtkradioaction.h>
  140. #include <gtk/gtkradiobutton.h>
  141. #include <gtk/gtkradiomenuitem.h>
  142. #include <gtk/gtkradiotoolbutton.h>
  143. #include <gtk/gtkrange.h>
  144. #include <gtk/gtkrc.h>
  145. #include <gtk/gtkrecentaction.h>
  146. #include <gtk/gtkrecentchooser.h>
  147. #include <gtk/gtkrecentchooserdialog.h>
  148. #include <gtk/gtkrecentchoosermenu.h>
  149. #include <gtk/gtkrecentchooserwidget.h>
  150. #include <gtk/gtkrecentfilter.h>
  151. #include <gtk/gtkrecentmanager.h>
  152. #include <gtk/gtkruler.h>
  153. #include <gtk/gtkscale.h>
  154. #include <gtk/gtkscalebutton.h>
  155. #include <gtk/gtkscrollbar.h>
  156. #include <gtk/gtkscrolledwindow.h>
  157. #include <gtk/gtkselection.h>
  158. #include <gtk/gtkseparator.h>
  159. #include <gtk/gtkseparatormenuitem.h>
  160. #include <gtk/gtkseparatortoolitem.h>
  161. #include <gtk/gtksettings.h>
  162. #include <gtk/gtkshow.h>
  163. #include <gtk/gtksizegroup.h>
  164. #include <gtk/gtksocket.h>
  165. #include <gtk/gtkspinbutton.h>
  166. #include <gtk/gtkspinner.h>
  167. #include <gtk/gtkstatusbar.h>
  168. #include <gtk/gtkstatusicon.h>
  169. #include <gtk/gtkstock.h>
  170. #include <gtk/gtkstyle.h>
  171. #include <gtk/gtktable.h>
  172. #include <gtk/gtktearoffmenuitem.h>
  173. #include <gtk/gtktextbuffer.h>
  174. #include <gtk/gtktextbufferrichtext.h>
  175. #include <gtk/gtktextchild.h>
  176. #include <gtk/gtktextiter.h>
  177. #include <gtk/gtktextmark.h>
  178. #include <gtk/gtktexttag.h>
  179. #include <gtk/gtktexttagtable.h>
  180. #include <gtk/gtktextview.h>
  181. #include <gtk/gtktoggleaction.h>
  182. #include <gtk/gtktogglebutton.h>
  183. #include <gtk/gtktoggletoolbutton.h>
  184. #include <gtk/gtktoolbar.h>
  185. #include <gtk/gtktoolbutton.h>
  186. #include <gtk/gtktoolitem.h>
  187. #include <gtk/gtktoolitemgroup.h>
  188. #include <gtk/gtktoolpalette.h>
  189. #include <gtk/gtktoolshell.h>
  190. #include <gtk/gtktooltip.h>
  191. #include <gtk/gtktestutils.h>
  192. #include <gtk/gtktreednd.h>
  193. #include <gtk/gtktreemodel.h>
  194. #include <gtk/gtktreemodelfilter.h>
  195. #include <gtk/gtktreemodelsort.h>
  196. #include <gtk/gtktreeselection.h>
  197. #include <gtk/gtktreesortable.h>
  198. #include <gtk/gtktreestore.h>
  199. #include <gtk/gtktreeview.h>
  200. #include <gtk/gtktreeviewcolumn.h>
  201. #include <gtk/gtktypeutils.h>
  202. #include <gtk/gtkuimanager.h>
  203. #include <gtk/gtkvbbox.h>
  204. #include <gtk/gtkvbox.h>
  205. #include <gtk/gtkversion.h>
  206. #include <gtk/gtkviewport.h>
  207. #include <gtk/gtkvolumebutton.h>
  208. #include <gtk/gtkvpaned.h>
  209. #include <gtk/gtkvruler.h>
  210. #include <gtk/gtkvscale.h>
  211. #include <gtk/gtkvscrollbar.h>
  212. #include <gtk/gtkvseparator.h>
  213. #include <gtk/gtkwidget.h>
  214. #include <gtk/gtkwindow.h>
  215. /* Broken */
  216. #include <gtk/gtktext.h>
  217. #include <gtk/gtktree.h>
  218. #include <gtk/gtktreeitem.h>
  219. /* Deprecated */
  220. #include <gtk/gtkclist.h>
  221. #include <gtk/gtkcombo.h>
  222. #include <gtk/gtkctree.h>
  223. #include <gtk/gtkcurve.h>
  224. #include <gtk/gtkfilesel.h>
  225. #include <gtk/gtkgamma.h>
  226. #include <gtk/gtkinputdialog.h>
  227. #include <gtk/gtkitemfactory.h>
  228. #include <gtk/gtklist.h>
  229. #include <gtk/gtklistitem.h>
  230. #include <gtk/gtkoldeditable.h>
  231. #include <gtk/gtkoptionmenu.h>
  232. #include <gtk/gtkpixmap.h>
  233. #include <gtk/gtkpreview.h>
  234. #include <gtk/gtkprogress.h>
  235. #include <gtk/gtksignal.h>
  236. #include <gtk/gtktipsquery.h>
  237. #include <gtk/gtktooltips.h>
  238. #undef __GTK_H_INSIDE__
  239. #endif /* __GTK_H__ */