summaryrefslogtreecommitdiff
path: root/atk/atkhypertext.h
Commit message (Collapse)AuthorAgeFilesLines
* add G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.Michael Natterer2008-06-051-8/+6
| | | | | | | | | | | | | | | | | | | | 2008-06-05 Michael Natterer <mitch@imendio.com> * configure.in: add G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS. * atk/atk.h: define __ATK_H_INSIDE__ around including all other headers. * atk/atk*.h: add single-include guards that #error out if ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files. * atk/Makefile.am: define ATK_COMPILATION while building ATK. Add single-include guards to the generated atk-enum-types.h too. svn path=/trunk/; revision=1246
* New functions which checks whether the specified AtkHyperlink is selectedPadraig O'Briain2003-01-301-1/+7
| | | | | | | | | | | | | | | | | | | | 2003-01-30 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkhyperlink.[ch] New property selected-link defined. Function pointer is_selected_link added to interface (atk_hyperlink_is_selected_link: New functions which checks whether the specified AtkHyperlink is selected * atk/atkhypertext.[ch] New signal link-selected added. * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link and function atk_hyperlink_is_selected_link. This fixes bug #104621.
* Update commentsPadraig O'Briain2002-02-281-8/+3
| | | | | * atk/atkhypertext.h: Update comments
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-271-1/+4
| | | | | * atk/atkhypertext.h atk/atkhyperlink.h: Add padding to class structures to allow for future expansion.
* Change AtkHyperLink to AtkHyperlink in comment Change AtkHyperLink toPadraig O'Briain2001-08-241-4/+3
| | | | | | | | | | | | | | | * atk/atkhyperlink.h: Change AtkHyperLink to AtkHyperlink in comment * atk/atkhypertext.[c|h]: Change AtkHyperLink to AtkHyperlink * atk/atktable.[c|h]: Make gchar* arguments const; make return value of type gchar* G_CONST_RETURN * docs/atk-sections.txt Remove reference to AtkHyperLink * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml: Updated by make
* Updated the atk docs for several files, particularly for enumerations.Brian Cameron2001-05-281-11/+0
|
* Latest rev (previous commit was out of date). Added README and NEWS.Bill Haneman2001-04-271-0/+1
|
* Initial revisionBill Haneman2001-04-261-0/+87