Changeset 120 in Sophya for trunk/SophyaPI/PI/piwdgx.h


Ignore:
Timestamp:
Jul 15, 1998, 7:08:53 PM (27 years ago)
Author:
ansari
Message:

Suite modifs DrawerTools, introduction de PIYfXDrawer, +debug Reza 15/07/98

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piwdgx.h

    r114 r120  
    2929  virtual ~PIWdgX();
    3030
    31   int CreateXtWdg(char *nom, SysDWdgClass wdgcl=NULL, SysDWdg pwdg=NULL,
    32                   int sx=10, int sy=10, int px=0, int py=0 );
    33 
    3431  virtual void   FinishCreate(); // apres avoir installe les sous-vues
    3532
    3633  virtual void   SetSize(int sx, int sy);
    3734  virtual void   SetPos(int px, int py);
    38   virtual void   SetBorderWidth(int bw);
    3935  virtual void   SetLabel(string const & lab);
    4036  virtual void   SetBinding(PIBindingKind left, PIBindingKind top,
     
    4541  virtual int    XPos();
    4642  virtual int    YPos();
    47   virtual int    BorderWidth();
    4843
    4944  virtual string Nom(); 
     
    6762  virtual void           PasteSelection(unsigned int typ, void *, unsigned int l);
    6863
     64//  Usage limite a a la version X11
    6965  inline SysDWdg XtWdg() const {return(sdw); };
    7066  inline SysDWdg& XtWdg() {return(sdw); };
     67  int           CreateXtWdg(char *nom, SysDWdgClass wdgcl=NULL, SysDWdg pwdg=NULL,
     68                  int sx=10, int sy=10, int px=0, int py=0, Arg* oarg=NULL, int na=0);
     69  int           BorderWidth();
     70  void          SetBorderWidth(int bw);
    7171
    7272protected:
    73   int InitXt(int narg=0, char *arg[]=NULL);
    74 
     73  int           InitXt(int narg=0, char *arg[]=NULL);
    7574
    7675  SysDWdg sdw;
Note: See TracChangeset for help on using the changeset viewer.