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

#include <gtkdialog.h>

Data Fields

GtkWindowClass parent_class
 
void(* response )(GtkDialog *dialog, int response_id)
 
void(* close )(GtkDialog *dialog)
 
gpointer padding [8]
 

Detailed Description

GtkDialogClass: @parent_class: The parent class. @response: Signal emitted when an action widget is activated. @close: Signal emitted when the user uses a keybinding to close the dialog.

Definition at line 109 of file gtkdialog.h.

Field Documentation

◆ close

void(* _GtkDialogClass::close) (GtkDialog *dialog)

Definition at line 119 of file gtkdialog.h.

◆ padding

gpointer _GtkDialogClass::padding[8]

Definition at line 123 of file gtkdialog.h.

◆ parent_class

GtkWindowClass _GtkDialogClass::parent_class

Definition at line 111 of file gtkdialog.h.

◆ response

void(* _GtkDialogClass::response) (GtkDialog *dialog, int response_id)

Definition at line 115 of file gtkdialog.h.


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