Atk::Hypertext Class Reference
Inherits Glib::Interface.
Inherited by Atk::NoOpObject.
List of all members.
Constructor & Destructor Documentation
virtual Atk::Hypertext::~Hypertext |
( |
|
) |
[virtual] |
Member Function Documentation
static void Atk::Hypertext::add_interface |
( |
GType |
gtype_implementer |
) |
[static] |
Gets the link in this hypertext document at index link_index.
- Parameters:
-
| link_index | An integer specifying the desired link. |
- Returns:
- The link in this hypertext document at index link_index.
Gets the link in this hypertext document at index link_index.
- Parameters:
-
| link_index | An integer specifying the desired link. |
- Returns:
- The link in this hypertext document at index link_index.
int Atk::Hypertext::get_link_index |
( |
int |
char_index |
) |
const |
Gets the index into the array of hyperlinks that is associated with the character specified by char_index.
- Parameters:
-
| char_index | A character index. |
- Returns:
- An index into the array of hyperlinks in hypertext, or -1 if there is no hyperlink associated with this character.
virtual int Atk::Hypertext::get_link_index_vfunc |
( |
int |
char_index |
) |
const [virtual] |
int Atk::Hypertext::get_n_links |
( |
|
) |
const |
Gets the number of links within this hypertext document.
- Returns:
- The number of links within this hypertext document.
virtual int Atk::Hypertext::get_n_links_vfunc |
( |
|
) |
const [virtual] |
const AtkHypertext* Atk::Hypertext::gobj |
( |
|
) |
const [inline] |
AtkHypertext* Atk::Hypertext::gobj |
( |
|
) |
[inline] |
virtual void Atk::Hypertext::on_link_selected |
( |
int |
link_index |
) |
[protected, virtual] |
- Prototype:
void on_my_link_selected(int link_index)
Friends And Related Function Documentation
A Glib::wrap() method for this object.
- Parameters:
-
| object | The C instance. |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns:
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: