DialerButton.this

Create a new #HdyDialerButton which displays @symbols. If @symbols is %NULL no symbols will be displayed.

  1. this(HdyDialerButton* hdyDialerButton, bool ownedRef = false)
  2. this(string symbols)
    class DialerButton
    this
    (
    string symbols
    )

Parameters

symbols
Type: string

the symbols displayed on the #HdyDialerButton

Return Value

the newly created #HdyDialerButton widget

Throws

ConstructionException GTK+ fails to create the object.

Meta