Moved core.ui to core.widgets, added wip plugin reloading, refactoring
This commit is contained in:
		| @@ -27,6 +27,11 @@ | ||||
|     <property name="can-focus">False</property> | ||||
|     <property name="stock">gtk-execute</property> | ||||
|   </object> | ||||
|   <object class="GtkImage" id="image6"> | ||||
|     <property name="visible">True</property> | ||||
|     <property name="can-focus">False</property> | ||||
|     <property name="stock">gtk-redo</property> | ||||
|   </object> | ||||
|   <object class="GtkImage" id="io_img"> | ||||
|     <property name="visible">True</property> | ||||
|     <property name="can-focus">False</property> | ||||
| @@ -122,6 +127,16 @@ | ||||
|                             <property name="can-focus">False</property> | ||||
|                           </object> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkImageMenuItem"> | ||||
|                             <property name="label">Reload Plugins</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can-focus">False</property> | ||||
|                             <property name="image">image6</property> | ||||
|                             <property name="use-stock">False</property> | ||||
|                             <signal name="button-release-event" handler="reload_plugins" swapped="no"/> | ||||
|                           </object> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkImageMenuItem"> | ||||
|                             <property name="label">Terminal</property> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user