GtkWindow
Object Hierarchy:
Description:
[
CCode ( type_id =
"xapp_gtk_window_get_type ()" ) ]
public class GtkWindow :
Window,
Implementor,
Buildable
Content:
Creation methods:
Methods:
- public void set_icon_from_file (string? file_name) throws Error
Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime without having to resort to the internal low-res pixbufs that
GdkWindow sets on the client side.
- public void set_icon_name (string? icon_name)
Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime without having to resort to the internal low-res pixbufs that
GdkWindow sets on the client side.
- public void set_progress (int progress)
Sets the progress hint for a window manager (like muffin) to make
available when applications want to display the application's progress in some operation.
- public void set_progress_pulse (bool pulse)
Sets the progress pulse hint hint for a window manager (like muffin)
to make available when applications want to display indeterminate or ongoing progress in a task manager.
Inherited Members:
All known members inherited from class Gtk.Window
All known members inherited from class Gtk.Bin
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable