|
Blender
V2.59
|
#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 uiBlock * | dummy_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) |
Definition in file script_header.c.
| 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().
Definition at line 60 of file script_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 script_header_buttons().
Definition at line 93 of file script_header.c.
References CTX_wm_area(), do_script_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.