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

#include <gtkbutton.h>

Data Fields

GtkWidgetClass parent_class
 
void(* clicked )(GtkButton *button)
 
void(* activate )(GtkButton *button)
 
gpointer padding [8]
 

Detailed Description

GtkButtonClass: @parent_class: The parent class. @clicked: Signal emitted when the button has been activated (pressed and released). @activate: Signal that causes the button to animate press then release. Applications should never connect to this signal, but use the @clicked signal.

Definition at line 61 of file gtkbutton.h.

Field Documentation

◆ activate

void(* _GtkButtonClass::activate) (GtkButton *button)

Definition at line 68 of file gtkbutton.h.

◆ clicked

void(* _GtkButtonClass::clicked) (GtkButton *button)

Definition at line 67 of file gtkbutton.h.

◆ padding

gpointer _GtkButtonClass::padding[8]

Definition at line 72 of file gtkbutton.h.

◆ parent_class

GtkWidgetClass _GtkButtonClass::parent_class

Definition at line 63 of file gtkbutton.h.


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