~ubuntu-branches/debian/sid/atkmm1.6/sid

« back to all changes in this revision

Viewing changes to doc/reference/html/deprecated.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Simon McVittie, Michael Biebl
  • Date: 2015-09-28 13:19:44 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150928131944-2a23bbzyd1w4riuf
Tags: 2.24.1-1
[ Simon McVittie ]
* debian/copyright: add some missing copyright holders

[ Michael Biebl ]
* New upstream release.
* Drop obsolete Breaks/Replaces from pre-wheezy.
* Update Build-Depends as per configure.ac:
  - Bump libglibmm-2.4-dev to (>= 2.46.1)
  - Bump libatk1.0-dev to (>= 1.18)
  - Bump mm-common to (>= 0.9.8)
* Bump Standards-Version to 3.9.6.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer and move
  Krzysztof Klimonda to Uploaders.
* Bump SHVER to 2.24.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 
5
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
 
6
<meta name="generator" content="Doxygen 1.8.9.1"/>
 
7
<title>atkmm: Deprecated List</title>
 
8
<link href="tabs.css" rel="stylesheet" type="text/css"/>
 
9
<script type="text/javascript" src="jquery.js"></script>
 
10
<script type="text/javascript" src="dynsections.js"></script>
 
11
<link href="doxygen.css" rel="stylesheet" type="text/css" />
 
12
</head>
 
13
<body>
 
14
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
 
15
<div id="titlearea">
 
16
<table cellspacing="0" cellpadding="0">
 
17
 <tbody>
 
18
 <tr style="height: 56px;">
 
19
  <td style="padding-left: 0.5em;">
 
20
   <div id="projectname">atkmm
 
21
   &#160;<span id="projectnumber">2.24.1</span>
 
22
   </div>
 
23
  </td>
 
24
 </tr>
 
25
 </tbody>
 
26
</table>
 
27
</div>
 
28
<!-- end header part -->
 
29
<!-- Generated by Doxygen 1.8.9.1 -->
 
30
  <div id="navrow1" class="tabs">
 
31
    <ul class="tablist">
 
32
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
 
33
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
 
34
      <li><a href="modules.html"><span>Modules</span></a></li>
 
35
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
 
36
      <li><a href="annotated.html"><span>Classes</span></a></li>
 
37
    </ul>
 
38
  </div>
 
39
</div><!-- top -->
 
40
<div class="header">
 
41
  <div class="headertitle">
 
42
<div class="title">Deprecated List </div>  </div>
 
43
</div><!--header-->
 
44
<div class="contents">
 
45
<div class="textblock"><dl class="reflist">
 
46
<dt><a class="anchor" id="_deprecated000001"></a>Member <a class="el" href="classAtk_1_1Component.html#a3801c9c8883b04c3cb6cbc3a8324d720">Atk::Component::add_focus_handler</a>  (AtkFocusHandler handler)</dt>
 
47
<dd>If you need to track when an object gains or lose the focus, use <a class="el" href="classAtk_1_1Object.html#a9da6511ef70dd4f5646894a4f71a1e89">Atk::Object::signal_state_change()</a> and check for focused notification instead. </dd>
 
48
<dt><a class="anchor" id="_deprecated000002"></a>Member <a class="el" href="classAtk_1_1Component.html#ab3f0b95a127bd1007bc90bf8c34077ba">Atk::Component::get_position</a>  (int&amp; x, int&amp; y, CoordType coord_type) const </dt>
 
49
<dd>Use <a class="el" href="classAtk_1_1Component.html#aff54a73d11808f3b83e476b0b6c6ef72" title="Gets the rectangle which gives the extent of the component. ">get_extents()</a> instead. </dd>
 
50
<dt><a class="anchor" id="_deprecated000003"></a>Member <a class="el" href="classAtk_1_1Component.html#a5a99521eb20cd82226016196f642684b">Atk::Component::get_size</a>  (int&amp; width, int&amp; height) const </dt>
 
