public static bool accel_groups_activate ( GLib.Object object,
uint accel_key,
Gdk.ModifierType accel_mods ) ;
public static weak GLib.SList accel_groups_from_object ( GLib.Object object ) ;
public static uint accelerator_get_default_mod_mask ( ) ;
public static weak string accelerator_get_label ( uint accelerator_key,
Gdk.ModifierType accelerator_mods ) ;
public static weak string accelerator_name ( uint accelerator_key,
Gdk.ModifierType accelerator_mods ) ;
public static void accelerator_parse ( string accelerator,
uint accelerator_key,
Gdk.ModifierType accelerator_mods ) ;
public static void accelerator_set_default_mod_mask ( Gdk.ModifierType default_mod_mask ) ;
public static bool accelerator_valid ( uint keyval,
Gdk.ModifierType modifiers ) ;
public static bool alternative_dialog_button_order ( Gdk.Screen screen ) ;
public static bool bindings_activate ( Object object,
uint keyval,
Gdk.ModifierType modifiers ) ;
public static bool bindings_activate_event ( Object object,
Gdk.EventKey event ) ;
public static weak string check_version ( uint required_major,
uint required_minor,
uint required_micro ) ;
public static void disable_setlocale ( ) ;
public static weak Gdk.DragContext drag_begin ( Widget widget,
TargetList targets,
Gdk.DragAction actions,
int button,
Gdk.Event event ) ;
public static bool drag_check_threshold ( Widget widget,
int start_x,
int start_y,
int current_x,
int current_y ) ;
public static void drag_dest_add_image_targets ( Widget widget ) ;
public static void drag_dest_add_text_targets ( Widget widget ) ;
public static void drag_dest_add_uri_targets ( Widget widget ) ;
public static Gdk.Atom drag_dest_find_target ( Widget widget,
Gdk.DragContext context,
TargetList target_list ) ;
public static weak TargetList drag_dest_get_target_list ( Widget widget ) ;
public static bool drag_dest_get_track_motion ( Widget widget ) ;
public static void drag_dest_set ( Widget widget,
DestDefaults flags,
TargetEntry[] targets,
Gdk.DragAction actions ) ;
public static void drag_dest_set_proxy ( Widget widget,
Gdk.Window proxy_window,
Gdk.DragProtocol protocol,
bool use_coordinates ) ;
public static void drag_dest_set_target_list ( Widget widget,
TargetList target_list ) ;
public static void drag_dest_set_track_motion ( Widget widget,
bool track_motion ) ;
public static void drag_dest_unset ( Widget widget ) ;
public static void drag_finish ( Gdk.DragContext context,
bool success,
bool del,
uint time_ ) ;
public static void drag_get_data ( Widget widget,
Gdk.DragContext context,
Gdk.Atom target,
uint time_ ) ;
public static weak Widget drag_get_source_widget ( Gdk.DragContext context ) ;
public static void drag_highlight ( Widget widget ) ;
public static void drag_set_icon_default ( Gdk.DragContext context ) ;
public static void drag_set_icon_name ( Gdk.DragContext context,
string icon_name,
int hot_x,
int hot_y ) ;
public static void drag_set_icon_pixbuf ( Gdk.DragContext context,
Gdk.Pixbuf pixbuf,
int hot_x,
int hot_y ) ;
public static void drag_set_icon_pixmap ( Gdk.DragContext context,
Gdk.Colormap colormap,
Gdk.Pixmap pixmap,
Gdk.Bitmap mask,
int hot_x,
int hot_y ) ;
public static void drag_set_icon_stock ( Gdk.DragContext context,
string stock_id,
int hot_x,
int hot_y ) ;
public static void drag_set_icon_widget ( Gdk.DragContext context,
Widget widget,
int hot_x,
int hot_y ) ;
public static void drag_source_add_image_targets ( Widget widget ) ;
public static void drag_source_add_text_targets ( Widget widget ) ;
public static void drag_source_add_uri_targets ( Widget widget ) ;
public static weak TargetList drag_source_get_target_list ( Widget widget ) ;
public static void drag_source_set ( Widget widget,
Gdk.ModifierType start_button_mask,
TargetEntry[] targets,
Gdk.DragAction actions ) ;
public static void drag_source_set_icon ( Widget widget,
Gdk.Colormap colormap,
Gdk.Pixmap pixmap,
Gdk.Bitmap mask ) ;
public static void drag_source_set_icon_name ( Widget widget,
string icon_name ) ;
public static void drag_source_set_icon_pixbuf ( Widget widget,
Gdk.Pixbuf pixbuf ) ;
public static void drag_source_set_icon_stock ( Widget widget,
string stock_id ) ;
public static void drag_source_set_target_list ( Widget widget,
TargetList target_list ) ;
public static void drag_source_unset ( Widget widget ) ;
public static void drag_unhighlight ( Widget widget ) ;
public static void draw_insertion_cursor ( Widget widget,
Gdk.Drawable drawable,
Gdk.Rectangle area,
Gdk.Rectangle location,
bool is_primary,
TextDirection direction,
bool draw_arrow ) ;
public static bool events_pending ( ) ;
public static weak Gdk.GC gc_get ( int depth,
Gdk.Colormap colormap,
Gdk.GCValues values,
Gdk.GCValuesMask values_mask ) ;
public static void gc_release ( Gdk.GC gc ) ;
public static weak Gdk.Event get_current_event ( ) ;
public static bool get_current_event_state ( Gdk.ModifierType state ) ;
public static uint get_current_event_time ( ) ;
public static weak Pango.Language get_default_language ( ) ;
public static weak Widget get_event_widget ( Gdk.Event event ) ;
public static GLib.OptionGroup get_option_group ( bool open_default_display ) ;
public static void grab_add ( Widget widget ) ;
public static weak Widget grab_get_current ( ) ;
public static void grab_remove ( Widget widget ) ;
public static IconSize icon_size_from_name ( string name ) ;
public static weak string icon_size_get_name ( IconSize size ) ;
public static bool icon_size_lookup ( IconSize size,
int width,
int height ) ;
public static bool icon_size_lookup_for_settings ( Settings settings,
IconSize size,
int width,
int height ) ;
public static IconSize icon_size_register ( string name,
int width,
int height ) ;
public static void icon_size_register_alias ( string alias,
IconSize target ) ;
public static GLib.Type identifier_get_type ( ) ;
public static void init ( string[] argv ) ;
public static void init_add ( Function function,
void** data ) ;
public static bool init_check ( string[] argv ) ;
public static bool init_with_args ( string[] argv,
string parameter_string,
GLib.OptionEntry[] entries,
string translation_domain )
throws GLib.Error;
public static uint key_snooper_install ( KeySnoopFunc snooper,
void** func_data ) ;
public static void key_snooper_remove ( uint snooper_handler_id ) ;
public static void main ( ) ;
public static void main_do_event ( Gdk.Event event ) ;
public static bool main_iteration ( ) ;
public static bool main_iteration_do ( bool blocking ) ;
public static uint main_level ( ) ;
public static void main_quit ( ) ;
public static void paint_arrow ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
ArrowType arrow_type,
bool fill,
int x,
int y,
int width,
int height ) ;
public static void paint_box ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_box_gap ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height,
PositionType gap_side,
int gap_x,
int gap_width ) ;
public static void paint_check ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_diamond ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_expander ( Style style,
Gdk.Window window,
StateType state_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
ExpanderStyle expander_style ) ;
public static void paint_extension ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height,
PositionType gap_side ) ;
public static void paint_flat_box ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_focus ( Style style,
Gdk.Window window,
StateType state_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_handle ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height,
Orientation orientation ) ;
public static void paint_hline ( Style style,
Gdk.Window window,
StateType state_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x1,
int x2,
int y ) ;
public static void paint_layout ( Style style,
Gdk.Window window,
StateType state_type,
bool use_text,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
Pango.Layout layout ) ;
public static void paint_option ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_polygon ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
Gdk.Point points,
int npoints,
bool fill ) ;
public static void paint_resize_grip ( Style style,
Gdk.Window window,
StateType state_type,
Gdk.Rectangle area,
Widget widget,
string detail,
Gdk.WindowEdge edge,
int x,
int y,
int width,
int height ) ;
public static void paint_shadow ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_shadow_gap ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height,
PositionType gap_side,
int gap_x,
int gap_width ) ;
public static void paint_slider ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height,
Orientation orientation ) ;
public static void paint_tab ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_vline ( Style style,
Gdk.Window window,
StateType state_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int y1_,
int y2_,
int x ) ;
public static bool parse_args ( int argc,
string[] argv ) ;
public static GLib.Quark print_error_quark ( ) ;
public static weak PageSetup print_run_page_setup_dialog ( Window parent,
PageSetup page_setup,
PrintSettings settings ) ;
public static void print_run_page_setup_dialog_async ( Window parent,
PageSetup page_setup,
PrintSettings settings,
PageSetupDoneFunc done_cb,
void** data ) ;
public static void propagate_event ( Widget widget,
Gdk.Event event ) ;
public static uint quit_add ( uint main_level,
Function function,
void** data ) ;
public static void quit_add_destroy ( uint main_level,
Object object ) ;
public static void quit_remove ( uint quit_handler_id ) ;
public static void quit_remove_by_data ( void** data ) ;
public static void rc_add_default_file ( string filename ) ;
public static weak string rc_find_module_in_path ( string module_file ) ;
public static weak string rc_find_pixmap_in_path ( Settings settings,
GLib.Scanner scanner,
string pixmap_file ) ;
public static weak string rc_get_default_files ( ) ;
public static weak string rc_get_im_module_file ( ) ;
public static weak string rc_get_im_module_path ( ) ;
public static weak string rc_get_module_dir ( ) ;
public static weak Style rc_get_style ( Widget widget ) ;
public static weak Style rc_get_style_by_paths ( Settings settings,
string widget_path,
string class_path,
GLib.Type type ) ;
public static weak string rc_get_theme_dir ( ) ;
public static void rc_parse ( string filename ) ;
public static uint rc_parse_color ( GLib.Scanner scanner,
Gdk.Color color ) ;
public static uint rc_parse_color_full ( GLib.Scanner scanner,
RcStyle style,
Gdk.Color color ) ;
public static uint rc_parse_priority ( GLib.Scanner scanner,
PathPriorityType priority ) ;
public static uint rc_parse_state ( GLib.Scanner scanner,
StateType state ) ;
public static void rc_parse_string ( string rc_string ) ;
public static bool rc_reparse_all ( ) ;
public static bool rc_reparse_all_for_settings ( Settings settings,
bool force_load ) ;
public static void rc_reset_styles ( Settings settings ) ;
public static weak GLib.Scanner rc_scanner_new ( ) ;
public static void rc_set_default_files ( string filenames ) ;
public static void selection_add_target ( Widget widget,
Gdk.Atom selection,
Gdk.Atom target,
uint info ) ;
public static void selection_add_targets ( Widget widget,
Gdk.Atom selection,
TargetEntry[] targets,
uint ntargets ) ;
public static void selection_clear_targets ( Widget widget,
Gdk.Atom selection ) ;
public static bool selection_convert ( Widget widget,
Gdk.Atom selection,
Gdk.Atom target,
uint time_ ) ;
public static bool selection_owner_set ( Widget widget,
Gdk.Atom selection,
uint time_ ) ;
public static bool selection_owner_set_for_display ( Gdk.Display display,
Widget widget,
Gdk.Atom selection,
uint time_ ) ;
public static void selection_remove_all ( Widget widget ) ;
public static weak string set_locale ( ) ;
public static void show_about_dialog ( Window parent,
... ) ;
public static void stock_add ( StockItem[] items ) ;
public static void stock_add_static ( StockItem[] items ) ;
public static weak GLib.SList stock_list_ids ( ) ;
public static bool stock_lookup ( string stock_id,
StockItem item ) ;
public static void stock_set_translate_func ( string domain,
TranslateFunc func,
void** data,
DestroyNotify notify ) ;
public static void target_table_free ( TargetEntry[] targets ) ;
public static TargetEntry target_table_new_from_list ( TargetList list,
int n_targets ) ;
public static bool targets_include_image ( Gdk.Atom[] targets,
bool writable ) ;
public static bool targets_include_rich_text ( Gdk.Atom[] targets,
TextBuffer buffer ) ;
public static bool targets_include_text ( Gdk.Atom[] targets ) ;
public static bool targets_include_uri ( Gdk.Atom[] targets ) ;
public static bool tree_get_row_drag_data ( SelectionData selection_data,
weak TreeModel tree_model,
weak TreePath path ) ;
public static bool tree_set_row_drag_data ( SelectionData selection_data,
TreeModel tree_model,
TreePath path ) ;
public static bool accel_groups_activate ( GLib.Object object,
uint accel_key,
Gdk.ModifierType accel_mods ) ;
public static weak GLib.SList accel_groups_from_object ( GLib.Object object ) ;
public static uint accelerator_get_default_mod_mask ( ) ;
public static weak string accelerator_get_label ( uint accelerator_key,
Gdk.ModifierType accelerator_mods ) ;
public static weak string accelerator_name ( uint accelerator_key,
Gdk.ModifierType accelerator_mods ) ;
public static void accelerator_parse ( string accelerator,
uint accelerator_key,
Gdk.ModifierType accelerator_mods ) ;
public static void accelerator_set_default_mod_mask ( Gdk.ModifierType default_mod_mask ) ;
public static bool accelerator_valid ( uint keyval,
Gdk.ModifierType modifiers ) ;
public static bool alternative_dialog_button_order ( Gdk.Screen screen ) ;
public static bool bindings_activate ( Object object,
uint keyval,
Gdk.ModifierType modifiers ) ;
public static bool bindings_activate_event ( Object object,
Gdk.EventKey event ) ;
public static weak string check_version ( uint required_major,
uint required_minor,
uint required_micro ) ;
public static void disable_setlocale ( ) ;
public static weak Gdk.DragContext drag_begin ( Widget widget,
TargetList targets,
Gdk.DragAction actions,
int button,
Gdk.Event event ) ;
public static bool drag_check_threshold ( Widget widget,
int start_x,
int start_y,
int current_x,
int current_y ) ;
public static void drag_dest_add_image_targets ( Widget widget ) ;
public static void drag_dest_add_text_targets ( Widget widget ) ;
public static void drag_dest_add_uri_targets ( Widget widget ) ;
public static Gdk.Atom drag_dest_find_target ( Widget widget,
Gdk.DragContext context,
TargetList target_list ) ;
public static weak TargetList drag_dest_get_target_list ( Widget widget ) ;
public static bool drag_dest_get_track_motion ( Widget widget ) ;
public static void drag_dest_set ( Widget widget,
DestDefaults flags,
TargetEntry[] targets,
Gdk.DragAction actions ) ;
public static void drag_dest_set_proxy ( Widget widget,
Gdk.Window proxy_window,
Gdk.DragProtocol protocol,
bool use_coordinates ) ;
public static void drag_dest_set_target_list ( Widget widget,
TargetList target_list ) ;
public static void drag_dest_set_track_motion ( Widget widget,
bool track_motion ) ;
public static void drag_dest_unset ( Widget widget ) ;
public static void drag_finish ( Gdk.DragContext context,
bool success,
bool del,
uint time_ ) ;
public static void drag_get_data ( Widget widget,
Gdk.DragContext context,
Gdk.Atom target,
uint time_ ) ;
public static weak Widget drag_get_source_widget ( Gdk.DragContext context ) ;
public static void drag_highlight ( Widget widget ) ;
public static void drag_set_icon_default ( Gdk.DragContext context ) ;
public static void drag_set_icon_name ( Gdk.DragContext context,
string icon_name,
int hot_x,
int hot_y ) ;
public static void drag_set_icon_pixbuf ( Gdk.DragContext context,
Gdk.Pixbuf pixbuf,
int hot_x,
int hot_y ) ;
public static void drag_set_icon_pixmap ( Gdk.DragContext context,
Gdk.Colormap colormap,
Gdk.Pixmap pixmap,
Gdk.Bitmap mask,
int hot_x,
int hot_y ) ;
public static void drag_set_icon_stock ( Gdk.DragContext context,
string stock_id,
int hot_x,
int hot_y ) ;
public static void drag_set_icon_widget ( Gdk.DragContext context,
Widget widget,
int hot_x,
int hot_y ) ;
public static void drag_source_add_image_targets ( Widget widget ) ;
public static void drag_source_add_text_targets ( Widget widget ) ;
public static void drag_source_add_uri_targets ( Widget widget ) ;
public static weak TargetList drag_source_get_target_list ( Widget widget ) ;
public static void drag_source_set ( Widget widget,
Gdk.ModifierType start_button_mask,
TargetEntry[] targets,
Gdk.DragAction actions ) ;
public static void drag_source_set_icon ( Widget widget,
Gdk.Colormap colormap,
Gdk.Pixmap pixmap,
Gdk.Bitmap mask ) ;
public static void drag_source_set_icon_name ( Widget widget,
string icon_name ) ;
public static void drag_source_set_icon_pixbuf ( Widget widget,
Gdk.Pixbuf pixbuf ) ;
public static void drag_source_set_icon_stock ( Widget widget,
string stock_id ) ;
public static void drag_source_set_target_list ( Widget widget,
TargetList target_list ) ;
public static void drag_source_unset ( Widget widget ) ;
public static void drag_unhighlight ( Widget widget ) ;
public static void draw_insertion_cursor ( Widget widget,
Gdk.Drawable drawable,
Gdk.Rectangle area,
Gdk.Rectangle location,
bool is_primary,
TextDirection direction,
bool draw_arrow ) ;
public static bool events_pending ( ) ;
public static weak Gdk.GC gc_get ( int depth,
Gdk.Colormap colormap,
Gdk.GCValues values,
Gdk.GCValuesMask values_mask ) ;
public static void gc_release ( Gdk.GC gc ) ;
public static weak Gdk.Event get_current_event ( ) ;
public static bool get_current_event_state ( Gdk.ModifierType state ) ;
public static uint get_current_event_time ( ) ;
public static weak Pango.Language get_default_language ( ) ;
public static weak Widget get_event_widget ( Gdk.Event event ) ;
public static GLib.OptionGroup get_option_group ( bool open_default_display ) ;
public static void grab_add ( Widget widget ) ;
public static weak Widget grab_get_current ( ) ;
public static void grab_remove ( Widget widget ) ;
public static IconSize icon_size_from_name ( string name ) ;
public static weak string icon_size_get_name ( IconSize size ) ;
public static bool icon_size_lookup ( IconSize size,
int width,
int height ) ;
public static bool icon_size_lookup_for_settings ( Settings settings,
IconSize size,
int width,
int height ) ;
public static IconSize icon_size_register ( string name,
int width,
int height ) ;
public static void icon_size_register_alias ( string alias,
IconSize target ) ;
public static GLib.Type identifier_get_type ( ) ;
public static void init ( string[] argv ) ;
public static void init_add ( Function function,
void** data ) ;
public static bool init_check ( string[] argv ) ;
public static bool init_with_args ( string[] argv,
string parameter_string,
GLib.OptionEntry[] entries,
string translation_domain )
throws GLib.Error;
public static uint key_snooper_install ( KeySnoopFunc snooper,
void** func_data ) ;
public static void key_snooper_remove ( uint snooper_handler_id ) ;
public static void main ( ) ;
public static void main_do_event ( Gdk.Event event ) ;
public static bool main_iteration ( ) ;
public static bool main_iteration_do ( bool blocking ) ;
public static uint main_level ( ) ;
public static void main_quit ( ) ;
public static void paint_arrow ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
ArrowType arrow_type,
bool fill,
int x,
int y,
int width,
int height ) ;
public static void paint_box ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_box_gap ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height,
PositionType gap_side,
int gap_x,
int gap_width ) ;
public static void paint_check ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_diamond ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_expander ( Style style,
Gdk.Window window,
StateType state_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
ExpanderStyle expander_style ) ;
public static void paint_extension ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height,
PositionType gap_side ) ;
public static void paint_flat_box ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_focus ( Style style,
Gdk.Window window,
StateType state_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_handle ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height,
Orientation orientation ) ;
public static void paint_hline ( Style style,
Gdk.Window window,
StateType state_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x1,
int x2,
int y ) ;
public static void paint_layout ( Style style,
Gdk.Window window,
StateType state_type,
bool use_text,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
Pango.Layout layout ) ;
public static void paint_option ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_polygon ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
Gdk.Point points,
int npoints,
bool fill ) ;
public static void paint_resize_grip ( Style style,
Gdk.Window window,
StateType state_type,
Gdk.Rectangle area,
Widget widget,
string detail,
Gdk.WindowEdge edge,
int x,
int y,
int width,
int height ) ;
public static void paint_shadow ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_shadow_gap ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height,
PositionType gap_side,
int gap_x,
int gap_width ) ;
public static void paint_slider ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height,
Orientation orientation ) ;
public static void paint_tab ( Style style,
Gdk.Window window,
StateType state_type,
ShadowType shadow_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int x,
int y,
int width,
int height ) ;
public static void paint_vline ( Style style,
Gdk.Window window,
StateType state_type,
Gdk.Rectangle area,
Widget widget,
string detail,
int y1_,
int y2_,
int x ) ;
public static bool parse_args ( int argc,
string[] argv ) ;
public static GLib.Quark print_error_quark ( ) ;
public static weak PageSetup print_run_page_setup_dialog ( Window parent,
PageSetup page_setup,
PrintSettings settings ) ;
public static void print_run_page_setup_dialog_async ( Window parent,
PageSetup page_setup,
PrintSettings settings,
PageSetupDoneFunc done_cb,
void** data ) ;
public static void propagate_event ( Widget widget,
Gdk.Event event ) ;
public static uint quit_add ( uint main_level,
Function function,
void** data ) ;
public static void quit_add_destroy ( uint main_level,
Object object ) ;
public static void quit_remove ( uint quit_handler_id ) ;
public static void quit_remove_by_data ( void** data ) ;
public static void rc_add_default_file ( string filename ) ;
public static weak string rc_find_module_in_path ( string module_file ) ;
public static weak string rc_find_pixmap_in_path ( Settings settings,
GLib.Scanner scanner,
string pixmap_file ) ;
public static weak string rc_get_default_files ( ) ;
public static weak string rc_get_im_module_file ( ) ;
public static weak string rc_get_im_module_path ( ) ;
public static weak string rc_get_module_dir ( ) ;
public static weak Style rc_get_style ( Widget widget ) ;
public static weak Style rc_get_style_by_paths ( Settings settings,
string widget_path,
string class_path,
GLib.Type type ) ;
public static weak string rc_get_theme_dir ( ) ;
public static void rc_parse ( string filename ) ;
public static uint rc_parse_color ( GLib.Scanner scanner,
Gdk.Color color ) ;
public static uint rc_parse_color_full ( GLib.Scanner scanner,
RcStyle style,
Gdk.Color color ) ;
public static uint rc_parse_priority ( GLib.Scanner scanner,
PathPriorityType priority ) ;
public static uint rc_parse_state ( GLib.Scanner scanner,
StateType state ) ;
public static void rc_parse_string ( string rc_string ) ;
public static bool rc_reparse_all ( ) ;
public static bool rc_reparse_all_for_settings ( Settings settings,
bool force_load ) ;
public static void rc_reset_styles ( Settings settings ) ;
public static weak GLib.Scanner rc_scanner_new ( ) ;
public static void rc_set_default_files ( string filenames ) ;
public static void selection_add_target ( Widget widget,
Gdk.Atom selection,
Gdk.Atom target,
uint info ) ;
public static void selection_add_targets ( Widget widget,
Gdk.Atom selection,
TargetEntry[] targets,
uint ntargets ) ;
public static void selection_clear_targets ( Widget widget,
Gdk.Atom selection ) ;
public static bool selection_convert ( Widget widget,
Gdk.Atom selection,
Gdk.Atom target,
uint time_ ) ;
public static bool selection_owner_set ( Widget widget,
Gdk.Atom selection,
uint time_ ) ;
public static bool selection_owner_set_for_display ( Gdk.Display display,
Widget widget,
Gdk.Atom selection,
uint time_ ) ;
public static void selection_remove_all ( Widget widget ) ;
public static weak string set_locale ( ) ;
public static void show_about_dialog ( Window parent,
... ) ;
public static void stock_add ( StockItem[] items ) ;
public static void stock_add_static ( StockItem[] items ) ;
public static weak GLib.SList stock_list_ids ( ) ;
public static bool stock_lookup ( string stock_id,
StockItem item ) ;
public static void stock_set_translate_func ( string domain,
TranslateFunc func,
void** data,
DestroyNotify notify ) ;
public static void target_table_free ( TargetEntry[] targets ) ;
public static TargetEntry target_table_new_from_list ( TargetList list,
int n_targets ) ;
public static bool targets_include_image ( Gdk.Atom[] targets,
bool writable ) ;
public static bool targets_include_rich_text ( Gdk.Atom[] targets,
TextBuffer buffer ) ;
public static bool targets_include_text ( Gdk.Atom[] targets ) ;
public static bool targets_include_uri ( Gdk.Atom[] targets ) ;
public static bool tree_get_row_drag_data ( SelectionData selection_data,
weak TreeModel tree_model,
weak TreePath path ) ;
public static bool tree_set_row_drag_data ( SelectionData selection_data,
TreeModel tree_model,
TreePath path ) ;
Created by Valadoc