Work Life (Visual Novel / Game)
Loading...
Searching...
No Matches
widgets.h
1#pragma once
2#include "includes.h"
3#include "instant_message.h"
4
6namespace widgets {
8 void render_im_widget();
10 void render_weather_widget(bool morning);
16 void all(bool morning);
17}
various "widgets" used in the desktop bg
Definition widgets.h:6
void render_weather_widget(bool morning)
render the night/day widget to show the passage of time
Definition widgets.cpp:34
void render_calendar_widget()
render a clendar on the right side the desktop showing days in the month (four week month)
Definition widgets.cpp:42
void render_weekly_progress_widget()
render the weekly progress widget
Definition widgets.cpp:75
void render_im_widget()
render im widget with online/offline status
Definition widgets.cpp:4
void all(bool morning)
convenience wrapper for all desktop widgets
Definition widgets.cpp:89