GtkWidgetClass

Undocumented in source.
struct GtkWidgetClass {}

Members

Variables

GtkReserved6
void function() GtkReserved6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved7
void function() GtkReserved7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
activateSignal
uint activateSignal;

The signal to emit when a widget of this class is activated, gtk_widget_activate() handles the emission. Implementation of this signal is optional.

adjustBaselineAllocation
void function(GtkWidget* widget, int* baseline) adjustBaselineAllocation;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
adjustBaselineRequest
void function(GtkWidget* widget, int* minimumBaseline, int* naturalBaseline) adjustBaselineRequest;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
adjustSizeAllocation
void function(GtkWidget* widget, GtkOrientation orientation, int* minimumSize, int* naturalSize, int* allocatedPos, int* allocatedSize) adjustSizeAllocation;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
adjustSizeRequest
void function(GtkWidget* widget, GtkOrientation orientation, int* minimumSize, int* naturalSize) adjustSizeRequest;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
buttonPressEvent
int function(GtkWidget* widget, GdkEventButton* event) buttonPressEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
buttonReleaseEvent
int function(GtkWidget* widget, GdkEventButton* event) buttonReleaseEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
canActivateAccel
int function(GtkWidget* widget, uint signalId) canActivateAccel;
childNotify
void function(GtkWidget* widget, GParamSpec* childProperty) childNotify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
compositedChanged
void function(GtkWidget* widget) compositedChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
computeExpand
void function(GtkWidget* widget, int* hexpandP, int* vexpandP) computeExpand;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
configureEvent
int function(GtkWidget* widget, GdkEventConfigure* event) configureEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
damageEvent
int function(GtkWidget* widget, GdkEventExpose* event) damageEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deleteEvent
int function(GtkWidget* widget, GdkEventAny* event) deleteEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
destroy
void function(GtkWidget* widget) destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
destroyEvent
int function(GtkWidget* widget, GdkEventAny* event) destroyEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
directionChanged
void function(GtkWidget* widget, GtkTextDirection previousDirection) directionChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dispatchChildPropertiesChanged
void function(GtkWidget* widget, uint nPspecs, GParamSpec** pspecs) dispatchChildPropertiesChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dragBegin
void function(GtkWidget* widget, GdkDragContext* context) dragBegin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dragDataDelete
void function(GtkWidget* widget, GdkDragContext* context) dragDataDelete;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dragDataGet
void function(GtkWidget* widget, GdkDragContext* context, GtkSelectionData* selectionData, uint info, uint time) dragDataGet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dragDataReceived
void function(GtkWidget* widget, GdkDragContext* context, int x, int y, GtkSelectionData* selectionData, uint info, uint time) dragDataReceived;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dragDrop
int function(GtkWidget* widget, GdkDragContext* context, int x, int y, uint time) dragDrop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dragEnd
void function(GtkWidget* widget, GdkDragContext* context) dragEnd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dragFailed
int function(GtkWidget* widget, GdkDragContext* context, GtkDragResult result) dragFailed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dragLeave
void function(GtkWidget* widget, GdkDragContext* context, uint time) dragLeave;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dragMotion
int function(GtkWidget* widget, GdkDragContext* context, int x, int y, uint time) dragMotion;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
draw
int function(GtkWidget* widget, cairo_t* cr) draw;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enterNotifyEvent
int function(GtkWidget* widget, GdkEventCrossing* event) enterNotifyEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
event
int function(GtkWidget* widget, GdkEvent* event) event;
focus
int function(GtkWidget* widget, GtkDirectionType direction) focus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
focusInEvent
int function(GtkWidget* widget, GdkEventFocus* event) focusInEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
focusOutEvent
int function(GtkWidget* widget, GdkEventFocus* event) focusOutEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getAccessible
AtkObject* function(GtkWidget* widget) getAccessible;
getPreferredHeight
void function(GtkWidget* widget, int* minimumHeight, int* naturalHeight) getPreferredHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getPreferredHeightAndBaselineForWidth
void function(GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight, int* minimumBaseline, int* naturalBaseline) getPreferredHeightAndBaselineForWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getPreferredHeightForWidth
void function(GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight) getPreferredHeightForWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getPreferredWidth
void function(GtkWidget* widget, int* minimumWidth, int* naturalWidth) getPreferredWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getPreferredWidthForHeight
void function(GtkWidget* widget, int height, int* minimumWidth, int* naturalWidth) getPreferredWidthForHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getRequestMode
GtkSizeRequestMode function(GtkWidget* widget) getRequestMode;
grabBrokenEvent
int function(GtkWidget* widget, GdkEventGrabBroken* event) grabBrokenEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grabFocus
void function(GtkWidget* widget) grabFocus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grabNotify
void function(GtkWidget* widget, int wasGrabbed) grabNotify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hide
void function(GtkWidget* widget) hide;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hierarchyChanged
void function(GtkWidget* widget, GtkWidget* previousToplevel) hierarchyChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
keyPressEvent
int function(GtkWidget* widget, GdkEventKey* event) keyPressEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
keyReleaseEvent
int function(GtkWidget* widget, GdkEventKey* event) keyReleaseEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
keynavFailed
int function(GtkWidget* widget, GtkDirectionType direction) keynavFailed;
leaveNotifyEvent
int function(GtkWidget* widget, GdkEventCrossing* event) leaveNotifyEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
map
void function(GtkWidget* widget) map;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapEvent
int function(GtkWidget* widget, GdkEventAny* event) mapEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mnemonicActivate
int function(GtkWidget* widget, int groupCycling) mnemonicActivate;
motionNotifyEvent
int function(GtkWidget* widget, GdkEventMotion* event) motionNotifyEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
moveFocus
void function(GtkWidget* widget, GtkDirectionType direction) moveFocus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentClass
GObjectClass parentClass;

