Index

C++ Code Documentation

gtk::widget0::Editable

Derived from: gtk::widget0::Widget

Children: gtk::widget0::Entry, gtk::widget0::Text

File: WIDGET/gtk/widget0/Editable.H

public:
  • void select_region( int start, int end );
  • void insert_text( char const *new_text, int new_text_length, int *position );
  • void delete_text( int start_pos, int end_pos );
  • char* get_chars( int start_pos, int end_pos );
  • void cut_clipboard();
  • void copy_clipboard();
  • void paste_clipboard();
  • void claim_selection( bool claim, guint32 time );
  • void delete_selection();
  • void changed();
  • void set_position( int position );
  • int get_position();
  • void set_editable( bool is_editable );
protected:
  • Editable( GtkWidget *x ) : Widget(x);
private:


gtk::widget0::Editable GANG