scripts/kconfig/gconf.ui

Source file repositories/reference/linux-study-clean/scripts/kconfig/gconf.ui

File Facts

System
Linux kernel
Corpus path
scripts/kconfig/gconf.ui
Extension
.ui
Size
19525 bytes
Lines
537
Domain
Support Tooling And Documentation
Bucket
scripts
Inferred role
Support Tooling And Documentation: scripts
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->

<interface>

<object class="GtkWindow" id="window1">
  <property name="visible">True</property>
  <property name="title" translatable="yes">Gtk Kernel Configurator</property>
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
  <property name="window_position">GTK_WIN_POS_NONE</property>
  <property name="modal">False</property>
  <property name="default_width">640</property>
  <property name="default_height">480</property>
  <property name="resizable">True</property>
  <property name="destroy_with_parent">False</property>
  <property name="decorated">True</property>
  <property name="skip_taskbar_hint">False</property>
  <property name="skip_pager_hint">False</property>
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>

  <child>
    <object class="GtkBox" id="vbox1">
      <property name="orientation">vertical</property>
      <property name="visible">True</property>
      <property name="homogeneous">False</property>
      <property name="spacing">0</property>

      <child>
	<object class="GtkMenuBar" id="menubar1">
	  <property name="visible">True</property>

	  <child>
	    <object class="GtkMenuItem" id="file1">
	      <property name="visible">True</property>
	      <property name="label" translatable="yes">_File</property>
	      <property name="use_underline">True</property>

	      <child type="submenu">
		<object class="GtkMenu" id="file1_menu">

		  <child>
		    <object class="GtkMenuItem" id="load1">
		      <property name="visible">True</property>
		      <property name="tooltip-text" translatable="yes">Load a config file</property>
		      <property name="label" translatable="yes">_Load</property>
		      <property name="use_underline">True</property>
		      <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
		    </object>
		  </child>

		  <child>
		    <object class="GtkMenuItem" id="save1">
		      <property name="visible">True</property>
		      <property name="tooltip-text" translatable="yes">Save the config in .config</property>
		      <property name="label" translatable="yes">_Save</property>
		      <property name="use_underline">True</property>
		      <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
		    </object>
		  </child>

		  <child>
		    <object class="GtkMenuItem" id="save_as1">
		      <property name="visible">True</property>
		      <property name="tooltip-text" translatable="yes">Save the config in a file</property>
		      <property name="label" translatable="yes">Save _as</property>
		      <property name="use_underline">True</property>
		    </object>
		  </child>

		  <child>

Annotation

Implementation Notes