module/class index - library_index

Gtk::Window

Class Description

An widget class correspond to GtkWindow in GTK.

Super Class

Class Methods

new(type=Gtk::WINDOW_TOPLEVEL)

Create a new Window specified with type type.If typeis omitted, create a top-level window.

Instance Methods

activate_default [undefined]

(gtk_window_activate_default in GTK)

activate_focus [undefined]

(gtk_window_activate_focus in GTK)

add_accel_group(accel_group)

(gtk_window_add_accel_group in GTK)

add_embedded_xid(xid) [undefined]

(gtk_window_add_embedded_xid in GTK)(internal)

remove_accel_group(accel_group)

(gtk_window_remove_accel_group in GTK)

remove_embedded_xid(xid) [undefined]

(gtk_window_remove_embedded_xid in GTK)(internal)

set_default(defaultw)

(gtk_window_set_default in GTK)(internal function)

set_default_size(width, height)

Set the size of this window requested from the WM. See also Gtk::Widget#set_usize.

set_focus(focus)

(gtk_window_set_focus in GTK)(internal function)

set_geometry_hints(geometry_widget, geometry, geom_mask) [undefined]

(gtk_window_set_transient_for in GTK)

set_modal(modal)

If window is set modal, input will be grabbed when show andreleased when hide.

set_policy(allow_shrink, allow_grow, auto_shrink)
[no descrption]
set_position(position)

Set the display position of this window.

set_title(title)

Set the title of this window.

set_transient_for(parent) [undefined]

(gtk_window_set_transient_for in GTK)

set_wmclass(wmclass_name, wmclass_class)
[no descrption]

module/class index - library_index

Generated at Sun Jan 30 07:25:21 JST 2000 by rubyapi2