Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 52279327b2bd10de4ced2b6b414cacf5 > files > 75

atkmm1.6-doc-2.28.0-1.mga7.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>atkmm: Deprecated List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-extra.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">atkmm
   &#160;<span id="projectnumber">2.28.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Deprecated List </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<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>
<dd>If you need to track when an object gains or lose the focus, use <a class="el" href="classAtk_1_1Object.html#af9646bf798c5ab8541b45a39201e2729">Atk::Object::signal_state_change()</a> and check for focused notification instead. </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Member <a class="el" href="classAtk_1_1Component.html#aa4340292ae1eaed013508a714067cb5b">Atk::Component::get_position</a>  (int&amp; x, int&amp; y, CoordType coord_type) const</dt>
<dd>Use <a class="el" href="classAtk_1_1Component.html#aea6bc7d173065befea7e2044b3dbc5c3" title="Gets the rectangle which gives the extent of the component. ">get_extents()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Member <a class="el" href="classAtk_1_1Component.html#af4b122566ff165fff5b43b79e9a758eb">Atk::Component::get_size</a>  (int&amp; width, int&amp; height) const</dt>
<dd>Use <a class="el" href="classAtk_1_1Component.html#aea6bc7d173065befea7e2044b3dbc5c3" title="Gets the rectangle which gives the extent of the component. ">get_extents()</a> instead. </dd>
<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>
<dd>If you need to track when an object gains or lose the focus, use <a class="el" href="classAtk_1_1Object.html#af9646bf798c5ab8541b45a39201e2729">Atk::Object::signal_state_change()</a> and check for focused notification instead. </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Member <a class="el" href="classAtk_1_1Document.html#a9416b4cdce5546b53c01590cf345d916">Atk::Document::get_document</a>  ()</dt>
<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>
<dt><a class="anchor" id="_deprecated000005"></a>Member <a class="el" href="classAtk_1_1Document.html#a93c1d822a7139d7d2c4ecef982eb9919">Atk::Document::get_document_type</a>  () const</dt>
<dd>Please use get_attribute() to ask for the document type if it applies. </dd>
<dt><a class="anchor" id="_deprecated000008"></a>Member <a class="el" href="classAtk_1_1Table.html#a210180cf47e79f587e615a55c76c992e">Atk::Table::get_column_at_index</a>  (int index) const</dt>
<dd>This should not be used in newly-written code. </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Member <a class="el" href="classAtk_1_1Table.html#a1c9e96ded5a02a68df3f5bcd0b489833">Atk::Table::get_index_at</a>  (int row, int column) const</dt>
<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>
<dt><a class="anchor" id="_deprecated000009"></a>Member <a class="el" href="classAtk_1_1Table.html#ac6b5577ac1913a7f8d17d0938794efd3">Atk::Table::get_row_at_index</a>  (int index) const</dt>
<dd>This should not be used in newly-written code. </dd>
<dt><a class="anchor" id="_deprecated000010"></a>Member <a class="el" href="classAtk_1_1Text.html#a95a74117e5eaa8431ca94deac142549c">Atk::Text::get_text_after_offset</a>  (int offset, TextBoundary boundary_type, int&amp; start_offset, int&amp; end_offset) const</dt>
<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>
<dt><a class="anchor" id="_deprecated000013"></a>Member <a class="el" href="classAtk_1_1Text.html#a51227b66167970076ae506192221ce9d">Atk::Text::get_text_after_offset_vfunc</a>  (int offset, TextBoundary boundary_type, int&amp; start_offset, int&amp; end_offset) const</dt>
<dd>This virtual function is deprecated and it should not be overridden. </dd>
<dt><a class="anchor" id="_deprecated000011"></a>Member <a class="el" href="classAtk_1_1Text.html#a52ab4709497540f4cac25a076edf2e31">Atk::Text::get_text_at_offset</a>  (int offset, TextBoundary boundary_type, int&amp; start_offset, int&amp; end_offset) const</dt>
<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>
<dt><a class="anchor" id="_deprecated000012"></a>Member <a class="el" href="classAtk_1_1Text.html#a551adecf4929e113bc3575e4ac7c922a">Atk::Text::get_text_before_offset</a>  (int offset, TextBoundary boundary_type, int&amp; start_offset, int&amp; end_offset) const</dt>
<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>
<dt><a class="anchor" id="_deprecated000014"></a>Member <a class="el" href="classAtk_1_1Text.html#ada812f5136f1e51f010f24c71b6bb49d">Atk::Text::get_text_before_offset_vfunc</a>  (int offset, TextBoundary boundary_type, int&amp; start_offset, int&amp; end_offset) const</dt>
<dd>This virtual function is deprecated and it should not be overridden. </dd>
<dt><a class="anchor" id="_deprecated000015"></a>Member <a class="el" href="classAtk_1_1Value.html#ac3343196ff89944782d3e3408ed41cad">Atk::Value::get_current_value</a>  (<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&amp; value) const</dt>
<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>
<dt><a class="anchor" id="_deprecated000016"></a>Member <a class="el" href="classAtk_1_1Value.html#ab4d7cce7bc7a2ea685194f23ff593e7e">Atk::Value::get_maximum_value</a>  (<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&amp; value) const</dt>
<dd>Use <a class="el" href="classAtk_1_1Value.html#aecabb73706a6a113c636544a1592e244" title="Gets the range of this object. ">get_range()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000017"></a>Member <a class="el" href="classAtk_1_1Value.html#a97075d7d835af826e07bf86e1ae776f0">Atk::Value::get_minimum_value</a>  (<a class="elRef" href="../../../glibmm-2.4/reference/html/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&amp; value) const</dt>
<dd>Use <a class="el" href="classAtk_1_1Value.html#aecabb73706a6a113c636544a1592e244" title="Gets the range of this object. ">get_range()</a> instead. </dd>
<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" href="../../../glibmm-2.4/reference/html/classGlib_1_1ValueBase.html">Glib::ValueBase</a>&amp; value)</dt>
<dd>Use <a class="el" href="classAtk_1_1Value.html#afe294122ffa7695ef429183e6abf1f39" title="Sets the value of this object. ">set_value()</a> instead.</dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Nov 4 2018 12:45:16 for atkmm by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>