Ignore:
Timestamp:
02/23/13 09:06:22 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Refined the formatting of the delay codes (re #154)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/common.py

    r433 r438  
    8989
    9090    TREE_VIEW_COLUMN_FIXED = gtk.TREE_VIEW_COLUMN_FIXED
     91
     92    FILL = gtk.FILL
     93    EXPAND = gtk.EXPAND
    9194
    9295    pixbuf_new_from_file = gdk.pixbuf_new_from_file
     
    158161
    159162    TREE_VIEW_COLUMN_FIXED = gtk.TreeViewColumnSizing.FIXED
     163
     164    FILL = gtk.AttachOptions.FILL
     165    EXPAND = gtk.AttachOptions.EXPAND
    160166
    161167    pixbuf_new_from_file = gdkPixbuf.Pixbuf.new_from_file
Note: See TracChangeset for help on using the changeset viewer.