/usr/share/pyshared/wxglade/res/messagedialog.wxg is in python-wxglade 0.6.8-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | <?xml version="1.0"?>
<!-- generated by wxGlade 0.6 on Sat Sep 1 01:40:05 2007 -->
<application path="../msgdialog.py" name="" class="" option="0" language="python" top_window="dialog_1" encoding="ISO-8859-1" use_gettext="1" overwrite="1" use_new_namespace="1" for_version="2.6" is_template="0">
<object class="MessageDialog" name="dialog_1" base="EditDialog">
<style>wxDEFAULT_DIALOG_STYLE</style>
<title>wxGlade message</title>
<centered>1</centered>
<size>250, 112d</size>
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL</flag>
<border>5</border>
<option>0</option>
<object class="wxStaticText" name="msg_title" base="EditStaticText">
<attribute>1</attribute>
<label>wxGlade message</label>
<font>
<size>-1</size>
<family>default</family>
<style>normal</style>
<weight>bold</weight>
<underlined>0</underlined>
<face></face>
</font>
</object>
</object>
<object class="sizeritem">
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
<border>5</border>
<option>1</option>
<object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxALIGN_CENTER_HORIZONTAL</flag>
<border>0</border>
<option>0</option>
<object class="wxStaticBitmap" name="msg_image" base="EditStaticBitmap">
<attribute>1</attribute>
<bitmap>code:wx.ArtProvider_GetBitmap(wx.ART_TIP, wx.ART_MESSAGE_BOX, (48, 48))</bitmap>
<size>48, 48</size>
</object>
</object>
<object class="sizeritem">
<flag>wxLEFT|wxEXPAND</flag>
<border>10</border>
<option>1</option>
<object class="wxListCtrl" name="msg_list" base="EditListCtrl">
<style>wxLC_REPORT|wxLC_NO_HEADER|wxLC_SINGLE_SEL|wxSUNKEN_BORDER</style>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<flag>wxALL|wxALIGN_RIGHT</flag>
<border>10</border>
<option>0</option>
<object class="wxButton" name="OK" base="EditButton">
<stockitem>OK</stockitem>
<label>&OK</label>
</object>
</object>
</object>
</object>
</application>
|