The object class structure needs to be the first element in the widget class structure in order for the class mechanism to work correctly. This allows a GtkWidgetClass pointer to be cast to a GObjectClass pointer.

parentSet
void function(GtkWidget* widget, GtkWidget* previousParent) parentSet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
popupMenu
int function(GtkWidget* widget) popupMenu;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
priv
GtkWidgetClassPrivate* priv;
Undocumented in source.
propertyNotifyEvent
int function(GtkWidget* widget, GdkEventProperty* event) propertyNotifyEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
proximityInEvent
int function(GtkWidget* widget, GdkEventProximity* event) proximityInEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
proximityOutEvent
int function(GtkWidget* widget, GdkEventProximity* event) proximityOutEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
queryTooltip
int function(GtkWidget* widget, int x, int y, int keyboardTooltip, GtkTooltip* tooltip) queryTooltip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
queueDrawRegion
void function(GtkWidget* widget, cairo_region_t* region) queueDrawRegion;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
realize
void function(GtkWidget* widget) realize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
screenChanged
void function(GtkWidget* widget, GdkScreen* previousScreen) screenChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scrollEvent
int function(GtkWidget* widget, GdkEventScroll* event) scrollEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
selectionClearEvent
int function(GtkWidget* widget, GdkEventSelection* event) selectionClearEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
selectionGet
void function(GtkWidget* widget, GtkSelectionData* selectionData, uint info, uint time) selectionGet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
selectionNotifyEvent
int function(GtkWidget* widget, GdkEventSelection* event) selectionNotifyEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
selectionReceived
void function(GtkWidget* widget, GtkSelectionData* selectionData, uint time) selectionReceived;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
selectionRequestEvent
int function(GtkWidget* widget, GdkEventSelection* event) selectionRequestEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
show
void function(GtkWidget* widget) show;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
showAll
void function(GtkWidget* widget) showAll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
showHelp
int function(GtkWidget* widget, GtkWidgetHelpType helpType) showHelp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sizeAllocate
void function(GtkWidget* widget, GtkAllocation* allocation) sizeAllocate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stateChanged
void function(GtkWidget* widget, GtkStateType previousState) stateChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stateFlagsChanged
void function(GtkWidget* widget, GtkStateFlags previousStateFlags) stateFlagsChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
styleSet
void function(GtkWidget* widget, GtkStyle* previousStyle) styleSet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
styleUpdated
void function(GtkWidget* widget) styleUpdated;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
touchEvent
int function(GtkWidget* widget, GdkEventTouch* event) touchEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unmap
void function(GtkWidget* widget) unmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unmapEvent
int function(GtkWidget* widget, GdkEventAny* event) unmapEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unrealize
void function(GtkWidget* widget) unrealize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
visibilityNotifyEvent
int function(GtkWidget* widget, GdkEventVisibility* event) visibilityNotifyEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
windowStateEvent
int function(GtkWidget* widget, GdkEventWindowState* event) windowStateEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta