|
Blender
V2.59
|
#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 uiBlock * | dummy_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) |
Definition in file sound_header.c.
| 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().
Definition at line 67 of file sound_header.c.
References BUTM, CTX_wm_area(), do_viewmenu(), HEADERTOP, ScrArea::headertype, NULL, UI_DOWN, UI_EMBOSSP, UI_TOP, uiBeginBlock(), uiBlockFlipOrder(), uiBlockSetButmFunc(), uiBlockSetDirection(), uiDefIconTextBut(), uiEndBlock(), and uiTextBoundsBlock().
Referenced by sound_header_buttons().
Definition at line 100 of file sound_header.c.
References CTX_wm_area(), do_sound_buttons(), dummy_viewmenu(), ED_area_header_standardbuttons(), ScrArea::flag, GetButStringLength(), HEADER_NO_PULLDOWN, NULL, View2D::tot, UI_EMBOSS, UI_UNIT_X, UI_UNIT_Y, UI_view2d_totRect_set(), uiBeginBlock(), uiBlockSetEmboss(), uiBlockSetHandleFunc(), uiDefPulldownBut(), uiDrawBlock(), uiEndBlock(), ARegion::v2d, rctf::ymax, and rctf::ymin.
Referenced by sound_header_area_draw().