Go to the source code of this file.
Functions | |
void | taskbar_select_folder () |
void | testing_taskbar_print () |
void taskbar_select_folder | ( | ) |
Description: Copyright (C) 2009 iRex Technologies B.V. All rights reserved.
Copyright (C) 2009 iRex Technologies B.V. All rights reserved.
Definition at line 339 of file taskbar.c.
References FOLDER_XID.
Referenced by main().
00340 { 00341 #if MACHINE_IS_DR1000S || MACHINE_IS_DR1000SW 00342 taskbar_select_task(FOLDER_XID); 00343 #endif 00344 }
void testing_taskbar_print | ( | ) |