This file is indexed.

/usr/include/d/gtkd-3/gtk/WidgetPath.d is in libgtkd-3-dev 3.7.5-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
/*
 * This file is part of gtkD.
 *
 * gtkD is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License
 * as published by the Free Software Foundation; either version 3
 * of the License, or (at your option) any later version, with
 * some exceptions, please read the COPYING file.
 *
 * gtkD is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with gtkD; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
 */

// generated automatically - do not change
// find conversion definition on APILookup.txt
// implement new conversion functionalities on the wrap.utils pakage


module gtk.WidgetPath;

private import glib.ConstructionException;
private import glib.ListSG;
private import glib.Str;
private import gobject.ObjectG;
private import gtk.Widget;
private import gtk.c.functions;
public  import gtk.c.types;
public  import gtkc.gtktypes;
private import gtkd.Loader;


/**
 * GtkWidgetPath is a boxed type that represents a widget hierarchy from
 * the topmost widget, typically a toplevel, to any child. This widget
 * path abstraction is used in #GtkStyleContext on behalf of the real
 * widget in order to query style information.
 * 
 * If you are using GTK+ widgets, you probably will not need to use
 * this API directly, as there is gtk_widget_get_path(), and the style
 * context returned by gtk_widget_get_style_context() will be automatically
 * updated on widget hierarchy changes.
 * 
 * The widget path generation is generally simple:
 * 
 * ## Defining a button within a window
 * 
 * |[<!-- language="C" -->
 * {
 * GtkWidgetPath *path;
 * 
 * path = gtk_widget_path_new ();
 * gtk_widget_path_append_type (path, GTK_TYPE_WINDOW);
 * gtk_widget_path_append_type (path, GTK_TYPE_BUTTON);
 * }
 * ]|
 * 
 * Although more complex information, such as widget names, or
 * different classes (property that may be used by other widget
 * types) and intermediate regions may be included:
 * 
 * ## Defining the first tab widget in a notebook
 * 
 * |[<!-- language="C" -->
 * {
 * GtkWidgetPath *path;
 * guint pos;
 * 
 * path = gtk_widget_path_new ();
 * 
 * pos = gtk_widget_path_append_type (path, GTK_TYPE_NOTEBOOK);
 * gtk_widget_path_iter_add_region (path, pos, "tab", GTK_REGION_EVEN | GTK_REGION_FIRST);
 * 
 * pos = gtk_widget_path_append_type (path, GTK_TYPE_LABEL);
 * gtk_widget_path_iter_set_name (path, pos, "first tab label");
 * }
 * ]|
 * 
 * All this information will be used to match the style information
 * that applies to the described widget.
 */
public class WidgetPath
{
	/** the main Gtk struct */
	protected GtkWidgetPath* gtkWidgetPath;
	protected bool ownedRef;

	/** Get the main Gtk struct */
	public GtkWidgetPath* getWidgetPathStruct(bool transferOwnership = false)
	{
		if (transferOwnership)
			ownedRef = false;
		return gtkWidgetPath;
	}

	/** the main Gtk struct as a void* */
	protected void* getStruct()
	{
		return cast(void*)gtkWidgetPath;
	}

	/**
	 * Sets our main struct and passes it to the parent class.
	 */
	public this (GtkWidgetPath* gtkWidgetPath, bool ownedRef = false)
	{
		this.gtkWidgetPath = gtkWidgetPath;
		this.ownedRef = ownedRef;
	}

	~this ()
	{
		if ( Linker.isLoaded(LIBRARY_GTK) && ownedRef )
			gtk_widget_path_unref(gtkWidgetPath);
	}


	/** */
	public static GType getType()
	{
		return gtk_widget_path_get_type();
	}

	/**
	 * Returns an empty widget path.
	 *
	 * Returns: A newly created, empty, #GtkWidgetPath
	 *
	 * Since: 3.0
	 *
	 * Throws: ConstructionException GTK+ fails to create the object.
	 */
	public this()
	{
		auto p = gtk_widget_path_new();

		if(p is null)
		{
			throw new ConstructionException("null returned by new");
		}

		this(cast(GtkWidgetPath*) p);
	}

	/**
	 * Appends the data from @widget to the widget hierarchy represented
	 * by @path. This function is a shortcut for adding information from
	 * @widget to the given @path. This includes setting the name or
	 * adding the style classes from @widget.
	 *
	 * Params:
	 *     widget = the widget to append to the widget path
	 *
	 * Returns: the position where the data was inserted
	 *
	 * Since: 3.2
	 */
	public int appendForWidget(Widget widget)
	{
		return gtk_widget_path_append_for_widget(gtkWidgetPath, (widget is null) ? null : widget.getWidgetStruct());
	}

