bah
[pandora-libraries.git] / minimenu / mmui.h
index 4e6b2dd..7689b52 100644 (file)
@@ -18,8 +18,10 @@ typedef enum {
   IMG_SELECTED_ALPHAMASK,
   IMG_TAB_SEL,
   IMG_TAB_SEL_L,
+  IMG_TAB_SEL_R,
   IMG_TAB_UNSEL,
   IMG_TAB_UNSEL_L,
+  IMG_TAB_UNSEL_R,
   IMG_TAB_LINE,
   IMG_TAB_LINEL,
   IMG_TAB_LINER,
@@ -30,6 +32,8 @@ typedef enum {
   IMG_ARROW_DOWN,
   IMG_ARROW_SCROLLBAR,
   IMG_HOURGLASS,
+  IMG_FOLDER,
+  IMG_EXECBIN,
   IMG_MAX, // before this point is loaded; after is generated
   IMG_TRUEMAX
 } mm_imgcache_e;
@@ -67,6 +71,9 @@ void ui_discoverscreen ( unsigned char clearscreen ); // screen to show while sc
 void ui_cachescreen ( unsigned char clearscreen, char *filename ); // while caching icons, categories and preview-pics-Now-mode
 void ui_show_hourglass ( unsigned char updaterect );
 void ui_post_scan ( void );
+unsigned char ui_show_info ( char *pndrun, pnd_disco_t *p );
+void ui_aboutscreen ( char *textpath );
+void ui_revealscreen ( void );
 
 /* internal functions follow
  */
@@ -93,7 +100,6 @@ void ui_push_rtrigger ( void );
 unsigned char ui_determine_row ( mm_appref_t *a );
 unsigned char ui_determine_screen_row ( mm_appref_t *a );
 unsigned char ui_determine_screen_col ( mm_appref_t *a );
-unsigned char ui_show_info ( char *pndrun, pnd_disco_t *p );
 
 // ui_render() can register tappable-areas which touchscreen code can then figure out if we made a hit
 void ui_register_reset ( void );