Blender V2.61 - r43446
Functions

sequencer_buttons.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 "BKE_screen.h"
#include "ED_screen.h"
#include "WM_api.h"
#include "WM_types.h"
#include "UI_interface.h"
#include "sequencer_intern.h"

Go to the source code of this file.

Functions

static void do_sequencer_panel_events (bContext *UNUSED(C), void *UNUSED(arg), int UNUSED(event))
static void sequencer_panel_view_properties (const bContext *UNUSED(C), Panel *pa)
static void sequencer_panel_properties (const bContext *UNUSED(C), Panel *pa)
void sequencer_buttons_register (ARegionType *art)
static int sequencer_properties (bContext *C, wmOperator *UNUSED(op))
void SEQUENCER_OT_properties (wmOperatorType *ot)

Detailed Description

Definition in file sequencer_buttons.c.


Function Documentation

static void do_sequencer_panel_events ( bContext UNUSEDC,
void *  UNUSEDarg,
int   UNUSEDevent 
) [static]
void sequencer_buttons_register ( ARegionType art)
void SEQUENCER_OT_properties ( wmOperatorType ot)
static void sequencer_panel_properties ( const bContext UNUSEDC,
Panel pa 
) [static]
static void sequencer_panel_view_properties ( const bContext UNUSEDC,
Panel pa 
) [static]
static int sequencer_properties ( bContext C,
wmOperator UNUSEDop 
) [static]