|
105 | 105 | <property name="top-attach">5</property> |
106 | 106 | </packing> |
107 | 107 | </child> |
108 | | - <child> |
109 | | - <object class="GtkRadioButton" id="typeRadioButtonAny"> |
110 | | - <property name="label" translatable="yes">Any</property> |
111 | | - <property name="visible">True</property> |
112 | | - <property name="can-focus">True</property> |
113 | | - <property name="receives-default">False</property> |
114 | | - <property name="active">True</property> |
115 | | - <property name="draw-indicator">True</property> |
116 | | - <property name="group">typeRadioButtonExplicit</property> |
117 | | - </object> |
118 | | - <packing> |
119 | | - <property name="left-attach">1</property> |
120 | | - <property name="top-attach">5</property> |
121 | | - </packing> |
122 | | - </child> |
123 | | - <child> |
124 | | - <object class="GtkRadioButton" id="typeRadioButtonExplicit"> |
125 | | - <property name="label" translatable="yes">Explicit</property> |
126 | | - <property name="visible">True</property> |
127 | | - <property name="can-focus">True</property> |
128 | | - <property name="receives-default">False</property> |
129 | | - <property name="active">True</property> |
130 | | - <property name="draw-indicator">True</property> |
131 | | - <property name="group">typeRadioButtonAny</property> |
132 | | - </object> |
133 | | - <packing> |
134 | | - <property name="left-attach">1</property> |
135 | | - <property name="top-attach">6</property> |
136 | | - </packing> |
137 | | - </child> |
138 | | - <child> |
139 | | - <object class="GtkRadioButton" id="typeRadioButtonDependency"> |
140 | | - <property name="label" translatable="yes">Dependency</property> |
141 | | - <property name="visible">True</property> |
142 | | - <property name="can-focus">True</property> |
143 | | - <property name="receives-default">False</property> |
144 | | - <property name="active">True</property> |
145 | | - <property name="draw-indicator">True</property> |
146 | | - <property name="group">typeRadioButtonAny</property> |
147 | | - </object> |
148 | | - <packing> |
149 | | - <property name="left-attach">1</property> |
150 | | - <property name="top-attach">7</property> |
151 | | - </packing> |
152 | | - </child> |
153 | 108 | <child> |
154 | 109 | <object class="GtkButton" id="applyFilters"> |
155 | 110 | <property name="label" translatable="yes">Apply filters</property> |
|
454 | 409 | <property name="top-attach">22</property> |
455 | 410 | </packing> |
456 | 411 | </child> |
| 412 | + <child> |
| 413 | + <object class="GtkCheckButton" id="typeExplicit"> |
| 414 | + <property name="label" translatable="yes">Explicit</property> |
| 415 | + <property name="visible">True</property> |
| 416 | + <property name="can-focus">True</property> |
| 417 | + <property name="receives-default">False</property> |
| 418 | + <property name="active">True</property> |
| 419 | + <property name="draw-indicator">True</property> |
| 420 | + </object> |
| 421 | + <packing> |
| 422 | + <property name="left-attach">1</property> |
| 423 | + <property name="top-attach">5</property> |
| 424 | + </packing> |
| 425 | + </child> |
| 426 | + <child> |
| 427 | + <object class="GtkCheckButton" id="typeDependency"> |
| 428 | + <property name="label" translatable="yes">Dependency</property> |
| 429 | + <property name="visible">True</property> |
| 430 | + <property name="can-focus">True</property> |
| 431 | + <property name="receives-default">False</property> |
| 432 | + <property name="active">True</property> |
| 433 | + <property name="draw-indicator">True</property> |
| 434 | + </object> |
| 435 | + <packing> |
| 436 | + <property name="left-attach">1</property> |
| 437 | + <property name="top-attach">6</property> |
| 438 | + </packing> |
| 439 | + </child> |
| 440 | + <child> |
| 441 | + <placeholder/> |
| 442 | + </child> |
457 | 443 | <child> |
458 | 444 | <placeholder/> |
459 | 445 | </child> |
|
0 commit comments