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... | |
Defines | |
#define | MAX_PETITION_LENGTH (65) |
Defines the length a petition can be before it is truncated with an ellipse: "this is a long...". | |
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. |
#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:
Definition at line 30 of file pawspetitionwindow.h.
CREATE_PAWS_FACTORY | ( | pawsPetitionWindow | ) |
The pawsPetitionWindow factory.