#include <stdio.h>#include <string.h>#include "ut_misc.h"#include "ut_hash.h"#include "ut_assert.h"#include "ut_string.h"#include "xap_CocoaApp.h"#include "xap_CocoaToolbar_Icons.h"Classes | |
| struct | _my_argb |
Typedefs | |
| typedef struct _my_argb | my_argb |
Variables | |
| static NSPoint | s_ButtonOnPoint [12] |
| static NSPoint | s_ButtonMenuPoint [3] |
NSPoint s_ButtonMenuPoint[3] [static] |
Initial value:
{
{ 26.0f, 21.0f },
{ 20.0f, 21.0f },
{ 23.0f, 26.0f }
}
NSPoint s_ButtonOnPoint[12] [static] |
Initial value:
{
{ 0.0f, 7.0f },
{ 0.0f, 0.0f },
{ 7.0f, 0.0f },
{ 19.0f, 0.0f },
{ 26.0f, 0.0f },
{ 26.0f, 7.0f },
{ 26.0f, 19.0f },
{ 26.0f, 26.0f },
{ 19.0f, 26.0f },
{ 7.0f, 26.0f },
{ 0.0f, 26.0f },
{ 0.0f, 19.0f }
}
1.5.5