2010-04-08 20:39:56 +00:00
|
|
|
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
|
|
|
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
|
|
|
|
|
|
|
<glade-interface>
|
|
|
|
|
|
|
|
<widget class="GtkWindow" id="window">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title" translatable="yes">MyTwitter</property>
|
|
|
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
|
|
|
<property name="window_position">GTK_WIN_POS_NONE</property>
|
|
|
|
<property name="modal">False</property>
|
2010-04-12 00:09:41 +00:00
|
|
|
<property name="default_width">430</property>
|
|
|
|
<property name="default_height">550</property>
|
2010-04-08 20:39:56 +00:00
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="destroy_with_parent">False</property>
|
|
|
|
<property name="decorated">True</property>
|
|
|
|
<property name="skip_taskbar_hint">False</property>
|
|
|
|
<property name="skip_pager_hint">False</property>
|
|
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
|
|
|
|
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
|
|
|
<property name="focus_on_map">True</property>
|
|
|
|
<property name="urgency_hint">False</property>
|
2010-04-09 03:41:12 +00:00
|
|
|
<signal name="hide" handler="gtk_main_quit" last_modification_time="Fri, 09 Apr 2010 03:40:14 GMT"/>
|
2010-04-16 18:39:37 +00:00
|
|
|
<signal name="key_press_event" handler="global_key_press_handler" last_modification_time="Fri, 16 Apr 2010 15:35:22 GMT"/>
|
2010-05-18 03:58:45 +00:00
|
|
|
<signal name="configure_event" handler="on_resize" last_modification_time="Tue, 18 May 2010 03:10:23 GMT"/>
|
2010-04-08 20:39:56 +00:00
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="main_box">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuBar" id="menu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
|
|
|
|
<property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menuitem7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_File</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem7_menu">
|
|
|
|
|
2010-05-20 04:29:31 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="refresh">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">gtk-refresh</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="update_window_callback" last_modification_time="Thu, 20 May 2010 04:27:15 GMT"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separator1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
2010-04-08 20:39:56 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="quit1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">gtk-quit</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="gtk_main_quit" last_modification_time="Thu, 08 Apr 2010 19:41:37 GMT"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
2010-04-16 02:53:27 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="view_menu_item">
|
|
|
|
<property name="visible">True</property>
|
2010-05-19 18:36:03 +00:00
|
|
|
<property name="label" translatable="yes">_Views</property>
|
2010-04-16 02:53:27 +00:00
|
|
|
<property name="use_underline">True</property>
|
2010-05-20 04:29:31 +00:00
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="view_menu">
|
|
|
|
</widget>
|
|
|
|
</child>
|
2010-04-16 18:39:37 +00:00
|
|
|
|
2010-04-16 02:53:27 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
2010-05-19 18:36:03 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="accounts_menu_item">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Accounts</property>
|
|
|
|
<property name="use_underline">True</property>
|
2010-05-19 20:02:32 +00:00
|
|
|
|
2010-05-20 04:29:31 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="accounts_menu">
|
|
|
|
</widget>
|
|
|
|
</child>
|
2010-05-19 18:36:03 +00:00
|
|
|
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
2010-04-08 20:39:56 +00:00
|
|
|
<child>
|
2010-05-19 20:02:32 +00:00
|
|
|
<widget class="GtkMenuItem" id="help">
|
2010-04-08 20:39:56 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Help</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
|
|
|
|
<child>
|
2010-05-19 20:02:32 +00:00
|
|
|
<widget class="GtkMenu" id="help_menu">
|
2010-04-08 20:39:56 +00:00
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="about1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_About</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="on_about" last_modification_time="Thu, 08 Apr 2010 19:41:47 GMT"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2010-05-20 04:29:31 +00:00
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separator2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2010-04-08 20:39:56 +00:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
2010-04-12 21:58:00 +00:00
|
|
|
<child>
|
|
|
|
<widget class="GtkHBox" id="search_box">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="search_entry">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="editable">True</property>
|
|
|
|
<property name="visibility">True</property>
|
|
|
|
<property name="max_length">0</property>
|
|
|
|
<property name="text" translatable="yes"></property>
|
|
|
|
<property name="has_frame">True</property>
|
|
|
|
<property name="invisible_char">•</property>
|
|
|
|
<property name="activates_default">False</property>
|
|
|
|
<signal name="activate" handler="on_search" last_modification_time="Mon, 12 Apr 2010 21:30:26 GMT"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="search_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Search</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<signal name="clicked" handler="on_search" last_modification_time="Mon, 12 Apr 2010 21:29:55 GMT"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
2010-04-08 20:39:56 +00:00
|
|
|
<child>
|
2010-04-12 18:11:27 +00:00
|
|
|
<widget class="GtkNotebook" id="tweet_notebook">
|
2010-04-08 20:39:56 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-04-12 18:11:27 +00:00
|
|
|
<property name="show_tabs">True</property>
|
|
|
|
<property name="show_border">True</property>
|
|
|
|
<property name="tab_pos">GTK_POS_TOP</property>
|
|
|
|
<property name="scrollable">True</property>
|
|
|
|
<property name="enable_popup">True</property>
|
2010-04-21 14:01:59 +00:00
|
|
|
<signal name="switch_page" handler="on_tab_change" last_modification_time="Wed, 21 Apr 2010 13:37:05 GMT"/>
|
|
|
|
<signal name="page_reordered" handler="on_tabs_reordered" last_modification_time="Wed, 21 Apr 2010 13:38:13 GMT"/>
|
2010-04-08 20:39:56 +00:00
|
|
|
|
|
|
|
<child>
|
2010-04-12 18:11:27 +00:00
|
|
|
<widget class="GtkVBox" id="vbox1">
|
2010-04-08 20:39:56 +00:00
|
|
|
<property name="visible">True</property>
|
2010-04-12 18:11:27 +00:00
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
2010-04-08 20:39:56 +00:00
|
|
|
|
|
|
|
<child>
|
2010-04-12 18:11:27 +00:00
|
|
|
<placeholder/>
|
2010-04-08 20:39:56 +00:00
|
|
|
</child>
|
|
|
|
</widget>
|
2010-04-12 18:11:27 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_expand">False</property>
|
|
|
|
<property name="tab_fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="home_tab_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Home</property>
|
|
|
|
<property name="use_underline">False</property>
|
|
|
|
<property name="use_markup">False</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">tab</property>
|
|
|
|
</packing>
|
2010-04-08 20:39:56 +00:00
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
2010-04-20 16:31:06 +00:00
|
|
|
<child>
|
2010-05-19 18:36:03 +00:00
|
|
|
<widget class="GtkHBox" id="update_box">
|
2010-04-20 16:31:06 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="account_label">
|
|
|
|
<property name="visible">True</property>
|
2010-05-19 18:36:03 +00:00
|
|
|
<property name="label" translatable="yes"></property>
|
2010-04-20 16:31:06 +00:00
|
|
|
<property name="use_underline">False</property>
|
|
|
|
<property name="use_markup">False</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
2010-04-16 21:32:17 +00:00
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2010-05-19 18:36:03 +00:00
|
|
|
<property name="padding">0</property>
|
2010-04-16 21:32:17 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-04-08 20:39:56 +00:00
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="update_entry">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="editable">True</property>
|
|
|
|
<property name="visibility">True</property>
|
|
|
|
<property name="max_length">140</property>
|
|
|
|
<property name="text" translatable="yes"></property>
|
|
|
|
<property name="has_frame">True</property>
|
|
|
|
<property name="invisible_char">•</property>
|
|
|
|
<property name="activates_default">False</property>
|
2010-04-09 21:45:21 +00:00
|
|
|
<signal name="changed" handler="text_watcher" last_modification_time="Fri, 09 Apr 2010 21:33:28 GMT"/>
|
2010-04-11 05:19:25 +00:00
|
|
|
<signal name="activate" handler="update_status_callback" last_modification_time="Sun, 11 Apr 2010 05:14:28 GMT"/>
|
2010-04-08 20:39:56 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="update_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Update</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
2010-04-08 21:19:45 +00:00
|
|
|
<signal name="clicked" handler="update_status_callback" last_modification_time="Thu, 08 Apr 2010 21:18:09 GMT"/>
|
2010-04-08 20:39:56 +00:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="update_count">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">0/140</property>
|
|
|
|
<property name="use_underline">False</property>
|
|
|
|
<property name="use_markup">False</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2010-04-20 16:27:50 +00:00
|
|
|
<property name="padding">2</property>
|
2010-04-08 20:39:56 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2010-04-20 16:27:50 +00:00
|
|
|
<property name="padding">1</property>
|
2010-04-08 20:39:56 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkStatusbar" id="status_bar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="has_resize_grip">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</glade-interface>
|