Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkWindowClass Struct Reference

#include <gtkwindow.h>

Data Fields

GtkWidgetClass parent_class
 
void(* activate_focus )(GtkWindow *window)
 
void(* activate_default )(GtkWindow *window)
 
void(* keys_changed )(GtkWindow *window)
 
gboolean(* enable_debugging )(GtkWindow *window, gboolean toggle)
 
gboolean(* close_request )(GtkWindow *window)
 
gpointer padding [8]
 

Detailed Description

GtkWindowClass: @parent_class: The parent class. @activate_focus: Activates the current focused widget within the window. @activate_default: Activates the default widget for the window. @keys_changed: Signal gets emitted when the set of accelerators or mnemonics that are associated with window changes. @enable_debugging: Class handler for the GtkWindow::enable-debugging keybinding signal. @close_request: Class handler for the GtkWindow::close-request signal.

Definition at line 66 of file gtkwindow.h.

Field Documentation

◆ activate_default

void(* _GtkWindowClass::activate_default) (GtkWindow *window)

Definition at line 75 of file gtkwindow.h.

◆ activate_focus

void(* _GtkWindowClass::activate_focus) (GtkWindow *window)

Definition at line 74 of file gtkwindow.h.

◆ close_request

gboolean(* _GtkWindowClass::close_request) (GtkWindow *window)

Definition at line 79 of file gtkwindow.h.

◆ enable_debugging

gboolean(* _GtkWindowClass::enable_debugging) (GtkWindow *window, gboolean toggle)

Definition at line 77 of file gtkwindow.h.

◆ keys_changed

void(* _GtkWindowClass::keys_changed) (GtkWindow *window)

Definition at line 76 of file gtkwindow.h.

◆ padding

gpointer _GtkWindowClass::padding[8]

Definition at line 82 of file gtkwindow.h.

◆ parent_class

GtkWidgetClass _GtkWindowClass::parent_class

Definition at line 68 of file gtkwindow.h.


The documentation for this struct was generated from the following file: