PhatVKeyboard

Name

PhatVKeyboard -- a vertical keyboard widget

Synopsis



struct      PhatVKeyboard;
GtkWidget*  phat_vkeyboard_new              (GtkAdjustment *adjustment,
                                             int numkeys,
                                             gboolean show_labels);


Description

PhatVKeyboard is a wrapper for the abstract PhatKeyboard class. After creating a PhatVKeyboard, you should interact with it using the PhatKeyboard functions.

Details

struct PhatVKeyboard

struct PhatVKeyboard {

    PhatKeyboard parent;

};

The PhatVKeyboard-struct struct contains private data only, and should be accessed using the functions below.


phat_vkeyboard_new ()

GtkWidget*  phat_vkeyboard_new              (GtkAdjustment *adjustment,
                                             int numkeys,
                                             gboolean show_labels);

Creates a new PhatVKeyboard.

adjustment :

the GtkAdjustment that the new keyboard will use for scrolling

numkeys :

number of keys to create

show_labels :

whether to label the C keys

Returns :

a newly created PhatVKeyboard

See Also

PhatKeyboard provides functions for interacting with PhatVKeyboard widgets.