51
<dd>Use <a class="el" href="classAtk_1_1Component.html#aff54a73d11808f3b83e476b0b6c6ef72" title="Gets the rectangle which gives the extent of the component. ">get_extents()</a> instead. </dd>
 
52
<dt><a class="anchor" id="_deprecated000004"></a>Member <a class="el" href="classAtk_1_1Component.html#a980a75536f126672470779ab68a08502">Atk::Component::remove_focus_handler</a>  (guint handler_id)</dt>
 
53
<dd>If you need to track when an object gains or lose the focus, use <a class="el" href="classAtk_1_1Object.html#a9da6511ef70dd4f5646894a4f71a1e89">Atk::Object::signal_state_change()</a> and check for focused notification instead. </dd>
 
54
<dt><a class="anchor" id="_deprecated000006"></a>Member <a class="el" href="classAtk_1_1Document.html#a9416b4cdce5546b53c01590cf345d916">Atk::Document::get_document</a>  ()</dt>
 
55
<dd><a class="el" href="classAtk_1_1Document.html" title="The ATK interface which allows access to a DOM associated with on object. ">Document</a> is already a representation of the document. Use it directly, or one of its children, as an instance of the DOM. </dd>
 
56
<dt><a class="anchor" id="_deprecated000005"></a>Member <a class="el" href="classAtk_1_1Document.html#afc3d3f8af8e9788684fa9075d4b19ca3">Atk::Document::get_document_type</a>  () const </dt>
 
57
<dd>Please use get_attribute() to ask for the document type if it applies. </dd>
 
58
<dt><a class="anchor" id="_deprecated000008"></a>Member <a class="el" href="classAtk_1_1Table.html#ae3ddedef2be5b9d63fc0f1eac96d5179">Atk::Table::get_column_at_index</a>  (int index) const </dt>
 
59
<dd>This should not be used in newly-written code. </dd>
 
60
<dt><a class="anchor" id="_deprecated000007"></a>Member <a class="el" href="classAtk_1_1Table.html#a642c4291054ec74608856d614ff74888">Atk::Table::get_index_at</a>  (int row, int column) const </dt>
 
61
<dd>Use <a class="el" href="classAtk_1_1Table.html#a4b50a5f631399e3822d5ee8390ba95c3" title="Get a reference to the table cell at row, column. ">get_at()</a> instead. </dd>
 
62
<dt><a class="anchor" id="_deprecated000009"></a>Member <a class="el" href="classAtk_1_1Table.html#afac40179aeb4b0a308953bdb9b9ca399">Atk::Table::get_row_at_index</a>  (int index) const </dt>
 
63
<dd>This should not be used in newly-written code. </dd>
 
64
<dt><a class="anchor" id="_deprecated000010"></a>Member <a class="el" href="classAtk_1_1Text.html#a3850bea8df6900731de05add95c3dc36">Atk::Text::get_text_after_offset</a>  (int offset, TextBoundary boundary_type, int&amp; start_offset, int&amp; end_offset) const </dt>
 
65
<dd>Use <a class="el" href="classAtk_1_1Text.html#adf22ecc82e21072ef153559362566145" title="Gets a portion of the text exposed through an Atk::Text according to a given offset and a specific gr...">get_string_at_offset()</a> instead. </dd>
 
66
<dt><a class="anchor" id="_deprecated000013"></a>Member <a class="el" href="classAtk_1_1Text.html#ae75ece1bc7052a9ce77ff8e39490e631">Atk::Text::get_text_after_offset_vfunc</a>  (int offset, TextBoundary boundary_type, int&amp; start_offset, int&amp; end_offset) const </dt>
 
67
<dd>This virtual function is deprecated and it should not be overridden.  </dd>
 
