elf: supporting R_386_PC32 relocation type
[quarnos.git] / hydra / label.h
blob8b32b22415a240bcad75237f186c83f6783e695f
1 #include "ui.h"
2 #include "form.h"
3 #include "hydra.h"
5 namespace hydra {
6 class label : public ui_element {
7 protected:
8 string caption;
10 public:
11 label(form *frm, string text, string name);
13 void render(ui::ui_type);