Move FunctionBar inside Panel

This commit is contained in:
Hisham Muhammad
2015-03-23 15:26:56 -03:00
parent 1084a3ff8f
commit d0c72c3fb2
27 changed files with 134 additions and 137 deletions

View File

@ -39,7 +39,7 @@ typedef struct State_ {
} State;
Object* Action_pickFromVector(State* st, Panel* list, int x, const char** keyLabels);
Object* Action_pickFromVector(State* st, Panel* list, int x);
// ----------------------------------------