1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409
|
<!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.11"/>
<title>gtkmm: 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" />
</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">gtkmm
 <span id="projectnumber">2.24.4</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
</ul>
</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="_deprecated000026"></a>Member <a class="el" href="namespaceGdk_1_1Cairo.html#ac5843747eec1a700ce321c27e28638c0">Gdk::Cairo::rectangle</a> (::Cairo::RefPtr< ::Cairo::Context >& context, const <a class="el" href="classGdk_1_1Rectangle.html" title="Gdk::Rectangle is a structure holding the position and size of a rectangle. ">Gdk::Rectangle</a>& rectangle)</dt>
<dd>Use <a class="el" href="namespaceGdk_1_1Cairo.html#a6ea2e5e747df1326ca23215e39616a78" title="Adds the given rectangle to the current path of the context. ">add_rectangle_to_path()</a> instead reference. </dd>
<dt><a class="anchor" id="_deprecated000027"></a>Member <a class="el" href="namespaceGdk_1_1Cairo.html#aeb596dbc23d99a46fb670592d609cd42">Gdk::Cairo::region</a> (::Cairo::RefPtr< ::Cairo::Context >& context, const <a class="el" href="classGdk_1_1Region.html" title="This is an opaque data type holding a set of arbitrary pixels, and is usually used for clipping graph...">Gdk::Region</a>& region)</dt>
<dd>Use <a class="el" href="namespaceGdk_1_1Cairo.html#a6a5003cd69fdf1c425bd82a418899c21" title="Adds the given region to the current path of the context. ">add_region_to_path()</a> instead </dd>
<dt><a class="anchor" id="_deprecated000023"></a>Member <a class="el" href="namespaceGdk_1_1Cairo.html#a446ae433add90dc0f467c08a6e0fd7db">Gdk::Cairo::set_source_color</a> (::Cairo::RefPtr< ::Cairo::Context >& context, const <a class="el" href="classGdk_1_1Color.html" title="Gdk::Color is used to describe an allocated or unallocated color. ">Gdk::Color</a>& color)</dt>
<dd>Use the overloaded function that takes a const RefPtr reference. </dd>
<dt><a class="anchor" id="_deprecated000024"></a>Member <a class="el" href="namespaceGdk_1_1Cairo.html#a0d32070139c2a323ed0ecf54441978c9">Gdk::Cairo::set_source_pixbuf</a> (::Cairo::RefPtr< ::Cairo::Context >& context, const Glib::RefPtr< Gdk::Pixbuf >& pixbuf, double pixbuf_x=0, double pixbuf_y=0)</dt>
<dd>Use the overloaded function that takes a const RefPtr reference. </dd>
<dt><a class="anchor" id="_deprecated000025"></a>Member <a class="el" href="namespaceGdk_1_1Cairo.html#a7445c7de80f4f01f65fc73682c8af20a">Gdk::Cairo::set_source_pixmap</a> (::Cairo::RefPtr< ::Cairo::Context >& context, const Glib::RefPtr< Gdk::Pixmap >& pixmap, double pixmap_x, double pixmap_y)</dt>
<dd>Use the overloaded function that takes a const RefPtr reference. </dd>
<dt><a class="anchor" id="_deprecated000001"></a>Member <a class="el" href="classGdk_1_1Color.html#a332b783371b11101b88c3f17d43316d3">Gdk::Color::parse</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_1ustring.html">Glib::ustring</a>& spec)</dt>
<dd>See <a class="el" href="classGdk_1_1Color.html#a7ada60cada9db85ff439edd5444adaf3" title="Parses a textual specification of a color and fills in the red, green, and blue values. ">set()</a>. </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Member <a class="el" href="classGdk_1_1Color.html#aacc24614ed01888f6fcedfb9a6738e36">Gdk::Color::rgb_find_color</a> (const Glib::RefPtr< Gdk::Colormap >& map)</dt>
<dd><a class="el" href="namespaceGdk_1_1Cairo.html">Cairo</a> handles colors automatically. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Member <a class="el" href="classGdk_1_1Colormap.html#a572fe8fade77afbdcc7f7cf56ff489f6">Gdk::Colormap::alloc_colors</a> (ArrayHandle_Color& colors, int ncolors, bool writeable, bool best_match, Glib::ArrayHandle< bool >& success)</dt>
<dd>Use <a class="el" href="classGdk_1_1Colormap.html#a798a90a164bd95a865360b573455407c" title="Allocates a single color from a colormap. ">alloc_color()</a>. </dd>
<dt><a class="anchor" id="_deprecated000004"></a>Member <a class="el" href="classGdk_1_1Colormap.html#a79d4fec03cb95c71b64d4a0bc6282fe6">Gdk::Colormap::free_colors</a> (<a class="el" href="classGdk_1_1Color.html" title="Gdk::Color is used to describe an allocated or unallocated color. ">Color</a>& colors, int ncolors)</dt>
<dd>Use <a class="el" href="classGdk_1_1Colormap.html#aabb71a757b4f69a90d0fca884a6b4c62">free_color()</a> </dd>
<dt><a class="anchor" id="_deprecated000005"></a>Member <a class="el" href="classGdk_1_1Display.html#aaa4d96cef880080d17123d3ff4a24494">Gdk::Display::unset_pointer_hooks</a> ()</dt>
<dd>This method has been removed in gtkmm-3.0 for lack of use cases. </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Member <a class="el" href="classGdk_1_1DragContext.html#a1cd2c10b4c4e3346bbf0346bba33a7ca">Gdk::DragContext::create</a> ()</dt>
<dd>This method is not useful, you always obtain drag contexts by <a class="el" href="classGdk_1_1Window.html#aa1456c4781e4c38e336039b7168302d2" title="Starts a drag and creates a new drag context for it. ">Gdk::Window::drag_begin()</a> or similar. </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Member <a class="el" href="classGdk_1_1DragContext.html#a7d7ee53ae6f03bf7afd2f0f106368079">Gdk::DragContext::DragContext</a> ()</dt>
<dd>This method is not useful, you always obtain drag contexts by <a class="el" href="classGdk_1_1Window.html#aa1456c4781e4c38e336039b7168302d2" title="Starts a drag and creates a new drag context for it. ">Gdk::Window::drag_begin()</a> or similar. </dd>
<dt><a class="anchor" id="_deprecated000008"></a>Member <a class="el" href="classGdk_1_1DragContext.html#a384015be2fe78f597bb73c029a203c7c">Gdk::DragContext::get_action</a> () const </dt>
<dd>Use <a class="el" href="classGdk_1_1DragContext.html#a369c437c1ba2c6837dab6d757810780a" title="Determines the action chosen by the drag destination. ">get_selected_action()</a> </dd>
<dt><a class="anchor" id="_deprecated000011"></a>Member <a class="el" href="classGdk_1_1Drawable.html#a38a6e490519e5ab89adef59b78ee2590">Gdk::Drawable::draw_lines</a> (const Glib::RefPtr< const GC >& gc, const Glib::ArrayHandle< Point >& points)</dt>
<dd>Use cairo_line_to() and cairo_stroke() instead. </dd>
<dt><a class="anchor" id="_deprecated000012"></a>Member <a class="el" href="classGdk_1_1Drawable.html#a2b0f0fa71a27ef18f53a47b6e81787e6">Gdk::Drawable::draw_pixbuf</a> (const Glib::RefPtr< Pixbuf >& pixbuf, int src_x, int src_y, int dest_x, int dest_y, int width, int height, RgbDither dither, int x_dither, int y_dither)</dt>
<dd>Use gdk_cairo_set_source_pixbuf() and cairo_paint() or cairo_rectangle() and cairo_fill() instead. </dd>
<dt><a class="anchor" id="_deprecated000010"></a>Member <a class="el" href="classGdk_1_1Drawable.html#ab7c474844251ed7561900530b55406f1">Gdk::Drawable::draw_points</a> (const Glib::RefPtr< const GC >& gc, const Glib::ArrayHandle< Point >& points)</dt>
<dd>Use n_points calls to cairo_rectangle() and cairo_fill() instead. </dd>
<dt><a class="anchor" id="_deprecated000009"></a>Member <a class="el" href="classGdk_1_1Drawable.html#a938f9da906aafcfa089a9aab8e30749d">Gdk::Drawable::get_size</a> (int& width, int& height)</dt>
<dd>Use the const version of this method. </dd>
<dt><a class="anchor" id="_deprecated000013"></a>Member <a class="el" href="classGdk_1_1GC.html#a9f83feb6a71dcea826f80f65f778eff8">Gdk::GC::set_clip_rectangle</a> (<a class="el" href="classGdk_1_1Rectangle.html" title="Gdk::Rectangle is a structure holding the position and size of a rectangle. ">Rectangle</a>& rectangle)</dt>
<dd>Use <a class="el" href="classGdk_1_1GC.html#a8df6e778b7312f3f198842aea3f7bb43" title="Sets the clip mask for a graphics context from a rectangle. ">set_clip_rectangle(const Rectangle& rectangle)</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000015"></a>Member <a class="el" href="classGdk_1_1Image.html#a9a624bcb50829f0b920f1bbb2e76bfba">Gdk::Image::get_bpl</a> () const </dt>
<dd>Use <a class="el" href="classGdk_1_1Image.html#ac77d5303dafa70e649cfacfd9a704801" title="Determines the number of bytes per line of the image. ">get_bytes_per_line()</a> </dd>
<dt><a class="anchor" id="_deprecated000014"></a>Member <a class="el" href="classGdk_1_1Image.html#a156b6e5f8eaadc1755a247b23891315c">Gdk::Image::get_bpp</a> () const </dt>
<dd>Use <a class="el" href="classGdk_1_1Image.html#acf0305bec22e0b8973c44c83ee5638ad" title="Determines the number of bytes per pixel of the image. ">get_bytes_per_pixel()</a> </dd>
<dt><a class="anchor" id="_deprecated000016"></a>Member <a class="el" href="classGdk_1_1Image.html#a92ae3cbb3f5893081f0429f206b09b36">Gdk::Image::get_mem</a> ()</dt>
<dd>Use <a class="el" href="classGdk_1_1Image.html#a969a86ddd9c9c0c26290e2f56fe378c1" title="Returns a pointer to the pixel data of the image. ">get_pixels()</a>. </dd>
<dt><a class="anchor" id="_deprecated000019"></a>Member <a class="el" href="classGdk_1_1Pixbuf.html#a519fae58f951e669b3693a624661e076">Gdk::Pixbuf::create</a> (const Glib::RefPtr< Drawable >& src, const Glib::RefPtr< Colormap >& cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height)</dt>
<dd>Use the <a class="el" href="classGdk_1_1Pixbuf.html#a519fae58f951e669b3693a624661e076">create()</a> methods that don't have the unused dest_x and dest_y parameters. </dd>
<dt><a class="anchor" id="_deprecated000020"></a>Member <a class="el" href="classGdk_1_1Pixbuf.html#a71d217289b55598fba056d4b69fa5831">Gdk::Pixbuf::create</a> (const Glib::RefPtr< Image >& src, const Glib::RefPtr< Colormap >& cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height)</dt>
<dd>Use the <a class="el" href="classGdk_1_1Pixbuf.html#a519fae58f951e669b3693a624661e076">create()</a> methods that that don't have the unused dest_x and dest_y parameters. </dd>
<dt><a class="anchor" id="_deprecated000017"></a>Member <a class="el" href="classGdk_1_1Pixbuf.html#a3445465fb0e98edbbc89c015dcd2d941">Gdk::Pixbuf::Pixbuf</a> (const Glib::RefPtr< Drawable >& src, const Glib::RefPtr< Colormap >& cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height)</dt>
<dd>Use the constructor without dest_x and dest_y parameters. </dd>
<dt><a class="anchor" id="_deprecated000018"></a>Member <a class="el" href="classGdk_1_1Pixbuf.html#a3b0ca678f26d95814c041bac591a911f">Gdk::Pixbuf::Pixbuf</a> (const Glib::RefPtr< Image >& src, const Glib::RefPtr< Colormap >& cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height)</dt>
<dd>Use the constructors without dest_x and dest_y parameters. </dd>
<dt><a class="anchor" id="_deprecated000021"></a>Member <a class="el" href="classGdk_1_1Pixbuf.html#a9c5c35a5cfcb38c5bda55378906b60a5">Gdk::Pixbuf::render_to_drawable</a> (const Glib::RefPtr< Drawable >& drawable, const Glib::RefPtr< Gdk::GC >& gc, int src_x, int src_y, int dest_x, int dest_y, int width, int height, RgbDither dither, int x_dither, int y_dither)</dt>
<dd>Use <a class="el" href="classGdk_1_1Drawable.html#a7530941e96a44e882961d5358fb8eb68" title="Renders a rectangular portion of a pixbuf to a drawable. ">Gdk::Drawable::draw_pixbuf()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000022"></a>Member <a class="el" href="classGdk_1_1Pixbuf.html#a1cec5870a00a59aa7940fb28f9eef5e3">Gdk::Pixbuf::render_to_drawable_alpha</a> (const Glib::RefPtr< Drawable >& drawable, int src_x, int src_y, int dest_x, int dest_y, int width, int height, PixbufAlphaMode alpha_mode, int alpha_threshold, RgbDither dither, int x_dither, int y_dither)</dt>
<dd>Use <a class="el" href="classGdk_1_1Drawable.html#a7530941e96a44e882961d5358fb8eb68" title="Renders a rectangular portion of a pixbuf to a drawable. ">Gdk::Drawable::draw_pixbuf()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000029"></a>Member <a class="el" href="classGtk_1_1AboutDialog.html#a3bddecbc076481ba1af82227072665c2">Gtk::AboutDialog::set_email_hook</a> (const SlotActivateLink& slot)</dt>
<dd>Use signal_activate_link() instead. </dd>
<dt><a class="anchor" id="_deprecated000030"></a>Member <a class="el" href="classGtk_1_1AboutDialog.html#ac95ce94cacea3b691018ad5157164d5b">Gtk::AboutDialog::set_url_hook</a> (const SlotActivateLink& slot)</dt>
<dd>Use signal_activate_link() instead. </dd>
<dt><a class="anchor" id="_deprecated000028"></a>Member <a class="el" href="classGtk_1_1AboutDialog.html#aad14950354fa1d9e7d02e951bd0f232e">Gtk::AboutDialog::SlotActivateLink</a> </dt>
<dd>Use signal_activate_link() instead. </dd>
<dt><a class="anchor" id="_deprecated000043"></a>Member <a class="el" href="group__gtkmmEnums.html#gga98983d4e80f67ffa5148dd554706ffacab809a05b7daf750f21aeb1ee086b33ef">Gtk::ALIGN_BOTTOM</a> </dt>
<dd>Use ALIGN_END. </dd>
<dt><a class="anchor" id="_deprecated000040"></a>Member <a class="el" href="group__gtkmmEnums.html#gga98983d4e80f67ffa5148dd554706ffaca447f2bbed131df7f0f0001b5c8a3c6f4">Gtk::ALIGN_LEFT</a> </dt>
<dd>Use ALIGN_START. </dd>
<dt><a class="anchor" id="_deprecated000041"></a>Member <a class="el" href="group__gtkmmEnums.html#gga98983d4e80f67ffa5148dd554706ffacadad6854824688299bc59eb3c72190d85">Gtk::ALIGN_RIGHT</a> </dt>
<dd>Use ALIGN_END. </dd>
<dt><a class="anchor" id="_deprecated000042"></a>Member <a class="el" href="group__gtkmmEnums.html#gga98983d4e80f67ffa5148dd554706ffaca6596a3b991643260079ddd198517ccb1">Gtk::ALIGN_TOP</a> </dt>
<dd>Use ALIGN_START. </dd>
<dt><a class="anchor" id="_deprecated000031"></a>Member <a class="el" href="classGtk_1_1CellRenderer.html#a9aaef65d7b80a4ad7378b20f76ef4760">Gtk::CellRenderer::editing_canceled</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1CellRenderer.html#ab77106d860fed2839efeec69becde2a2" title="Informs the cell renderer that the editing is stopped. ">stop_editing()</a>. </dd>
<dt><a class="anchor" id="_deprecated000035"></a>Member <a class="el" href="classGtk_1_1ColorSelectionDialog.html#a537d69f6dbd8d7b962c833553ef2fc96">Gtk::ColorSelectionDialog::get_cancel_button</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1Dialog.html#af259947b29ba1dc093bc1d112400c03c" title="Gets the widget button that uses the given response ID in the action area of a dialog. ">Gtk::Dialog::get_widget_for_response()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000032"></a>Member <a class="el" href="classGtk_1_1ColorSelectionDialog.html#aa9d63665d32f1b7ce9cb7f8903917dec">Gtk::ColorSelectionDialog::get_colorsel</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1ColorSelectionDialog.html#afde8a6708608c897a9c4b438994b49ec" title="Retrieves the Gtk::ColorSelection widget embedded in the dialog. ">get_color_selection()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000033"></a>Member <a class="el" href="classGtk_1_1ColorSelectionDialog.html#a5eb58c5ac5d5909f280747d0fa64afe0">Gtk::ColorSelectionDialog::get_colorsel</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1ColorSelectionDialog.html#afde8a6708608c897a9c4b438994b49ec" title="Retrieves the Gtk::ColorSelection widget embedded in the dialog. ">get_color_selection()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000036"></a>Member <a class="el" href="classGtk_1_1ColorSelectionDialog.html#a27e1d5a95229502c1ee7ea743470a258">Gtk::ColorSelectionDialog::get_help_button</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1Dialog.html#af259947b29ba1dc093bc1d112400c03c" title="Gets the widget button that uses the given response ID in the action area of a dialog. ">Gtk::Dialog::get_widget_for_response()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000034"></a>Member <a class="el" href="classGtk_1_1ColorSelectionDialog.html#a8da088a7ec2805b6563fb01a52da11bb">Gtk::ColorSelectionDialog::get_ok_button</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1Dialog.html#af259947b29ba1dc093bc1d112400c03c" title="Gets the widget button that uses the given response ID in the action area of a dialog. ">Gtk::Dialog::get_widget_for_response()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000163"></a>Class <a class="el" href="classGtk_1_1Combo.html">Gtk::Combo</a> </dt>
<dd>Use the <a class="el" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items. ">ComboBox</a> widget instead. </dd>
<dt><a class="anchor" id="_deprecated000037"></a>Class <a class="el" href="classGtk_1_1ComboBoxEntry.html">Gtk::ComboBoxEntry</a> </dt>
<dd>Instead use <a class="el" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items. ">ComboBox</a> with has_entry = true. </dd>
<dt><a class="anchor" id="_deprecated000166"></a>Class <a class="el" href="classGtk_1_1ComboBoxEntryText.html">Gtk::ComboBoxEntryText</a> </dt>
<dd>Instead use <a class="el" href="classGtk_1_1ComboBoxText.html" title="This is a specialisation of the ComboBox which has one column of text (a simple list), and appropriate methods for setting and getting the text. ">ComboBoxText</a> with has_entry = true. </dd>
<dt><a class="anchor" id="_deprecated000167"></a>Member <a class="el" href="classGtk_1_1ComboBoxEntryText.html#a9a9d9779f9ace589924a2399d35c371e">Gtk::ComboBoxEntryText::append_text</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_1ustring.html">Glib::ustring</a>& text)</dt>
<dd>Use <a class="el" href="classGtk_1_1ComboBoxEntryText.html#ad70b681faf9c2a3cb8f9cf9baeb8c2f6" title="Add an item to the end of the drop-down list. ">append()</a>. </dd>
<dt><a class="anchor" id="_deprecated000170"></a>Member <a class="el" href="classGtk_1_1ComboBoxEntryText.html#a52e3bc91e1153c36aa046ec249880022">Gtk::ComboBoxEntryText::clear</a> ()</dt>
<dd>See <a class="el" href="classGtk_1_1ComboBoxEntryText.html#a6ef6dac71b28dfb8fa76cf7e64caff7f" title="Remove all items from the drop-down menu. ">clear_items()</a>. Since 2.8. </dd>
<dt><a class="anchor" id="_deprecated000168"></a>Member <a class="el" href="classGtk_1_1ComboBoxEntryText.html#a9bf819020740e33033096aa96c81c14e">Gtk::ComboBoxEntryText::insert_text</a> (int position, 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_1ustring.html">Glib::ustring</a>& text)</dt>
<dd>Use <a class="el" href="classGtk_1_1ComboBoxEntryText.html#a0342c8c4ff2db424fb4b2b8606deda50">insert()</a>. </dd>
<dt><a class="anchor" id="_deprecated000169"></a>Member <a class="el" href="classGtk_1_1ComboBoxEntryText.html#a72ab993ada0ce630115d7c5536f13c3b">Gtk::ComboBoxEntryText::prepend_text</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_1ustring.html">Glib::ustring</a>& text)</dt>
<dd>Use <a class="el" href="classGtk_1_1ComboBoxEntryText.html#a3bd374038e60b74c67e08b0b73330cbb" title="Add an item to the beginning of the drop-down list. ">prepend()</a>. </dd>
<dt><a class="anchor" id="_deprecated000171"></a>Member <a class="el" href="classGtk_1_1ComboBoxText.html#ab6a4b6f833c964144ecb9ce79b9f949d">Gtk::ComboBoxText::append_text</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_1ustring.html">Glib::ustring</a>& text)</dt>
<dd>Use <a class="el" href="classGtk_1_1ComboBoxText.html#ad43c1cc0325585fd53908d5d7038657e" title="Add an item to the end of the drop-down list. ">append()</a>. </dd>
<dt><a class="anchor" id="_deprecated000175"></a>Member <a class="el" href="classGtk_1_1ComboBoxText.html#aff2f7bdb9e8796eb4f30fba36a37435e">Gtk::ComboBoxText::clear</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1ComboBoxText.html#ae2820f73e92df9abacaae71bed2d244a" title="Remove all items from the drop-down menu. ">remove_all()</a>. Since 2.8. </dd>
<dt><a class="anchor" id="_deprecated000174"></a>Member <a class="el" href="classGtk_1_1ComboBoxText.html#aec3e17b23e8b13957e25547f1ef08d05">Gtk::ComboBoxText::clear_items</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1ComboBoxText.html#ae2820f73e92df9abacaae71bed2d244a" title="Remove all items from the drop-down menu. ">remove_all()</a>. </dd>
<dt><a class="anchor" id="_deprecated000172"></a>Member <a class="el" href="classGtk_1_1ComboBoxText.html#a9c8f65b084135fefe8831a60294298ee">Gtk::ComboBoxText::insert_text</a> (int position, 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_1ustring.html">Glib::ustring</a>& text)</dt>
<dd>Use <a class="el" href="classGtk_1_1ComboBoxText.html#acaabb30f27480e110ff50ad6152c70be">insert()</a>. </dd>
<dt><a class="anchor" id="_deprecated000173"></a>Member <a class="el" href="classGtk_1_1ComboBoxText.html#a6a1e6e454739ae9b1bd4a56b1de72189">Gtk::ComboBoxText::prepend_text</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_1ustring.html">Glib::ustring</a>& text)</dt>
<dd>Use <a class="el" href="classGtk_1_1ComboBoxText.html#aa26a9271d840cae4abcaf451924675ee" title="Add an item to the beginning of the drop-down list. ">prepend()</a>. </dd>
<dt><a class="anchor" id="_deprecated000162"></a>Class <a class="el" href="classGtk_1_1ComboDropDown.html">Gtk::ComboDropDown</a> </dt>
<dd>Use the <a class="el" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items. ">ComboBox</a> widget instead. </dd>
<dt><a class="anchor" id="_deprecated000161"></a>Class <a class="el" href="classGtk_1_1ComboDropDownItem.html">Gtk::ComboDropDownItem</a> </dt>
<dd>Use the <a class="el" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items. ">ComboBox</a> widget instead. </dd>
<dt><a class="anchor" id="_deprecated000164"></a>Class <a class="el" href="classGtk_1_1Curve.html">Gtk::Curve</a> </dt>
<dd>As of gtkmm 2.20, this widget has been deprecated since it is too specialized. </dd>
<dt><a class="anchor" id="_deprecated000039"></a>Member <a class="el" href="classGtk_1_1EntryCompletion.html#ae1ebde7c0f0629dbbb1285ca5e6c68cd">Gtk::EntryCompletion::get_text_column</a> ()</dt>
<dd>Use the const version of this method. </dd>
<dt><a class="anchor" id="_deprecated000038"></a>Member <a class="el" href="classGtk_1_1EntryCompletion.html#ab5bb9eb43f264a2c72de1c114696236d">Gtk::EntryCompletion::set_popup_single_width</a> (bool popup_single_match=true)</dt>
<dd>Use <a class="el" href="classGtk_1_1EntryCompletion.html#a278fb680457123cbdea1aa3242c17eb4" title="Sets whether the completion popup window will appear even if there is only a single match...">set_popup_single_match()</a> instead. This function was wrongly named. </dd>
<dt><a class="anchor" id="_deprecated000044"></a>Class <a class="el" href="classGtk_1_1FileSelection.html">Gtk::FileSelection</a> </dt>
<dd>Use the <a class="el" href="classGtk_1_1FileChooserDialog.html" title="Convenient file chooser window. ">FileChooserDialog</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000049"></a>Member <a class="el" href="classGtk_1_1FontSelection.html#a5eaf3a8153d9de00aef74ad1df05973a">Gtk::FontSelection::get_filter_button</a> ()</dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000045"></a>Member <a class="el" href="classGtk_1_1FontSelection.html#a2ea43a275d570e895f880ee2467c1725">Gtk::FontSelection::get_font_entry</a> ()</dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000046"></a>Member <a class="el" href="classGtk_1_1FontSelection.html#a19e28b7bae0e9e0160c3ac967f8adab5">Gtk::FontSelection::get_font_style_entry</a> ()</dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000047"></a>Member <a class="el" href="classGtk_1_1FontSelection.html#a54d5be93a73f065b877cd93a023efff0">Gtk::FontSelection::get_pixels_button</a> ()</dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000048"></a>Member <a class="el" href="classGtk_1_1FontSelection.html#ab4452a551f395c940d48bc33f96060db">Gtk::FontSelection::get_points_button</a> ()</dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000050"></a>Member <a class="el" href="classGtk_1_1HandleBox.html#a1a5f6572d7ebbd6846210bc33d835044">Gtk::HandleBox::get_bin_window</a> ()</dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000051"></a>Member <a class="el" href="classGtk_1_1HandleBox.html#a12e8b902936ebc6c1d95acb5f35cb9bb">Gtk::HandleBox::get_float_window</a> ()</dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000052"></a>Member <a class="el" href="classGtk_1_1HandleBox.html#ad7dba424951525b05911e5967ce14b7a">Gtk::HandleBox::is_float_window_mapped</a> () const </dt>
<dd>This method does not seem to be useful and will be removed from a future version of gtkmm, due to changes in GTK+. </dd>
<dt><a class="anchor" id="_deprecated000053"></a>Member <a class="el" href="classGtk_1_1HandleBox.html#aec1848532415cebfe7786897a8122015">Gtk::HandleBox::is_in_drag</a> () const </dt>
<dd>This method does not seem to be useful and will be removed from a future version of gtkmm, due to changes in GTK+. </dd>
<dt><a class="anchor" id="_deprecated000054"></a>Member <a class="el" href="classGtk_1_1HandleBox.html#accff250090d6dcfc91dd8f9f6b145b4c">Gtk::HandleBox::shrinks_on_detach</a> () const </dt>
<dd>This method does not seem to be useful and will be removed from a future version of gtkmm, due to changes in GTK+. </dd>
<dt><a class="anchor" id="_deprecated000087"></a>Class <a class="el" href="classGtk_1_1HRuler.html">Gtk::HRuler</a> </dt>
<dd>This has been removed from gtkmm-3.0 because it was unmaintained and too specialized. There is no replacement other than using the original GtkRuler and <a class="el" href="classGtk_1_1Ruler.html" title="Base class for horizontal or vertical rulers. ">Gtk::Ruler</a> source files in your application. </dd>
<dt><a class="anchor" id="_deprecated000055"></a>Member <a class="el" href="classGtk_1_1IconInfo.html#a4e0ff5422c708a3a5e451786190a6f07">Gtk::IconInfo::operator bool</a> ()</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000056"></a>Member <a class="el" href="classGtk_1_1Image.html#a9a65d453012ec244f11cf34ac701a88b">Gtk::Image::Image</a> (<a class="el" href="classGtk_1_1IconSet.html" title="This manages a set of variants of a particular icon An IconSet contains variants for different sizes ...">IconSet</a>& icon_set, <a class="el" href="classGtk_1_1IconSize.html" title="Represents registered icon sizes. ">IconSize</a> icon_size)</dt>
<dd>Use the constructor that takes a const <a class="el" href="classGtk_1_1IconSet.html" title="This manages a set of variants of a particular icon An IconSet contains variants for different sizes ...">IconSet</a>& icon_set instead. </dd>
<dt><a class="anchor" id="_deprecated000057"></a>Member <a class="el" href="classGtk_1_1Image.html#a4b562580a074436703f9aaf35e3273e1">Gtk::Image::set</a> (<a class="el" href="classGtk_1_1IconSet.html" title="This manages a set of variants of a particular icon An IconSet contains variants for different sizes ...">IconSet</a>& icon_set, <a class="el" href="classGtk_1_1IconSize.html" title="Represents registered icon sizes. ">IconSize</a> size)</dt>
<dd>Use the method that takes a const <a class="el" href="classGtk_1_1IconSet.html" title="This manages a set of variants of a particular icon An IconSet contains variants for different sizes ...">IconSet</a>& instead. </dd>
<dt><a class="anchor" id="_deprecated000165"></a>Class <a class="el" href="classGtk_1_1InputDialog.html">Gtk::InputDialog</a> </dt>
<dd>As of gtkmm 2.20, this widget has been deprecated since it is too specialized. </dd>
<dt><a class="anchor" id="_deprecated000059"></a>Member <a class="el" href="classGtk_1_1LinkButton.html#a39dd06e4ccff7e94ba4564227d593fa0">Gtk::LinkButton::set_uri_hook</a> (const SlotUri& slot)</dt>
<dd>Use <a class="el" href="classGtk_1_1Button.html#a2fa59b52db13af1de45b2745ea6d70c8">Button::signal_clicked()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000058"></a>Member <a class="el" href="classGtk_1_1LinkButton.html#a32709649516d5e155b4cb814a70747b4">Gtk::LinkButton::SlotUri</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Button.html#a2fa59b52db13af1de45b2745ea6d70c8">Button::signal_clicked()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000060"></a>Member <a class="el" href="classGtk_1_1LinkButton.html#a9fc2b98375a8527dde28883929bbdeeb">Gtk::LinkButton::unset_uri_hook</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1Button.html#a2fa59b52db13af1de45b2745ea6d70c8">Button::signal_clicked()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000176"></a>Member <a class="el" href="classGtk_1_1ListViewText.html#a3cdeed88eaff196851646f35ecbc3bf4">Gtk::ListViewText::append_text</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_1ustring.html">Glib::ustring</a>& column_one_value=<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_1ustring.html">Glib::ustring()</a>)</dt>
<dd>Use <a class="el" href="classGtk_1_1ListViewText.html#a9cea200ecaeefba042f49dfef4853baf" title="Add a new row at the end of the list. ">append()</a>. </dd>
<dt><a class="anchor" id="_deprecated000178"></a>Member <a class="el" href="classGtk_1_1ListViewText.html#a9c7aa9e85ddceb4c6c3a2a1a6530e6ef">Gtk::ListViewText::insert_text</a> (guint row, 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_1ustring.html">Glib::ustring</a>& column_one_value=<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_1ustring.html">Glib::ustring()</a>)</dt>
<dd>Use <a class="el" href="classGtk_1_1ListViewText.html#aecf1cc656f786113d57b23ad7d886bb6" title="Insert a new row at an arbitrary position in the list. ">insert()</a>. </dd>
<dt><a class="anchor" id="_deprecated000177"></a>Member <a class="el" href="classGtk_1_1ListViewText.html#aaf4222fd257888b89914660c11740ea1">Gtk::ListViewText::prepend_text</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_1ustring.html">Glib::ustring</a>& column_one_value=<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_1ustring.html">Glib::ustring()</a>)</dt>
<dd>Use <a class="el" href="classGtk_1_1ListViewText.html#ab2b03c5b1071bb700b1d057113fdfbf5" title="Insert a new row at the beginning of the list. ">prepend()</a>. </dd>
<dt><a class="anchor" id="_deprecated000061"></a>Member <a class="el" href="classGtk_1_1Main.html#ac1b6ae5b79cb84158f3caf3e9382492d">Gtk::Main::signal_quit</a> ()</dt>
<dd>This was removed in gtkmm-3.0 because it is not useful. </dd>
<dt><a class="anchor" id="_deprecated000062"></a>Member <a class="el" href="classGtk_1_1MenuToolButton.html#aafe7aa1160bed6ab4b22f0cc7cdce180">Gtk::MenuToolButton::set_arrow_tooltip</a> (<a class="el" href="classGtk_1_1Tooltips.html" title="Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a s...">Tooltips</a>& tooltips, 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_1ustring.html">Glib::ustring</a>& tip_text, 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_1ustring.html">Glib::ustring</a>& tip_private)</dt>
<dd>Use <a class="el" href="classGtk_1_1MenuToolButton.html#a59259aa6cb99757c9a459315c6d60b15" title="Sets the tooltip text to be used as tooltip for the arrow button which pops up the menu...">set_arrow_tooltip_text()</a> or <a class="el" href="classGtk_1_1MenuToolButton.html#a64097d80577cf2eae567ca100e7a286c" title="Sets the tooltip markup text to be used as tooltip for the arrow button which pops up the menu...">set_arrow_tooltip_markup()</a> instead </dd>
<dt><a class="anchor" id="_deprecated000063"></a>Member <a class="el" href="classGtk_1_1MessageDialog.html#aae83c9c8501dcd04103eb5d995c1c752">Gtk::MessageDialog::set_markup</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_1ustring.html">Glib::ustring</a>& str)</dt>
<dd>Use set_message(string, true). </dd>
<dt><a class="anchor" id="_deprecated000078"></a>Member <a class="el" href="classGtk_1_1Notebook.html#ae97d0078795417a1b6f86643590a8bbd">Gtk::Notebook::get_current</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1Notebook.html#af45cfad58e0d5ed998c551ede9015dff" title="Returns the page number of the current page. ">Notebook::get_current_page()</a>, <a class="el" href="classGtk_1_1Notebook.html#aee6987ef10d8e3afcc40824c53f4c1ad" title="Returns the child widget contained in page number page_num. ">Notebook::get_nth_page()</a>, etc. </dd>
<dt><a class="anchor" id="_deprecated000075"></a>Member <a class="el" href="classGtk_1_1Notebook.html#a50419a0bde1c5d4d4fe6124dd40c4462">Gtk::Notebook::get_n_pages</a> ()</dt>
<dd>Use the const method. </dd>
<dt><a class="anchor" id="_deprecated000076"></a>Member <a class="el" href="classGtk_1_1Notebook.html#a7fc37088ba103763547e6c67796c011f">Gtk::Notebook::page_num</a> (const <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets) ">Widget</a>& child)</dt>
<dd>Use the const method. </dd>
<dt><a class="anchor" id="_deprecated000073"></a>Member <a class="el" href="classGtk_1_1Notebook.html#a475484a8d8ca5e1c01ece85c0505e5f2">Gtk::Notebook::PageList</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Notebook.html#af45cfad58e0d5ed998c551ede9015dff" title="Returns the page number of the current page. ">Notebook::get_current_page()</a>, <a class="el" href="classGtk_1_1Notebook.html#aee6987ef10d8e3afcc40824c53f4c1ad" title="Returns the child widget contained in page number page_num. ">Notebook::get_nth_page()</a>, etc. </dd>
<dt><a class="anchor" id="_deprecated000079"></a>Member <a class="el" href="classGtk_1_1Notebook.html#a6a14099d90a2179001b88f0a08132faa">Gtk::Notebook::pages</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1Notebook.html#af45cfad58e0d5ed998c551ede9015dff" title="Returns the page number of the current page. ">Notebook::get_current_page()</a>, <a class="el" href="classGtk_1_1Notebook.html#aee6987ef10d8e3afcc40824c53f4c1ad" title="Returns the child widget contained in page number page_num. ">Notebook::get_nth_page()</a>, etc. </dd>
<dt><a class="anchor" id="_deprecated000080"></a>Member <a class="el" href="classGtk_1_1Notebook.html#aea78704b42407487c313439f1b05a944">Gtk::Notebook::pages</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Notebook.html#af45cfad58e0d5ed998c551ede9015dff" title="Returns the page number of the current page. ">Notebook::get_current_page()</a>, <a class="el" href="classGtk_1_1Notebook.html#aee6987ef10d8e3afcc40824c53f4c1ad" title="Returns the child widget contained in page number page_num. ">Notebook::get_nth_page()</a>, etc. </dd>
<dt><a class="anchor" id="_deprecated000077"></a>Member <a class="el" href="classGtk_1_1Notebook.html#a8cea404ff5620d26de81ce63bec2c41f">Gtk::Notebook::query_tab_label_packing</a> (<a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets) ">Widget</a>& child, bool& expand, bool& fill, PackType& pack_type)</dt>
<dd>Modify the "tab-expand" and "tab-fill" child properties instead. </dd>
<dt><a class="anchor" id="_deprecated000074"></a>Member <a class="el" href="classGtk_1_1Notebook.html#aaa7a4dabcd0ed602eb9478561c976160">Gtk::Notebook::set_window_creation_hook</a> (const SlotWindowCreation& slot)</dt>
<dd>Use the GtkNotebook::create-window signal instead. </dd>
<dt><a class="anchor" id="_deprecated000064"></a>Namespace <a class="el" href="namespaceGtk_1_1Notebook__Helpers.html">Gtk::Notebook_Helpers</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Notebook.html#af45cfad58e0d5ed998c551ede9015dff" title="Returns the page number of the current page. ">Notebook::get_current_page()</a>, <a class="el" href="classGtk_1_1Notebook.html#aee6987ef10d8e3afcc40824c53f4c1ad" title="Returns the child widget contained in page number page_num. ">Notebook::get_nth_page()</a>, etc. </dd>
<dt><a class="anchor" id="_deprecated000069"></a>Class <a class="el" href="structGtk_1_1Notebook__Helpers_1_1MenuElem.html">Gtk::Notebook_Helpers::MenuElem</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Notebook.html#af45cfad58e0d5ed998c551ede9015dff" title="Returns the page number of the current page. ">Notebook::get_current_page()</a>, <a class="el" href="classGtk_1_1Notebook.html#aee6987ef10d8e3afcc40824c53f4c1ad" title="Returns the child widget contained in page number page_num. ">Notebook::get_nth_page()</a>, etc. </dd>
<dt><a class="anchor" id="_deprecated000066"></a>Class <a class="el" href="classGtk_1_1Notebook__Helpers_1_1Page.html">Gtk::Notebook_Helpers::Page</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Notebook.html#af45cfad58e0d5ed998c551ede9015dff" title="Returns the page number of the current page. ">Notebook::get_current_page()</a>, <a class="el" href="classGtk_1_1Notebook.html#aee6987ef10d8e3afcc40824c53f4c1ad" title="Returns the child widget contained in page number page_num. ">Notebook::get_nth_page()</a>, etc. </dd>
<dt><a class="anchor" id="_deprecated000071"></a>Member <a class="el" href="classGtk_1_1Notebook__Helpers_1_1Page.html#a6ebc17bff934659fb10202980e1dfde1">Gtk::Notebook_Helpers::Page::query_tab_label_packing</a> (bool& expand, bool& fill, PackType& pack_type)</dt>
<dd>Query the "tab-expand" and "tab-fill" child properties instead. </dd>
<dt><a class="anchor" id="_deprecated000072"></a>Member <a class="el" href="classGtk_1_1Notebook__Helpers_1_1Page.html#a4308a39b97ab03eb969fcff8a79d2a18">Gtk::Notebook_Helpers::Page::set_tab_label_packing</a> (bool expand, bool fill, PackType pack_type)</dt>
<dd>Modify the "tab-expand" and "tab-fill" child properties instead. </dd>
<dt><a class="anchor" id="_deprecated000065"></a>Class <a class="el" href="classGtk_1_1Notebook__Helpers_1_1PageIterator.html">Gtk::Notebook_Helpers::PageIterator</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Notebook.html#af45cfad58e0d5ed998c551ede9015dff" title="Returns the page number of the current page. ">Notebook::get_current_page()</a>, <a class="el" href="classGtk_1_1Notebook.html#aee6987ef10d8e3afcc40824c53f4c1ad" title="Returns the child widget contained in page number page_num. ">Notebook::get_nth_page()</a>, etc. </dd>
<dt><a class="anchor" id="_deprecated000070"></a>Class <a class="el" href="classGtk_1_1Notebook__Helpers_1_1PageList.html">Gtk::Notebook_Helpers::PageList</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Notebook.html#af45cfad58e0d5ed998c551ede9015dff" title="Returns the page number of the current page. ">Notebook::get_current_page()</a>, <a class="el" href="classGtk_1_1Notebook.html#aee6987ef10d8e3afcc40824c53f4c1ad" title="Returns the child widget contained in page number page_num. ">Notebook::get_nth_page()</a>, etc. instead. </dd>
<dt><a class="anchor" id="_deprecated000068"></a>Class <a class="el" href="structGtk_1_1Notebook__Helpers_1_1TabElem.html">Gtk::Notebook_Helpers::TabElem</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Notebook.html#af45cfad58e0d5ed998c551ede9015dff" title="Returns the page number of the current page. ">Notebook::get_current_page()</a>, <a class="el" href="classGtk_1_1Notebook.html#aee6987ef10d8e3afcc40824c53f4c1ad" title="Returns the child widget contained in page number page_num. ">Notebook::get_nth_page()</a>, etc. </dd>
<dt><a class="anchor" id="_deprecated000081"></a>Class <a class="el" href="classGtk_1_1OptionMenu.html">Gtk::OptionMenu</a> </dt>
<dd>Use the <a class="el" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items. ">ComboBox</a> widget instead. </dd>
<dt><a class="anchor" id="_deprecated000083"></a>Member <a class="el" href="classGtk_1_1PageSetup.html#a9b679ce0339a396e2e331493c9ea4bc0">Gtk::PageSetup::save_to_key_file</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_1KeyFile.html">Glib::KeyFile</a>& key_file)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000082"></a>Member <a class="el" href="classGtk_1_1PageSetup.html#a2ee9cd31943c51cd62fe51c07e3f7af9">Gtk::PageSetup::save_to_key_file</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_1KeyFile.html">Glib::KeyFile</a>& key_file, 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_1ustring.html">Glib::ustring</a>& group_name)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000084"></a>Member <a class="el" href="classGtk_1_1PrintSettings.html#aed701e7035d0c0416d4656c95015c620">Gtk::PrintSettings::save_to_key_file</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_1KeyFile.html">Glib::KeyFile</a>& key_file)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000085"></a>Class <a class="el" href="classGtk_1_1Ruler.html">Gtk::Ruler</a> </dt>
<dd>This has been removed from gtkmm-3.0 because it was unmaintained and too specialized. There is no replacement other than using the original GtkRuler and <a class="el" href="classGtk_1_1Ruler.html" title="Base class for horizontal or vertical rulers. ">Gtk::Ruler</a> source files in your application. </dd>
<dt><a class="anchor" id="_deprecated000088"></a>Member <a class="el" href="classGtk_1_1Ruler.html#af58d6e9b70486b32aa2482146b54a6e9">Gtk::Ruler::get_metric</a> ()</dt>
<dd>Use the const version </dd>
<dt><a class="anchor" id="_deprecated000089"></a>Member <a class="el" href="classGtk_1_1Ruler.html#ac62fa390f2bec13d89c4d1288264879d">Gtk::Ruler::get_range_lower</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Ruler.html#aa2507798293c573295a28e0e4be09010" title="Retrieves values indicating the range and current position of a Gtk::Ruler. ">get_range()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000090"></a>Member <a class="el" href="classGtk_1_1Ruler.html#af57557b0e2bc0f4c029a14321ce52e6c">Gtk::Ruler::get_range_upper</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Ruler.html#aa2507798293c573295a28e0e4be09010" title="Retrieves values indicating the range and current position of a Gtk::Ruler. ">get_range()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000092"></a>Member <a class="el" href="classGtk_1_1ScrolledWindow.html#ae09cec3d10d8ef12dc4afa602702307d">Gtk::ScrolledWindow::get_hscrollbar_visible</a> () const </dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000091"></a>Member <a class="el" href="classGtk_1_1ScrolledWindow.html#ad18d851ff0e8549c3543b987edb7ad6c">Gtk::ScrolledWindow::get_vscrollbar_visible</a> () const </dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000094"></a>Member <a class="el" href="classGtk_1_1Style.html#ab7878635807a4e44aa93b29333cfc3cc">Gtk::Style::copy</a> ()</dt>
<dd>Use the const version </dd>
<dt><a class="anchor" id="_deprecated000093"></a>Member <a class="el" href="classGtk_1_1Style.html#a82c1d8db30391f0bf83f2ed67789dd18">Gtk::Style::set_bg_pixmap</a> (<a class="el" href="group__gtkmmEnums.html#gae389c7fef8176df3e8b7992c521d9661">Gtk::StateType</a> state_type, const Glib::RefPtr< Gdk::Pixmap >& pixmap)</dt>
<dd>Use <a class="el" href="classGtk_1_1Style.html#add2fe0032d8021278ccb190782dc6445">set_bg_pixmap(Gtk::StateType state_type, const Glib::RefPtr<const Gdk::Pixmap>& pixmap)</a> </dd>
<dt><a class="anchor" id="_deprecated000099"></a>Member <a class="el" href="classGtk_1_1Table.html#a437b02c2a52cbbb7be96ade6783810bf">Gtk::Table::children</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Container.html#acd2f9b9ac16ba96178d3f5169b07f4d0" title="(internal) Operate on contained items (see foreach()) ">Container::get_children()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000098"></a>Member <a class="el" href="classGtk_1_1Table.html#a524cbe5effb04026af48070d021149c3">Gtk::Table::children</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1Container.html#acd2f9b9ac16ba96178d3f5169b07f4d0" title="(internal) Operate on contained items (see foreach()) ">Container::get_children()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000097"></a>Member <a class="el" href="classGtk_1_1Table.html#a26ca0b1279094591c011dd70f54adc87">Gtk::Table::TableList</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Container.html#acd2f9b9ac16ba96178d3f5169b07f4d0" title="(internal) Operate on contained items (see foreach()) ">Container::get_children()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000095"></a>Namespace <a class="el" href="namespaceGtk_1_1Table__Helpers.html">Gtk::Table_Helpers</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Container.html#acd2f9b9ac16ba96178d3f5169b07f4d0" title="(internal) Operate on contained items (see foreach()) ">Container::get_children()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000096"></a>Class <a class="el" href="classGtk_1_1Table__Helpers_1_1Child.html">Gtk::Table_Helpers::Child</a> </dt>
<dd>Use <a class="el" href="classGtk_1_1Container.html#acd2f9b9ac16ba96178d3f5169b07f4d0" title="(internal) Operate on contained items (see foreach()) ">Container::get_children()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000100"></a>Member <a class="el" href="classGtk_1_1TearoffMenuItem.html#aa459bb3df8f5b4504f27b61c76450620">Gtk::TearoffMenuItem::is_torn_off</a> () const </dt>
<dd>This method was apparently not useful and will be removed in a later gtkmm version, due to changes in GTK+. </dd>
<dt><a class="anchor" id="_deprecated000102"></a>Member <a class="el" href="classGtk_1_1TextBuffer.html#ae6cffbcb3b2d2fc2ba4f18e5518549aa">Gtk::TextBuffer::assign</a> (const char* text_begin, const char* text_end)</dt>
<dd>Use <a class="el" href="classGtk_1_1TextBuffer.html#a9dc48965b1949bb54c7297e6bd1d1248" title="Removes the current contents of the buffer, and inserts text instead. ">set_text()</a> </dd>
<dt><a class="anchor" id="_deprecated000101"></a>Member <a class="el" href="classGtk_1_1TextBuffer.html#a0df024c51b2bb46dd0288b96a5edcd7f">Gtk::TextBuffer::assign</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_1ustring.html">Glib::ustring</a>& text)</dt>
<dd>Use <a class="el" href="classGtk_1_1TextBuffer.html#a9dc48965b1949bb54c7297e6bd1d1248" title="Removes the current contents of the buffer, and inserts text instead. ">set_text()</a> </dd>
<dt><a class="anchor" id="_deprecated000105"></a>Member <a class="el" href="classGtk_1_1TextBuffer.html#ab07f68f1c4705bdfe7271eaeb36d65e5">Gtk::TextBuffer::get_slice</a> (const iterator& start, const iterator& end, bool include_hidden_chars=true)</dt>
<dd>Use <a class="el" href="classGtk_1_1TextBuffer.html#ae1cbe191e2e2c739704d4e7fff366b06" title="Returns the text in the range [ start, end). ">get_slice(const iterator& start, const iterator& end, bool include_hidden_chars) const</a>. </dd>
<dt><a class="anchor" id="_deprecated000103"></a>Member <a class="el" href="classGtk_1_1TextBuffer.html#ae4f9e04000110dbfd1014ef05067a593">Gtk::TextBuffer::get_text</a> (const iterator& start, const iterator& end, bool include_hidden_chars=true)</dt>
<dd>Use <a class="el" href="classGtk_1_1TextBuffer.html#a5e6eb888811a3060cf6525c71bda319a" title="Returns the text in the range [ start, end). ">get_text(const iterator& start, const iterator& end, bool include_hidden_chars) const</a> </dd>
<dt><a class="anchor" id="_deprecated000104"></a>Member <a class="el" href="classGtk_1_1TextBuffer.html#a77434f057d68314a823ae47da426013a">Gtk::TextBuffer::get_text</a> (bool include_hidden_chars=true)</dt>
<dd>Use <a class="el" href="classGtk_1_1TextBuffer.html#afd3c4c2a218879e74ffe2e60786adb0b" title="Returns all the text in the buffer. ">get_text(bool include_hidden_chars) const</a>. </dd>
<dt><a class="anchor" id="_deprecated000108"></a>Member <a class="el" href="classGtk_1_1TextView.html#abda033b9f21259af66c1afb93e7eeb4b">Gtk::TextView::scroll_mark_onscreen</a> (const Glib::RefPtr< TextBuffer::Mark >& mark)</dt>
<dd>Use <a class="el" href="classGtk_1_1TextView.html#a9b23b8dbb4362c639abaa05ba9284d3b" title="Scrolls the TextView so that iter is on the screen, by scrolling the minimal distance to get the mark...">scroll_to()</a> </dd>
<dt><a class="anchor" id="_deprecated000106"></a>Member <a class="el" href="classGtk_1_1TextView.html#aa01a5796543403272c1f100d58f99cb4">Gtk::TextView::scroll_to_iter</a> (<a class="el" href="classGtk_1_1TextBuffer.html#abb8a8a5abd18b84218e12a4678dcc3c0">TextBuffer::iterator</a>& iter, double within_margin)</dt>
<dd>Use <a class="el" href="classGtk_1_1TextView.html#a9b23b8dbb4362c639abaa05ba9284d3b" title="Scrolls the TextView so that iter is on the screen, by scrolling the minimal distance to get the mark...">scroll_to()</a>. </dd>
<dt><a class="anchor" id="_deprecated000107"></a>Member <a class="el" href="classGtk_1_1TextView.html#afbb08ef213741a47b151bd922497eb1e">Gtk::TextView::scroll_to_mark</a> (const Glib::RefPtr< TextBuffer::Mark >& mark, double within_margin)</dt>
<dd>Use <a class="el" href="classGtk_1_1TextView.html#a9b23b8dbb4362c639abaa05ba9284d3b" title="Scrolls the TextView so that iter is on the screen, by scrolling the minimal distance to get the mark...">scroll_to()</a>. </dd>
<dt><a class="anchor" id="_deprecated000110"></a>Member <a class="el" href="classGtk_1_1Toolbar.html#ab88732228ccb77624af602eddc2e5de3">Gtk::Toolbar::get_tooltips</a> () const </dt>
<dd>Use The toolkit-wide <a class="el" href="classGtk_1_1Settings.html#add470b979b497dcade22b731618c8c84" title="Whether tooltips should be shown on widgets. ">Gtk::Settings::property_gtk_enable_tooltips</a> instead </dd>
<dt><a class="anchor" id="_deprecated000111"></a>Member <a class="el" href="classGtk_1_1Toolbar.html#aa7f339d5c02125a64473d87c2a4e6a39">Gtk::Toolbar::get_tooltips_object</a> () const </dt>
<dd>Use the <a class="el" href="classGtk_1_1Tooltip.html" title="Add tips to your widgets. ">Gtk::Tooltip</a> API instead. </dd>
<dt><a class="anchor" id="_deprecated000109"></a>Member <a class="el" href="classGtk_1_1Toolbar.html#abd053073333579c0d0b30e9f683897cf">Gtk::Toolbar::set_tooltips</a> (bool enable=true)</dt>
<dd>Use The toolkit-wide <a class="el" href="classGtk_1_1Settings.html#add470b979b497dcade22b731618c8c84" title="Whether tooltips should be shown on widgets. ">Gtk::Settings::property_gtk_enable_tooltips</a> instead </dd>
<dt><a class="anchor" id="_deprecated000112"></a>Member <a class="el" href="classGtk_1_1ToolButton.html#a4a43631a0e16d8a9fb406f0e0570ba0b">Gtk::ToolButton::signal_clicked</a> ()</dt>
<dd>This is an "action" key-binding signal that you should rarely need to use. </dd>
<dt><a class="anchor" id="_deprecated000113"></a>Member <a class="el" href="classGtk_1_1ToolItem.html#aeabf9f4f654dfedbc40d0b7b9bc3eacc">Gtk::ToolItem::set_tooltip</a> (<a class="el" href="classGtk_1_1Tooltips.html" title="Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a s...">Tooltips</a>& tooltips, 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_1ustring.html">Glib::ustring</a>& tip_text, 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_1ustring.html">Glib::ustring</a>& tip_private=<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_1ustring.html">Glib::ustring()</a>)</dt>
<dd>Use <a class="el" href="classGtk_1_1ToolItem.html#a2f4067d5070b6395a8c6be040fc67364" title="Sets the text to be displayed as tooltip on the item. ">set_tooltip_text()</a> or <a class="el" href="classGtk_1_1ToolItem.html#ac62a32a9d9a9bf16c4fc4dd1e1c11bbc" title="Sets the markup text to be displayed as tooltip on the item. ">set_tooltip_markup()</a> instead </dd>
<dt><a class="anchor" id="_deprecated000114"></a>Member <a class="el" href="classGtk_1_1ToolItem.html#a3bc4e262d1e5b1ebd13d01c313406fb8">Gtk::ToolItem::signal_set_tooltip</a> ()</dt>
<dd>Use the new <a class="el" href="classGtk_1_1Tooltip.html" title="Add tips to your widgets. ">Gtk::Tooltip</a> API. This signal will now never be emitted. </dd>
<dt><a class="anchor" id="_deprecated000115"></a>Class <a class="el" href="classGtk_1_1Tooltips.html">Gtk::Tooltips</a> </dt>
<dd>Use the <a class="el" href="classGtk_1_1Tooltip.html" title="Add tips to your widgets. ">Gtk::Tooltip</a> API instead. </dd>
<dt><a class="anchor" id="_deprecated000116"></a>Member <a class="el" href="classGtk_1_1TreeModel.html#aa5c6526633d0fa8a78fd3d14d1fbd6cf">Gtk::TreeModel::iter_is_valid</a> (const iterator& iter) const </dt>
<dd>Use <a class="el" href="classGtk_1_1TreeModel.html#aa5c6526633d0fa8a78fd3d14d1fbd6cf" title="Override and implement this in a derived TreeModel class. ">iter_is_valid()</a> in the derived class. </dd>
<dt><a class="anchor" id="_deprecated000117"></a>Member <a class="el" href="classGtk_1_1TreeModelFilter.html#a0a63732c0a5c08c010489ae707790561">Gtk::TreeModelFilter::convert_child_path_to_path</a> (const Path& child_path)</dt>
<dd>Use <a class="el" href="classGtk_1_1TreeModelFilter.html#af5f71bebaca37e385f20b3c00b215fab" title="Converts child_path to a path relative to filter. ">convert_child_path_to_path(const Path& child_path) const</a> </dd>
<dt><a class="anchor" id="_deprecated000118"></a>Member <a class="el" href="classGtk_1_1TreeModelFilter.html#ad0ebeafdbb46411bf176d909d9a645a7">Gtk::TreeModelFilter::convert_path_to_child_path</a> (const Path& filter_path)</dt>
<dd><a class="el" href="classGtk_1_1TreeModelFilter.html#a256a0b479e096e9d1cf1e8a7b9961dfb" title="Converts filter_path to a path on the child model of filter. ">convert_path_to_child_path(const Path& filter_path) const</a> </dd>
<dt><a class="anchor" id="_deprecated000119"></a>Member <a class="el" href="classGtk_1_1TreePath.html#ae820187447ee186420613c6f1550a822">Gtk::TreePath::append_index</a> (int index)</dt>
<dd>replaced by <a class="el" href="classGtk_1_1TreePath.html#a347cad71a31af29ed6fb775485ef4892" title="Appends a new index to a path. ">push_back()</a> </dd>
<dt><a class="anchor" id="_deprecated000121"></a>Member <a class="el" href="classGtk_1_1TreePath.html#a0e53f0a586dff94c3f3cc85ffa53dc96">Gtk::TreePath::get_depth</a> () const </dt>
<dd>replaced by <a class="el" href="classGtk_1_1TreePath.html#a178982ca5a3c9d97492e475a30e76562">size()</a>. </dd>
<dt><a class="anchor" id="_deprecated000122"></a>Member <a class="el" href="classGtk_1_1TreePath.html#a37a5c625b3115c4f489f111e72d9e54e">Gtk::TreePath::get_indices</a> () const </dt>
<dd>replaced by <a class="el" href="classGtk_1_1TreePath.html#a5e704ac7b9473507e8c282c2c3901226">begin()</a>, <a class="el" href="classGtk_1_1TreePath.html#a68aa895c43cea0c67d0165769faf3bf2">end()</a>, and operator[] </dd>
<dt><a class="anchor" id="_deprecated000120"></a>Member <a class="el" href="classGtk_1_1TreePath.html#a5ea3035347d0b0412fe7a45169e7d8c2">Gtk::TreePath::prepend_index</a> (int index)</dt>
<dd>replaced by <a class="el" href="classGtk_1_1TreePath.html#a9fd4b8c6de711debeb9645fdb25ba836" title="Prepends a new index to a path. ">push_front()</a>. </dd>
<dt><a class="anchor" id="_deprecated000123"></a>Member <a class="el" href="classGtk_1_1TreeSortable.html#aa77c110372c63404e57f647d4ee71cc2">Gtk::TreeSortable::set_sort_column_id</a> (const <a class="el" href="classGtk_1_1TreeModelColumnBase.html" title="Base class of TreeModelColumn templates. ">TreeModelColumnBase</a>& sort_column_id, SortType order)</dt>
<dd>Use <a class="el" href="classGtk_1_1TreeSortable.html#ad4a0c6be13062c64599be8ed73c1e64e" title="Sets the current sort column to be sort_column_id. ">set_sort_column()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000124"></a>Member <a class="el" href="classGtk_1_1TreeSortable.html#a2e2fc64a1d14b7edfddbc82ce20577fc">Gtk::TreeSortable::set_sort_column_id</a> (int sort_column_id, SortType order)</dt>
<dd>Use <a class="el" href="classGtk_1_1TreeSortable.html#ad4a0c6be13062c64599be8ed73c1e64e" title="Sets the current sort column to be sort_column_id. ">set_sort_column()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000127"></a>Member <a class="el" href="classGtk_1_1TreeView.html#a13e6c879a94459ea5e5db987b4677e55">Gtk::TreeView::get_background_area</a> (const <a class="el" href="classGtk_1_1TreeModel.html#a06a713fecde31f2f1a7baeb0e3e2fea5">TreeModel::Path</a>& path, <a class="el" href="classGtk_1_1TreeViewColumn.html" title="Typedefed as Gtk::TreeView::Column. ">TreeViewColumn</a>& column, <a class="el" href="classGdk_1_1Rectangle.html" title="Gdk::Rectangle is a structure holding the position and size of a rectangle. ">Gdk::Rectangle</a>& rect)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000126"></a>Member <a class="el" href="classGtk_1_1TreeView.html#ac814f38a9b6bef86df5a99fe1ecbc497">Gtk::TreeView::get_cell_area</a> (const <a class="el" href="classGtk_1_1TreeModel.html#a06a713fecde31f2f1a7baeb0e3e2fea5">TreeModel::Path</a>& path, <a class="el" href="classGtk_1_1TreeViewColumn.html" title="Typedefed as Gtk::TreeView::Column. ">TreeViewColumn</a>& column, <a class="el" href="classGdk_1_1Rectangle.html" title="Gdk::Rectangle is a structure holding the position and size of a rectangle. ">Gdk::Rectangle</a>& rect)</dt>
<dd>Use the const version </dd>
<dt><a class="anchor" id="_deprecated000125"></a>Member <a class="el" href="classGtk_1_1TreeView.html#a4c392d4a9e28b6df2638806bc52465a8">Gtk::TreeView::get_path_at_pos</a> (int x, int y, <a class="el" href="classGtk_1_1TreeModel.html#a06a713fecde31f2f1a7baeb0e3e2fea5">TreeModel::Path</a>& path, <a class="el" href="classGtk_1_1TreeViewColumn.html" title="Typedefed as Gtk::TreeView::Column. ">TreeViewColumn</a>*& column, int& cell_x, int& cell_y)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000128"></a>Member <a class="el" href="classGtk_1_1TreeView.html#a33d8135891f7805390e498546baeda58">Gtk::TreeView::get_visible_rect</a> (<a class="el" href="classGdk_1_1Rectangle.html" title="Gdk::Rectangle is a structure holding the position and size of a rectangle. ">Gdk::Rectangle</a>& visible_rect)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000130"></a>Member <a class="el" href="classGtk_1_1TreeView.html#ae46f6f124425287cd7f29318a4037759">Gtk::TreeView::tree_to_widget_coords</a> (int tx, int ty, int& wx, int& wy)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000129"></a>Member <a class="el" href="classGtk_1_1TreeView.html#a79d8d24cd09b6615bc676c60790f0792">Gtk::TreeView::widget_to_tree_coords</a> (int wx, int wy, int& tx, int& ty)</dt>
<dd>Use the const version </dd>
<dt><a class="anchor" id="_deprecated000135"></a>Member <a class="el" href="classGtk_1_1TreeViewColumn.html#a87250eac1ecb51dc457816be64a5650d">Gtk::TreeViewColumn::cell_get_size</a> (<a class="el" href="classGdk_1_1Rectangle.html" title="Gdk::Rectangle is a structure holding the position and size of a rectangle. ">Gdk::Rectangle</a>& cell_area, int& x_offset, int& y_offset, int& width, int& height) const </dt>
<dd>Use the <a class="el" href="classGtk_1_1TreeViewColumn.html#a87250eac1ecb51dc457816be64a5650d" title="Obtains the width and height needed to render the column. ">cell_get_size()</a> method override that takes a const cell_area. </dd>
<dt><a class="anchor" id="_deprecated000131"></a>Member <a class="el" href="classGtk_1_1TreeViewColumn.html#a51a182a223c1dcd27a734d1ea9f87bf8">Gtk::TreeViewColumn::get_first_cell_renderer</a> ()</dt>
<dd>Use <a class="el" href="classGtk_1_1TreeViewColumn.html#ac3891e4919156f0fdf10f783d9693340" title="Gets the CellRenderer for the column. ">get_first_cell()</a>. </dd>
<dt><a class="anchor" id="_deprecated000132"></a>Member <a class="el" href="classGtk_1_1TreeViewColumn.html#a4b84503853c1dd46633277f9fe3c053c">Gtk::TreeViewColumn::get_first_cell_renderer</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1TreeViewColumn.html#ac3891e4919156f0fdf10f783d9693340" title="Gets the CellRenderer for the column. ">get_first_cell()</a>. </dd>
<dt><a class="anchor" id="_deprecated000134"></a>Member <a class="el" href="classGtk_1_1TreeViewColumn.html#a06470fa5ec45cc749df8f714af681447">Gtk::TreeViewColumn::set_sort_column_id</a> (int sort_column_id)</dt>
<dd>Use <a class="el" href="classGtk_1_1TreeViewColumn.html#a50cb85207ecfada55432fcefcb46274c" title="Sets the logical sort_column_id that this column sorts on when this column is selected for sorting...">set_sort_column()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000133"></a>Member <a class="el" href="classGtk_1_1TreeViewColumn.html#afd3872d6889393c120987d802d90ebd0">Gtk::TreeViewColumn::set_sort_column_id</a> (const <a class="el" href="classGtk_1_1TreeModelColumnBase.html" title="Base class of TreeModelColumn templates. ">TreeModelColumnBase</a>& sort_column_id)</dt>
<dd>Use <a class="el" href="classGtk_1_1TreeViewColumn.html#a50cb85207ecfada55432fcefcb46274c" title="Sets the logical sort_column_id that this column sorts on when this column is selected for sorting...">set_sort_column()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000086"></a>Class <a class="el" href="classGtk_1_1VRuler.html">Gtk::VRuler</a> </dt>
<dd>This has been removed from gtkmm-3.0 because it was unmaintained and too specialized. There is no replacement other than using the original GtkRuler and <a class="el" href="classGtk_1_1Ruler.html" title="Base class for horizontal or vertical rulers. ">Gtk::Ruler</a> source files in your application. </dd>
<dt><a class="anchor" id="_deprecated000147"></a>Member <a class="el" href="classGtk_1_1Widget.html#affca5f0ffb80e88c2f48fca64879fb0e">Gtk::Widget::app_paintable</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#a380c083f89e9ab5eb95620bbdce451e5" title="Determines whether the application intends to draw on the widget in an Gtk::Widget::signal_expose_eve...">get_app_paintable()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000138"></a>Member <a class="el" href="classGtk_1_1Widget.html#a5067c8af8ab09f6fdf872d6d25d32a53">Gtk::Widget::can_default</a> () const </dt>
<dd>Replaced by <a class="el" href="classGtk_1_1Widget.html#a97ede3d3eb0f9b53328723e5226bb782" title="Determines whether widget can be a default widget. ">get_can_default()</a>. </dd>
<dt><a class="anchor" id="_deprecated000137"></a>Member <a class="el" href="classGtk_1_1Widget.html#aa267cd0f120a56d6908c0ba66d3accf3">Gtk::Widget::can_focus</a> () const </dt>
<dd>Replaced by <a class="el" href="classGtk_1_1Widget.html#ac80afe09d6d0c5d5c30376b1cddb0626" title="Determines whether widget can own the input focus. ">get_can_focus()</a>. </dd>
<dt><a class="anchor" id="_deprecated000149"></a>Member <a class="el" href="classGtk_1_1Widget.html#af58f9055080f391ed5cff1aaebba0613">Gtk::Widget::double_buffered</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#a1fbca57e4114c28f41c2d775168eab73" title="Determines whether the widget is double buffered. ">get_double_buffered()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000139"></a>Member <a class="el" href="classGtk_1_1Widget.html#af7f64bdff212b777efd1b63e30b2b942">Gtk::Widget::get_direction</a> ()</dt>
<dd>Use the const version of this method. </dd>
<dt><a class="anchor" id="_deprecated000153"></a>Member <a class="el" href="classGtk_1_1Widget.html#abf7c9888b68a7495453efdf4c4be82fd">Gtk::Widget::get_flags</a> () const </dt>
<dd>Use the proper method to test individual states, suchas <a class="el" href="classGtk_1_1Widget.html#a380c083f89e9ab5eb95620bbdce451e5" title="Determines whether the application intends to draw on the widget in an Gtk::Widget::signal_expose_eve...">get_app_paintable()</a>, <a class="el" href="classGtk_1_1Widget.html#a97ede3d3eb0f9b53328723e5226bb782" title="Determines whether widget can be a default widget. ">get_can_default()</a>, <a class="el" href="classGtk_1_1Widget.html#ac80afe09d6d0c5d5c30376b1cddb0626" title="Determines whether widget can own the input focus. ">get_can_focus()</a>, <a class="el" href="classGtk_1_1Widget.html#a1fbca57e4114c28f41c2d775168eab73" title="Determines whether the widget is double buffered. ">get_double_buffered()</a>, <a class="el" href="classGtk_1_1Widget.html#a80b5819c1a27cc7c942281c6a1a90e8f" title="Determines whether widget is the current default widget within its toplevel. ">has_default()</a>, <a class="el" href="classGtk_1_1Widget.html#a16f279bed6c075050709d82b7f799e6a">is_drawable()</a>, <a class="el" href="classGtk_1_1Widget.html#a895663325ac65b9860e57fc60a509384" title="Determines if the widget has the global input focus. ">has_focus()</a>, <a class="el" href="classGtk_1_1Widget.html#a0eb25d2165758a990289bceeaa33a03e" title="Determines whether the widget is currently grabbing events, so it is the only widget receiving input ...">has_grab()</a>, <a class="el" href="classGtk_1_1Widget.html#aad0070bc022f96186689521822a9879f" title="Whether the widget is mapped. ">get_mapped()</a>, <a class="el" href="classGtk_1_1Widget.html#a00d5da71916c20935fa7b9d856b248c2" title="Determines whether widget has a Gdk::Window of its own. ">get_has_window()</a>, <a class="el" href="classGtk_1_1Widget.html#ac971209783728c475bf12bcdf1738717" title="Determines if the widget style has been looked up through the rc mechanism. ">has_rc_style()</a>, <a class="el" href="classGtk_1_1Widget.html#af441f226c8ac8d79342a16e876f325cd" title="Determines whether widget is realized. ">get_realized()</a>, <a class="el" href="classGtk_1_1Widget.html#ad09b518cc7b76165a320aeff983e9a52" title="Determines whether widget is alyways treated as default widget withing its toplevel when it has the f...">get_receives_default()</a>, <a class="el" href="classGtk_1_1Widget.html#a9a8ffa25c5857334efa3eb080d344319" title="Returns the widget's sensitivity (in the sense of returning the value that has been set using set_sen...">get_sensitive()</a>, <a class="el" href="classGtk_1_1Widget.html#afbb93061db93c091829e675631f2b163" title="Returns the widget's effective sensitivity, which means it is sensitive itself and also its parent wi...">is_sensitive()</a>, <a class="el" href="classGtk_1_1Widget.html#a06d954e357299ff48ed2ebe157dbe777">is_toplevel()</a> or <a class="el" href="classGtk_1_1Widget.html#a05cf5ead0c7f843d85ddb1e5979451c6" title="Determines whether the widget is visible. ">get_visible()</a>. </dd>
<dt><a class="anchor" id="_deprecated000156"></a>Member <a class="el" href="classGtk_1_1Widget.html#aeda580e803fef5bb17f231ff4d9167c4">Gtk::Widget::get_saved_state</a> () const </dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000140"></a>Member <a class="el" href="classGtk_1_1Widget.html#a06b4b64c885d73464f395d717adbcd40">Gtk::Widget::has_no_window</a> () const </dt>
<dd>Use !get_has_window() instead. </dd>
<dt><a class="anchor" id="_deprecated000152"></a>Member <a class="el" href="classGtk_1_1Widget.html#a14162bc0dfd3b81c7b8aceb04fad08a6">Gtk::Widget::is_composite_child</a> () const </dt>
<dd>Use the "composite-child" property instead. </dd>
<dt><a class="anchor" id="_deprecated000144"></a>Member <a class="el" href="classGtk_1_1Widget.html#a16f279bed6c075050709d82b7f799e6a">Gtk::Widget::is_drawable</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#a6c1552e8bd7411105e10fa05fe564f20" title="Determines whether widget can be drawn to. ">get_is_drawable()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000142"></a>Member <a class="el" href="classGtk_1_1Widget.html#af15e59c3ced30a26cd1dcf79cbd42cdf">Gtk::Widget::is_mapped</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#aad0070bc022f96186689521822a9879f" title="Whether the widget is mapped. ">get_mapped()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000141"></a>Member <a class="el" href="classGtk_1_1Widget.html#a4b00f5f4193832b65e54434fc3f75df9">Gtk::Widget::is_realized</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#af441f226c8ac8d79342a16e876f325cd" title="Determines whether widget is realized. ">get_realized()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000143"></a>Member <a class="el" href="classGtk_1_1Widget.html#a06d954e357299ff48ed2ebe157dbe777">Gtk::Widget::is_toplevel</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#a9ea9d9a257901824dd85a4d51e41f0fa" title="Determines whether widget is a toplevel widget. ">get_is_toplevel()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000145"></a>Member <a class="el" href="classGtk_1_1Widget.html#a4c9d61aa7062c3010dd7473ef60d4fa9">Gtk::Widget::is_visible</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#a05cf5ead0c7f843d85ddb1e5979451c6" title="Determines whether the widget is visible. ">get_visible()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000150"></a>Member <a class="el" href="classGtk_1_1Widget.html#a0f864ffb900e34a6b3d98a5bb7100dc9">Gtk::Widget::parent_sensitive</a> () const </dt>
<dd>Call <a class="el" href="classGtk_1_1Widget.html#a9a8ffa25c5857334efa3eb080d344319" title="Returns the widget's sensitivity (in the sense of returning the value that has been set using set_sen...">get_sensitive()</a> on the result of <a class="el" href="classGtk_1_1Widget.html#afee23a4fd82defaead8736b5b4a88e56" title="Returns the parent container of widget. ">get_parent()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000151"></a>Member <a class="el" href="classGtk_1_1Widget.html#a9b347d7a5f2a112027c9cefff5cdd045">Gtk::Widget::rc_style</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#ac971209783728c475bf12bcdf1738717" title="Determines if the widget style has been looked up through the rc mechanism. ">has_rc_style()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000148"></a>Member <a class="el" href="classGtk_1_1Widget.html#a5283879ace0f2f71f0abb5b316fe1667">Gtk::Widget::receives_default</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#ad09b518cc7b76165a320aeff983e9a52" title="Determines whether widget is alyways treated as default widget withing its toplevel when it has the f...">get_receives_default()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000146"></a>Member <a class="el" href="classGtk_1_1Widget.html#a324726ce185f229b79b6fe051ba37fce">Gtk::Widget::sensitive</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#a9a8ffa25c5857334efa3eb080d344319" title="Returns the widget's sensitivity (in the sense of returning the value that has been set using set_sen...">get_sensitive()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000154"></a>Member <a class="el" href="classGtk_1_1Widget.html#a18e5abffbbede2e0036bb29d2edae42f">Gtk::Widget::set_flags</a> (WidgetFlags flags)</dt>
<dd>Use the proper function instead, such as <a class="el" href="classGtk_1_1Widget.html#a5af27658e6942a6e072a00ee67c7761f" title="Sets whether the application intends to draw on the widget in an Gtk::Widget::signal_expose_event() h...">set_app_paintable()</a>, <a class="el" href="classGtk_1_1Widget.html#a07ad78bd76f3b2a25844d5e55816e609" title="Specifies whether widget can be a default widget. ">set_can_default()</a>, <a class="el" href="classGtk_1_1Widget.html#a50a016e05181fb474516723240a87134" title="Specifies whether widget can own the input focus. ">set_can_focus()</a>, <a class="el" href="classGtk_1_1Widget.html#a1dc2aaa692529dd8ba499b22fd1f7a5c" title="Widgets are double buffered by default; you can use this function to turn off the buffering...">set_double_buffered()</a>, <a class="el" href="classGtk_1_1Widget.html#a677fab317c52d44447da142db6d57f36" title="Specifies whether widget has a Gdk::Window of its own. ">set_has_window()</a>, <a class="el" href="classGtk_1_1Widget.html#a17296ea11bb985e129879c5e774b7c9f" title="Marks the widget as being realized. ">set_mapped()</a>, <a class="el" href="classGtk_1_1Widget.html#a806bd24b81722743c330d0c8fa5bf647" title="Sets the Gtk::Widget::property_no_show_all() property, which determines whether calls to show_all() a...">set_no_show_all()</a>, <a class="el" href="classGtk_1_1Widget.html#a48746e48a18cf080893dd4027f1bed63" title="Marks the widget as being realized. ">set_realized()</a>, <a class="el" href="classGtk_1_1Widget.html#a781389940fbd7baa528eee5ed6108ac5" title="Specifies whether widget will be treated as the default widget within its toplevel when it has the fo...">set_receives_default()</a>, <a class="el" href="classGtk_1_1Widget.html#a3192b5f7f4c15876169b913eb9d1075e" title="Sets the sensitivity of a widget. ">set_sensitive()</a> or <a class="el" href="classGtk_1_1Widget.html#a6765c4e8acc59ca6909a0a0681be0e8c" title="Sets the visibility state of widget. ">set_visible()</a>. </dd>
<dt><a class="anchor" id="_deprecated000157"></a>Member <a class="el" href="classGtk_1_1Widget.html#a3b8bdb41171e5384429d6676f0209f50">Gtk::Widget::signal_get_accessible</a> ()</dt>
<dd>This should never have been in the API. </dd>
<dt><a class="anchor" id="_deprecated000136"></a>Member <a class="el" href="classGtk_1_1Widget.html#a586fa49ce02d677cd35a47d8fe225c01">Gtk::Widget::size_request</a> (const Requisition& requisition)</dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#a98944a56dd747042b0718d177082b944" title="This function is typically used when implementing a Gtk::Container subclass. ">size_request() const</a>. </dd>
<dt><a class="anchor" id="_deprecated000155"></a>Member <a class="el" href="classGtk_1_1Widget.html#ad0d3839b9ed0e222f0a2d1684e431765">Gtk::Widget::unset_flags</a> (WidgetFlags flags)</dt>
<dd>Use the proper function instead, such as <a class="el" href="classGtk_1_1Widget.html#a5af27658e6942a6e072a00ee67c7761f" title="Sets whether the application intends to draw on the widget in an Gtk::Widget::signal_expose_event() h...">set_app_paintable()</a>, <a class="el" href="classGtk_1_1Widget.html#a07ad78bd76f3b2a25844d5e55816e609" title="Specifies whether widget can be a default widget. ">set_can_default()</a>, <a class="el" href="classGtk_1_1Widget.html#a50a016e05181fb474516723240a87134" title="Specifies whether widget can own the input focus. ">set_can_focus()</a>, <a class="el" href="classGtk_1_1Widget.html#a1dc2aaa692529dd8ba499b22fd1f7a5c" title="Widgets are double buffered by default; you can use this function to turn off the buffering...">set_double_buffered()</a>, <a class="el" href="classGtk_1_1Widget.html#a677fab317c52d44447da142db6d57f36" title="Specifies whether widget has a Gdk::Window of its own. ">set_has_window()</a>, <a class="el" href="classGtk_1_1Widget.html#a17296ea11bb985e129879c5e774b7c9f" title="Marks the widget as being realized. ">set_mapped()</a>, <a class="el" href="classGtk_1_1Widget.html#a806bd24b81722743c330d0c8fa5bf647" title="Sets the Gtk::Widget::property_no_show_all() property, which determines whether calls to show_all() a...">set_no_show_all()</a>, <a class="el" href="classGtk_1_1Widget.html#a48746e48a18cf080893dd4027f1bed63" title="Marks the widget as being realized. ">set_realized()</a>, <a class="el" href="classGtk_1_1Widget.html#a781389940fbd7baa528eee5ed6108ac5" title="Specifies whether widget will be treated as the default widget within its toplevel when it has the fo...">set_receives_default()</a>, <a class="el" href="classGtk_1_1Widget.html#a3192b5f7f4c15876169b913eb9d1075e" title="Sets the sensitivity of a widget. ">set_sensitive()</a> or <a class="el" href="classGtk_1_1Widget.html#a6765c4e8acc59ca6909a0a0681be0e8c" title="Sets the visibility state of widget. ">set_visible()</a>. </dd>
<dt><a class="anchor" id="_deprecated000160"></a>Member <a class="el" href="classGtk_1_1Window.html#a5f8db9bfe5bd90300152272692a6b0d6">Gtk::Window::get_frame</a> ()</dt>
<dd>You should not need to call this method. </dd>
<dt><a class="anchor" id="_deprecated000159"></a>Member <a class="el" href="classGtk_1_1Window.html#a24dc3ad6da6c8342ba5ca0fd87d2340e">Gtk::Window::is_popup</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Window.html#a4acaad013ade234eb2b83d636f14a998" title="Gets the type of the window. ">get_window_type()</a>. </dd>
<dt><a class="anchor" id="_deprecated000158"></a>Member <a class="el" href="classGtk_1_1Window.html#a932b1c81b9c0559a60ba2b8c2b1ce179">Gtk::Window::is_toplevel</a> () const </dt>
<dd>Use <a class="el" href="classGtk_1_1Widget.html#a06d954e357299ff48ed2ebe157dbe777">Gtk::Widget::is_toplevel()</a>.</dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|