	/**
	 * Appends a widget type to the widget hierarchy represented by @path.
	 *
	 * Params:
	 *     type = widget type to append
	 *
	 * Returns: the position where the element was inserted
	 *
	 * Since: 3.0
	 */
	public int appendType(GType type)
	{
		return gtk_widget_path_append_type(gtkWidgetPath, type);
	}

	/**
	 * Appends a widget type with all its siblings to the widget hierarchy
	 * represented by @path. Using this function instead of
	 * gtk_widget_path_append_type() will allow the CSS theming to use
	 * sibling matches in selectors and apply :nth-child() pseudo classes.
	 * In turn, it requires a lot more care in widget implementations as
	 * widgets need to make sure to call gtk_widget_reset_style() on all
	 * involved widgets when the @siblings path changes.
	 *
	 * Params:
	 *     siblings = a widget path describing a list of siblings. This path
	 *         may not contain any siblings itself and it must not be modified
	 *         afterwards.
	 *     siblingIndex = index into @siblings for where the added element is
	 *         positioned.
	 *
	 * Returns: the position where the element was inserted.
	 *
	 * Since: 3.2
	 */
	public int appendWithSiblings(WidgetPath siblings, uint siblingIndex)
	{
		return gtk_widget_path_append_with_siblings(gtkWidgetPath, (siblings is null) ? null : siblings.getWidgetPathStruct(), siblingIndex);
	}

	/**
	 * Returns a copy of @path
	 *
	 * Returns: a copy of @path
	 *
	 * Since: 3.0
	 */
	public WidgetPath copy()
	{
		auto p = gtk_widget_path_copy(gtkWidgetPath);

		if(p is null)
		{
			return null;
		}

		return ObjectG.getDObject!(WidgetPath)(cast(GtkWidgetPath*) p, true);
	}

	/**
	 * Decrements the reference count on @path, freeing the structure
	 * if the reference count reaches 0.
	 *
	 * Since: 3.0
	 */
	public void free()
	{
		gtk_widget_path_free(gtkWidgetPath);
		ownedRef = false;
	}

	/**
	 * Returns the topmost object type, that is, the object type this path
	 * is representing.
	 *
	 * Returns: The object type
	 *
	 * Since: 3.0
	 */
	public GType getObjectType()
	{
		return gtk_widget_path_get_object_type(gtkWidgetPath);
	}

	/**
	 * Returns %TRUE if any of the parents of the widget represented
	 * in @path is of type @type, or any subtype of it.
	 *
	 * Params:
	 *     type = widget type to check in parents
	 *
	 * Returns: %TRUE if any parent is of type @type
	 *
	 * Since: 3.0
	 */
	public bool hasParent(GType type)
	{
		return gtk_widget_path_has_parent(gtkWidgetPath, type) != 0;
	}

	/**
	 * Returns %TRUE if the widget type represented by this path
	 * is @type, or a subtype of it.
	 *
	 * Params:
	 *     type = widget type to match
	 *
	 * Returns: %TRUE if the widget represented by @path is of type @type
	 *
	 * Since: 3.0
	 */
	public bool isType(GType type)
	{
		return gtk_widget_path_is_type(gtkWidgetPath, type) != 0;
	}

	/**
	 * Adds the class @name to the widget at position @pos in
	 * the hierarchy defined in @path. See
	 * gtk_style_context_add_class().
	 *
	 * Params:
	 *     pos = position to modify, -1 for the path head
	 *     name = a class name
	 *
	 * Since: 3.0
	 */
	public void iterAddClass(int pos, string name)
	{
		gtk_widget_path_iter_add_class(gtkWidgetPath, pos, Str.toStringz(name));
	}

	/**
	 * Adds the region @name to the widget at position @pos in
	 * the hierarchy defined in @path. See
	 * gtk_style_context_add_region().
	 *
	 * Region names must only contain lowercase letters
	 * and “-”, starting always with a lowercase letter.
	 *
	 * Deprecated: The use of regions is deprecated.
	 *
	 * Params:
	 *     pos = position to modify, -1 for the path head
	 *     name = region name
	 *     flags = flags affecting the region
	 *
	 * Since: 3.0
	 */
	public void iterAddRegion(int pos, string name, GtkRegionFlags flags)
	{
		gtk_widget_path_iter_add_region(gtkWidgetPath, pos, Str.toStringz(name), flags);
	}

