![]() |
![]() |
![]() |
GOK - Gnome Onscreen Keyboard | ![]() |
---|---|---|---|---|
#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.
Returns : |
void |
void gok_branchbackstack_push (GokKeyboard *pKeyboard);
Stores a keyboard on the stack.
|
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. |