![]() |
![]() |
![]() |
GNOME Onscreen Keyboard Reference Manual | ![]() |
---|
gok-branchback-stackgok-branchback-stack — |
#define MAX_BRANCHBACKSTACK void gok_branchbackstack_initialize (void); void gok_branchbackstack_push (GokKeyboard *pKeyboard); GokKeyboard* gok_branchbackstack_pop (void); gboolean gok_branchbackstack_is_empty (void);
void gok_branchbackstack_initialize (void);
This must be called prior to using the stack.
void gok_branchbackstack_push (GokKeyboard *pKeyboard);
Stores a keyboard on the stack.
pKeyboard : |
GokKeyboard* gok_branchbackstack_pop (void);
Remove the last keyboard in the stack and return it.
Returns : | A pointer to the keyboard popped off the stack, NULL if the stack is empty. |
<< gok-action | GokButton >> |