	/**
	 * Removes all classes from the widget at position @pos in the
	 * hierarchy defined in @path.
	 *
	 * Params:
	 *     pos = position to modify, -1 for the path head
	 *
	 * Since: 3.0
	 */
	public void iterClearClasses(int pos)
	{
		gtk_widget_path_iter_clear_classes(gtkWidgetPath, pos);
	}

	/**
	 * Removes all regions from the widget at position @pos in the
	 * hierarchy defined in @path.
	 *
	 * Deprecated: The use of regions is deprecated.
	 *
	 * Params:
	 *     pos = position to modify, -1 for the path head
	 *
	 * Since: 3.0
	 */
	public void iterClearRegions(int pos)
	{
		gtk_widget_path_iter_clear_regions(gtkWidgetPath, pos);
	}

	/**
	 * Returns the name corresponding to the widget found at
	 * the position @pos in the widget hierarchy defined by
	 * @path
	 *
	 * Params:
	 *     pos = position to get the widget name for, -1 for the path head
	 *
	 * Returns: The widget name, or %NULL if none was set.
	 */
	public string iterGetName(int pos)
	{
		return Str.toString(gtk_widget_path_iter_get_name(gtkWidgetPath, pos));
	}

	/**
	 * Returns the object name that is at position @pos in the widget
	 * hierarchy defined in @path.
	 *
	 * Params:
	 *     pos = position to get the object name for, -1 for the path head
	 *
	 * Returns: the name or %NULL
	 *
	 * Since: 3.20
	 */
	public string iterGetObjectName(int pos)
	{
		return Str.toString(gtk_widget_path_iter_get_object_name(gtkWidgetPath, pos));
	}

	/**
	 * Returns the object #GType that is at position @pos in the widget
	 * hierarchy defined in @path.
	 *
	 * Params:
	 *     pos = position to get the object type for, -1 for the path head
	 *
	 * Returns: a widget type
	 *
	 * Since: 3.0
	 */
	public GType iterGetObjectType(int pos)
	{
		return gtk_widget_path_iter_get_object_type(gtkWidgetPath, pos);
	}

	/**
	 * Returns the index into the list of siblings for the element at @pos as
	 * returned by gtk_widget_path_iter_get_siblings(). If that function would
	 * return %NULL because the element at @pos has no siblings, this function
	 * will return 0.
	 *
	 * Params:
	 *     pos = position to get the sibling index for, -1 for the path head
	 *
	 * Returns: 0 or the index into the list of siblings for the element at @pos.
	 */
	public uint iterGetSiblingIndex(int pos)
	{
		return gtk_widget_path_iter_get_sibling_index(gtkWidgetPath, pos);
	}

	/**
	 * Returns the list of siblings for the element at @pos. If the element
	 * was not added with siblings, %NULL is returned.
	 *
	 * Params:
	 *     pos = position to get the siblings for, -1 for the path head
	 *
	 * Returns: %NULL or the list of siblings for the element at @pos.
	 */
	public WidgetPath iterGetSiblings(int pos)
	{
		auto p = gtk_widget_path_iter_get_siblings(gtkWidgetPath, pos);

		if(p is null)
		{
			return null;
		}

		return ObjectG.getDObject!(WidgetPath)(cast(GtkWidgetPath*) p);
	}

	/**
	 * Returns the state flags corresponding to the widget found at
	 * the position @pos in the widget hierarchy defined by
	 * @path
	 *
	 * Params:
	 *     pos = position to get the state for, -1 for the path head
	 *
	 * Returns: The state flags
	 *
	 * Since: 3.14
	 */
	public GtkStateFlags iterGetState(int pos)
	{
		return gtk_widget_path_iter_get_state(gtkWidgetPath, pos);
	}

	/**
	 * Returns %TRUE if the widget at position @pos has the class @name
	 * defined, %FALSE otherwise.
	 *
	 * Params:
	 *     pos = position to query, -1 for the path head
	 *     name = class name
	 *
	 * Returns: %TRUE if the class @name is defined for the widget at @pos
	 *
	 * Since: 3.0
	 */
	public bool iterHasClass(int pos, string name)
	{
		return gtk_widget_path_iter_has_class(gtkWidgetPath, pos, Str.toStringz(name)) != 0;
	}

	/**
	 * Returns %TRUE if the widget at position @pos has the name @name,
	 * %FALSE otherwise.
	 *
	 * Params:
	 *     pos = position to query, -1 for the path head
	 *     name = a widget name
	 *
	 * Returns: %TRUE if the widget at @pos has this name
	 *
	 * Since: 3.0
	 */
	public bool iterHasName(int pos, string name)
	{
		return gtk_widget_path_iter_has_name(gtkWidgetPath, pos, Str.toStringz(name)) != 0;
	}

