Main Page Class Hierarchy Compound List File List Compound Members File Members Related Pages Examples
paragui.h File Reference
#include <stdlib.h>
#include <SDL.h>
#include <SDL_ttf.h>
#include <SDL_thread.h>
#include "paragui_types.h"
#include "theme.h"
Include dependency graph for paragui.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Define Documentation
#define BTN_STATE_NORMAL 0
|
|
#define BTN_STATE_PRESSED 1
|
|
#define SDL_IDAPPLICATION SDL_WIDGETID_INTERNAL + 100
|
|
#define SDL_IDSCROLLBAR_DOWN SDL_WIDGETID_INTERNAL + 2
|
|
#define SDL_IDSCROLLBAR_DRAG SDL_WIDGETID_INTERNAL + 5
|
|
#define SDL_IDSCROLLBAR_LEFT SDL_WIDGETID_INTERNAL + 3
|
|
#define SDL_IDSCROLLBAR_RIGHT SDL_WIDGETID_INTERNAL + 4
|
|
#define SDL_IDSCROLLBAR_UP SDL_WIDGETID_INTERNAL + 1
|
|
#define SDL_IDWIDGETLIST_SCROLL SDL_WIDGETID_INTERNAL + 10
|
|
#define SDL_SB_HORIZONTAL 2
|
|
#define SDL_SB_VERTICAL 1
|
|
#define SDL_WIDGETID_INTERNAL 10000
|
|