|
tree_model_sort_order(*cols)
Returns a gtk.TreeModel sort_func which sorts first by column i, then
column j, ... |
source code
|
|
|
|
|
draw_inscribed_triangle(cr,
w,
h,
color,
angle,
goal=None) |
source code
|
|
|
draw_inscribed_arrow(cr,
w,
h,
draw_circle=True,
point_theta=0.0,
back_dtheta=1.41371669412,
shaft_w_rads=0.4) |
source code
|
|
|
SetFixedWidth(textView,
points=10)
Changes the font of a gtk.TextView to Monospace 10. |
source code
|
|
|
SetClipboardCustom(clipboard,
target,
bytes)
Puts custom data on the specified clipboard, identified by target
string. |
source code
|
|
|
|
|
|
|
ShowMessage(message,
buttons=<enum GTK_BUTTONS_OK of type GtkButtonsType>,
title='
' ,
parent=None) |
source code
|
|
|
PromptChoices(message,
choices=[ ' Cancel ' , ' OK ' ] ,
title='
' ,
parent=None)
Returns index of choice; 0 is also window-close. |
source code
|
|
|
PromptEntry(message,
value,
accept=None,
format=' %s ' ,
title='
' ,
parent=None)
Returns modified value, or None if canceled. |
source code
|
|
|
|
|
|
|
Open(caption,
path,
do_open,
filters=[ ( ' Text files ' , ' .txt ' ) ] ,
parent=None,
allow_all_files=True,
do_on_cancel=<__builtin__.function object>) |
source code
|
|
|
OpenMulti(caption,
path,
do_open,
filters=[ ( ' Text files ' , ' .txt ' ) ] ,
parent=None,
allow_all_files=True) |
source code
|
|
|
SaveAs(caption,
path,
name,
do_save,
filters=[ ( ' Text files ' , ' .txt ' ) ] ,
caption_if_exists=' Overwrite ' ,
parent=None,
allow_all_files=False) |
source code
|
|
|
pack_item(item,
container,
expand=False,
fill=True,
show=True,
at_end=False) |
source code
|
|
|
pack_space(container,
x=-1,
y=-1,
expand=False,
fill=True,
show=True,
at_end=False) |
source code
|
|
|
pack_hsep(pix,
container,
x=-1,
expand=False,
fill=True,
show=True,
at_end=False) |
source code
|
|
|
pack_vsep(pix,
container,
y=-1,
expand=False,
fill=True,
show=True,
at_end=False) |
source code
|
|
|
pack_label(text,
container,
expand=False,
fill=True,
show=True,
at_end=False) |
source code
|
|
|
pack_button(text,
container,
on_click=<__builtin__.function object>,
sensitive=True,
expand=False,
fill=True,
show=True,
at_end=False) |
source code
|
|
|
pack_check(text,
container,
active=False,
on_toggle=None,
expand=False,
fill=True,
show=True,
at_end=False) |
source code
|
|
|
pack_radio(text,
container,
group=None,
active=False,
on_toggle=None,
expand=False,
fill=True,
show=True,
at_end=False) |
source code
|
|
|
pack_scrolled(item,
container,
with_vp=False,
x_policy=<enum GTK_POLICY_AUTOMATIC of type GtkPolicyType>,
y_policy=<enum GTK_POLICY_AUTOMATIC of type GtkPolicyType>,
size_request=( -1, -1) ,
expand=False,
fill=True,
show=True,
at_end=False) |
source code
|
|
|
build_menuitem(caption,
on_activate=None,
submenu=None,
sensitive=None,
show=True,
menu=None,
item_class=<type 'gtk.MenuItem'>,
active=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|