	/**
	 * See gtk_widget_path_iter_has_class(). This is a version that operates
	 * with GQuarks.
	 *
	 * Params:
	 *     pos = position to query, -1 for the path head
	 *     qname = class name as a #GQuark
	 *
	 * Returns: %TRUE if the widget at @pos has the class defined.
	 *
	 * Since: 3.0
	 */
	public bool iterHasQclass(int pos, GQuark qname)
	{
		return gtk_widget_path_iter_has_qclass(gtkWidgetPath, pos, qname) != 0;
	}

	/**
	 * See gtk_widget_path_iter_has_name(). This is a version
	 * that operates on #GQuarks.
	 *
	 * Params:
	 *     pos = position to query, -1 for the path head
	 *     qname = widget name as a #GQuark
	 *
	 * Returns: %TRUE if the widget at @pos has this name
	 *
	 * Since: 3.0
	 */
	public bool iterHasQname(int pos, GQuark qname)
	{
		return gtk_widget_path_iter_has_qname(gtkWidgetPath, pos, qname) != 0;
	}

	/**
	 * See gtk_widget_path_iter_has_region(). This is a version that operates
	 * with GQuarks.
	 *
	 * Deprecated: The use of regions is deprecated.
	 *
	 * Params:
	 *     pos = position to query, -1 for the path head
	 *     qname = region name as a #GQuark
	 *     flags = return location for the region flags
	 *
	 * Returns: %TRUE if the widget at @pos has the region defined.
	 *
	 * Since: 3.0
	 */
	public bool iterHasQregion(int pos, GQuark qname, out GtkRegionFlags flags)
	{
		return gtk_widget_path_iter_has_qregion(gtkWidgetPath, pos, qname, &flags) != 0;
	}

	/**
	 * Returns %TRUE if the widget at position @pos has the class @name
	 * defined, %FALSE otherwise.
	 *
	 * Deprecated: The use of regions is deprecated.
	 *
	 * Params:
	 *     pos = position to query, -1 for the path head
	 *     name = region name
	 *     flags = return location for the region flags
	 *
	 * Returns: %TRUE if the class @name is defined for the widget at @pos
	 *
	 * Since: 3.0
	 */
	public bool iterHasRegion(int pos, string name, out GtkRegionFlags flags)
	{
		return gtk_widget_path_iter_has_region(gtkWidgetPath, pos, Str.toStringz(name), &flags) != 0;
	}

	/**
	 * Returns a list with all the class names defined for the widget
	 * at position @pos in the hierarchy defined in @path.
	 *
	 * Params:
	 *     pos = position to query, -1 for the path head
	 *
	 * Returns: The list of
	 *     classes, This is a list of strings, the #GSList contents
	 *     are owned by GTK+, but you should use g_slist_free() to
	 *     free the list itself.
	 *
	 * Since: 3.0
	 */
	public ListSG iterListClasses(int pos)
	{
		auto p = gtk_widget_path_iter_list_classes(gtkWidgetPath, pos);

		if(p is null)
		{
			return null;
		}

		return new ListSG(cast(GSList*) p);
	}

	/**
	 * Returns a list with all the region names defined for the widget
	 * at position @pos in the hierarchy defined in @path.
	 *
	 * Deprecated: The use of regions is deprecated.
	 *
	 * Params:
	 *     pos = position to query, -1 for the path head
	 *
	 * Returns: The list of
	 *     regions, This is a list of strings, the #GSList contents
	 *     are owned by GTK+, but you should use g_slist_free() to
	 *     free the list itself.
	 *
	 * Since: 3.0
	 */
	public ListSG iterListRegions(int pos)
	{
		auto p = gtk_widget_path_iter_list_regions(gtkWidgetPath, pos);

		if(p is null)
		{
			return null;
		}

		return new ListSG(cast(GSList*) p);
	}

	/**
	 * Removes the class @name from the widget at position @pos in
	 * the hierarchy defined in @path.
	 *
	 * Params:
	 *     pos = position to modify, -1 for the path head
	 *     name = class name
	 *
	 * Since: 3.0
	 */
	public void iterRemoveClass(int pos, string name)
	{
		gtk_widget_path_iter_remove_class(gtkWidgetPath, pos, Str.toStringz(name));
	}

