Changeset 39 for abuse/trunk/src/imlib/include/guistat.hpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/include/guistat.hpp
r2 r39 14 14 gui_status_node *first; 15 15 gui_status_manager(window_manager *WM); 16 virtual void push(char *name, visual_object *show);16 virtual void push(char const *name, visual_object *show); 17 17 virtual void update(int percentage); 18 18 virtual void pop(); 19 19 void draw_bar(gui_status_node *whom, int perc); 20 void set_window_title(char *name) { strncpy(title,name,39); }20 void set_window_title(char const *name) { strncpy(title,name,39); } 21 21 virtual void force_display(); 22 22 } ;
Note: See TracChangeset
for help on using the changeset viewer.