Advertisement
bhattigurjot

Glade code

Jun 6th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.75 KB | None | 0 0
  1. <child>
  2.             <widget class="GtkCombo" id="combo1">
  3.               <property name="visible">True</property>
  4.               <property name="value_in_list">True</property>
  5.               <property name="allow_empty">True</property>
  6.               <property name="case_sensitive">False</property>
  7.               <property name="enable_arrow_keys">True</property>
  8.               <property name="enable_arrows_always">False</property>
  9.  
  10.               <child internal-child="entry">
  11.             <widget class="GtkEntry" id="drgeoHtmlViewerEntry">
  12.               <property name="visible">True</property>
  13.               <property name="can_focus">True</property>
  14.               <property name="editable">True</property>
  15.               <property name="visibility">True</property>
  16.               <property name="max_length">0</property>
  17.               <property name="text" translatable="yes"></property>
  18.               <property name="has_frame">True</property>
  19.               <property name="invisible_char" translatable="yes">*</property>
  20.               <property name="activates_default">False</property>
  21.               <signal name="changed" handler="on_htmlViewer_changed" last_modification_time="Thu, 15 May 2003 16:03:07 GMT"/>
  22.             </widget>
  23.               </child>
  24.  
  25.               <child internal-child="list">
  26.             <widget class="GtkList" id="combo-list1">
  27.               <property name="visible">True</property>
  28.               <property name="selection_mode">GTK_SELECTION_BROWSE</property>
  29.  
  30.               <child>
  31.                 <widget class="GtkListItem" id="listitem57">
  32.                   <property name="visible">True</property>
  33.                   <property name="can_focus">True</property>
  34.                   <property name="label" translatable="yes">dillo </property>
  35.                 </widget>
  36.               </child>
  37.  
  38.               <child>
  39.                 <widget class="GtkListItem" id="listitem58">
  40.                   <property name="visible">True</property>
  41.                   <property name="can_focus">True</property>
  42.                   <property name="label" translatable="yes">galeon -x </property>
  43.                 </widget>
  44.               </child>
  45.  
  46.               <child>
  47.                 <widget class="GtkListItem" id="listitem59">
  48.                   <property name="visible">True</property>
  49.                   <property name="can_focus">True</property>
  50.                   <property name="label" translatable="yes">konqueror </property>
  51.                 </widget>
  52.               </child>
  53.  
  54.               <child>
  55.                 <widget class="GtkListItem" id="listitem60">
  56.                   <property name="visible">True</property>
  57.                   <property name="can_focus">True</property>
  58.                   <property name="label" translatable="yes">mozilla </property>
  59.                 </widget>
  60.               </child>
  61.             </widget>
  62.               </child>
  63.             </widget>
  64.             <packing>
  65.               <property name="left_attach">1</property>
  66.               <property name="right_attach">2</property>
  67.               <property name="top_attach">2</property>
  68.               <property name="bottom_attach">3</property>
  69.               <property name="y_options"></property>
  70.             </packing>
  71.           </child>
  72.         </widget>
  73.           </child>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement