DialerCycleButton.this

Create a new #HdyDialerCycleButton which displays @symbols. The symbols can by cycled through by pressing the button multiple times.

  1. this(HdyDialerCycleButton* hdyDialerCycleButton, bool ownedRef = false)
  2. this(string symbols)
    class DialerCycleButton
    this
    (
    string symbols
    )

Parameters

symbols
Type: string

the symbols displayed on the #HdyDialerCycleButton

Return Value

the newly created #HdyDialerCycleButton widget

Throws

ConstructionException GTK+ fails to create the object.

Meta