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

#include <gtkentry.h>

Data Fields

GtkWidgetClass parent_class
 
void(* activate )(GtkEntry *entry)
 
gpointer padding [8]
 

Detailed Description

GtkEntryClass: @parent_class: The parent class. @activate: Class handler for the GtkEntry::activate signal. The default implementation activates the gtk.activate-default action.

Class structure for GtkEntry. All virtual functions have a default implementation. Derived classes may set the virtual function pointers for the signal handlers to NULL, but must keep @get_text_area_size and @get_frame_size non-NULL; either use the default implementation, or provide a custom one.

Definition at line 86 of file gtkentry.h.

Field Documentation

◆ activate

void(* _GtkEntryClass::activate) (GtkEntry *entry)

Definition at line 92 of file gtkentry.h.

◆ padding

gpointer _GtkEntryClass::padding[8]

Definition at line 96 of file gtkentry.h.

◆ parent_class

GtkWidgetClass _GtkEntryClass::parent_class

Definition at line 88 of file gtkentry.h.


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