File: since_2_6.html

package info (click to toggle)
gtkmm2.4 1%3A2.20.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 73,860 kB
  • ctags: 20,553
  • sloc: xml: 79,575; sh: 10,120; cpp: 8,347; makefile: 290
file content (836 lines) | stat: -rw-r--r-- 42,222 bytes parent folder | download
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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
<!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"/>
<title>gtkmm: New API in gtkmm 2.6</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;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>
<div class="contents">


<h1><a class="anchor" id="since_2_6">New API in gtkmm 2.6 </a></h1><p><a class="anchor" id="_since_2_6000002"></a> </p>
<dl>
<dt>Member <a class="el" href="classGdk_1_1Display.html#ad2f39992d762deb3708166744fb833aa">Gdk::Display::request_selection_notification</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>&amp; selection) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000004"></a> </p>
<dl>
<dt>Member <a class="el" href="classGdk_1_1Display.html#a0d31c8b4dfc1aca3b747497bfa2e60de">Gdk::Display::store_clipboard</a> (const Glib::RefPtr&lt; Gdk::Window &gt;&amp; clipboard_window, guint32 time_) </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000003"></a> </p>
<dl>
<dt>Member <a class="el" href="classGdk_1_1Display.html#aa93797c67cffeb621925a8d3e2e7f335">Gdk::Display::supports_clipboard_persistence</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000001"></a> </p>
<dl>
<dt>Member <a class="el" href="classGdk_1_1Display.html#ad9a895ff3dc878e5ff99eb4bb18ac2c5">Gdk::Display::supports_selection_notification</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000006"></a> </p>
<dl>
<dt>Member <a class="el" href="classGdk_1_1Window.html#aebb7266930dad01675f28abe8e5c4cf1">Gdk::Window::configure_finished</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000005"></a> </p>
<dl>
<dt>Member <a class="el" href="classGdk_1_1Window.html#a356e4e19207606e91f87346a378e1b1f">Gdk::Window::enable_synchronized_configure</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000007"></a> </p>
<dl>
<dt>Member <a class="el" href="classGdk_1_1Window.html#adf1d9237560226bc8b78ae48c9172e08">Gdk::Window::set_focus_on_map</a> (bool focus_on_map) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000026"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#ab0de2b53dfd0aaffcd0fe4db023beba8">Gtk::AboutDialog::get_artists</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000022"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#ad29b9c3c1728add74c5d5dd5cef0625f">Gtk::AboutDialog::get_authors</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000014"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#aef0a9ea83b766b743bc3dacb7981068f">Gtk::AboutDialog::get_comments</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000012"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#ad2eee859178bc4265efb9661e7b4fde2">Gtk::AboutDialog::get_copyright</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000024"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#ae34227c586d71f6c7a9db1ff5fecf46b">Gtk::AboutDialog::get_documenters</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000016"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a2947b9c41fd03b1c80d7be655b1d25a2">Gtk::AboutDialog::get_license</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000031"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a06d80e08d2203100e3d11855a8d75c13">Gtk::AboutDialog::get_logo</a> () const </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000033"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a8c19dc25f12b2b5aeba4b45c2af957b4">Gtk::AboutDialog::get_logo_icon_name</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000008"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#ac1b9f1694f003422df5a59b53f871398">Gtk::AboutDialog::get_name</a> () const </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000028"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#aeda6f20985d1fa0f1c635e0f382074e9">Gtk::AboutDialog::get_translator_credits</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000010"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a5ad52d2ff18abccf74f3eba51366a72a">Gtk::AboutDialog::get_version</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000018"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a383d689bdfbb11da01bb6e492a39ed96">Gtk::AboutDialog::get_website</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000020"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a055e9bc4fb24f47480ac4589600d7615">Gtk::AboutDialog::get_website_label</a> () const </dt>
<dd>. </dd>
</dl>
<p><a class="anchor" id="_since_2_6000027"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a3ff0c19660e4aed43b0159006f8b005e">Gtk::AboutDialog::set_artists</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/group__ContHandles.html#ga8e243b697be740f5f7d4b578ae50db41">Glib::StringArrayHandle</a>&amp; artists) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000023"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a8eecc4b513a729b0cc90955d530161d6">Gtk::AboutDialog::set_authors</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/group__ContHandles.html#ga8e243b697be740f5f7d4b578ae50db41">Glib::StringArrayHandle</a>&amp; authors) const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000015"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a90e175fa9d686f78f793dffe74fa9a64">Gtk::AboutDialog::set_comments</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>&amp; comments) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000013"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a3a7889f5da5f0d92495628fa9d67580a">Gtk::AboutDialog::set_copyright</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>&amp; copyright) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000025"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a0f9c4bdb7a38215bf552e0a508c83e49">Gtk::AboutDialog::set_documenters</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/group__ContHandles.html#ga8e243b697be740f5f7d4b578ae50db41">Glib::StringArrayHandle</a>&amp; documenters) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000017"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#ace39ba43998ef0962da1f02830ab322c">Gtk::AboutDialog::set_license</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>&amp; license) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000032"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#ad8087eac6ce1894b41f5f7215210703a">Gtk::AboutDialog::set_logo</a> (const Glib::RefPtr&lt; Gdk::Pixbuf &gt;&amp; logo) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000034"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a8a22c3c62a25d80433276a5f1e8e79e6">Gtk::AboutDialog::set_logo_icon_name</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>&amp; icon_name) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000009"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a8541302b222887ded2b474b41387f503">Gtk::AboutDialog::set_name</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>&amp; name) </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000029"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#afbe5045ba430d8e882ec9753eece7a01">Gtk::AboutDialog::set_translator_credits</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>&amp; translator_credits) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000011"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a46ba72a65a81ed6e528730de0fc02e29">Gtk::AboutDialog::set_version</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>&amp; version) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000019"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#a34ba00172f995f95d9b70984df76b607">Gtk::AboutDialog::set_website</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>&amp; website) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000021"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AboutDialog.html#aa3d04115d068363be314414899703caa">Gtk::AboutDialog::set_website_label</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>&amp; website_label) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000035"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1AccelGroup.html#af182fea262e6d23952ebc49d8e1a6fba">Gtk::AccelGroup::get_label</a> (guint accelerator_key, <a class="el" href="group__gdkmmEnums.html#ga734c2979005c87dbe51223a0128cdd97">Gdk::ModifierType</a> accelerator_mods) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000038"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Action.html#aa4ab07ca5b166114c4179a9ad08895fc">Gtk::Action::get_accel_path</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000036"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Action.html#ac6af572728c7b5db1649f39ece5ad76e">Gtk::Action::set_sensitive</a> (bool sensitive=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000037"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Action.html#a172c1c3b80690671a3ac672034e0084d">Gtk::Action::set_visible</a> (bool visible=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000039"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ActionGroup.html#a329676c26a2758517c044616031a9afb">Gtk::ActionGroup::translate_string</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>&amp; str) const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000042"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Button.html#a05db2376a19eae4c44379c94def46685">Gtk::Button::get_image</a> () const </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000040"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Button.html#ac49972018a8ed3392e897cdf9da66391">Gtk::Button::set_image</a> (Widget&amp; image) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000044"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1CellRenderer.html#a60b9029e8524d8908161c6e99e6bf31b">Gtk::CellRenderer::signal_editing_started</a> () </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000043"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1CellRenderer.html#ab77106d860fed2839efeec69becde2a2">Gtk::CellRenderer::stop_editing</a> (bool canceled=false) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000045"></a> </p>
<dl>
<dt>Class <a class="el" href="classGtk_1_1CellRendererProgress.html">Gtk::CellRendererProgress</a> </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000052"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1CellView.html#a105b0d4076df169f3570f221c4a57d65">Gtk::CellView::get_cell_renderers</a> () const </dt>
<dd><p class="startdd"></p>
<p></p>
<p></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000048"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1CellView.html#affde71524d3b59da7bdec3b1eb384243">Gtk::CellView::get_displayed_row</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000049"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1CellView.html#abb0263b90d33922f61814a615021d6a5">Gtk::CellView::get_size_of_row</a> (const TreeModel::Path&amp; path, Requisition&amp; requisition) const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000050"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1CellView.html#a653281744df2fb78ba4e5746ffcdd5fd">Gtk::CellView::set_background_color</a> (const <a class="el" href="classGdk_1_1Color.html" title="Gdk::Color is used to describe an allocated or unallocated color.">Gdk::Color</a>&amp; color) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000047"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1CellView.html#a45c7faf24dc75d1c7585c8c7092c345f">Gtk::CellView::set_displayed_row</a> (const TreeModel::Path&amp; path) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000046"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1CellView.html#a07f23ab38d6b15106681f20393f8edaf">Gtk::CellView::set_model</a> (const Glib::RefPtr&lt; TreeModel &gt;&amp; model) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000053"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Clipboard.html#a49841702b88e06547f48b7f0b9c1fe5d">Gtk::Clipboard::set_image</a> (const Glib::RefPtr&lt; Gdk::Pixbuf &gt;&amp; pixbuf) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000057"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Clipboard.html#a47f0293ba7f80821537797537d5b6408">Gtk::Clipboard::store</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000054"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Clipboard.html#acd3d40ebf095dc8ec7e0ba786ea99b0d">Gtk::Clipboard::wait_for_image</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000055"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Clipboard.html#afcc67f894892de4918e9f8e7fb6813e7">Gtk::Clipboard::wait_is_image_available</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000056"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Clipboard.html#ab1c3c7516af21ecb6a2db4db6cb8012b">Gtk::Clipboard::wait_is_target_available</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>&amp; target) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000060"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ComboBox.html#a9be8e9d844ce6f143f4afd7b99be04ef">Gtk::ComboBox::get_column_span_column</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000062"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ComboBox.html#af772fc3b0958e03e75d6a5d39efa93d5">Gtk::ComboBox::get_focus_on_click</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000065"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ComboBox.html#aeaacc6a661b7ccb9be776e4b4b3b119a">Gtk::ComboBox::get_popup_accessible</a> () const </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000059"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ComboBox.html#a668b44b1aab314de8d3b3e31b61d7e13">Gtk::ComboBox::get_row_span_column</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000058"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ComboBox.html#a1ea12b4df572ab9e8a7951b5391cdb47">Gtk::ComboBox::get_wrap_width</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000061"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ComboBox.html#a4bdf2f8d099eab514412367acabdcfcf">Gtk::ComboBox::set_add_tearoffs</a> (bool add_tearoffs=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000063"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ComboBox.html#a90788d9b010ba365599826829ef04670">Gtk::ComboBox::set_focus_on_click</a> (bool focus_on_click=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000066"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Dialog.html#ada94684e77582514fcf9062585c64824">Gtk::Dialog::alternative_button_order</a> (const Glib::RefPtr&lt; const Gdk::Screen &gt;&amp; screen) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000069"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1EntryCompletion.html#a8b6522634553a548aebfb46270c5d6da">Gtk::EntryCompletion::get_inline_completion</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000071"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1EntryCompletion.html#a33466953e27da90e62106971fd275513">Gtk::EntryCompletion::get_popup_completion</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000073"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1EntryCompletion.html#ae526153868d31a64085a2195c21ab2f9">Gtk::EntryCompletion::get_text_column</a> () const </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000067"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1EntryCompletion.html#afcea3ef244666558aba1e8d7da37d400">Gtk::EntryCompletion::insert_prefix</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000068"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1EntryCompletion.html#a5350c2818638bbe609b8801722d0ce0f">Gtk::EntryCompletion::set_inline_completion</a> (bool inline_completion=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000070"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1EntryCompletion.html#a803fb91a50ba547105d1b55c060dea46">Gtk::EntryCompletion::set_popup_completion</a> (bool popup_completion=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000074"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1EntryCompletion.html#a8d1848fa7b3f90d1b4e8212c5cecf916">Gtk::EntryCompletion::signal_insert_prefix</a> () </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000076"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1FileChooser.html#a2bc1ced81ce3f1eb0bc29c78a386cd4a">Gtk::FileChooser::get_show_hidden</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000075"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1FileChooser.html#a4e5a029c4505333d02f97a61cb792186">Gtk::FileChooser::set_show_hidden</a> (bool show_hidden=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000077"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1FileChooserButton.html#a21a0995ec1e52fad200a726771e711de">Gtk::FileChooserButton::get_title</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000079"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1FileChooserButton.html#a1a500fa7a344b984e0b4e996a8304627">Gtk::FileChooserButton::get_width_chars</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000078"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1FileChooserButton.html#ae36fe088c746518bc1b08fcf39f18133">Gtk::FileChooserButton::set_title</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>&amp; title) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000080"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1FileChooserButton.html#a918ae15bcb96d03765084d279a970c56">Gtk::FileChooserButton::set_width_chars</a> (int n_chars) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000081"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1FileFilter.html#a7ed1bdf8a077b87b66efbc9fd308a367">Gtk::FileFilter::add_pixbuf_formats</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000105"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#ad7a295ff4bb95b503f004db335708cb9">Gtk::IconView::get_column_spacing</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000097"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#aabd469e7129edd65dfc43bc7b027caab">Gtk::IconView::get_columns</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000099"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a080b3ee1163bec62c3d25aea7be3efb0">Gtk::IconView::get_icon_width</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000111"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a96fe17113e70031b5d22f2b96ced017e">Gtk::IconView::get_item_at_pos</a> (int x, int y, CellRenderer*&amp; cell) const </dt>
<dd><p class="startdd"></p>
<p></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000107"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a44bdc06c689ae550aaed62654f01b9b6">Gtk::IconView::get_margin</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000090"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a53c016149e7dd73a6a283a67f167a2a6">Gtk::IconView::get_markup_column</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000084"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a738ee406d96d1ad31fc69ffb38e8a468">Gtk::IconView::get_model</a> () const </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000095"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#aea2bce0d97d49e183a6d78f70d5bd0a0">Gtk::IconView::get_orientation</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000108"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a6fbbedce4ddffb83a1b0e40029fe399d">Gtk::IconView::get_path_at_pos</a> (int x, int y) const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000093"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a85ddb276495a22b9b906da13e99e2315">Gtk::IconView::get_pixbuf_column</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000103"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#ab1dfd8114d3c6448ca7e69f11e118de0">Gtk::IconView::get_row_spacing</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000117"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a85a3db76cf43abf19f10725b3496b3ef">Gtk::IconView::get_selected_items</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000113"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a992aa1c647d823bcf2cac441ad019ebf">Gtk::IconView::get_selection_mode</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000101"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a10c0daf811b67a792a8f9b9e5ee32b6c">Gtk::IconView::get_spacing</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000087"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a1d03144ae3397e569ac93d87dfba3b6a">Gtk::IconView::get_text_column</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000120"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#ad81f97dec44cea304cda9db81f79fc04">Gtk::IconView::item_activated</a> (const TreeModel::Path&amp; path) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000116"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a5aab9abf6b2953f4de1e8d6b8c3c2839">Gtk::IconView::path_is_selected</a> (const TreeModel::Path&amp; path) const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000118"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a0336dd34d42cb519ab91112dd4c8a413">Gtk::IconView::select_all</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000114"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a4bc2d887359ba85d2a60393401eeaaeb">Gtk::IconView::select_path</a> (const TreeModel::Path&amp; path) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000104"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a981304eb60ff6d6486f84acf9a8f66a1">Gtk::IconView::set_column_spacing</a> (int column_spacing) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000096"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a5292b7e7eea0562787d2325ec5efb0b8">Gtk::IconView::set_columns</a> (int columns) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000098"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#adf0edb366cb11253f32ee873a70dc4f4">Gtk::IconView::set_item_width</a> (int item_width) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000106"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a16b711d34f9154581a72bd035eb9f29b">Gtk::IconView::set_margin</a> (int margin) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000089"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a460d0def66230e89831894203167fb7f">Gtk::IconView::set_markup_column</a> (const TreeModelColumnBase&amp; column) </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000082"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#ac9889a4e1793bd4385fde40308bc1f5b">Gtk::IconView::set_model</a> (const Glib::RefPtr&lt; TreeModel &gt;&amp; model) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000094"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a0861a425b34600eaaa0807d9dfe15c28">Gtk::IconView::set_orientation</a> (Orientation orientation) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000092"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a1582732740fed65ba414944f96510274">Gtk::IconView::set_pixbuf_column</a> (const TreeModelColumnBase&amp; column) </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000102"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#af1dc3f45faf5c80532cc2499abf1f3e5">Gtk::IconView::set_row_spacing</a> (int row_spacing) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000112"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a40425b9b664567d59b098233a410c5e4">Gtk::IconView::set_selection_mode</a> (SelectionMode mode) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000100"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a7c3fd37fd767cb408684dc44fc8e0e26">Gtk::IconView::set_spacing</a> (int spacing) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000086"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a6135d09d914655b1f66cd485b4aa8c2a">Gtk::IconView::set_text_column</a> (const TreeModelColumnBase&amp; model_column) </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000119"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a69dfccc5ac206af4c803c3c4a04c1c46">Gtk::IconView::unselect_all</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000115"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1IconView.html#a14e208570cd383386cf6d60d2cc43884">Gtk::IconView::unselect_path</a> (const TreeModel::Path&amp; path) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000122"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Image.html#ade2c1490c03b41087a22ace7e7efc3a7">Gtk::Image::get_pixel_size</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000121"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Image.html#a69bb4a5ee7299f6b373edc95989bf4f4">Gtk::Image::set_from_icon_name</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>&amp; icon_name, IconSize size) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000123"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Image.html#a322eff14d34aa750340fdf89e6bf9bb5">Gtk::Image::set_pixel_size</a> (int pixel_size) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000131"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Label.html#a4131e3acb271a62fe7ff8b35a7fb9cbd">Gtk::Label::get_angle</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000125"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Label.html#a188c07cf28f7f388819b7b3dfd8de2c2">Gtk::Label::get_ellipsize</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000129"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Label.html#a48da335d3bed8458064234f45316e8af">Gtk::Label::get_max_width_chars</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000133"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Label.html#a35ee794752349cf35e30e9dd15316e14">Gtk::Label::get_single_line_mode</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000127"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Label.html#ae046d80b93a33447a73046d2516cee34">Gtk::Label::get_width_chars</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000130"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Label.html#a2d3327f4903b7cf78537f1a0e0875743">Gtk::Label::set_angle</a> (double angle) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000124"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Label.html#aef7347ac55e67dddaed9808987eec576">Gtk::Label::set_ellipsize</a> (<a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/group__pangommEnums.html#ga982cbecf0c4ee56766aab816a7f5ed0b">Pango::EllipsizeMode</a> mode) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000128"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Label.html#a769709b9efb3fdb66cae6cf2361443ed">Gtk::Label::set_max_width_chars</a> (int n_chars) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000132"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Label.html#a0d124486d364720a101a1d548d040f13">Gtk::Label::set_single_line_mode</a> (bool single_line_mode=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000126"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Label.html#a68576e81de5db72faa88c9a539ec495e">Gtk::Label::set_width_chars</a> (int n_chars) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000136"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1MenuToolButton.html#acee1adbcde9520b35caa103539928251">Gtk::MenuToolButton::get_menu</a> () const </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000137"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1MenuToolButton.html#aafe7aa1160bed6ab4b22f0cc7cdce180">Gtk::MenuToolButton::set_arrow_tooltip</a> (Tooltips&amp; 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>&amp; 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>&amp; tip_private) </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000134"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1MenuToolButton.html#a9ec12649e132fd492160be1788546705">Gtk::MenuToolButton::set_menu</a> (Menu&amp; menu) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000138"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1MessageDialog.html#a49622e7b678a27beb868688d384ca232">Gtk::MessageDialog::set_secondary_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>&amp; text, bool use_markup=false) </dt>
<dd><p class="startdd">.</p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000140"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ProgressBar.html#aa0282e0b3feacc66a4c758804eef33aa">Gtk::ProgressBar::get_ellipsize</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000139"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ProgressBar.html#a757a76b3e5850a27e3a072d55657279b">Gtk::ProgressBar::set_ellipsize</a> (<a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/group__pangommEnums.html#ga982cbecf0c4ee56766aab816a7f5ed0b">Pango::EllipsizeMode</a> mode) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000143"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1SelectionData.html#a32adbe8fe464cc6572c2337951fae84e">Gtk::SelectionData::get_pixbuf</a> () const </dt>
<dd><p class="startdd"></p>
<p class="enddd"></p>
</dd>
</dl>
<p><a class="anchor" id="_since_2_6000145"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1SelectionData.html#a49dc9543e60c67f9a1bc836df1c08cc5">Gtk::SelectionData::get_uris</a> () const </dt>
<dd>. </dd>
</dl>
<p><a class="anchor" id="_since_2_6000141"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1SelectionData.html#abbcfbbbbd1bbc7d581711f32b97b938a">Gtk::SelectionData::set_pixbuf</a> (const Glib::RefPtr&lt; Gdk::Pixbuf &gt;&amp; pixbuf) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000144"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1SelectionData.html#aa93d21e8a0ae71cde7f6a92e48bc0a1e">Gtk::SelectionData::set_uris</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/group__ContHandles.html#ga8e243b697be740f5f7d4b578ae50db41">Glib::StringArrayHandle</a>&amp; uris) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000146"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1SelectionData.html#a97521408bbef83c56ed4b8c3faa53bd8">Gtk::SelectionData::targets_include_image</a> (bool writable=true) const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000147"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1TextBuffer.html#a6ef8d2dcc85129cc399dca45a435ae24">Gtk::TextBuffer::backspace</a> (const iterator&amp; iter, bool interactive=true, bool default_editable=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000148"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1TextView.html#aef942641871958bf002b8bb4bbf20acb">Gtk::TextView::get_iter_at_position</a> (TextBuffer::iterator&amp; iter, int&amp; trailing, int x, int y) const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000149"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1ToolItem.html#a47a4077527ad4fa5d3da33ca60892800">Gtk::ToolItem::rebuild_menu</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000151"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1TreeView.html#a1c540f1590f2567e387b57d33e2296db">Gtk::TreeView::get_fixed_height_mode</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000155"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1TreeView.html#af61c2d88dc1bd12a65cb18c7cdc3e872">Gtk::TreeView::get_hover_expand</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000153"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1TreeView.html#a8d5309a26cf709fbf15dd6ab6b432df3">Gtk::TreeView::get_hover_selection</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000150"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1TreeView.html#ad766f587003dc152e1722cd3be0cedc6">Gtk::TreeView::set_fixed_height_mode</a> (bool enable=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000154"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1TreeView.html#af25d3860f977d1d2f4464d85bfa909f5">Gtk::TreeView::set_hover_expand</a> (bool expand=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000152"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1TreeView.html#ac2aa7aaff2cb5f1838aa30ddd224e09e">Gtk::TreeView::set_hover_selection</a> (bool hover=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000157"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Widget.html#a19c4e7cff79edb7270f51b760ff3e1b7">Gtk::Widget::drag_dest_add_image_targets</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000156"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Widget.html#ad669a63737649c8415ad0ea24d7a952e">Gtk::Widget::drag_dest_add_text_targets</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000158"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Widget.html#a138185c3fdd994c0dbc94acafc14326f">Gtk::Widget::drag_dest_add_uri_targets</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000161"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Widget.html#a92896486d11b3f429000fa5cc8edf571">Gtk::Widget::drag_source_add_image_targets</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000159"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Widget.html#a729e302832707babc3639484b45b3fdb">Gtk::Widget::drag_source_add_text_targets</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000160"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Widget.html#ad9d9afa611a4fbc2a77929dd0d6c84e0">Gtk::Widget::drag_source_add_uri_targets</a> () </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000163"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Window.html#a2dc043bb88d969715793415e84cd6a04">Gtk::Window::get_focus_on_map</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000165"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Window.html#afac8ae8360168fbc9466947aa985d7ef">Gtk::Window::get_icon_name</a> () const </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000166"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Window.html#a533d03e9b92d8ccd142ab3a44005cae4">Gtk::Window::set_default_icon_name</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>&amp; name) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000162"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Window.html#a3a2c87ab12bb354d4ac0262748fb6aea">Gtk::Window::set_focus_on_map</a> (bool setting=true) </dt>
<dd></dd>
</dl>
<p><a class="anchor" id="_since_2_6000164"></a> </p>
<dl>
<dt>Member <a class="el" href="classGtk_1_1Window.html#a80a7d07b5d126a17206a770d134c76c0">Gtk::Window::set_icon_name</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>&amp; name) </dt>
<dd></dd>
</dl>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue May 4 13:21:35 2010 for gtkmm by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>