|
Planeshift
|
#include "paws/pawswidget.h"#include "paws/pawslistbox.h"#include "paws/pawsbutton.h"#include "paws/pawsstringpromptwindow.h"#include "gui/pawscontrolwindow.h"Go to the source code of this file.
Classes | |
| class | pawsPetitionWindow |
| Window contains a list of the user's petitions. More... | |
Macros | |
| #define | MAX_PETITION_LENGTH (65) |
| Defines the length a petition can be before it is truncated with an ellipse: "this is a long...". More... | |
Enumerations | |
| enum | { PCOL_GM = 0, PCOL_STATUS = 1, PCOL_CREATED = 2, PCOL_PETITION = 3 } |
| Enum of the columns for the listbox: More... | |
Functions | |
| CREATE_PAWS_FACTORY (pawsPetitionWindow) | |
| The pawsPetitionWindow factory. More... | |
| #define MAX_PETITION_LENGTH (65) |
Defines the length a petition can be before it is truncated with an ellipse: "this is a long...".
Definition at line 40 of file pawspetitionwindow.h.
| anonymous enum |
Enum of the columns for the listbox:
| Enumerator | |
|---|---|
| PCOL_GM | |
| PCOL_STATUS | |
| PCOL_CREATED | |
| PCOL_PETITION | |
Definition at line 30 of file pawspetitionwindow.h.
| CREATE_PAWS_FACTORY | ( | pawsPetitionWindow | ) |
The pawsPetitionWindow factory.