Home
last modified time | relevance | path

Searched refs:TheStory (Results 1 – 6 of 6) sorted by relevance

/dports/misc/nut/nut-20.1/fltk/
H A DTheStory.cc28 static TheStory *who_we_are;
35 TheStory::TheStory (int x, int y, int w, int h, Fl_Color widgetcolor) : Fl_Wizard (x, y, w, h) in TheStory() function in TheStory
97 void TheStory::new_story(int nut, int screen) in new_story()
112 void TheStory::update(void) in update()
121 void TheStory::choose_food_group(void) in choose_food_group()
126 void TheStory::choose_minimize(void) in choose_minimize()
132 void TheStory::set_food_group(int foodgroup) in set_food_group()
138 void TheStory::set_minimize(int nutnum) in set_minimize()
144 void TheStory::reindex_foodbuttons(int foodnum) in reindex_foodbuttons()
H A DFoodRanking.h27 class TheStory; variable
32 FoodRanking(int x, int y, int w, int h, Fl_Color widgetcolor, TheStory *story);
57 TheStory *story;
H A DTheStory.h30 class TheStory : public Fl_Wizard
33 TheStory(int x, int y, int w, int h, Fl_Color widgetcolor);
H A DNut.cc29 static TheStory *story;
325 story = new TheStory(x, y+tabheight, w, h-tabheight, FL_YELLOW); in Nut()
H A DFoodRanking.cc55 FoodRanking::FoodRanking (int x, int y, int w, int h, Fl_Color widgetcolor, TheStory *ts) : Fl_Grou… in FoodRanking()
/dports/games/jzip/jzip-2.0.1g/
H A Damigaio.c2476 const char *TheStory = "The story is loading..."; in initialize_screen() local
2869 Len = strlen(TheStory); in initialize_screen()
2870 …Move(RPort,(Window -> Width - TextLength(RPort,(STRPTR)TheStory,Len)) / 2,(Window -> Height - This… in initialize_screen()
2871 Text(RPort,(STRPTR)TheStory,Len); in initialize_screen()