68
<dt><a class="anchor" id="_deprecated000011"></a>Member <a class="el" href="classAtk_1_1Text.html#af4a06a65abef1a65af82cc11e54adf3f">Atk::Text::get_text_at_offset</a>  (int offset, TextBoundary boundary_type, int&amp; start_offset, int&amp; end_offset) const </dt>
 
69
<dd>Use <a class="el" href="classAtk_1_1Text.html#adf22ecc82e21072ef153559362566145" title="Gets a portion of the text exposed through an Atk::Text according to a given offset and a specific gr...">get_string_at_offset()</a> instead. </dd>
 
70
<dt><a class="anchor" id="_deprecated000012"></a>Member <a class="el" href="classAtk_1_1Text.html#a8472685388551749d87a43ce62982644">Atk::Text::get_text_before_offset</a>  (int offset, TextBoundary boundary_type, int&amp; start_offset, int&amp; end_offset) const </dt>
 
71
<dd>Use <a class="el" href="classAtk_1_1Text.html#adf22ecc82e21072ef153559362566145" title="Gets a portion of the text exposed through an Atk::Text according to a given offset and a specific gr...">get_string_at_offset()</a> instead. </dd>
 
72
<dt><a class="anchor" id="_deprecated000014"></a>Member <a class="el" href="classAtk_1_1Text.html#a12f7c5a3ebc090a9787ef48ff5b5148d">Atk::Text::get_text_before_offset_vfunc</a>  (int offset, TextBoundary boundary_type, int&amp; start_offset, int&amp; end_offset) const </dt>
 
73
<dd>This virtual function is deprecated and it should not be overridden.  </dd>
 
74
<dt><a class="anchor" id="_deprecated000015"></a>Member <a class="el" href="classAtk_1_1Value.html#a413b3aa759306e5453c52c3cc633bbdd">Atk::Value::get_current_value</a>  (<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&amp; value) const </dt>
 
75
<dd>Use <a class="el" href="classAtk_1_1Value.html#a57b6e5cd2259cc1b9d0d0f893b54aacf" title="Gets the current value and the human readable text alternative. ">get_value_and_text()</a> instead. </dd>
 
76
<dt><a class="anchor" id="_deprecated000016"></a>Member <a class="el" href="classAtk_1_1Value.html#a05900879b78b99af2f608f8aa6225043">Atk::Value::get_maximum_value</a>  (<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&amp; value) const </dt>
 
77
<dd>Use <a class="el" href="classAtk_1_1Value.html#a946df62496c55e3a249d132b26d368d3" title="Gets the range of this object. ">get_range()</a> instead. </dd>
 
78
<dt><a class="anchor" id="_deprecated000017"></a>Member <a class="el" href="classAtk_1_1Value.html#aa846b94c5afd243ad9b6488f3c882b30">Atk::Value::get_minimum_value</a>  (<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&amp; value) const </dt>
 
79
<dd>Use <a class="el" href="classAtk_1_1Value.html#a946df62496c55e3a249d132b26d368d3" title="Gets the range of this object. ">get_range()</a> instead. </dd>
 
80
<dt><a class="anchor" id="_deprecated000018"></a>Member <a class="el" href="classAtk_1_1Value.html#a5f68e4192b070a56f2f5dbdc29d18ef1">Atk::Value::set_current_value</a>  (const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&amp; value)</dt>
 
81
<dd>Use <a class="el" href="classAtk_1_1Value.html#afe294122ffa7695ef429183e6abf1f39" title="Sets the value of this object. ">set_value()</a> instead.</dd>
 
82
</dl>
 
83
</div></div><!-- contents -->
 
84
<!-- start footer part -->
 
85
<hr class="footer"/><address class="footer"><small>
 
86
Generated on Tue Sep 22 2015 11:36:15 for atkmm by &#160;<a href="http://www.doxygen.org/index.html">
 
87
<img class="footer" src="doxygen.png" alt="doxygen"/>
 
88
</a> 1.8.9.1
 
89
</small></address>
 
90
</body>
 
91
</html>