Blender  V2.59
Functions
sound_header.c File Reference
#include <string.h>
#include <stdio.h>
#include "MEM_guardedalloc.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 "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_view2d.h"
#include "sound_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_sound_buttons (bContext *UNUSED(C), void *UNUSED(arg), int event)
void sound_header_buttons (const bContext *C, ARegion *ar)

Detailed Description

Definition in file sound_header.c.


Function Documentation

static void do_sound_buttons ( bContext UNUSEDC,
void *  UNUSEDarg,
int  event 
) [static]

Definition at line 93 of file sound_header.c.

Referenced by sound_header_buttons().

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

Definition at line 62 of file sound_header.c.

Referenced by dummy_viewmenu().

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