Blender  V2.59
Functions
script_header.c File Reference
#include <string.h>
#include <stdio.h>
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "ED_screen.h"
#include "ED_types.h"
#include "ED_util.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_view2d.h"
#include "script_intern.h"

Go to the source code of this file.

Functions

static void do_viewmenu (bContext *UNUSED(C), void *UNUSED(arg), int UNUSED(event))
static uiBlockdummy_viewmenu (bContext *C, ARegion *ar, void *UNUSED(arg))
static void do_script_buttons (bContext *UNUSED(C), void *UNUSED(arg), int UNUSED(event))
void script_header_buttons (const bContext *C, ARegion *ar)

Detailed Description

Definition in file script_header.c.


Function Documentation

static void do_script_buttons ( bContext UNUSEDC,
void *  UNUSEDarg,
int   UNUSEDevent 
) [static]

Definition at line 86 of file script_header.c.

Referenced by script_header_buttons().

static void do_viewmenu ( bContext UNUSEDC,
void *  UNUSEDarg,
int   UNUSEDevent 
) [static]

Definition at line 55 of file script_header.c.

Referenced by dummy_viewmenu().

static uiBlock* dummy_viewmenu ( bContext C,
ARegion ar,
void *  UNUSEDarg 
) [static]
void script_header_buttons ( const bContext C,
ARegion ar 
)