SliderWidget.this - multiple declarations

Function SliderWidget.this

empty parameter list constructor - for usage by factory

this();

Function SliderWidget.this

create with ID parameter

this(
  string ID,
  Orientation orient = Orientation.Horizontal
);