forked from AuroraMiddleware/gtk
9a8a4a8b14
... just because there is no style context instantiated yet. Instead, instantiate a style context during realize() and ask it. Fixes problems with dim labels not being dimmed on first show. Testcase included. https://bugzilla.gnome.org/show_bug.cgi?id=735240
12 lines
387 B
XML
12 lines
387 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.18.1 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.12"/>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="width_request">200</property>
|
|
<property name="height_request">100</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
</object>
|
|
</interface>
|