GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

GnoteBook Class Reference

#include <GnoteBook.h>

Inheritance diagram for GnoteBook:

Gwidget Gobject List of all members.

Public Methods

 GnoteBook ()
GnoteBookPageNewPage (Gstring name, Gwidget *title)
GnoteBookPageNewPage (Gstring name, Gwidget *title, Gcontainers *container)
void ClosePage ()
virtual void OnEvent (GdkEvent *e, void *user_data)
virtual void OnAction (Gwidget *w, GdkEvent *e)
int GetCurrentPage ()

Detailed Description

A notebook class that allow users to put containers in individual page.
Author(s):
Thibaut Nicolas
Version:
0.1.0


Member Function Documentation

void GnoteBook::ClosePage ( )
 

Decrement the page counter.

int GnoteBook::GetCurrentPage ( )
 

Get the curret page number

virtual void GnoteBook::OnAction ( Gwidget * w,
GdkEvent * e ) [virtual]
 

Action performed when a child widget sent an event

Reimplemented from Gwidget.

virtual void GnoteBook::OnEvent ( GdkEvent * e,
void * user_data ) [virtual]
 

Action performed when an event occur

Reimplemented from Gwidget.


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

Copyright © 2002 Thibaut Nicolas
Last modified  lun sep 23 23:41:26 EDT 2002