	/**
	 * Removes the region @name from the widget at position @pos in
	 * the hierarchy defined in @path.
	 *
	 * Deprecated: The use of regions is deprecated.
	 *
	 * Params:
	 *     pos = position to modify, -1 for the path head
	 *     name = region name
	 *
	 * Since: 3.0
	 */
	public void iterRemoveRegion(int pos, string name)
	{
		gtk_widget_path_iter_remove_region(gtkWidgetPath, pos, Str.toStringz(name));
	}

	/**
	 * Sets the widget name for the widget found at position @pos
	 * in the widget hierarchy defined by @path.
	 *
	 * Params:
	 *     pos = position to modify, -1 for the path head
	 *     name = widget name
	 *
	 * Since: 3.0
	 */
	public void iterSetName(int pos, string name)
	{
		gtk_widget_path_iter_set_name(gtkWidgetPath, pos, Str.toStringz(name));
	}

	/**
	 * Sets the object name for a given position in the widget hierarchy
	 * defined by @path.
	 *
	 * When set, the object name overrides the object type when matching
	 * CSS.
	 *
	 * Params:
	 *     pos = position to modify, -1 for the path head
	 *     name = object name to set or %NULL to unset
	 *
	 * Since: 3.20
	 */
	public void iterSetObjectName(int pos, string name)
	{
		gtk_widget_path_iter_set_object_name(gtkWidgetPath, pos, Str.toStringz(name));
	}

	/**
	 * Sets the object type for a given position in the widget hierarchy
	 * defined by @path.
	 *
	 * Params:
	 *     pos = position to modify, -1 for the path head
	 *     type = object type to set
	 *
	 * Since: 3.0
	 */
	public void iterSetObjectType(int pos, GType type)
	{
		gtk_widget_path_iter_set_object_type(gtkWidgetPath, pos, type);
	}

	/**
	 * Sets the widget name for the widget found at position @pos
	 * in the widget hierarchy defined by @path.
	 *
	 * If you want to update just a single state flag, you need to do
	 * this manually, as this function updates all state flags.
	 *
	 * ## Setting a flag
	 *
	 * |[<!-- language="C" -->
	 * gtk_widget_path_iter_set_state (path, pos, gtk_widget_path_iter_get_state (path, pos) | flag);
	 * ]|
	 *
	 * ## Unsetting a flag
	 *
	 * |[<!-- language="C" -->
	 * gtk_widget_path_iter_set_state (path, pos, gtk_widget_path_iter_get_state (path, pos) & ~flag);
	 * ]|
	 *
	 * Params:
	 *     pos = position to modify, -1 for the path head
	 *     state = state flags
	 *
	 * Since: 3.14
	 */
	public void iterSetState(int pos, GtkStateFlags state)
	{
		gtk_widget_path_iter_set_state(gtkWidgetPath, pos, state);
	}

	/**
	 * Returns the number of #GtkWidget #GTypes between the represented
	 * widget and its topmost container.
	 *
	 * Returns: the number of elements in the path
	 *
	 * Since: 3.0
	 */
	public int length()
	{
		return gtk_widget_path_length(gtkWidgetPath);
	}

	/**
	 * Prepends a widget type to the widget hierachy represented by @path.
	 *
	 * Params:
	 *     type = widget type to prepend
	 *
	 * Since: 3.0
	 */
	public void prependType(GType type)
	{
		gtk_widget_path_prepend_type(gtkWidgetPath, type);
	}

	/**
	 * Increments the reference count on @path.
	 *
	 * Returns: @path itself.
	 *
	 * Since: 3.2
	 */
	public WidgetPath doref()
	{
		auto p = gtk_widget_path_ref(gtkWidgetPath);

		if(p is null)
		{
			return null;
		}

		return ObjectG.getDObject!(WidgetPath)(cast(GtkWidgetPath*) p, true);
	}

	/**
	 * Dumps the widget path into a string representation. It tries to match
	 * the CSS style as closely as possible (Note that there might be paths
	 * that cannot be represented in CSS).
	 *
	 * The main use of this code is for debugging purposes, so that you can
	 * g_print() the path or dump it in a gdb session.
	 *
	 * Returns: A new string describing @path.
	 *
	 * Since: 3.2
	 */
	public override string toString()
	{
		auto retStr = gtk_widget_path_to_string(gtkWidgetPath);

		scope(exit) Str.freeString(retStr);
		return Str.toString(retStr);
	}

	/**
	 * Decrements the reference count on @path, freeing the structure
	 * if the reference count reaches 0.
	 *
	 * Since: 3.2
	 */
	public void unref()
	{
		gtk_widget_path_unref(gtkWidgetPath);
	}
}