| Top |  |  |  |  | 
| HdyDialerButtonHdyDialerButton — A button on a HdyDialer keypad | 
| GtkWidget * | hdy_dialer_button_new () | 
| gint | hdy_dialer_button_get_digit () | 
| const char * | hdy_dialer_button_get_symbols () | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkButton
                        ╰── HdyDialerButton
                            ╰── HdyDialerCycleButton
HdyDialerButton implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkActivatable.
The HdyDialerButton widget is a single button on an HdyDialer. It can represent a single symbol (typically a digit) plus an arbitrary number of symbols that are displayed below it.
GtkWidget *
hdy_dialer_button_new (const gchar *symbols);
Create a new HdyDialerButton which displays
symbols
. If
symbols
 is NULL no symbols will be displayed.
gint
hdy_dialer_button_get_digit (HdyDialerButton *self);
Get the HdyDialerButton's digit.
const char *
hdy_dialer_button_get_symbols (HdyDialerButton *self);
Get the HdyDialerButton's symbols.