﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.5%2FDoc%2FHow_to%2FFind_a_header_button</id>
	<title>Dev:2.5/Doc/How to/Find a header button - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.5%2FDoc%2FHow_to%2FFind_a_header_button"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.5/Doc/How_to/Find_a_header_button&amp;action=history"/>
	<updated>2026-07-26T22:41:06Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.5/Doc/How_to/Find_a_header_button&amp;diff=101147&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.5/Doc/How_to/Find_a_header_button&amp;diff=101147&amp;oldid=prev"/>
		<updated>2018-06-28T19:40:01Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:40時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.5/Doc/How_to/Find_a_header_button&amp;diff=101146&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Dev:Doc/How to/Find a header button to Dev:2.5/Doc/How to/Find a header button:&amp;#32;moving after talked with kaito</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.5/Doc/How_to/Find_a_header_button&amp;diff=101146&amp;oldid=prev"/>
		<updated>2010-11-20T15:55:58Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Dev:Doc/How_to/Find_a_header_button&quot; class=&quot;mw-redirect&quot; title=&quot;Dev:Doc/How to/Find a header button&quot;&gt;Dev:Doc/How to/Find a header button&lt;/a&gt; to &lt;a href=&quot;/Dev:2.5/Doc/How_to/Find_a_header_button&quot; title=&quot;Dev:2.5/Doc/How to/Find a header button&quot;&gt;Dev:2.5/Doc/How to/Find a header button&lt;/a&gt;: moving after talked with kaito&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Search for first header button in node editor.&lt;br /&gt;
Let's start with the space (editor) type definition&lt;br /&gt;
&lt;br /&gt;
1) editors/space_node/space_node.c &lt;br /&gt;
   ED_spacetype_node()&lt;br /&gt;
     node_header_area_draw()&lt;br /&gt;
       // call to other module&lt;br /&gt;
&lt;br /&gt;
2) editors/screen/area.c&lt;br /&gt;
   ED_region_header()&lt;br /&gt;
   // list of HeaderType structs with callbacks...&lt;br /&gt;
   // where do these come from?&lt;br /&gt;
&lt;br /&gt;
3) makesrna/intern./rna_ui.c&lt;br /&gt;
   rna_Header_register()&lt;br /&gt;
   // ahh, this is called by a py script&lt;br /&gt;
&lt;br /&gt;
4) release/scripts/ui/space_node.py&lt;br /&gt;
   row.template_header()&lt;br /&gt;
   // a template?&lt;br /&gt;
&lt;br /&gt;
5) makesrna/intern./rna_ui.c&lt;br /&gt;
   RNA_def_function(srna, &amp;quot;template_header&amp;quot;, &amp;quot;uiTemplateHeader&amp;quot;);&lt;br /&gt;
   // that leads us to interface code...&lt;br /&gt;
&lt;br /&gt;
6) editors/interface/interface_templates.c&lt;br /&gt;
   uiTemplateHeader()&lt;br /&gt;
    // call back to area.c&lt;br /&gt;
&lt;br /&gt;
7) editors/screen/area.c&lt;br /&gt;
   ED_area_header_standardbuttons()&lt;br /&gt;
     ED_area_header_switchbutton()&lt;br /&gt;
       uiDefIconTextButC()&lt;br /&gt;
       // Gotcha!!!&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>